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

wrong campaign referer for conversions #2186

Closed
anonymous-matomo-user opened this issue Mar 14, 2011 · 2 comments
Closed

wrong campaign referer for conversions #2186

anonymous-matomo-user opened this issue Mar 14, 2011 · 2 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously.
Milestone

Comments

@anonymous-matomo-user
Copy link

hi,
it seems there is a problem recording conversions with campaigns.
the referer is empty in the table piwik_log_conversion (referer_type=1 and referer_name=""). conversion statistics for campaigns are wrong.

I replaced those values in the database with referer_type=6 and the correct refer_name and stats are now correct.

here is a sample tracking code I used :


$t = new PiwikTracker( $idSite = 1, 'http://192.168.0.212/piwik12/');
$t->disableCookieSupport();
$t->setip("192.168.1.39");
$t->setUrl('http://example.org/yoyoyo/yo?piwik_campaign=popopoXXXxxx4');
$t->doTrackGoal(1, 3);


@anonymous-matomo-user
Copy link
Author

maybe related to #2168 ?

@anonymous-matomo-user
Copy link
Author

ok same bug #2168 ...
I applied the patch and now I have the correct values.

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 1.2.1 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

1 participant