Google Analytics API: management. Views and manages your Google Analytics data. See: https://developers.google.com/analytics/api/reference/rest/v3/management
Google Analytics API: management. Views and manages your Google Analytics data. See: https://developers.google.com/analytics/api/reference/rest/v3/management
(accounts-list$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/accounts/list
Required parameters: none
Optional parameters: max-results, start-index
Lists all accounts to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/accounts/list Required parameters: none Optional parameters: max-results, start-index Lists all accounts to which the user has access.
(accountSummaries-list$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/accountSummaries/list
Required parameters: none
Optional parameters: max-results, start-index
Lists account summaries (lightweight tree comprised of accounts/properties/profiles) to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/accountSummaries/list Required parameters: none Optional parameters: max-results, start-index Lists account summaries (lightweight tree comprised of accounts/properties/profiles) to which the user has access.
(accountUserLinks-delete$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/accountUserLinks/delete
Required parameters: accountId, linkId
Optional parameters: none
Removes a user from the given account.
https://developers.google.com/analytics/api/reference/rest/v3/management/accountUserLinks/delete Required parameters: accountId, linkId Optional parameters: none Removes a user from the given account.
(accountUserLinks-insert$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/accountUserLinks/insert
Required parameters: accountId
Optional parameters: none
Body:
{:entity {:accountRef {:href string, :id string, :kind string, :name string}, :profileRef {:accountId string, :href string, :id string, :internalWebPropertyId string, :kind string, :name string, :webPropertyId string}, :webPropertyRef {:accountId string, :href string, :id string, :internalWebPropertyId string, :kind string, :name string}}, :id string, :kind string, :permissions {:effective [string], :local [string]}, :selfLink string, :userRef {:email string, :id string, :kind string}}
Adds a new user to the given account.
https://developers.google.com/analytics/api/reference/rest/v3/management/accountUserLinks/insert
Required parameters: accountId
Optional parameters: none
Body:
{:entity {:accountRef {:href string,
:id string,
:kind string,
:name string},
:profileRef {:accountId string,
:href string,
:id string,
:internalWebPropertyId string,
:kind string,
:name string,
:webPropertyId string},
:webPropertyRef {:accountId string,
:href string,
:id string,
:internalWebPropertyId string,
:kind string,
:name string}},
:id string,
:kind string,
:permissions {:effective [string], :local [string]},
:selfLink string,
:userRef {:email string, :id string, :kind string}}
Adds a new user to the given account.(accountUserLinks-list$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/accountUserLinks/list
Required parameters: accountId
Optional parameters: max-results, start-index
Lists account-user links for a given account.
https://developers.google.com/analytics/api/reference/rest/v3/management/accountUserLinks/list Required parameters: accountId Optional parameters: max-results, start-index Lists account-user links for a given account.
(accountUserLinks-update$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/accountUserLinks/update
Required parameters: accountId, linkId
Optional parameters: none
Body:
{:entity {:accountRef {:href string, :id string, :kind string, :name string}, :profileRef {:accountId string, :href string, :id string, :internalWebPropertyId string, :kind string, :name string, :webPropertyId string}, :webPropertyRef {:accountId string, :href string, :id string, :internalWebPropertyId string, :kind string, :name string}}, :id string, :kind string, :permissions {:effective [string], :local [string]}, :selfLink string, :userRef {:email string, :id string, :kind string}}
Updates permissions for an existing user on the given account.
https://developers.google.com/analytics/api/reference/rest/v3/management/accountUserLinks/update
Required parameters: accountId, linkId
Optional parameters: none
Body:
{:entity {:accountRef {:href string,
:id string,
:kind string,
:name string},
:profileRef {:accountId string,
:href string,
:id string,
:internalWebPropertyId string,
:kind string,
:name string,
:webPropertyId string},
:webPropertyRef {:accountId string,
:href string,
:id string,
:internalWebPropertyId string,
:kind string,
:name string}},
:id string,
:kind string,
:permissions {:effective [string], :local [string]},
:selfLink string,
:userRef {:email string, :id string, :kind string}}
Updates permissions for an existing user on the given account.(clientId-hashClientId$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/clientId/hashClientId
Required parameters: none
Optional parameters: none
Body:
{:clientId string, :kind string, :webPropertyId string}
Hashes the given Client ID.
https://developers.google.com/analytics/api/reference/rest/v3/management/clientId/hashClientId
Required parameters: none
Optional parameters: none
Body:
{:clientId string, :kind string, :webPropertyId string}
Hashes the given Client ID.(customDataSources-list$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/customDataSources/list
Required parameters: accountId, webPropertyId
Optional parameters: max-results, start-index
List custom data sources to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/customDataSources/list Required parameters: accountId, webPropertyId Optional parameters: max-results, start-index List custom data sources to which the user has access.
(customDimensions-get$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/customDimensions/get
Required parameters: accountId, customDimensionId, webPropertyId
Optional parameters: none
Get a custom dimension to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/customDimensions/get Required parameters: accountId, customDimensionId, webPropertyId Optional parameters: none Get a custom dimension to which the user has access.
(customDimensions-insert$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/customDimensions/insert
Required parameters: accountId, webPropertyId
Optional parameters: none
Body:
{:index integer, :updated string, :name string, :selfLink string, :created string, :scope string, :parentLink {:href string, :type string}, :webPropertyId string, :active boolean, :id string, :kind string, :accountId string}
Create a new custom dimension.
https://developers.google.com/analytics/api/reference/rest/v3/management/customDimensions/insert
Required parameters: accountId, webPropertyId
Optional parameters: none
Body:
{:index integer,
:updated string,
:name string,
:selfLink string,
:created string,
:scope string,
:parentLink {:href string, :type string},
:webPropertyId string,
:active boolean,
:id string,
:kind string,
:accountId string}
Create a new custom dimension.(customDimensions-list$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/customDimensions/list
Required parameters: accountId, webPropertyId
Optional parameters: max-results, start-index
Lists custom dimensions to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/customDimensions/list Required parameters: accountId, webPropertyId Optional parameters: max-results, start-index Lists custom dimensions to which the user has access.
(customDimensions-patch$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/customDimensions/patch
Required parameters: accountId, customDimensionId, webPropertyId
Optional parameters: ignoreCustomDataSourceLinks
Body:
{:index integer, :updated string, :name string, :selfLink string, :created string, :scope string, :parentLink {:href string, :type string}, :webPropertyId string, :active boolean, :id string, :kind string, :accountId string}
Updates an existing custom dimension. This method supports patch semantics.
https://developers.google.com/analytics/api/reference/rest/v3/management/customDimensions/patch
Required parameters: accountId, customDimensionId, webPropertyId
Optional parameters: ignoreCustomDataSourceLinks
Body:
{:index integer,
:updated string,
:name string,
:selfLink string,
:created string,
:scope string,
:parentLink {:href string, :type string},
:webPropertyId string,
:active boolean,
:id string,
:kind string,
:accountId string}
Updates an existing custom dimension. This method supports patch semantics.(customDimensions-update$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/customDimensions/update
Required parameters: accountId, customDimensionId, webPropertyId
Optional parameters: ignoreCustomDataSourceLinks
Body:
{:index integer, :updated string, :name string, :selfLink string, :created string, :scope string, :parentLink {:href string, :type string}, :webPropertyId string, :active boolean, :id string, :kind string, :accountId string}
Updates an existing custom dimension.
https://developers.google.com/analytics/api/reference/rest/v3/management/customDimensions/update
Required parameters: accountId, customDimensionId, webPropertyId
Optional parameters: ignoreCustomDataSourceLinks
Body:
{:index integer,
:updated string,
:name string,
:selfLink string,
:created string,
:scope string,
:parentLink {:href string, :type string},
:webPropertyId string,
:active boolean,
:id string,
:kind string,
:accountId string}
Updates an existing custom dimension.(customMetrics-get$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/customMetrics/get
Required parameters: accountId, customMetricId, webPropertyId
Optional parameters: none
Get a custom metric to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/customMetrics/get Required parameters: accountId, customMetricId, webPropertyId Optional parameters: none Get a custom metric to which the user has access.
(customMetrics-insert$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/customMetrics/insert
Required parameters: accountId, webPropertyId
Optional parameters: none
Body:
{:max_value string, :index integer, :updated string, :name string, :selfLink string, :type string, :created string, :scope string, :parentLink {:href string, :type string}, :webPropertyId string, :min_value string, :active boolean, :id string, :kind string, :accountId string}
Create a new custom metric.
https://developers.google.com/analytics/api/reference/rest/v3/management/customMetrics/insert
Required parameters: accountId, webPropertyId
Optional parameters: none
Body:
{:max_value string,
:index integer,
:updated string,
:name string,
:selfLink string,
:type string,
:created string,
:scope string,
:parentLink {:href string, :type string},
:webPropertyId string,
:min_value string,
:active boolean,
:id string,
:kind string,
:accountId string}
Create a new custom metric.(customMetrics-list$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/customMetrics/list
Required parameters: accountId, webPropertyId
Optional parameters: max-results, start-index
Lists custom metrics to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/customMetrics/list Required parameters: accountId, webPropertyId Optional parameters: max-results, start-index Lists custom metrics to which the user has access.
(customMetrics-patch$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/customMetrics/patch
Required parameters: accountId, customMetricId, webPropertyId
Optional parameters: ignoreCustomDataSourceLinks
Body:
{:max_value string, :index integer, :updated string, :name string, :selfLink string, :type string, :created string, :scope string, :parentLink {:href string, :type string}, :webPropertyId string, :min_value string, :active boolean, :id string, :kind string, :accountId string}
Updates an existing custom metric. This method supports patch semantics.
https://developers.google.com/analytics/api/reference/rest/v3/management/customMetrics/patch
Required parameters: accountId, customMetricId, webPropertyId
Optional parameters: ignoreCustomDataSourceLinks
Body:
{:max_value string,
:index integer,
:updated string,
:name string,
:selfLink string,
:type string,
:created string,
:scope string,
:parentLink {:href string, :type string},
:webPropertyId string,
:min_value string,
:active boolean,
:id string,
:kind string,
:accountId string}
Updates an existing custom metric. This method supports patch semantics.(customMetrics-update$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/customMetrics/update
Required parameters: accountId, customMetricId, webPropertyId
Optional parameters: ignoreCustomDataSourceLinks
Body:
{:max_value string, :index integer, :updated string, :name string, :selfLink string, :type string, :created string, :scope string, :parentLink {:href string, :type string}, :webPropertyId string, :min_value string, :active boolean, :id string, :kind string, :accountId string}
Updates an existing custom metric.
https://developers.google.com/analytics/api/reference/rest/v3/management/customMetrics/update
Required parameters: accountId, customMetricId, webPropertyId
Optional parameters: ignoreCustomDataSourceLinks
Body:
{:max_value string,
:index integer,
:updated string,
:name string,
:selfLink string,
:type string,
:created string,
:scope string,
:parentLink {:href string, :type string},
:webPropertyId string,
:min_value string,
:active boolean,
:id string,
:kind string,
:accountId string}
Updates an existing custom metric.(experiments-delete$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/delete
Required parameters: accountId, experimentId, profileId, webPropertyId
Optional parameters: none
Delete an experiment.
https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/delete Required parameters: accountId, experimentId, profileId, webPropertyId Optional parameters: none Delete an experiment.
(experiments-get$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/get
Required parameters: accountId, experimentId, profileId, webPropertyId
Optional parameters: none
Returns an experiment to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/get Required parameters: accountId, experimentId, profileId, webPropertyId Optional parameters: none Returns an experiment to which the user has access.
(experiments-insert$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/insert
Required parameters: accountId, profileId, webPropertyId
Optional parameters: none
Body:
{:description string, :equalWeighting boolean, :winnerFound boolean, :trafficCoverage number, :startTime string, :updated string, :name string, :rewriteVariationUrlsAsOriginal boolean, :endTime string, :snippet string, :selfLink string, :created string, :minimumExperimentLengthInDays integer, :parentLink {:href string, :type string}, :webPropertyId string, :reasonExperimentEnded string, :objectiveMetric string, :winnerConfidenceLevel number, :editableInGaUi boolean, :status string, :id string, :kind string, :internalWebPropertyId string, :profileId string, :servingFramework string, :variations [{:name string, :status string, :url string, :weight number, :won boolean}], :accountId string, :optimizationType string}
Create a new experiment.
https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/insert
Required parameters: accountId, profileId, webPropertyId
Optional parameters: none
Body:
{:description string,
:equalWeighting boolean,
:winnerFound boolean,
:trafficCoverage number,
:startTime string,
:updated string,
:name string,
:rewriteVariationUrlsAsOriginal boolean,
:endTime string,
:snippet string,
:selfLink string,
:created string,
:minimumExperimentLengthInDays integer,
:parentLink {:href string, :type string},
:webPropertyId string,
:reasonExperimentEnded string,
:objectiveMetric string,
:winnerConfidenceLevel number,
:editableInGaUi boolean,
:status string,
:id string,
:kind string,
:internalWebPropertyId string,
:profileId string,
:servingFramework string,
:variations [{:name string,
:status string,
:url string,
:weight number,
:won boolean}],
:accountId string,
:optimizationType string}
Create a new experiment.(experiments-list$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/list
Required parameters: accountId, profileId, webPropertyId
Optional parameters: max-results, start-index
Lists experiments to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/list Required parameters: accountId, profileId, webPropertyId Optional parameters: max-results, start-index Lists experiments to which the user has access.
(experiments-patch$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/patch
Required parameters: accountId, experimentId, profileId, webPropertyId
Optional parameters: none
Body:
{:description string, :equalWeighting boolean, :winnerFound boolean, :trafficCoverage number, :startTime string, :updated string, :name string, :rewriteVariationUrlsAsOriginal boolean, :endTime string, :snippet string, :selfLink string, :created string, :minimumExperimentLengthInDays integer, :parentLink {:href string, :type string}, :webPropertyId string, :reasonExperimentEnded string, :objectiveMetric string, :winnerConfidenceLevel number, :editableInGaUi boolean, :status string, :id string, :kind string, :internalWebPropertyId string, :profileId string, :servingFramework string, :variations [{:name string, :status string, :url string, :weight number, :won boolean}], :accountId string, :optimizationType string}
Update an existing experiment. This method supports patch semantics.
https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/patch
Required parameters: accountId, experimentId, profileId, webPropertyId
Optional parameters: none
Body:
{:description string,
:equalWeighting boolean,
:winnerFound boolean,
:trafficCoverage number,
:startTime string,
:updated string,
:name string,
:rewriteVariationUrlsAsOriginal boolean,
:endTime string,
:snippet string,
:selfLink string,
:created string,
:minimumExperimentLengthInDays integer,
:parentLink {:href string, :type string},
:webPropertyId string,
:reasonExperimentEnded string,
:objectiveMetric string,
:winnerConfidenceLevel number,
:editableInGaUi boolean,
:status string,
:id string,
:kind string,
:internalWebPropertyId string,
:profileId string,
:servingFramework string,
:variations [{:name string,
:status string,
:url string,
:weight number,
:won boolean}],
:accountId string,
:optimizationType string}
Update an existing experiment. This method supports patch semantics.(experiments-update$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/update
Required parameters: accountId, experimentId, profileId, webPropertyId
Optional parameters: none
Body:
{:description string, :equalWeighting boolean, :winnerFound boolean, :trafficCoverage number, :startTime string, :updated string, :name string, :rewriteVariationUrlsAsOriginal boolean, :endTime string, :snippet string, :selfLink string, :created string, :minimumExperimentLengthInDays integer, :parentLink {:href string, :type string}, :webPropertyId string, :reasonExperimentEnded string, :objectiveMetric string, :winnerConfidenceLevel number, :editableInGaUi boolean, :status string, :id string, :kind string, :internalWebPropertyId string, :profileId string, :servingFramework string, :variations [{:name string, :status string, :url string, :weight number, :won boolean}], :accountId string, :optimizationType string}
Update an existing experiment.
https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/update
Required parameters: accountId, experimentId, profileId, webPropertyId
Optional parameters: none
Body:
{:description string,
:equalWeighting boolean,
:winnerFound boolean,
:trafficCoverage number,
:startTime string,
:updated string,
:name string,
:rewriteVariationUrlsAsOriginal boolean,
:endTime string,
:snippet string,
:selfLink string,
:created string,
:minimumExperimentLengthInDays integer,
:parentLink {:href string, :type string},
:webPropertyId string,
:reasonExperimentEnded string,
:objectiveMetric string,
:winnerConfidenceLevel number,
:editableInGaUi boolean,
:status string,
:id string,
:kind string,
:internalWebPropertyId string,
:profileId string,
:servingFramework string,
:variations [{:name string,
:status string,
:url string,
:weight number,
:won boolean}],
:accountId string,
:optimizationType string}
Update an existing experiment.(filters-delete$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/filters/delete
Required parameters: accountId, filterId
Optional parameters: none
Delete a filter.
https://developers.google.com/analytics/api/reference/rest/v3/management/filters/delete Required parameters: accountId, filterId Optional parameters: none Delete a filter.
(filters-get$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/filters/get
Required parameters: accountId, filterId
Optional parameters: none
Returns filters to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/filters/get Required parameters: accountId, filterId Optional parameters: none Returns filters to which the user has access.
(filters-insert$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/filters/insert
Required parameters: accountId
Optional parameters: none
Body:
{:advancedDetails {:fieldAIndex integer, :outputToFieldIndex integer, :fieldA string, :extractB string, :fieldB string, :outputConstructor string, :outputToField string, :fieldBRequired boolean, :fieldARequired boolean, :extractA string, :caseSensitive boolean, :overrideOutputField boolean, :fieldBIndex integer}, :searchAndReplaceDetails {:caseSensitive boolean, :field string, :fieldIndex integer, :replaceString string, :searchString string}, :updated string, :name string, :selfLink string, :type string, :created string, :parentLink {:href string, :type string}, :uppercaseDetails {:field string, :fieldIndex integer}, :lowercaseDetails {:field string, :fieldIndex integer}, :id string, :kind string, :includeDetails {:caseSensitive boolean, :expressionValue string, :field string, :fieldIndex integer, :kind string, :matchType string}, :excludeDetails {:caseSensitive boolean, :expressionValue string, :field string, :fieldIndex integer, :kind string, :matchType string}, :accountId string}
Create a new filter.
https://developers.google.com/analytics/api/reference/rest/v3/management/filters/insert
Required parameters: accountId
Optional parameters: none
Body:
{:advancedDetails {:fieldAIndex integer,
:outputToFieldIndex integer,
:fieldA string,
:extractB string,
:fieldB string,
:outputConstructor string,
:outputToField string,
:fieldBRequired boolean,
:fieldARequired boolean,
:extractA string,
:caseSensitive boolean,
:overrideOutputField boolean,
:fieldBIndex integer},
:searchAndReplaceDetails {:caseSensitive boolean,
:field string,
:fieldIndex integer,
:replaceString string,
:searchString string},
:updated string,
:name string,
:selfLink string,
:type string,
:created string,
:parentLink {:href string, :type string},
:uppercaseDetails {:field string, :fieldIndex integer},
:lowercaseDetails {:field string, :fieldIndex integer},
:id string,
:kind string,
:includeDetails {:caseSensitive boolean,
:expressionValue string,
:field string,
:fieldIndex integer,
:kind string,
:matchType string},
:excludeDetails {:caseSensitive boolean,
:expressionValue string,
:field string,
:fieldIndex integer,
:kind string,
:matchType string},
:accountId string}
Create a new filter.(filters-list$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/filters/list
Required parameters: accountId
Optional parameters: max-results, start-index
Lists all filters for an account
https://developers.google.com/analytics/api/reference/rest/v3/management/filters/list Required parameters: accountId Optional parameters: max-results, start-index Lists all filters for an account
(filters-patch$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/filters/patch
Required parameters: accountId, filterId
Optional parameters: none
Body:
{:advancedDetails {:fieldAIndex integer, :outputToFieldIndex integer, :fieldA string, :extractB string, :fieldB string, :outputConstructor string, :outputToField string, :fieldBRequired boolean, :fieldARequired boolean, :extractA string, :caseSensitive boolean, :overrideOutputField boolean, :fieldBIndex integer}, :searchAndReplaceDetails {:caseSensitive boolean, :field string, :fieldIndex integer, :replaceString string, :searchString string}, :updated string, :name string, :selfLink string, :type string, :created string, :parentLink {:href string, :type string}, :uppercaseDetails {:field string, :fieldIndex integer}, :lowercaseDetails {:field string, :fieldIndex integer}, :id string, :kind string, :includeDetails {:caseSensitive boolean, :expressionValue string, :field string, :fieldIndex integer, :kind string, :matchType string}, :excludeDetails {:caseSensitive boolean, :expressionValue string, :field string, :fieldIndex integer, :kind string, :matchType string}, :accountId string}
Updates an existing filter. This method supports patch semantics.
https://developers.google.com/analytics/api/reference/rest/v3/management/filters/patch
Required parameters: accountId, filterId
Optional parameters: none
Body:
{:advancedDetails {:fieldAIndex integer,
:outputToFieldIndex integer,
:fieldA string,
:extractB string,
:fieldB string,
:outputConstructor string,
:outputToField string,
:fieldBRequired boolean,
:fieldARequired boolean,
:extractA string,
:caseSensitive boolean,
:overrideOutputField boolean,
:fieldBIndex integer},
:searchAndReplaceDetails {:caseSensitive boolean,
:field string,
:fieldIndex integer,
:replaceString string,
:searchString string},
:updated string,
:name string,
:selfLink string,
:type string,
:created string,
:parentLink {:href string, :type string},
:uppercaseDetails {:field string, :fieldIndex integer},
:lowercaseDetails {:field string, :fieldIndex integer},
:id string,
:kind string,
:includeDetails {:caseSensitive boolean,
:expressionValue string,
:field string,
:fieldIndex integer,
:kind string,
:matchType string},
:excludeDetails {:caseSensitive boolean,
:expressionValue string,
:field string,
:fieldIndex integer,
:kind string,
:matchType string},
:accountId string}
Updates an existing filter. This method supports patch semantics.(filters-update$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/filters/update
Required parameters: accountId, filterId
Optional parameters: none
Body:
{:advancedDetails {:fieldAIndex integer, :outputToFieldIndex integer, :fieldA string, :extractB string, :fieldB string, :outputConstructor string, :outputToField string, :fieldBRequired boolean, :fieldARequired boolean, :extractA string, :caseSensitive boolean, :overrideOutputField boolean, :fieldBIndex integer}, :searchAndReplaceDetails {:caseSensitive boolean, :field string, :fieldIndex integer, :replaceString string, :searchString string}, :updated string, :name string, :selfLink string, :type string, :created string, :parentLink {:href string, :type string}, :uppercaseDetails {:field string, :fieldIndex integer}, :lowercaseDetails {:field string, :fieldIndex integer}, :id string, :kind string, :includeDetails {:caseSensitive boolean, :expressionValue string, :field string, :fieldIndex integer, :kind string, :matchType string}, :excludeDetails {:caseSensitive boolean, :expressionValue string, :field string, :fieldIndex integer, :kind string, :matchType string}, :accountId string}
Updates an existing filter.
https://developers.google.com/analytics/api/reference/rest/v3/management/filters/update
Required parameters: accountId, filterId
Optional parameters: none
Body:
{:advancedDetails {:fieldAIndex integer,
:outputToFieldIndex integer,
:fieldA string,
:extractB string,
:fieldB string,
:outputConstructor string,
:outputToField string,
:fieldBRequired boolean,
:fieldARequired boolean,
:extractA string,
:caseSensitive boolean,
:overrideOutputField boolean,
:fieldBIndex integer},
:searchAndReplaceDetails {:caseSensitive boolean,
:field string,
:fieldIndex integer,
:replaceString string,
:searchString string},
:updated string,
:name string,
:selfLink string,
:type string,
:created string,
:parentLink {:href string, :type string},
:uppercaseDetails {:field string, :fieldIndex integer},
:lowercaseDetails {:field string, :fieldIndex integer},
:id string,
:kind string,
:includeDetails {:caseSensitive boolean,
:expressionValue string,
:field string,
:fieldIndex integer,
:kind string,
:matchType string},
:excludeDetails {:caseSensitive boolean,
:expressionValue string,
:field string,
:fieldIndex integer,
:kind string,
:matchType string},
:accountId string}
Updates an existing filter.(goals-get$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/goals/get
Required parameters: accountId, goalId, profileId, webPropertyId
Optional parameters: none
Gets a goal to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/goals/get Required parameters: accountId, goalId, profileId, webPropertyId Optional parameters: none Gets a goal to which the user has access.
(goals-insert$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/goals/insert
Required parameters: accountId, profileId, webPropertyId
Optional parameters: none
Body:
{:eventDetails {:eventConditions [{:comparisonType string, :comparisonValue string, :expression string, :matchType string, :type string}], :useEventValue boolean}, :updated string, :visitNumPagesDetails {:comparisonType string, :comparisonValue string}, :name string, :value number, :selfLink string, :type string, :urlDestinationDetails {:caseSensitive boolean, :firstStepRequired boolean, :matchType string, :steps [{:name string, :number integer, :url string}], :url string}, :created string, :parentLink {:href string, :type string}, :visitTimeOnSiteDetails {:comparisonType string, :comparisonValue string}, :webPropertyId string, :active boolean, :id string, :kind string, :internalWebPropertyId string, :profileId string, :accountId string}
Create a new goal.
https://developers.google.com/analytics/api/reference/rest/v3/management/goals/insert
Required parameters: accountId, profileId, webPropertyId
Optional parameters: none
Body:
{:eventDetails {:eventConditions [{:comparisonType string,
:comparisonValue string,
:expression string,
:matchType string,
:type string}],
:useEventValue boolean},
:updated string,
:visitNumPagesDetails {:comparisonType string,
:comparisonValue string},
:name string,
:value number,
:selfLink string,
:type string,
:urlDestinationDetails {:caseSensitive boolean,
:firstStepRequired boolean,
:matchType string,
:steps [{:name string,
:number integer,
:url string}],
:url string},
:created string,
:parentLink {:href string, :type string},
:visitTimeOnSiteDetails {:comparisonType string,
:comparisonValue string},
:webPropertyId string,
:active boolean,
:id string,
:kind string,
:internalWebPropertyId string,
:profileId string,
:accountId string}
Create a new goal.(goals-list$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/goals/list
Required parameters: accountId, profileId, webPropertyId
Optional parameters: max-results, start-index
Lists goals to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/goals/list Required parameters: accountId, profileId, webPropertyId Optional parameters: max-results, start-index Lists goals to which the user has access.
(goals-patch$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/goals/patch
Required parameters: accountId, goalId, profileId, webPropertyId
Optional parameters: none
Body:
{:eventDetails {:eventConditions [{:comparisonType string, :comparisonValue string, :expression string, :matchType string, :type string}], :useEventValue boolean}, :updated string, :visitNumPagesDetails {:comparisonType string, :comparisonValue string}, :name string, :value number, :selfLink string, :type string, :urlDestinationDetails {:caseSensitive boolean, :firstStepRequired boolean, :matchType string, :steps [{:name string, :number integer, :url string}], :url string}, :created string, :parentLink {:href string, :type string}, :visitTimeOnSiteDetails {:comparisonType string, :comparisonValue string}, :webPropertyId string, :active boolean, :id string, :kind string, :internalWebPropertyId string, :profileId string, :accountId string}
Updates an existing goal. This method supports patch semantics.
https://developers.google.com/analytics/api/reference/rest/v3/management/goals/patch
Required parameters: accountId, goalId, profileId, webPropertyId
Optional parameters: none
Body:
{:eventDetails {:eventConditions [{:comparisonType string,
:comparisonValue string,
:expression string,
:matchType string,
:type string}],
:useEventValue boolean},
:updated string,
:visitNumPagesDetails {:comparisonType string,
:comparisonValue string},
:name string,
:value number,
:selfLink string,
:type string,
:urlDestinationDetails {:caseSensitive boolean,
:firstStepRequired boolean,
:matchType string,
:steps [{:name string,
:number integer,
:url string}],
:url string},
:created string,
:parentLink {:href string, :type string},
:visitTimeOnSiteDetails {:comparisonType string,
:comparisonValue string},
:webPropertyId string,
:active boolean,
:id string,
:kind string,
:internalWebPropertyId string,
:profileId string,
:accountId string}
Updates an existing goal. This method supports patch semantics.(goals-update$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/goals/update
Required parameters: accountId, goalId, profileId, webPropertyId
Optional parameters: none
Body:
{:eventDetails {:eventConditions [{:comparisonType string, :comparisonValue string, :expression string, :matchType string, :type string}], :useEventValue boolean}, :updated string, :visitNumPagesDetails {:comparisonType string, :comparisonValue string}, :name string, :value number, :selfLink string, :type string, :urlDestinationDetails {:caseSensitive boolean, :firstStepRequired boolean, :matchType string, :steps [{:name string, :number integer, :url string}], :url string}, :created string, :parentLink {:href string, :type string}, :visitTimeOnSiteDetails {:comparisonType string, :comparisonValue string}, :webPropertyId string, :active boolean, :id string, :kind string, :internalWebPropertyId string, :profileId string, :accountId string}
Updates an existing goal.
https://developers.google.com/analytics/api/reference/rest/v3/management/goals/update
Required parameters: accountId, goalId, profileId, webPropertyId
Optional parameters: none
Body:
{:eventDetails {:eventConditions [{:comparisonType string,
:comparisonValue string,
:expression string,
:matchType string,
:type string}],
:useEventValue boolean},
:updated string,
:visitNumPagesDetails {:comparisonType string,
:comparisonValue string},
:name string,
:value number,
:selfLink string,
:type string,
:urlDestinationDetails {:caseSensitive boolean,
:firstStepRequired boolean,
:matchType string,
:steps [{:name string,
:number integer,
:url string}],
:url string},
:created string,
:parentLink {:href string, :type string},
:visitTimeOnSiteDetails {:comparisonType string,
:comparisonValue string},
:webPropertyId string,
:active boolean,
:id string,
:kind string,
:internalWebPropertyId string,
:profileId string,
:accountId string}
Updates an existing goal.(profileFilterLinks-delete$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/delete
Required parameters: accountId, linkId, profileId, webPropertyId
Optional parameters: none
Delete a profile filter link.
https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/delete Required parameters: accountId, linkId, profileId, webPropertyId Optional parameters: none Delete a profile filter link.
(profileFilterLinks-get$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/get
Required parameters: accountId, linkId, profileId, webPropertyId
Optional parameters: none
Returns a single profile filter link.
https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/get Required parameters: accountId, linkId, profileId, webPropertyId Optional parameters: none Returns a single profile filter link.
(profileFilterLinks-insert$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/insert
Required parameters: accountId, profileId, webPropertyId
Optional parameters: none
Body:
{:filterRef {:accountId string, :href string, :id string, :kind string, :name string}, :id string, :kind string, :profileRef {:accountId string, :href string, :id string, :internalWebPropertyId string, :kind string, :name string, :webPropertyId string}, :rank integer, :selfLink string}
Create a new profile filter link.
https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/insert
Required parameters: accountId, profileId, webPropertyId
Optional parameters: none
Body:
{:filterRef {:accountId string,
:href string,
:id string,
:kind string,
:name string},
:id string,
:kind string,
:profileRef {:accountId string,
:href string,
:id string,
:internalWebPropertyId string,
:kind string,
:name string,
:webPropertyId string},
:rank integer,
:selfLink string}
Create a new profile filter link.(profileFilterLinks-list$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/list
Required parameters: accountId, profileId, webPropertyId
Optional parameters: max-results, start-index
Lists all profile filter links for a profile.
https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/list Required parameters: accountId, profileId, webPropertyId Optional parameters: max-results, start-index Lists all profile filter links for a profile.
(profileFilterLinks-patch$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/patch
Required parameters: accountId, linkId, profileId, webPropertyId
Optional parameters: none
Body:
{:filterRef {:accountId string, :href string, :id string, :kind string, :name string}, :id string, :kind string, :profileRef {:accountId string, :href string, :id string, :internalWebPropertyId string, :kind string, :name string, :webPropertyId string}, :rank integer, :selfLink string}
Update an existing profile filter link. This method supports patch semantics.
https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/patch
Required parameters: accountId, linkId, profileId, webPropertyId
Optional parameters: none
Body:
{:filterRef {:accountId string,
:href string,
:id string,
:kind string,
:name string},
:id string,
:kind string,
:profileRef {:accountId string,
:href string,
:id string,
:internalWebPropertyId string,
:kind string,
:name string,
:webPropertyId string},
:rank integer,
:selfLink string}
Update an existing profile filter link. This method supports patch semantics.(profileFilterLinks-update$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/update
Required parameters: accountId, linkId, profileId, webPropertyId
Optional parameters: none
Body:
{:filterRef {:accountId string, :href string, :id string, :kind string, :name string}, :id string, :kind string, :profileRef {:accountId string, :href string, :id string, :internalWebPropertyId string, :kind string, :name string, :webPropertyId string}, :rank integer, :selfLink string}
Update an existing profile filter link.
https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/update
Required parameters: accountId, linkId, profileId, webPropertyId
Optional parameters: none
Body:
{:filterRef {:accountId string,
:href string,
:id string,
:kind string,
:name string},
:id string,
:kind string,
:profileRef {:accountId string,
:href string,
:id string,
:internalWebPropertyId string,
:kind string,
:name string,
:webPropertyId string},
:rank integer,
:selfLink string}
Update an existing profile filter link.(profiles-delete$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/profiles/delete
Required parameters: accountId, profileId, webPropertyId
Optional parameters: none
Deletes a view (profile).
https://developers.google.com/analytics/api/reference/rest/v3/management/profiles/delete Required parameters: accountId, profileId, webPropertyId Optional parameters: none Deletes a view (profile).
(profiles-get$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/profiles/get
Required parameters: accountId, profileId, webPropertyId
Optional parameters: none
Gets a view (profile) to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/profiles/get Required parameters: accountId, profileId, webPropertyId Optional parameters: none Gets a view (profile) to which the user has access.
(profiles-insert$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/profiles/insert
Required parameters: accountId, webPropertyId
Optional parameters: none
Body:
{:timezone string, :permissions {:effective [string]}, :starred boolean, :websiteUrl string, :botFilteringEnabled boolean, :updated string, :name string, :defaultPage string, :selfLink string, :type string, :created string, :parentLink {:href string, :type string}, :webPropertyId string, :stripSiteSearchCategoryParameters boolean, :siteSearchCategoryParameters string, :currency string, :enhancedECommerceTracking boolean, :id string, :kind string, :childLink {:href string, :type string}, :internalWebPropertyId string, :stripSiteSearchQueryParameters boolean, :excludeQueryParameters string, :accountId string, :eCommerceTracking boolean, :siteSearchQueryParameters string}
Create a new view (profile).
https://developers.google.com/analytics/api/reference/rest/v3/management/profiles/insert
Required parameters: accountId, webPropertyId
Optional parameters: none
Body:
{:timezone string,
:permissions {:effective [string]},
:starred boolean,
:websiteUrl string,
:botFilteringEnabled boolean,
:updated string,
:name string,
:defaultPage string,
:selfLink string,
:type string,
:created string,
:parentLink {:href string, :type string},
:webPropertyId string,
:stripSiteSearchCategoryParameters boolean,
:siteSearchCategoryParameters string,
:currency string,
:enhancedECommerceTracking boolean,
:id string,
:kind string,
:childLink {:href string, :type string},
:internalWebPropertyId string,
:stripSiteSearchQueryParameters boolean,
:excludeQueryParameters string,
:accountId string,
:eCommerceTracking boolean,
:siteSearchQueryParameters string}
Create a new view (profile).(profiles-list$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/profiles/list
Required parameters: accountId, webPropertyId
Optional parameters: max-results, start-index
Lists views (profiles) to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/profiles/list Required parameters: accountId, webPropertyId Optional parameters: max-results, start-index Lists views (profiles) to which the user has access.
(profiles-patch$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/profiles/patch
Required parameters: accountId, profileId, webPropertyId
Optional parameters: none
Body:
{:timezone string, :permissions {:effective [string]}, :starred boolean, :websiteUrl string, :botFilteringEnabled boolean, :updated string, :name string, :defaultPage string, :selfLink string, :type string, :created string, :parentLink {:href string, :type string}, :webPropertyId string, :stripSiteSearchCategoryParameters boolean, :siteSearchCategoryParameters string, :currency string, :enhancedECommerceTracking boolean, :id string, :kind string, :childLink {:href string, :type string}, :internalWebPropertyId string, :stripSiteSearchQueryParameters boolean, :excludeQueryParameters string, :accountId string, :eCommerceTracking boolean, :siteSearchQueryParameters string}
Updates an existing view (profile). This method supports patch semantics.
https://developers.google.com/analytics/api/reference/rest/v3/management/profiles/patch
Required parameters: accountId, profileId, webPropertyId
Optional parameters: none
Body:
{:timezone string,
:permissions {:effective [string]},
:starred boolean,
:websiteUrl string,
:botFilteringEnabled boolean,
:updated string,
:name string,
:defaultPage string,
:selfLink string,
:type string,
:created string,
:parentLink {:href string, :type string},
:webPropertyId string,
:stripSiteSearchCategoryParameters boolean,
:siteSearchCategoryParameters string,
:currency string,
:enhancedECommerceTracking boolean,
:id string,
:kind string,
:childLink {:href string, :type string},
:internalWebPropertyId string,
:stripSiteSearchQueryParameters boolean,
:excludeQueryParameters string,
:accountId string,
:eCommerceTracking boolean,
:siteSearchQueryParameters string}
Updates an existing view (profile). This method supports patch semantics.(profiles-update$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/profiles/update
Required parameters: accountId, profileId, webPropertyId
Optional parameters: none
Body:
{:timezone string, :permissions {:effective [string]}, :starred boolean, :websiteUrl string, :botFilteringEnabled boolean, :updated string, :name string, :defaultPage string, :selfLink string, :type string, :created string, :parentLink {:href string, :type string}, :webPropertyId string, :stripSiteSearchCategoryParameters boolean, :siteSearchCategoryParameters string, :currency string, :enhancedECommerceTracking boolean, :id string, :kind string, :childLink {:href string, :type string}, :internalWebPropertyId string, :stripSiteSearchQueryParameters boolean, :excludeQueryParameters string, :accountId string, :eCommerceTracking boolean, :siteSearchQueryParameters string}
Updates an existing view (profile).
https://developers.google.com/analytics/api/reference/rest/v3/management/profiles/update
Required parameters: accountId, profileId, webPropertyId
Optional parameters: none
Body:
{:timezone string,
:permissions {:effective [string]},
:starred boolean,
:websiteUrl string,
:botFilteringEnabled boolean,
:updated string,
:name string,
:defaultPage string,
:selfLink string,
:type string,
:created string,
:parentLink {:href string, :type string},
:webPropertyId string,
:stripSiteSearchCategoryParameters boolean,
:siteSearchCategoryParameters string,
:currency string,
:enhancedECommerceTracking boolean,
:id string,
:kind string,
:childLink {:href string, :type string},
:internalWebPropertyId string,
:stripSiteSearchQueryParameters boolean,
:excludeQueryParameters string,
:accountId string,
:eCommerceTracking boolean,
:siteSearchQueryParameters string}
Updates an existing view (profile).(profileUserLinks-delete$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/profileUserLinks/delete
Required parameters: accountId, linkId, profileId, webPropertyId
Optional parameters: none
Removes a user from the given view (profile).
https://developers.google.com/analytics/api/reference/rest/v3/management/profileUserLinks/delete Required parameters: accountId, linkId, profileId, webPropertyId Optional parameters: none Removes a user from the given view (profile).
(profileUserLinks-insert$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/profileUserLinks/insert
Required parameters: accountId, profileId, webPropertyId
Optional parameters: none
Body:
{:entity {:accountRef {:href string, :id string, :kind string, :name string}, :profileRef {:accountId string, :href string, :id string, :internalWebPropertyId string, :kind string, :name string, :webPropertyId string}, :webPropertyRef {:accountId string, :href string, :id string, :internalWebPropertyId string, :kind string, :name string}}, :id string, :kind string, :permissions {:effective [string], :local [string]}, :selfLink string, :userRef {:email string, :id string, :kind string}}
Adds a new user to the given view (profile).
https://developers.google.com/analytics/api/reference/rest/v3/management/profileUserLinks/insert
Required parameters: accountId, profileId, webPropertyId
Optional parameters: none
Body:
{:entity {:accountRef {:href string,
:id string,
:kind string,
:name string},
:profileRef {:accountId string,
:href string,
:id string,
:internalWebPropertyId string,
:kind string,
:name string,
:webPropertyId string},
:webPropertyRef {:accountId string,
:href string,
:id string,
:internalWebPropertyId string,
:kind string,
:name string}},
:id string,
:kind string,
:permissions {:effective [string], :local [string]},
:selfLink string,
:userRef {:email string, :id string, :kind string}}
Adds a new user to the given view (profile).(profileUserLinks-list$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/profileUserLinks/list
Required parameters: accountId, profileId, webPropertyId
Optional parameters: max-results, start-index
Lists profile-user links for a given view (profile).
https://developers.google.com/analytics/api/reference/rest/v3/management/profileUserLinks/list Required parameters: accountId, profileId, webPropertyId Optional parameters: max-results, start-index Lists profile-user links for a given view (profile).
(profileUserLinks-update$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/profileUserLinks/update
Required parameters: accountId, linkId, profileId, webPropertyId
Optional parameters: none
Body:
{:entity {:accountRef {:href string, :id string, :kind string, :name string}, :profileRef {:accountId string, :href string, :id string, :internalWebPropertyId string, :kind string, :name string, :webPropertyId string}, :webPropertyRef {:accountId string, :href string, :id string, :internalWebPropertyId string, :kind string, :name string}}, :id string, :kind string, :permissions {:effective [string], :local [string]}, :selfLink string, :userRef {:email string, :id string, :kind string}}
Updates permissions for an existing user on the given view (profile).
https://developers.google.com/analytics/api/reference/rest/v3/management/profileUserLinks/update
Required parameters: accountId, linkId, profileId, webPropertyId
Optional parameters: none
Body:
{:entity {:accountRef {:href string,
:id string,
:kind string,
:name string},
:profileRef {:accountId string,
:href string,
:id string,
:internalWebPropertyId string,
:kind string,
:name string,
:webPropertyId string},
:webPropertyRef {:accountId string,
:href string,
:id string,
:internalWebPropertyId string,
:kind string,
:name string}},
:id string,
:kind string,
:permissions {:effective [string], :local [string]},
:selfLink string,
:userRef {:email string, :id string, :kind string}}
Updates permissions for an existing user on the given view (profile).(remarketingAudience-delete$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/remarketingAudience/delete
Required parameters: accountId, remarketingAudienceId, webPropertyId
Optional parameters: none
Delete a remarketing audience.
https://developers.google.com/analytics/api/reference/rest/v3/management/remarketingAudience/delete Required parameters: accountId, remarketingAudienceId, webPropertyId Optional parameters: none Delete a remarketing audience.
(remarketingAudience-get$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/remarketingAudience/get
Required parameters: accountId, remarketingAudienceId, webPropertyId
Optional parameters: none
Gets a remarketing audience to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/remarketingAudience/get Required parameters: accountId, remarketingAudienceId, webPropertyId Optional parameters: none Gets a remarketing audience to which the user has access.
(remarketingAudience-insert$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/remarketingAudience/insert
Required parameters: accountId, webPropertyId
Optional parameters: none
Body:
{:description string, :updated string, :name string, :audienceType string, :created string, :audienceDefinition {:includeConditions {:daysToLookBack integer, :isSmartList boolean, :kind string, :membershipDurationDays integer, :segment string}}, :webPropertyId string, :id string, :kind string, :internalWebPropertyId string, :stateBasedAudienceDefinition {:excludeConditions {:exclusionDuration string, :segment string}, :includeConditions {:daysToLookBack integer, :isSmartList boolean, :kind string, :membershipDurationDays integer, :segment string}}, :linkedAdAccounts [{:eligibleForSearch boolean, :linkedAccountId string, :type string, :webPropertyId string, :remarketingAudienceId string, :status string, :id string, :kind string, :internalWebPropertyId string, :accountId string}], :accountId string, :linkedViews [string]}
Creates a new remarketing audience.
https://developers.google.com/analytics/api/reference/rest/v3/management/remarketingAudience/insert
Required parameters: accountId, webPropertyId
Optional parameters: none
Body:
{:description string,
:updated string,
:name string,
:audienceType string,
:created string,
:audienceDefinition {:includeConditions {:daysToLookBack integer,
:isSmartList boolean,
:kind string,
:membershipDurationDays integer,
:segment string}},
:webPropertyId string,
:id string,
:kind string,
:internalWebPropertyId string,
:stateBasedAudienceDefinition {:excludeConditions {:exclusionDuration string,
:segment string},
:includeConditions {:daysToLookBack integer,
:isSmartList boolean,
:kind string,
:membershipDurationDays integer,
:segment string}},
:linkedAdAccounts [{:eligibleForSearch boolean,
:linkedAccountId string,
:type string,
:webPropertyId string,
:remarketingAudienceId string,
:status string,
:id string,
:kind string,
:internalWebPropertyId string,
:accountId string}],
:accountId string,
:linkedViews [string]}
Creates a new remarketing audience.(remarketingAudience-list$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/remarketingAudience/list
Required parameters: accountId, webPropertyId
Optional parameters: max-results, start-index, type
Lists remarketing audiences to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/remarketingAudience/list Required parameters: accountId, webPropertyId Optional parameters: max-results, start-index, type Lists remarketing audiences to which the user has access.
(remarketingAudience-patch$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/remarketingAudience/patch
Required parameters: accountId, remarketingAudienceId, webPropertyId
Optional parameters: none
Body:
{:description string, :updated string, :name string, :audienceType string, :created string, :audienceDefinition {:includeConditions {:daysToLookBack integer, :isSmartList boolean, :kind string, :membershipDurationDays integer, :segment string}}, :webPropertyId string, :id string, :kind string, :internalWebPropertyId string, :stateBasedAudienceDefinition {:excludeConditions {:exclusionDuration string, :segment string}, :includeConditions {:daysToLookBack integer, :isSmartList boolean, :kind string, :membershipDurationDays integer, :segment string}}, :linkedAdAccounts [{:eligibleForSearch boolean, :linkedAccountId string, :type string, :webPropertyId string, :remarketingAudienceId string, :status string, :id string, :kind string, :internalWebPropertyId string, :accountId string}], :accountId string, :linkedViews [string]}
Updates an existing remarketing audience. This method supports patch semantics.
https://developers.google.com/analytics/api/reference/rest/v3/management/remarketingAudience/patch
Required parameters: accountId, remarketingAudienceId, webPropertyId
Optional parameters: none
Body:
{:description string,
:updated string,
:name string,
:audienceType string,
:created string,
:audienceDefinition {:includeConditions {:daysToLookBack integer,
:isSmartList boolean,
:kind string,
:membershipDurationDays integer,
:segment string}},
:webPropertyId string,
:id string,
:kind string,
:internalWebPropertyId string,
:stateBasedAudienceDefinition {:excludeConditions {:exclusionDuration string,
:segment string},
:includeConditions {:daysToLookBack integer,
:isSmartList boolean,
:kind string,
:membershipDurationDays integer,
:segment string}},
:linkedAdAccounts [{:eligibleForSearch boolean,
:linkedAccountId string,
:type string,
:webPropertyId string,
:remarketingAudienceId string,
:status string,
:id string,
:kind string,
:internalWebPropertyId string,
:accountId string}],
:accountId string,
:linkedViews [string]}
Updates an existing remarketing audience. This method supports patch semantics.(remarketingAudience-update$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/remarketingAudience/update
Required parameters: accountId, remarketingAudienceId, webPropertyId
Optional parameters: none
Body:
{:description string, :updated string, :name string, :audienceType string, :created string, :audienceDefinition {:includeConditions {:daysToLookBack integer, :isSmartList boolean, :kind string, :membershipDurationDays integer, :segment string}}, :webPropertyId string, :id string, :kind string, :internalWebPropertyId string, :stateBasedAudienceDefinition {:excludeConditions {:exclusionDuration string, :segment string}, :includeConditions {:daysToLookBack integer, :isSmartList boolean, :kind string, :membershipDurationDays integer, :segment string}}, :linkedAdAccounts [{:eligibleForSearch boolean, :linkedAccountId string, :type string, :webPropertyId string, :remarketingAudienceId string, :status string, :id string, :kind string, :internalWebPropertyId string, :accountId string}], :accountId string, :linkedViews [string]}
Updates an existing remarketing audience.
https://developers.google.com/analytics/api/reference/rest/v3/management/remarketingAudience/update
Required parameters: accountId, remarketingAudienceId, webPropertyId
Optional parameters: none
Body:
{:description string,
:updated string,
:name string,
:audienceType string,
:created string,
:audienceDefinition {:includeConditions {:daysToLookBack integer,
:isSmartList boolean,
:kind string,
:membershipDurationDays integer,
:segment string}},
:webPropertyId string,
:id string,
:kind string,
:internalWebPropertyId string,
:stateBasedAudienceDefinition {:excludeConditions {:exclusionDuration string,
:segment string},
:includeConditions {:daysToLookBack integer,
:isSmartList boolean,
:kind string,
:membershipDurationDays integer,
:segment string}},
:linkedAdAccounts [{:eligibleForSearch boolean,
:linkedAccountId string,
:type string,
:webPropertyId string,
:remarketingAudienceId string,
:status string,
:id string,
:kind string,
:internalWebPropertyId string,
:accountId string}],
:accountId string,
:linkedViews [string]}
Updates an existing remarketing audience.(segments-list$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/segments/list
Required parameters: none
Optional parameters: max-results, start-index
Lists segments to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/segments/list Required parameters: none Optional parameters: max-results, start-index Lists segments to which the user has access.
(unsampledReports-delete$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/unsampledReports/delete
Required parameters: accountId, profileId, unsampledReportId, webPropertyId
Optional parameters: none
Deletes an unsampled report.
https://developers.google.com/analytics/api/reference/rest/v3/management/unsampledReports/delete Required parameters: accountId, profileId, unsampledReportId, webPropertyId Optional parameters: none Deletes an unsampled report.
(unsampledReports-get$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/unsampledReports/get
Required parameters: accountId, profileId, unsampledReportId, webPropertyId
Optional parameters: none
Returns a single unsampled report.
https://developers.google.com/analytics/api/reference/rest/v3/management/unsampledReports/get Required parameters: accountId, profileId, unsampledReportId, webPropertyId Optional parameters: none Returns a single unsampled report.
(unsampledReports-insert$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/unsampledReports/insert
Required parameters: accountId, profileId, webPropertyId
Optional parameters: none
Body:
{:end-date string, :filters string, :updated string, :selfLink string, :created string, :webPropertyId string, :dimensions string, :title string, :status string, :segment string, :id string, :kind string, :profileId string, :start-date string, :accountId string, :cloudStorageDownloadDetails {:bucketId string, :objectId string}, :metrics string, :driveDownloadDetails {:documentId string}, :downloadType string}
Create a new unsampled report.
https://developers.google.com/analytics/api/reference/rest/v3/management/unsampledReports/insert
Required parameters: accountId, profileId, webPropertyId
Optional parameters: none
Body:
{:end-date string,
:filters string,
:updated string,
:selfLink string,
:created string,
:webPropertyId string,
:dimensions string,
:title string,
:status string,
:segment string,
:id string,
:kind string,
:profileId string,
:start-date string,
:accountId string,
:cloudStorageDownloadDetails {:bucketId string, :objectId string},
:metrics string,
:driveDownloadDetails {:documentId string},
:downloadType string}
Create a new unsampled report.(unsampledReports-list$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/unsampledReports/list
Required parameters: accountId, profileId, webPropertyId
Optional parameters: max-results, start-index
Lists unsampled reports to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/unsampledReports/list Required parameters: accountId, profileId, webPropertyId Optional parameters: max-results, start-index Lists unsampled reports to which the user has access.
(uploads-deleteUploadData$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/uploads/deleteUploadData
Required parameters: accountId, customDataSourceId, webPropertyId
Optional parameters: none
Body:
{:customDataImportUids [string]}
Delete data associated with a previous upload.
https://developers.google.com/analytics/api/reference/rest/v3/management/uploads/deleteUploadData
Required parameters: accountId, customDataSourceId, webPropertyId
Optional parameters: none
Body:
{:customDataImportUids [string]}
Delete data associated with a previous upload.(uploads-get$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/uploads/get
Required parameters: accountId, customDataSourceId, uploadId, webPropertyId
Optional parameters: none
List uploads to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/uploads/get Required parameters: accountId, customDataSourceId, uploadId, webPropertyId Optional parameters: none List uploads to which the user has access.
(uploads-list$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/uploads/list
Required parameters: accountId, customDataSourceId, webPropertyId
Optional parameters: max-results, start-index
List uploads to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/uploads/list Required parameters: accountId, customDataSourceId, webPropertyId Optional parameters: max-results, start-index List uploads to which the user has access.
(uploads-uploadData$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/uploads/uploadData
Required parameters: accountId, customDataSourceId, webPropertyId
Optional parameters: none
Upload data for a custom data source.
https://developers.google.com/analytics/api/reference/rest/v3/management/uploads/uploadData Required parameters: accountId, customDataSourceId, webPropertyId Optional parameters: none Upload data for a custom data source.
(webproperties-get$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/webproperties/get
Required parameters: accountId, webPropertyId
Optional parameters: none
Gets a web property to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/webproperties/get Required parameters: accountId, webPropertyId Optional parameters: none Gets a web property to which the user has access.
(webproperties-insert$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/webproperties/insert
Required parameters: accountId
Optional parameters: none
Body:
{:permissions {:effective [string]}, :defaultProfileId string, :starred boolean, :websiteUrl string, :updated string, :name string, :industryVertical string, :selfLink string, :created string, :parentLink {:href string, :type string}, :level string, :id string, :kind string, :childLink {:href string, :type string}, :internalWebPropertyId string, :dataRetentionTtl string, :profileCount integer, :dataRetentionResetOnNewActivity boolean, :accountId string}
Create a new property if the account has fewer than 20 properties. Web properties are visible in the Google Analytics interface only if they have at least one profile.
https://developers.google.com/analytics/api/reference/rest/v3/management/webproperties/insert
Required parameters: accountId
Optional parameters: none
Body:
{:permissions {:effective [string]},
:defaultProfileId string,
:starred boolean,
:websiteUrl string,
:updated string,
:name string,
:industryVertical string,
:selfLink string,
:created string,
:parentLink {:href string, :type string},
:level string,
:id string,
:kind string,
:childLink {:href string, :type string},
:internalWebPropertyId string,
:dataRetentionTtl string,
:profileCount integer,
:dataRetentionResetOnNewActivity boolean,
:accountId string}
Create a new property if the account has fewer than 20 properties. Web properties are visible in the Google Analytics interface only if they have at least one profile.(webproperties-list$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/webproperties/list
Required parameters: accountId
Optional parameters: max-results, start-index
Lists web properties to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/webproperties/list Required parameters: accountId Optional parameters: max-results, start-index Lists web properties to which the user has access.
(webproperties-patch$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/webproperties/patch
Required parameters: accountId, webPropertyId
Optional parameters: none
Body:
{:permissions {:effective [string]}, :defaultProfileId string, :starred boolean, :websiteUrl string, :updated string, :name string, :industryVertical string, :selfLink string, :created string, :parentLink {:href string, :type string}, :level string, :id string, :kind string, :childLink {:href string, :type string}, :internalWebPropertyId string, :dataRetentionTtl string, :profileCount integer, :dataRetentionResetOnNewActivity boolean, :accountId string}
Updates an existing web property. This method supports patch semantics.
https://developers.google.com/analytics/api/reference/rest/v3/management/webproperties/patch
Required parameters: accountId, webPropertyId
Optional parameters: none
Body:
{:permissions {:effective [string]},
:defaultProfileId string,
:starred boolean,
:websiteUrl string,
:updated string,
:name string,
:industryVertical string,
:selfLink string,
:created string,
:parentLink {:href string, :type string},
:level string,
:id string,
:kind string,
:childLink {:href string, :type string},
:internalWebPropertyId string,
:dataRetentionTtl string,
:profileCount integer,
:dataRetentionResetOnNewActivity boolean,
:accountId string}
Updates an existing web property. This method supports patch semantics.(webproperties-update$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/webproperties/update
Required parameters: accountId, webPropertyId
Optional parameters: none
Body:
{:permissions {:effective [string]}, :defaultProfileId string, :starred boolean, :websiteUrl string, :updated string, :name string, :industryVertical string, :selfLink string, :created string, :parentLink {:href string, :type string}, :level string, :id string, :kind string, :childLink {:href string, :type string}, :internalWebPropertyId string, :dataRetentionTtl string, :profileCount integer, :dataRetentionResetOnNewActivity boolean, :accountId string}
Updates an existing web property.
https://developers.google.com/analytics/api/reference/rest/v3/management/webproperties/update
Required parameters: accountId, webPropertyId
Optional parameters: none
Body:
{:permissions {:effective [string]},
:defaultProfileId string,
:starred boolean,
:websiteUrl string,
:updated string,
:name string,
:industryVertical string,
:selfLink string,
:created string,
:parentLink {:href string, :type string},
:level string,
:id string,
:kind string,
:childLink {:href string, :type string},
:internalWebPropertyId string,
:dataRetentionTtl string,
:profileCount integer,
:dataRetentionResetOnNewActivity boolean,
:accountId string}
Updates an existing web property.(webPropertyAdWordsLinks-delete$ auth parameters)Required parameters: accountId, webPropertyAdWordsLinkId, webPropertyId
Optional parameters: none
Deletes a web property-Google Ads link.
https://developers.google.com/analytics/api/reference/rest/v3/management/webPropertyAdWordsLinks/delete Required parameters: accountId, webPropertyAdWordsLinkId, webPropertyId Optional parameters: none Deletes a web property-Google Ads link.
(webPropertyAdWordsLinks-get$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/webPropertyAdWordsLinks/get
Required parameters: accountId, webPropertyAdWordsLinkId, webPropertyId
Optional parameters: none
Returns a web property-Google Ads link to which the user has access.
https://developers.google.com/analytics/api/reference/rest/v3/management/webPropertyAdWordsLinks/get Required parameters: accountId, webPropertyAdWordsLinkId, webPropertyId Optional parameters: none Returns a web property-Google Ads link to which the user has access.
(webPropertyAdWordsLinks-insert$ auth parameters body)Required parameters: accountId, webPropertyId
Optional parameters: none
Body:
{:adWordsAccounts [{:autoTaggingEnabled boolean, :customerId string, :kind string}], :entity {:webPropertyRef {:accountId string, :href string, :id string, :internalWebPropertyId string, :kind string, :name string}}, :id string, :kind string, :name string, :profileIds [string], :selfLink string}
Creates a webProperty-Google Ads link.
https://developers.google.com/analytics/api/reference/rest/v3/management/webPropertyAdWordsLinks/insert
Required parameters: accountId, webPropertyId
Optional parameters: none
Body:
{:adWordsAccounts [{:autoTaggingEnabled boolean,
:customerId string,
:kind string}],
:entity {:webPropertyRef {:accountId string,
:href string,
:id string,
:internalWebPropertyId string,
:kind string,
:name string}},
:id string,
:kind string,
:name string,
:profileIds [string],
:selfLink string}
Creates a webProperty-Google Ads link.(webPropertyAdWordsLinks-list$ auth parameters)Required parameters: accountId, webPropertyId
Optional parameters: max-results, start-index
Lists webProperty-Google Ads links for a given web property.
https://developers.google.com/analytics/api/reference/rest/v3/management/webPropertyAdWordsLinks/list Required parameters: accountId, webPropertyId Optional parameters: max-results, start-index Lists webProperty-Google Ads links for a given web property.
(webPropertyAdWordsLinks-patch$ auth parameters body)Required parameters: accountId, webPropertyAdWordsLinkId, webPropertyId
Optional parameters: none
Body:
{:adWordsAccounts [{:autoTaggingEnabled boolean, :customerId string, :kind string}], :entity {:webPropertyRef {:accountId string, :href string, :id string, :internalWebPropertyId string, :kind string, :name string}}, :id string, :kind string, :name string, :profileIds [string], :selfLink string}
Updates an existing webProperty-Google Ads link. This method supports patch semantics.
https://developers.google.com/analytics/api/reference/rest/v3/management/webPropertyAdWordsLinks/patch
Required parameters: accountId, webPropertyAdWordsLinkId, webPropertyId
Optional parameters: none
Body:
{:adWordsAccounts [{:autoTaggingEnabled boolean,
:customerId string,
:kind string}],
:entity {:webPropertyRef {:accountId string,
:href string,
:id string,
:internalWebPropertyId string,
:kind string,
:name string}},
:id string,
:kind string,
:name string,
:profileIds [string],
:selfLink string}
Updates an existing webProperty-Google Ads link. This method supports patch semantics.(webPropertyAdWordsLinks-update$ auth parameters body)Required parameters: accountId, webPropertyAdWordsLinkId, webPropertyId
Optional parameters: none
Body:
{:adWordsAccounts [{:autoTaggingEnabled boolean, :customerId string, :kind string}], :entity {:webPropertyRef {:accountId string, :href string, :id string, :internalWebPropertyId string, :kind string, :name string}}, :id string, :kind string, :name string, :profileIds [string], :selfLink string}
Updates an existing webProperty-Google Ads link.
https://developers.google.com/analytics/api/reference/rest/v3/management/webPropertyAdWordsLinks/update
Required parameters: accountId, webPropertyAdWordsLinkId, webPropertyId
Optional parameters: none
Body:
{:adWordsAccounts [{:autoTaggingEnabled boolean,
:customerId string,
:kind string}],
:entity {:webPropertyRef {:accountId string,
:href string,
:id string,
:internalWebPropertyId string,
:kind string,
:name string}},
:id string,
:kind string,
:name string,
:profileIds [string],
:selfLink string}
Updates an existing webProperty-Google Ads link.(webpropertyUserLinks-delete$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/webpropertyUserLinks/delete
Required parameters: accountId, linkId, webPropertyId
Optional parameters: none
Removes a user from the given web property.
https://developers.google.com/analytics/api/reference/rest/v3/management/webpropertyUserLinks/delete Required parameters: accountId, linkId, webPropertyId Optional parameters: none Removes a user from the given web property.
(webpropertyUserLinks-insert$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/webpropertyUserLinks/insert
Required parameters: accountId, webPropertyId
Optional parameters: none
Body:
{:entity {:accountRef {:href string, :id string, :kind string, :name string}, :profileRef {:accountId string, :href string, :id string, :internalWebPropertyId string, :kind string, :name string, :webPropertyId string}, :webPropertyRef {:accountId string, :href string, :id string, :internalWebPropertyId string, :kind string, :name string}}, :id string, :kind string, :permissions {:effective [string], :local [string]}, :selfLink string, :userRef {:email string, :id string, :kind string}}
Adds a new user to the given web property.
https://developers.google.com/analytics/api/reference/rest/v3/management/webpropertyUserLinks/insert
Required parameters: accountId, webPropertyId
Optional parameters: none
Body:
{:entity {:accountRef {:href string,
:id string,
:kind string,
:name string},
:profileRef {:accountId string,
:href string,
:id string,
:internalWebPropertyId string,
:kind string,
:name string,
:webPropertyId string},
:webPropertyRef {:accountId string,
:href string,
:id string,
:internalWebPropertyId string,
:kind string,
:name string}},
:id string,
:kind string,
:permissions {:effective [string], :local [string]},
:selfLink string,
:userRef {:email string, :id string, :kind string}}
Adds a new user to the given web property.(webpropertyUserLinks-list$ auth parameters)https://developers.google.com/analytics/api/reference/rest/v3/management/webpropertyUserLinks/list
Required parameters: accountId, webPropertyId
Optional parameters: max-results, start-index
Lists webProperty-user links for a given web property.
https://developers.google.com/analytics/api/reference/rest/v3/management/webpropertyUserLinks/list Required parameters: accountId, webPropertyId Optional parameters: max-results, start-index Lists webProperty-user links for a given web property.
(webpropertyUserLinks-update$ auth parameters body)https://developers.google.com/analytics/api/reference/rest/v3/management/webpropertyUserLinks/update
Required parameters: accountId, linkId, webPropertyId
Optional parameters: none
Body:
{:entity {:accountRef {:href string, :id string, :kind string, :name string}, :profileRef {:accountId string, :href string, :id string, :internalWebPropertyId string, :kind string, :name string, :webPropertyId string}, :webPropertyRef {:accountId string, :href string, :id string, :internalWebPropertyId string, :kind string, :name string}}, :id string, :kind string, :permissions {:effective [string], :local [string]}, :selfLink string, :userRef {:email string, :id string, :kind string}}
Updates permissions for an existing user on the given web property.
https://developers.google.com/analytics/api/reference/rest/v3/management/webpropertyUserLinks/update
Required parameters: accountId, linkId, webPropertyId
Optional parameters: none
Body:
{:entity {:accountRef {:href string,
:id string,
:kind string,
:name string},
:profileRef {:accountId string,
:href string,
:id string,
:internalWebPropertyId string,
:kind string,
:name string,
:webPropertyId string},
:webPropertyRef {:accountId string,
:href string,
:id string,
:internalWebPropertyId string,
:kind string,
:name string}},
:id string,
:kind string,
:permissions {:effective [string], :local [string]},
:selfLink string,
:userRef {:email string, :id string, :kind string}}
Updates permissions for an existing user on the given web property.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |