Ticket #241 (closed Task: invalid)

Opened 3 months ago

Last modified 2 months ago

How to configure campaign

Reported by: nishir Assigned to:
Priority: major Milestone: RobotRock
Component: Plugins Version:
Keywords: plugin, campaign, reffer Cc:

Description

Hi, I would like to know where I can configure a Campaign from. Also, none of the plugin are configurable. Can Piwik provide something like visitor tracking:

Which page a user has taken his entire path on the website, all pages he visiteed, etc.

I am sorry if this is there and I am asking again, but am not able to find a documentation or a plugin gallery.

Change History

06/30/08 01:22:21 changed by matt

  • status changed from new to closed.
  • resolution set to invalid.
  • milestone set to RobotRock.

concerning the campaigns, we are missing a documentation here. Have a look at config/global.ini.php you will find some explanation:

; variable name to track any campaign, 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' campaign_var_name = piwik_campaign

; variable name to track any 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' campaign_keyword_var_name = piwik_kwd