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
path: root/config
diff options
context:
space:
mode:
authormattpiwik <matthieu.aubry@gmail.com>2011-04-27 09:40:45 +0400
committermattpiwik <matthieu.aubry@gmail.com>2011-04-27 09:40:45 +0400
commitb24b3bf84a0cd33452637f608e7d4f3f5ec463b1 (patch)
tree58237262075673d48ac1bba1f260f18115d7f8dd /config
parent455e3937c2fc3a9d4b3511f7845431f684fad9b8 (diff)
Fixes #604, #1042
* See new Tracking Campaigns doc at: http://piwik.org/docs/tracking-campaigns/ * URL Builder tool: http://piwik.org/docs/tracking-campaigns/url-builder/ * Adds links to the tracking campaigns & URL builder directly on the Campaigns report in Piwik. * Official piwik campaign parameters names are now: pk_campaign and pk_kwd (consistent with cookie prefix, better than piwik_ prefix) * New FAQ: "Does Piwik support Google Analytics campaign parameters (utm_campaign, utm_medium, utm_source, utm_term)?" http://piwik.org/faq/general/#faq_119 * New FAQ: "How do I customize the Piwik Campaign parameters pk_campaign and pk_kwd?" http://piwik.org/faq/how-to/#faq_120 git-svn-id: http://dev.piwik.org/svn/trunk@4571 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 35a7277cf5..3fb71b8525 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -309,13 +309,13 @@ ignore_visits_cookie_name = piwik_ignore
; Comma separated list of variable names that will be read to define a Campaign name, for example CPC campaign
; Example: If a visitor first visits 'index.php?piwik_campaign=Adwords-CPC' then it will be counted as a campaign referer named 'Adwords-CPC'
; Includes by default the GA style campaign parameters
-campaign_var_name = "piwik_campaign,utm_campaign,utm_source,utm_medium"
+campaign_var_name = "pk_campaign,piwik_campaign,utm_campaign,utm_source,utm_medium"
; Comma separated list of variable names that will be read to track a Campaign Keyword
; Example: If a visitor first visits 'index.php?piwik_campaign=Adwords-CPC&piwik_kwd=My killer keyword' ;
; then it will be counted as a campaign referer named 'Adwords-CPC' with the keyword 'My killer keyword'
; Includes by default the GA style campaign keyword parameter utm_term
-campaign_keyword_var_name = "piwik_kwd,utm_term"
+campaign_keyword_var_name = "pk_kwd,piwik_kwd,utm_term"
; maximum length of a Page Title or a Page URL recorded in the log_action.name table
page_maximum_length = 1024;