Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2017-03-15 12:45:22 +0300
committermattab <matthieu.aubry@gmail.com>2017-03-15 12:45:22 +0300
commit9409c0af8eeb7c9f57c92b7bf55cb55dc1445ab9 (patch)
treea2a224a3a272155c6f8ddbe6f58b7816c85fe973 /plugins/ProfessionalServices
parent5e45475931ef4304220450cf83d8a13c16d8890e (diff)
add form + keywords widgets
Diffstat (limited to 'plugins/ProfessionalServices')
-rw-r--r--plugins/ProfessionalServices/Promo.php15
1 files changed, 14 insertions, 1 deletions
diff --git a/plugins/ProfessionalServices/Promo.php b/plugins/ProfessionalServices/Promo.php
index 13898b583b..d163843627 100644
--- a/plugins/ProfessionalServices/Promo.php
+++ b/plugins/ProfessionalServices/Promo.php
@@ -37,13 +37,19 @@ class Promo
'url' => 'https://piwik.org/recommends/media-analytics-website',
'text' => 'Ever wondered how people interact and engage with videos or audios on your website? Well now you can, and it integrates perfectly into your Piwik.',
),
-
array(
'campaignContent' => 'mediaAnalytics',
'url' => 'https://piwik.org/recommends/media-analytics',
'text' => 'Get powerful insights into how your audience watches your videos and listens to your audio. Media Analytics is now available on the Marketplace.',
),
+ // Form
+ array(
+ 'campaignContent' => 'formAnalytics',
+ 'url' => 'https://piwik.org/recommends/form-analytics',
+ 'text' => 'Increase the conversions on your online forms, by learning everything about your users behavior and their pain points on your forms',
+ ),
+
// Funnels
array(
'campaignContent' => 'funnels',
@@ -57,12 +63,19 @@ class Promo
'url' => 'https://piwik.org/training/?pk_campaign=' . Advertising::CAMPAIGN_NAME_PROFESSIONAL_SERVICES . '&pk_source=Piwik_App',
'text' => 'Want to know how to use all the exciting features in Piwik? Try a User training to be up to speed with working with Piwik.'
),
+ // Keywords performance
+ array(
+ 'campaignContent' => 'searchKeywords',
+ 'url' => 'https://piwik.org/recommends/search-keywords-performance/',
+ 'text' => 'Which queries caused your website to appear in search results? Improve your SEO efforts and monitor your position and performance for each Keyword directly in your Piwik reports.',
+ ),
// Roll-Up Reporting
array(
'campaignContent' => 'rollUp',
'url' => 'https://piwik.org/recommends/roll-up-reporting/',
'text' => 'Did you know you can aggregate the collected data across hundreds of sites and display it in a single dashboard?',
),
+ // White label
array(
'campaignContent' => 'whiteLabel',
'url' => 'https://piwik.org/recommends/white-label/',