GoogleAdsConversionTrackingConfigurationQuery
in package
Class GoogleAdsConversionTrackingConfigurationQuery
Table of Contents
- $apiClient : GoogleServicesApiClient
- $conversionActionId : string
- $conversionId : string
- $conversionName : string
- $conversionTrackers : array<string|int, mixed>
- $error : string
- $languageTextManager : LanguageTextManager
- $storage : GoogleConfigurationStorage
- __construct() : mixed
- GoogleAdsConversionTrackingConfigurationQuery constructor.
- conversionActionId() : string
- Returns the google ads conversions action id.
- conversionId() : string
- Returns the google ads conversions id.
- conversionName() : string
- Returns the google ads conversions name.
- conversionTrackers() : array<string|int, mixed>
- Fetches and returns the google ads conversion trackers from the api.
- enabled() : bool
- Checks if google ads conversion tracking is enabled.
- error() : mixed
Properties
$apiClient
protected
GoogleServicesApiClient
$apiClient
$conversionActionId
protected
string
$conversionActionId
$conversionId
protected
string
$conversionId
$conversionName
protected
string
$conversionName
$conversionTrackers
protected
array<string|int, mixed>
$conversionTrackers
$error
protected
string
$error
$languageTextManager
protected
LanguageTextManager
$languageTextManager
$storage
protected
GoogleConfigurationStorage
$storage
Methods
__construct()
GoogleAdsConversionTrackingConfigurationQuery constructor.
public
__construct(GoogleConfigurationStorage $storage, LanguageTextManager $languageTextManager, GoogleServicesApiClient $apiClient) : mixed
Parameters
- $storage : GoogleConfigurationStorage
- $languageTextManager : LanguageTextManager
- $apiClient : GoogleServicesApiClient
Return values
mixed —conversionActionId()
Returns the google ads conversions action id.
public
conversionActionId() : string
Return values
string —conversionId()
Returns the google ads conversions id.
public
conversionId() : string
Return values
string —conversionName()
Returns the google ads conversions name.
public
conversionName() : string
Return values
string —conversionTrackers()
Fetches and returns the google ads conversion trackers from the api.
public
conversionTrackers() : array<string|int, mixed>
Return values
array<string|int, mixed> —enabled()
Checks if google ads conversion tracking is enabled.
public
enabled() : bool
Return values
bool —error()
public
error() : mixed