/home/techb158/immovalet.com/vendor/google/apiclient-services/src/Analytics
Edit: /home/techb158/immovalet.com/vendor/google/apiclient-services/src/Analytics/AdWordsAccount.php (1411B)
autoTaggingEnabled = $autoTaggingEnabled;
}
public function getAutoTaggingEnabled()
{
return $this->autoTaggingEnabled;
}
public function setCustomerId($customerId)
{
$this->customerId = $customerId;
}
public function getCustomerId()
{
return $this->customerId;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AdWordsAccount::class, 'Google_Service_Analytics_AdWordsAccount');