Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin to automatically define the Campaign name based on the referer URL #5499

Open
mattab opened this issue Jan 10, 2008 · 2 comments
Open
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@mattab
Copy link
Member

mattab commented Jan 10, 2008

This feature exists in phpMyVisites.

It should be possible in the admin area, to add new partners’ URLs, for a campaign.
For example, visitors coming from “sourceforge.net/*/piwik/” (broad match supported) would be classified automatically under the campaign “Campaign Sourceforge”.

See for reference [source:/trunk/config/global.ini.php]

```
169 ; variable name to track any campaign, for example CPC campaign
170 ; Example: If a visitor first visits ‘index.php?piwik_campaign=Adwords-CPC’ then it will be counted as a campaign referer named ‘Adwords-CPC
171 campaign_var_name = piwik_campaign
172
173 ; variable name to track any campaign keyword
174 ; 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’
175 campaign_keyword_var_name = piwik_kwd
```

@mattab
Copy link
Member Author

mattab commented Nov 20, 2008

this won’t be done for partner but will be an extension of the concept of campaign in piwik.

@mattab
Copy link
Member Author

mattab commented Jan 18, 2010

decreasing priority for now as this might be an issue in the Tracker if the list of campaigns is large - the simple implementation (storing cache in tmp/cache) wouldn't scale so well with hundreds of campaigns.

@mattab mattab added this to the Future releases milestone Jul 8, 2014
@mattab mattab removed the P: normal label Aug 3, 2014
@mattab mattab modified the milestones: Long term, Mid term Dec 23, 2015
@mattab mattab modified the milestones: Long term, Mid term Dec 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

1 participant