-
Notifications
You must be signed in to change notification settings - Fork 19
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
Cannot display evolution chart for segmented data before plugin installation date #9
Comments
I'll investigate this. Guess we should be able to make it possible to view the campaign names and keywords for periods before the installation of this plugin |
Ok. This is a bit tricky to solve. The new campaign data ist stored in other database fields. Alternatively you could update the log_visit table, I could provide a simple update sql or maybe add a command to the plugin to make that possible. |
@sgiehl thanks for your help. What would that SQL query be? |
UPDATE `log_visit` SET `campaign_name` = `referer_name`, `campaign_keyword` = `referer_keyword` WHERE `referer_type` = 6; You may add your table prefex (eg |
@sgiehl we've applied the query:
but no data previous the plugin's installation have been shown. We've also performed a core:archive action for a period of time previous to the plugin's installation date: Thanks for your help. |
The initial question was about segmented data. Are you using preprocessed segment reports? Or are you referring to the normal reports now? |
@sgiehl we need both. |
Running the archiver only might not have been enough, as it skips already archived data. You may need to invalidate or remove the reports for that dates. See https://piwik.org/faq/how-to/faq_59/ or https://piwik.org/faq/how-to/faq_155/ |
@sgiehl I'm afraid the above did not help. We've invalidated: and then re-processed: but nothing changed. Are we still missing something? |
Hi Piwik team,
we've installed the Marketing Campaigns Reporting plugin on Apr 5, 2017, v3.0.2. We can't see data before the installation date of the plugin, only data after. How can we generate reports for the past? Shouldn't the referral data (the UTMs) be in the piwik db anyway?
Please note that we've already executed the core:archive task for the past w/o success.
Any help would be greatly appreciated, thanks.
The text was updated successfully, but these errors were encountered: