You are here

public function GoogleAnalyticsGaService::getCacheableUrls in Analytics 7

Return value

array

Overrides AnalyticsService::getCacheableUrls

File

analytics_google/src/GoogleAnalyticsGaService.php, line 77

Class

GoogleAnalyticsGaService

Code

public function getCacheableUrls() {
  $urls = array();
  $urls[] = 'https://ssl.google-analytics.com/ga.js';
  return $urls;
}