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

PHP Tracker API #3069

Closed
anonymous-matomo-user opened this issue Mar 23, 2012 · 1 comment
Closed

PHP Tracker API #3069

anonymous-matomo-user opened this issue Mar 23, 2012 · 1 comment
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change. worksforme The issue cannot be reproduced and things work as intended.
Milestone

Comments

@anonymous-matomo-user
Copy link

Hi!
I have a question about use "PHP Tracker API"

I add php code to my page:

require_once "PiwikTracker.php";
PiwikTracker::$URL = 'http://myserver.com/piwik/';

$piwikTracker = new PiwikTracker($idSite = 3);

$piwikTracker->doTrackPageView('Page Title');

But in "Visitor Log" it show me only what page was visited and date.
No real IP, no real provider, no real Referrer URL...

Can you help me?

Keywords: PHP Tracker API

@robocoder
Copy link
Contributor

http://piwik.org/docs/tracking-api/

For further inquiries, please use the forum.

@anonymous-matomo-user anonymous-matomo-user added this to the 1.12.x - Piwik 1.12.x 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
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

3 participants