@jpjang wrote:
I would like to separate visits that contain different website referrer information from the visitor's ongoing visit.
i.e.
1) example.org/landing.html?pk_campaign=c1&pk_kwd=k1 > visits of c1 = 1, visits of k1 = 1
(less than 30 minutes)
2) example.org/landing.html?pk_campaign=c2&pk_kwd=k2 > visits of c2 = 1, visits of k2 = 1But result is not proper.
1) example.org/landing.html?pk_campaign=c1&pk_kwd=k1 > visits of c1 = 1, visits of k1 = 1
(less than 30 minutes)
2) example.org/landing.html?pk_campaign=c2&pk_kwd=k2 > visits of c1 = 2, visits of k1 = 2I have already edited config/config.ini.php file as follows.
https://piwik.org/faq/how-to/faq_19616/Please, anybody help me.
Posts: 1
Participants: 1