I've created a couple of views of important statistics for our site admin, and they are showing data that is hours old. For some reason the view data is being cached, but I don't want it to be. Is there any way to keep the data from being cached? I specified no caching in the view...

Thanks,
-Joseph

Comments

grendzy’s picture

Status: Active » Fixed

The cache expiration is configured at /admin/config/system/google-analytics-reports.

If the options in the UI aren't sufficient for your project, you can override this value by setting
$conf['google_analytics_reports_cache_length']
(in seconds) in your settings.php.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.