woskamp
October 23, 2012, 9:09am
#1
the basic functions and the ecommerce tools from piwik works perfect, but the campaign tracking dosn’t work. where i can find the method for reading campaign in the url?
my url is XXX Sex - Free Porn Movies - Porno Videos on XXX.com
but piwik don’t register/recieved the campaign.
Thanks for help
Werner
matthieu
(Matthieu Aubry)
October 23, 2012, 9:12am
#2
It will only count for NEW visitors, so when you are testing make sure you test with a new browser and new visit?
woskamp
October 23, 2012, 9:24am
#3
i found the information in the database / table piwik_log_action:
idaction = 106
name = de/Laufbaender-522838219?pk_campaign=Test&pk_kwd=Werner
hash = 2924895502
type = 4
but in piwik i can’t find any campaign.
in the database/table piwik_log_visit i found this entry:
referer_url = http://www.dev-wos.de/de/Laufbaender-522838219?pk_campaign=Test&pk_kwd=Werner
but the rows referer_name und the referer_keyword are empty.
thanks
Werner
matthieu
(Matthieu Aubry)
October 23, 2012, 9:26am
#4
referer_url = http://www.dev-wos.de/de/Laufbaender-522838219?pk_campaign=Test&pk_kwd=Werner
But the campaign parameters should be set, on the landing page rather than the referrer URL ?
woskamp
October 23, 2012, 11:00am
#5
the link is calling the landingpage, i don’t know why piwik save this link as referer url, with the javascript tracking the campaigns working correctly, but we don’t want to use the javascript api.
Thanks, Werner