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

Allow API to modify "website creation date" #2191

Closed
mattab opened this issue Mar 16, 2011 · 1 comment
Closed

Allow API to modify "website creation date" #2191

mattab opened this issue Mar 16, 2011 · 1 comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Mar 16, 2011

Currently set to the timestamp the website row was added to Mysql, it is often required to change the time in the past

  • when visit generator was called for ex.
  • when we import past logs (eg. apache logs) in piwik for days/weeks in the past

we should add a parameter to Website create/update API functions to allow setting this date in the past

@mattab
Copy link
Member Author

mattab commented Mar 26, 2011

(In [4200]) Fixes #2191 the addSite / updateSite APIs now have a startDate parameter so it is possible to load logs that are in the past, and let Piwik know about it (without hacking the ts_created field in the DB)

@mattab mattab added this to the Piwik 1.3 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
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

1 participant