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:
Diffstat (limited to 'plugins/ProfessionalServices/Promo.php')
-rw-r--r--plugins/ProfessionalServices/Promo.php53
1 files changed, 29 insertions, 24 deletions
diff --git a/plugins/ProfessionalServices/Promo.php b/plugins/ProfessionalServices/Promo.php
index 630b2c98c0..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,41 +63,40 @@ 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.'
),
-
-
-
- // Piwik PRO
- // https://piwik.org/recommends/piwik-pro-from-app
+ // Keywords performance
array(
- 'campaignContent' => 'discoverPower',
- 'url' => 'https://piwik.org/recommends/piwik-pro-from-app',
- 'text' => 'Discover the power of open-source combined with enterprise-grade support and premium functionalities.'
+ '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' => 'bringEnterpriseLevel',
- 'url' => 'https://piwik.org/recommends/piwik-pro-from-app',
- 'text' => 'Bring your analytics to enterprise level. Upgrade your Piwik platform and receive access to numerous premium features and assistance from experts.'
+ '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' => 'monitoringAndIncident',
- 'url' => 'https://piwik.org/recommends/piwik-pro-from-app',
- 'text' => 'Do you need 24/7 Monitoring and Incident Handling for your Piwik? Get Premium features and enterprise-grade support.'
+ 'campaignContent' => 'whiteLabel',
+ 'url' => 'https://piwik.org/recommends/white-label/',
+ 'text' => 'Did you know you can give your clients access to their analytics reports where all Piwik-branded widgets are removed? Try the White Label product!',
+ ),
+ // Enterprise
+ array(
+ 'campaignContent' => 'bringEnterpriseLevel',
+ 'url' => 'https://piwik.org/recommends/enterprise/',
+ 'text' => 'Bring your analytics to enterprise level. Upgrade your Piwik platform and receive access to numerous premium features and assistance from experts.'
),
array(
'campaignContent' => 'slowingDown',
- 'url' => 'https://piwik.org/recommends/piwik-pro-from-app',
+ 'url' => 'https://piwik.org/recommends/enterprise/',
'text' => 'Is your Piwik slowing down? Piwik experts can help with your server setup!'
),
array(
- 'campaignContent' => 'whiteLabel',
- 'url' => 'https://piwik.org/recommends/piwik-pro-from-app',
- 'text' => 'Did you know you can adjust the look and feel of Piwik to your brand, and even replace "Piwik" with your product name? Try the White Label product!',
+ 'campaignContent' => 'discoverPower',
+ 'url' => 'https://piwik.org/recommends/enterprise/',
+ 'text' => 'Discover the power of open-source combined with enterprise-grade support and premium functionalities.'
),
- array(
- 'campaignContent' => 'metaSites',
- 'url' => 'https://piwik.org/recommends/piwik-pro-from-app',
- 'text' => 'Did you know you can aggregate the collected data across hundreds of sites and display it in a single dashboard? Get Premium features and enterprise-grade support.',
- )
);
}