Open dev-cb opened 7 months ago
Also in the database I checked in the data tables link_clicks
and campaign_views
for this specifics campaign_id
, and there is data (using SELECT * FROM campaign_views WHERE campaign_id = 15;
):
I noticed a cutoff in my data too, but in my case it seems to be nine days. If I set a different date from the default one in the calendar it simply won't update the grahp. I don't know if it can be a related problem.
Version
Description of the bug and steps to reproduce Noticed that the analytics data seems incorrect: A campaign was started and finished on the same day (March 11). Correctly stated in the campaign overview, as well as in the campaigns table in the database. But looking at the analytics (/admin/campaigns/analytics?id=15) the data starts from March 18. Changing the date range also doesn’t make a difference.
Several scheduled campaigns where running in parallel. All the same template though, but different contact lists.
Screenshots