public function GoogleUniversalAnalyticsService::getCacheableUrls in Analytics 7
Return value
array
Overrides AnalyticsService::getCacheableUrls
File
- analytics_google/
src/ GoogleUniversalAnalyticsService.php, line 78
Class
Code
public function getCacheableUrls() {
$urls = array();
// if ($this->service->options['cache']) {
$urls[] = 'https://www.google-analytics.com/analytics.js';
// }
return $urls;
}