You are here

protected function GoogleAnalyticsCounterFeed::setQueryPath in Google Analytics Counter 8.3

Set the queryPath property.

Parameters

$path:

6 calls to GoogleAnalyticsCounterFeed::setQueryPath()
GoogleAnalyticsCounterFeed::queryAccounts in src/GoogleAnalyticsCounterFeed.php
Query Management API - Accounts.
GoogleAnalyticsCounterFeed::queryGoals in src/GoogleAnalyticsCounterFeed.php
Query Management API - Goals.
GoogleAnalyticsCounterFeed::queryProfiles in src/GoogleAnalyticsCounterFeed.php
Query Management API - Profiles.
GoogleAnalyticsCounterFeed::queryReportFeed in src/GoogleAnalyticsCounterFeed.php
Query and sanitize report data.
GoogleAnalyticsCounterFeed::querySegments in src/GoogleAnalyticsCounterFeed.php
Query Management API - Segments.

... See full list

File

src/GoogleAnalyticsCounterFeed.php, line 323

Class

GoogleAnalyticsCounterFeed
Authorize access and request data from Google Analytics Core Reporting API.

Namespace

Drupal\google_analytics_counter

Code

protected function setQueryPath($path) {
  $this->queryPath = 'https://' . $this->host . '/' . $path;
}