- Notifications
You must be signed in to change notification settings - Fork19
License
matomo-org/plugin-MarketingCampaignsReporting
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Measure the effectiveness of your marketing campaigns.Measure up to five of your marketing campaigns channels: name, source, medium, keyword, content.Access all your campaign analytics reports into a unified interface and track the effectiveness of all your channels.Supports any kind of campaign and channel: Adwords, Facebook, Twitter, Youtube, Display advertising, Custom Marketing campaigns, Email newsletters.
Generate your trackable marketing URLs with our URL Builder tool.
To track a campaign, you add special URL parameters to your URLs.
The URL parameters are:
mtm_campaign(campaign name such as mailing_2017_03 or Easter_Sale),mtm_source(campaign source such as google or facebook),mtm_medium(campaign medium such as email or cpc),mtm_keyword(campaign keyword),mtm_content(campaign content),mtm_cid(campaign ID code).mtm_group(campaign group).mtm_placement(campaign placement).
If you already have URLs tagged with Google Analytics parameters these are also supported:
utm_campaign,utm_source,utm_medium,utm_term,utm_content,utm_id.
For example if your Ad URL or landing page URL isexample.com/offer, you would track all clicks on this URL byadding one or more of the parameters above:
example.com/offer?mtm_campaign=Best-Seller&mtm_source=Newsletter_7&mtm_medium=email- Real time Analytics Reports of all your Campaign Marketing.
- Detects Campaign parameters from the landing page URL, within the query string or in the #hash string.
- The Referrers>Overview report displays a left column "Referrers Overview" with a list of reports that can be loaded on click.This report viewer now also lists the new Campaign reports under "View Referrers by Campaign".
- The content of Referrers> Campaign will be replaced with the new enhanced Campaigns reports.
- The default Referrers Campaign widget and API are working as before.
- The campaign reports are available in Matomo Mobile and can be sent as Scheduled reports (by email, as HTML or PDF).
- Segment editor: a new "Campaigns" category lists the five new segment for each campaign dimension (campaign name, campaign keyword, campaign source, campaign medium, campaign content).
- Add Marketing campaign reports to your personalized Dashboard.
- Access the Campaign Report data with the Marketing Campaigns Reporting API.
- Will track up to 250 characters for each of the five Campaign dimension.
- Get automaticemail and sms reports for your campaigns, or send them to your colleagues or customers.
In the Campaign reports by default Matomo will only archive the first 1000 rows (your 1000 most popular campaigns).To report on all your campaigns you can configure Matomo so it does not truncate your data.For example to keep the top 10,000 campaigns edit yourconfig/config.ini.php and add the following:
[General]datatable_archiving_maximum_rows_referrers = 10000datatable_archiving_maximum_rows_subtable_referrers = 10000It is possible to configure custom names for campaign parameters. In order to do so you have add config to config.ini.php file.If you configure any campaign parameter this configuration will overwrite default config for this parameter.
[MarketingCampaignsReporting]campaign_name = "matomo_campaign,mtm_cpn,utm_campaign"campaign_keyword = "mtm_keyword,matomo_kwd,mtm_kwd,utm_term"campaign_source = "mtm_source,utm_source"campaign_medium = "mtm_medium,utm_medium"campaign_content = "mtm_content,utm_content"campaign_id = "mtm_cid,utm_id,mtm_clid"campaign_group = "mtm_group"campaign_placement = "mtm_placement"For example, by default parametercampaign_name track following parameters if they are found in URL:'mtm_campaign', 'matomo_campaign', 'mtm_cpn', 'utm_campaign'. If you configurecampaign_name like thiscampaign_name="mtm_campaign,custom_name_parameter", then parametercampaign_name will detect only presence ofmtm_campaign andcustom_name_parameter in URL.matomo_campaign,mtm_cpn,utm_campaign will be ignored until they are present in config.
All parameter keys are case‑sensitive. For example, if you setcampaign_group = "mtm_group", it will match onlymtm_group, notMTM_GROUP.
All Parameter values are case‑insensitive unless theKeep campaign parameter capitalisation setting is enabled. For example, when the setting is disabled, values likeSummerSale andsummersale are treated as identical.
About
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.