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

Save Custom IP in Piwik_Tracker if possible. #1712

Closed
anonymous-matomo-user opened this issue Sep 20, 2010 · 1 comment
Closed

Save Custom IP in Piwik_Tracker if possible. #1712

anonymous-matomo-user opened this issue Sep 20, 2010 · 1 comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously. Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.

Comments

@anonymous-matomo-user
Copy link

Hello,

In PiwikTracker.php (getRequest() method) from http://piwik.org/docs/tracking-api/ present possibility to sent custom IP to tracker:

(!empty($this->ip) ? '&cip=' . $this->ip : '') .

But Piwik_Tracker class never test this parameter and don't save it in DB.

Can you, please, automatically save Custom IP in Piwik_Tracker class if this parameter present in request?

Thanks.

@robocoder
Copy link
Contributor

#1553

@anonymous-matomo-user anonymous-matomo-user added this to the Future releases 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
duplicate For issues that already existed in our issue tracker and were reported previously. Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

No branches or pull requests

2 participants