You are here

public function GoogleAnalyticsCounterFeed::setVerifier in Google Analytics Counter 8.3

OAuth step #3: Fetch access token.

Set the verifier property.

File

src/GoogleAnalyticsCounterFeed.php, line 305

Class

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

Namespace

Drupal\google_analytics_counter

Code

public function setVerifier($verifier) {
  $this->verifier = $verifier;
}