GoogleAnalyticsConfigurationOverviewQuery
in package
Class GoogleAnalyticsConfigurationOverviewQuery
Table of Contents
- $languageTextManager : LanguageTextManager
- $service : GoogleAnalyticsConfigurationReadServiceInterface
- __construct() : mixed
- GoogleAnalyticsConfigurationOverviewQuery constructor.
- advancedSettings() : array<string|int, mixed>
- Returns the advanced settings for google analytics.
- boxNames() : array<string|int, mixed>
- Returns the box names configuration group of google analytics.
- listNames() : array<string|int, mixed>
- Returns the list names configuration group of google analytics.
- mainConfiguration() : array<string|int, mixed>
- Returns the main configuration group of google analytics.
- previousError() : string|null
- Returns an error message for the previous error, if one occurred.
- trackingOptions() : array<string|int, mixed>
- Returns the tracking options configuration group of google analytics.
Properties
$languageTextManager
protected
LanguageTextManager
$languageTextManager
$service
protected
GoogleAnalyticsConfigurationReadServiceInterface
$service
Methods
__construct()
GoogleAnalyticsConfigurationOverviewQuery constructor.
public
__construct(GoogleAnalyticsConfigurationReadServiceInterface $service, LanguageTextManager $languageTextManager) : mixed
Parameters
- $service : GoogleAnalyticsConfigurationReadServiceInterface
-
Fetch analytics configurations.
- $languageTextManager : LanguageTextManager
-
Text provider.
Return values
mixed —advancedSettings()
Returns the advanced settings for google analytics.
public
advancedSettings() : array<string|int, mixed>
Return values
array<string|int, mixed> —boxNames()
Returns the box names configuration group of google analytics.
public
boxNames() : array<string|int, mixed>
Return values
array<string|int, mixed> —Box names configuration group of google analytics.
listNames()
Returns the list names configuration group of google analytics.
public
listNames() : array<string|int, mixed>
Return values
array<string|int, mixed> —List names configuration group of google analytics.
mainConfiguration()
Returns the main configuration group of google analytics.
public
mainConfiguration() : array<string|int, mixed>
Return values
array<string|int, mixed> —Main configuration group of google analytics.
previousError()
Returns an error message for the previous error, if one occurred.
public
previousError() : string|null
If not, null is returned.
Return values
string|null —trackingOptions()
Returns the tracking options configuration group of google analytics.
public
trackingOptions() : array<string|int, mixed>
Return values
array<string|int, mixed> —Tracking options configuration group of google analytics.