Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.analytics.management

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
raw docstring

accounts-list$clj

(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.
sourceraw docstring

accountSummaries-list$clj

(accountSummaries-list$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/accountSummaries/list

Required parameters: none

Optional parameters: start-index, max-results

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: start-index, max-results

Lists account summaries (lightweight tree comprised of accounts/properties/profiles) to which the user has access.
sourceraw docstring

(accountUserLinks-delete$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/accountUserLinks/delete

Required parameters: linkId, accountId

Optional parameters: none

Removes a user from the given account.

https://developers.google.com/analytics/api/reference/rest/v3/management/accountUserLinks/delete

Required parameters: linkId, accountId

Optional parameters: none

Removes a user from the given account.
sourceraw docstring

(accountUserLinks-insert$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/accountUserLinks/insert

Required parameters: accountId

Optional parameters: none

Body:

{:userRef {:kind string, :email string, :id string}, :permissions {:effective [string], :local [string]}, :kind string, :selfLink string, :id string, :entity {:webPropertyRef {:internalWebPropertyId string, :accountId string, :id string, :href string, :name string, :kind string}, :accountRef {:id string, :href string, :name string, :kind string}, :profileRef {:accountId string, :internalWebPropertyId string, :webPropertyId string, :kind string, :id string, :href string, :name 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: 

{:userRef {:kind string, :email string, :id string},
 :permissions {:effective [string], :local [string]},
 :kind string,
 :selfLink string,
 :id string,
 :entity {:webPropertyRef {:internalWebPropertyId string,
                           :accountId string,
                           :id string,
                           :href string,
                           :name string,
                           :kind string},
          :accountRef {:id string,
                       :href string,
                       :name string,
                       :kind string},
          :profileRef {:accountId string,
                       :internalWebPropertyId string,
                       :webPropertyId string,
                       :kind string,
                       :id string,
                       :href string,
                       :name string}}}

Adds a new user to the given account.
sourceraw docstring

(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.
sourceraw docstring

(accountUserLinks-update$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/accountUserLinks/update

Required parameters: linkId, accountId

Optional parameters: none

Body:

{:userRef {:kind string, :email string, :id string}, :permissions {:effective [string], :local [string]}, :kind string, :selfLink string, :id string, :entity {:webPropertyRef {:internalWebPropertyId string, :accountId string, :id string, :href string, :name string, :kind string}, :accountRef {:id string, :href string, :name string, :kind string}, :profileRef {:accountId string, :internalWebPropertyId string, :webPropertyId string, :kind string, :id string, :href string, :name 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: linkId, accountId

Optional parameters: none

Body: 

{:userRef {:kind string, :email string, :id string},
 :permissions {:effective [string], :local [string]},
 :kind string,
 :selfLink string,
 :id string,
 :entity {:webPropertyRef {:internalWebPropertyId string,
                           :accountId string,
                           :id string,
                           :href string,
                           :name string,
                           :kind string},
          :accountRef {:id string,
                       :href string,
                       :name string,
                       :kind string},
          :profileRef {:accountId string,
                       :internalWebPropertyId string,
                       :webPropertyId string,
                       :kind string,
                       :id string,
                       :href string,
                       :name string}}}

Updates permissions for an existing user on the given account.
sourceraw docstring

clientId-hashClientId$clj

(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.
sourceraw docstring

customDataSources-list$clj

(customDataSources-list$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/customDataSources/list

Required parameters: accountId, webPropertyId

Optional parameters: start-index, max-results

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: start-index, max-results

List custom data sources to which the user has access.
sourceraw docstring

customDimensions-get$clj

(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.
sourceraw docstring

customDimensions-insert$clj

(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 {:type string, :href 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 {:type string, :href string},
 :webPropertyId string,
 :active boolean,
 :id string,
 :kind string,
 :accountId string}

Create a new custom dimension.
sourceraw docstring

customDimensions-list$clj

(customDimensions-list$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/customDimensions/list

Required parameters: accountId, webPropertyId

Optional parameters: start-index, max-results

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: start-index, max-results

Lists custom dimensions to which the user has access.
sourceraw docstring

customDimensions-patch$clj

(customDimensions-patch$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/customDimensions/patch

Required parameters: customDimensionId, webPropertyId, accountId

Optional parameters: ignoreCustomDataSourceLinks

Body:

{:index integer, :updated string, :name string, :selfLink string, :created string, :scope string, :parentLink {:type string, :href 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: customDimensionId, webPropertyId, accountId

Optional parameters: ignoreCustomDataSourceLinks

Body: 

{:index integer,
 :updated string,
 :name string,
 :selfLink string,
 :created string,
 :scope string,
 :parentLink {:type string, :href string},
 :webPropertyId string,
 :active boolean,
 :id string,
 :kind string,
 :accountId string}

Updates an existing custom dimension. This method supports patch semantics.
sourceraw docstring

customDimensions-update$clj

(customDimensions-update$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/customDimensions/update

Required parameters: customDimensionId, webPropertyId, accountId

Optional parameters: ignoreCustomDataSourceLinks

Body:

{:index integer, :updated string, :name string, :selfLink string, :created string, :scope string, :parentLink {:type string, :href 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: customDimensionId, webPropertyId, accountId

Optional parameters: ignoreCustomDataSourceLinks

Body: 

{:index integer,
 :updated string,
 :name string,
 :selfLink string,
 :created string,
 :scope string,
 :parentLink {:type string, :href string},
 :webPropertyId string,
 :active boolean,
 :id string,
 :kind string,
 :accountId string}

Updates an existing custom dimension.
sourceraw docstring

customMetrics-get$clj

(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.
sourceraw docstring

customMetrics-insert$clj

(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.
sourceraw docstring

customMetrics-list$clj

(customMetrics-list$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/customMetrics/list

Required parameters: accountId, webPropertyId

Optional parameters: start-index, max-results

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: start-index, max-results

Lists custom metrics to which the user has access.
sourceraw docstring

customMetrics-patch$clj

(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.
sourceraw docstring

customMetrics-update$clj

(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.
sourceraw docstring

experiments-delete$clj

(experiments-delete$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/delete

Required parameters: profileId, experimentId, accountId, webPropertyId

Optional parameters: none

Delete an experiment.

https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/delete

Required parameters: profileId, experimentId, accountId, webPropertyId

Optional parameters: none

Delete an experiment.
sourceraw docstring

experiments-get$clj

(experiments-get$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/get

Required parameters: profileId, accountId, experimentId, 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: profileId, accountId, experimentId, webPropertyId

Optional parameters: none

Returns an experiment to which the user has access.
sourceraw docstring

experiments-insert$clj

(experiments-insert$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/insert

Required parameters: profileId, webPropertyId, accountId

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 {:type string, :href 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, :won boolean, :url string, :weight number}], :accountId string, :optimizationType string}

Create a new experiment.

https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/insert

Required parameters: profileId, webPropertyId, accountId

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 {:type string, :href 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,
               :won boolean,
               :url string,
               :weight number}],
 :accountId string,
 :optimizationType string}

Create a new experiment.
sourceraw docstring

experiments-list$clj

(experiments-list$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/list

Required parameters: accountId, webPropertyId, profileId

Optional parameters: start-index, max-results

Lists experiments to which the user has access.

https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/list

Required parameters: accountId, webPropertyId, profileId

Optional parameters: start-index, max-results

Lists experiments to which the user has access.
sourceraw docstring

experiments-patch$clj

(experiments-patch$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/patch

Required parameters: experimentId, 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 {:type string, :href 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, :won boolean, :url string, :weight number}], :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: experimentId, 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 {:type string, :href 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,
               :won boolean,
               :url string,
               :weight number}],
 :accountId string,
 :optimizationType string}

Update an existing experiment. This method supports patch semantics.
sourceraw docstring

experiments-update$clj

(experiments-update$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/update

Required parameters: profileId, accountId, experimentId, 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 {:type string, :href 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, :won boolean, :url string, :weight number}], :accountId string, :optimizationType string}

Update an existing experiment.

https://developers.google.com/analytics/api/reference/rest/v3/management/experiments/update

Required parameters: profileId, accountId, experimentId, 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 {:type string, :href 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,
               :won boolean,
               :url string,
               :weight number}],
 :accountId string,
 :optimizationType string}

Update an existing experiment.
sourceraw docstring

filters-delete$clj

(filters-delete$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/filters/delete

Required parameters: filterId, accountId

Optional parameters: none

Delete a filter.

https://developers.google.com/analytics/api/reference/rest/v3/management/filters/delete

Required parameters: filterId, accountId

Optional parameters: none

Delete a filter.
sourceraw docstring

filters-get$clj

(filters-get$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/filters/get

Required parameters: filterId, accountId

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: filterId, accountId

Optional parameters: none

Returns filters to which the user has access.
sourceraw docstring

filters-insert$clj

(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, :replaceString string, :fieldIndex integer, :searchString string, :field string}, :updated string, :name string, :selfLink string, :type string, :created string, :parentLink {:type string, :href string}, :uppercaseDetails {:fieldIndex integer, :field string}, :lowercaseDetails {:fieldIndex integer, :field string}, :id string, :kind string, :includeDetails {:fieldIndex integer, :expressionValue string, :field string, :kind string, :caseSensitive boolean, :matchType string}, :excludeDetails {:fieldIndex integer, :expressionValue string, :field string, :kind string, :caseSensitive boolean, :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,
                           :replaceString string,
                           :fieldIndex integer,
                           :searchString string,
                           :field string},
 :updated string,
 :name string,
 :selfLink string,
 :type string,
 :created string,
 :parentLink {:type string, :href string},
 :uppercaseDetails {:fieldIndex integer, :field string},
 :lowercaseDetails {:fieldIndex integer, :field string},
 :id string,
 :kind string,
 :includeDetails {:fieldIndex integer,
                  :expressionValue string,
                  :field string,
                  :kind string,
                  :caseSensitive boolean,
                  :matchType string},
 :excludeDetails {:fieldIndex integer,
                  :expressionValue string,
                  :field string,
                  :kind string,
                  :caseSensitive boolean,
                  :matchType string},
 :accountId string}

Create a new filter.
sourceraw docstring

filters-list$clj

(filters-list$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/filters/list

Required parameters: accountId

Optional parameters: start-index, max-results

Lists all filters for an account

https://developers.google.com/analytics/api/reference/rest/v3/management/filters/list

Required parameters: accountId

Optional parameters: start-index, max-results

Lists all filters for an account
sourceraw docstring

filters-patch$clj

(filters-patch$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/filters/patch

Required parameters: filterId, 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, :replaceString string, :fieldIndex integer, :searchString string, :field string}, :updated string, :name string, :selfLink string, :type string, :created string, :parentLink {:type string, :href string}, :uppercaseDetails {:fieldIndex integer, :field string}, :lowercaseDetails {:fieldIndex integer, :field string}, :id string, :kind string, :includeDetails {:fieldIndex integer, :expressionValue string, :field string, :kind string, :caseSensitive boolean, :matchType string}, :excludeDetails {:fieldIndex integer, :expressionValue string, :field string, :kind string, :caseSensitive boolean, :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: filterId, 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,
                           :replaceString string,
                           :fieldIndex integer,
                           :searchString string,
                           :field string},
 :updated string,
 :name string,
 :selfLink string,
 :type string,
 :created string,
 :parentLink {:type string, :href string},
 :uppercaseDetails {:fieldIndex integer, :field string},
 :lowercaseDetails {:fieldIndex integer, :field string},
 :id string,
 :kind string,
 :includeDetails {:fieldIndex integer,
                  :expressionValue string,
                  :field string,
                  :kind string,
                  :caseSensitive boolean,
                  :matchType string},
 :excludeDetails {:fieldIndex integer,
                  :expressionValue string,
                  :field string,
                  :kind string,
                  :caseSensitive boolean,
                  :matchType string},
 :accountId string}

Updates an existing filter. This method supports patch semantics.
sourceraw docstring

filters-update$clj

(filters-update$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/filters/update

Required parameters: filterId, 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, :replaceString string, :fieldIndex integer, :searchString string, :field string}, :updated string, :name string, :selfLink string, :type string, :created string, :parentLink {:type string, :href string}, :uppercaseDetails {:fieldIndex integer, :field string}, :lowercaseDetails {:fieldIndex integer, :field string}, :id string, :kind string, :includeDetails {:fieldIndex integer, :expressionValue string, :field string, :kind string, :caseSensitive boolean, :matchType string}, :excludeDetails {:fieldIndex integer, :expressionValue string, :field string, :kind string, :caseSensitive boolean, :matchType string}, :accountId string}

Updates an existing filter.

https://developers.google.com/analytics/api/reference/rest/v3/management/filters/update

Required parameters: filterId, 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,
                           :replaceString string,
                           :fieldIndex integer,
                           :searchString string,
                           :field string},
 :updated string,
 :name string,
 :selfLink string,
 :type string,
 :created string,
 :parentLink {:type string, :href string},
 :uppercaseDetails {:fieldIndex integer, :field string},
 :lowercaseDetails {:fieldIndex integer, :field string},
 :id string,
 :kind string,
 :includeDetails {:fieldIndex integer,
                  :expressionValue string,
                  :field string,
                  :kind string,
                  :caseSensitive boolean,
                  :matchType string},
 :excludeDetails {:fieldIndex integer,
                  :expressionValue string,
                  :field string,
                  :kind string,
                  :caseSensitive boolean,
                  :matchType string},
 :accountId string}

Updates an existing filter.
sourceraw docstring

goals-get$clj

(goals-get$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/goals/get

Required parameters: accountId, goalId, webPropertyId, profileId

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, webPropertyId, profileId

Optional parameters: none

Gets a goal to which the user has access.
sourceraw docstring

goals-insert$clj

(goals-insert$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/goals/insert

Required parameters: webPropertyId, profileId, accountId

Optional parameters: none

Body:

{:eventDetails {:eventConditions [{:matchType string, :type string, :expression string, :comparisonValue string, :comparisonType string}], :useEventValue boolean}, :updated string, :visitNumPagesDetails {:comparisonValue string, :comparisonType string}, :name string, :value number, :selfLink string, :type string, :urlDestinationDetails {:url string, :matchType string, :caseSensitive boolean, :steps [{:number integer, :url string, :name string}], :firstStepRequired boolean}, :created string, :parentLink {:href string, :type string}, :visitTimeOnSiteDetails {:comparisonValue string, :comparisonType 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: webPropertyId, profileId, accountId

Optional parameters: none

Body: 

{:eventDetails {:eventConditions [{:matchType string,
                                   :type string,
                                   :expression string,
                                   :comparisonValue string,
                                   :comparisonType string}],
                :useEventValue boolean},
 :updated string,
 :visitNumPagesDetails {:comparisonValue string,
                        :comparisonType string},
 :name string,
 :value number,
 :selfLink string,
 :type string,
 :urlDestinationDetails {:url string,
                         :matchType string,
                         :caseSensitive boolean,
                         :steps [{:number integer,
                                  :url string,
                                  :name string}],
                         :firstStepRequired boolean},
 :created string,
 :parentLink {:href string, :type string},
 :visitTimeOnSiteDetails {:comparisonValue string,
                          :comparisonType string},
 :webPropertyId string,
 :active boolean,
 :id string,
 :kind string,
 :internalWebPropertyId string,
 :profileId string,
 :accountId string}

Create a new goal.
sourceraw docstring

goals-list$clj

(goals-list$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/goals/list

Required parameters: accountId, profileId, webPropertyId

Optional parameters: start-index, max-results

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: start-index, max-results

Lists goals to which the user has access.
sourceraw docstring

goals-patch$clj

(goals-patch$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/goals/patch

Required parameters: webPropertyId, goalId, profileId, accountId

Optional parameters: none

Body:

{:eventDetails {:eventConditions [{:matchType string, :type string, :expression string, :comparisonValue string, :comparisonType string}], :useEventValue boolean}, :updated string, :visitNumPagesDetails {:comparisonValue string, :comparisonType string}, :name string, :value number, :selfLink string, :type string, :urlDestinationDetails {:url string, :matchType string, :caseSensitive boolean, :steps [{:number integer, :url string, :name string}], :firstStepRequired boolean}, :created string, :parentLink {:href string, :type string}, :visitTimeOnSiteDetails {:comparisonValue string, :comparisonType 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: webPropertyId, goalId, profileId, accountId

Optional parameters: none

Body: 

{:eventDetails {:eventConditions [{:matchType string,
                                   :type string,
                                   :expression string,
                                   :comparisonValue string,
                                   :comparisonType string}],
                :useEventValue boolean},
 :updated string,
 :visitNumPagesDetails {:comparisonValue string,
                        :comparisonType string},
 :name string,
 :value number,
 :selfLink string,
 :type string,
 :urlDestinationDetails {:url string,
                         :matchType string,
                         :caseSensitive boolean,
                         :steps [{:number integer,
                                  :url string,
                                  :name string}],
                         :firstStepRequired boolean},
 :created string,
 :parentLink {:href string, :type string},
 :visitTimeOnSiteDetails {:comparisonValue string,
                          :comparisonType string},
 :webPropertyId string,
 :active boolean,
 :id string,
 :kind string,
 :internalWebPropertyId string,
 :profileId string,
 :accountId string}

Updates an existing goal. This method supports patch semantics.
sourceraw docstring

goals-update$clj

(goals-update$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/goals/update

Required parameters: goalId, accountId, webPropertyId, profileId

Optional parameters: none

Body:

{:eventDetails {:eventConditions [{:matchType string, :type string, :expression string, :comparisonValue string, :comparisonType string}], :useEventValue boolean}, :updated string, :visitNumPagesDetails {:comparisonValue string, :comparisonType string}, :name string, :value number, :selfLink string, :type string, :urlDestinationDetails {:url string, :matchType string, :caseSensitive boolean, :steps [{:number integer, :url string, :name string}], :firstStepRequired boolean}, :created string, :parentLink {:href string, :type string}, :visitTimeOnSiteDetails {:comparisonValue string, :comparisonType 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: goalId, accountId, webPropertyId, profileId

Optional parameters: none

Body: 

{:eventDetails {:eventConditions [{:matchType string,
                                   :type string,
                                   :expression string,
                                   :comparisonValue string,
                                   :comparisonType string}],
                :useEventValue boolean},
 :updated string,
 :visitNumPagesDetails {:comparisonValue string,
                        :comparisonType string},
 :name string,
 :value number,
 :selfLink string,
 :type string,
 :urlDestinationDetails {:url string,
                         :matchType string,
                         :caseSensitive boolean,
                         :steps [{:number integer,
                                  :url string,
                                  :name string}],
                         :firstStepRequired boolean},
 :created string,
 :parentLink {:href string, :type string},
 :visitTimeOnSiteDetails {:comparisonValue string,
                          :comparisonType string},
 :webPropertyId string,
 :active boolean,
 :id string,
 :kind string,
 :internalWebPropertyId string,
 :profileId string,
 :accountId string}

Updates an existing goal.
sourceraw docstring

(profileFilterLinks-delete$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/delete

Required parameters: linkId, accountId, profileId, webPropertyId

Optional parameters: none

Delete a profile filter link.

https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/delete

Required parameters: linkId, accountId, profileId, webPropertyId

Optional parameters: none

Delete a profile filter link.
sourceraw docstring

(profileFilterLinks-get$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/get

Required parameters: accountId, linkId, webPropertyId, profileId

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, webPropertyId, profileId

Optional parameters: none

Returns a single profile filter link.
sourceraw docstring

(profileFilterLinks-insert$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/insert

Required parameters: webPropertyId, profileId, accountId

Optional parameters: none

Body:

{:profileRef {:accountId string, :internalWebPropertyId string, :webPropertyId string, :kind string, :id string, :href string, :name string}, :filterRef {:kind string, :name string, :href string, :id string, :accountId string}, :rank integer, :kind string, :selfLink string, :id string}

Create a new profile filter link.

https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/insert

Required parameters: webPropertyId, profileId, accountId

Optional parameters: none

Body: 

{:profileRef {:accountId string,
              :internalWebPropertyId string,
              :webPropertyId string,
              :kind string,
              :id string,
              :href string,
              :name string},
 :filterRef {:kind string,
             :name string,
             :href string,
             :id string,
             :accountId string},
 :rank integer,
 :kind string,
 :selfLink string,
 :id string}

Create a new profile filter link.
sourceraw docstring

(profileFilterLinks-list$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/list

Required parameters: webPropertyId, accountId, profileId

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: webPropertyId, accountId, profileId

Optional parameters: max-results, start-index

Lists all profile filter links for a profile.
sourceraw docstring

(profileFilterLinks-patch$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/patch

Required parameters: profileId, linkId, accountId, webPropertyId

Optional parameters: none

Body:

{:profileRef {:accountId string, :internalWebPropertyId string, :webPropertyId string, :kind string, :id string, :href string, :name string}, :filterRef {:kind string, :name string, :href string, :id string, :accountId string}, :rank integer, :kind string, :selfLink string, :id 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: profileId, linkId, accountId, webPropertyId

Optional parameters: none

Body: 

{:profileRef {:accountId string,
              :internalWebPropertyId string,
              :webPropertyId string,
              :kind string,
              :id string,
              :href string,
              :name string},
 :filterRef {:kind string,
             :name string,
             :href string,
             :id string,
             :accountId string},
 :rank integer,
 :kind string,
 :selfLink string,
 :id string}

Update an existing profile filter link. This method supports patch semantics.
sourceraw docstring

(profileFilterLinks-update$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/update

Required parameters: profileId, linkId, webPropertyId, accountId

Optional parameters: none

Body:

{:profileRef {:accountId string, :internalWebPropertyId string, :webPropertyId string, :kind string, :id string, :href string, :name string}, :filterRef {:kind string, :name string, :href string, :id string, :accountId string}, :rank integer, :kind string, :selfLink string, :id string}

Update an existing profile filter link.

https://developers.google.com/analytics/api/reference/rest/v3/management/profileFilterLinks/update

Required parameters: profileId, linkId, webPropertyId, accountId

Optional parameters: none

Body: 

{:profileRef {:accountId string,
              :internalWebPropertyId string,
              :webPropertyId string,
              :kind string,
              :id string,
              :href string,
              :name string},
 :filterRef {:kind string,
             :name string,
             :href string,
             :id string,
             :accountId string},
 :rank integer,
 :kind string,
 :selfLink string,
 :id string}

Update an existing profile filter link.
sourceraw docstring

profiles-delete$clj

(profiles-delete$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/profiles/delete

Required parameters: webPropertyId, profileId, accountId

Optional parameters: none

Deletes a view (profile).

https://developers.google.com/analytics/api/reference/rest/v3/management/profiles/delete

Required parameters: webPropertyId, profileId, accountId

Optional parameters: none

Deletes a view (profile).
sourceraw docstring

profiles-get$clj

(profiles-get$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/profiles/get

Required parameters: webPropertyId, profileId, accountId

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: webPropertyId, profileId, accountId

Optional parameters: none

Gets a view (profile) to which the user has access.
sourceraw docstring

profiles-insert$clj

(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).
sourceraw docstring

profiles-list$clj

(profiles-list$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/profiles/list

Required parameters: accountId, webPropertyId

Optional parameters: start-index, max-results

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: start-index, max-results

Lists views (profiles) to which the user has access.
sourceraw docstring

profiles-patch$clj

(profiles-patch$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/profiles/patch

Required parameters: profileId, webPropertyId, accountId

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: profileId, webPropertyId, accountId

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.
sourceraw docstring

profiles-update$clj

(profiles-update$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/profiles/update

Required parameters: profileId, webPropertyId, accountId

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: profileId, webPropertyId, accountId

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).
sourceraw docstring

(profileUserLinks-delete$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/profileUserLinks/delete

Required parameters: profileId, accountId, linkId, 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: profileId, accountId, linkId, webPropertyId

Optional parameters: none

Removes a user from the given view (profile).
sourceraw docstring

(profileUserLinks-insert$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/profileUserLinks/insert

Required parameters: profileId, webPropertyId, accountId

Optional parameters: none

Body:

{:userRef {:kind string, :email string, :id string}, :permissions {:effective [string], :local [string]}, :kind string, :selfLink string, :id string, :entity {:webPropertyRef {:internalWebPropertyId string, :accountId string, :id string, :href string, :name string, :kind string}, :accountRef {:id string, :href string, :name string, :kind string}, :profileRef {:accountId string, :internalWebPropertyId string, :webPropertyId string, :kind string, :id string, :href string, :name string}}}

Adds a new user to the given view (profile).

https://developers.google.com/analytics/api/reference/rest/v3/management/profileUserLinks/insert

Required parameters: profileId, webPropertyId, accountId

Optional parameters: none

Body: 

{:userRef {:kind string, :email string, :id string},
 :permissions {:effective [string], :local [string]},
 :kind string,
 :selfLink string,
 :id string,
 :entity {:webPropertyRef {:internalWebPropertyId string,
                           :accountId string,
                           :id string,
                           :href string,
                           :name string,
                           :kind string},
          :accountRef {:id string,
                       :href string,
                       :name string,
                       :kind string},
          :profileRef {:accountId string,
                       :internalWebPropertyId string,
                       :webPropertyId string,
                       :kind string,
                       :id string,
                       :href string,
                       :name string}}}

Adds a new user to the given view (profile).
sourceraw docstring

(profileUserLinks-list$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/profileUserLinks/list

Required parameters: webPropertyId, profileId, accountId

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: webPropertyId, profileId, accountId

Optional parameters: max-results, start-index

Lists profile-user links for a given view (profile).
sourceraw docstring

(profileUserLinks-update$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/profileUserLinks/update

Required parameters: webPropertyId, accountId, profileId, linkId

Optional parameters: none

Body:

{:userRef {:kind string, :email string, :id string}, :permissions {:effective [string], :local [string]}, :kind string, :selfLink string, :id string, :entity {:webPropertyRef {:internalWebPropertyId string, :accountId string, :id string, :href string, :name string, :kind string}, :accountRef {:id string, :href string, :name string, :kind string}, :profileRef {:accountId string, :internalWebPropertyId string, :webPropertyId string, :kind string, :id string, :href string, :name 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: webPropertyId, accountId, profileId, linkId

Optional parameters: none

Body: 

{:userRef {:kind string, :email string, :id string},
 :permissions {:effective [string], :local [string]},
 :kind string,
 :selfLink string,
 :id string,
 :entity {:webPropertyRef {:internalWebPropertyId string,
                           :accountId string,
                           :id string,
                           :href string,
                           :name string,
                           :kind string},
          :accountRef {:id string,
                       :href string,
                       :name string,
                       :kind string},
          :profileRef {:accountId string,
                       :internalWebPropertyId string,
                       :webPropertyId string,
                       :kind string,
                       :id string,
                       :href string,
                       :name string}}}

Updates permissions for an existing user on the given view (profile).
sourceraw docstring

remarketingAudience-delete$clj

(remarketingAudience-delete$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/remarketingAudience/delete

Required parameters: webPropertyId, remarketingAudienceId, accountId

Optional parameters: none

Delete a remarketing audience.

https://developers.google.com/analytics/api/reference/rest/v3/management/remarketingAudience/delete

Required parameters: webPropertyId, remarketingAudienceId, accountId

Optional parameters: none

Delete a remarketing audience.
sourceraw docstring

remarketingAudience-get$clj

(remarketingAudience-get$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/remarketingAudience/get

Required parameters: remarketingAudienceId, accountId, 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: remarketingAudienceId, accountId, webPropertyId

Optional parameters: none

Gets a remarketing audience to which the user has access.
sourceraw docstring

remarketingAudience-insert$clj

(remarketingAudience-insert$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/remarketingAudience/insert

Required parameters: webPropertyId, accountId

Optional parameters: none

Body:

{:description string, :updated string, :name string, :audienceType string, :created string, :audienceDefinition {:includeConditions {:membershipDurationDays integer, :isSmartList boolean, :daysToLookBack integer, :segment string, :kind string}}, :webPropertyId string, :id string, :kind string, :internalWebPropertyId string, :stateBasedAudienceDefinition {:includeConditions {:membershipDurationDays integer, :isSmartList boolean, :daysToLookBack integer, :segment string, :kind string}, :excludeConditions {:segment string, :exclusionDuration 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: webPropertyId, accountId

Optional parameters: none

Body: 

{:description string,
 :updated string,
 :name string,
 :audienceType string,
 :created string,
 :audienceDefinition {:includeConditions {:membershipDurationDays integer,
                                          :isSmartList boolean,
                                          :daysToLookBack integer,
                                          :segment string,
                                          :kind string}},
 :webPropertyId string,
 :id string,
 :kind string,
 :internalWebPropertyId string,
 :stateBasedAudienceDefinition {:includeConditions {:membershipDurationDays integer,
                                                    :isSmartList boolean,
                                                    :daysToLookBack integer,
                                                    :segment string,
                                                    :kind string},
                                :excludeConditions {:segment string,
                                                    :exclusionDuration 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.
sourceraw docstring

remarketingAudience-list$clj

(remarketingAudience-list$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/remarketingAudience/list

Required parameters: accountId, webPropertyId

Optional parameters: start-index, type, max-results

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: start-index, type, max-results

Lists remarketing audiences to which the user has access.
sourceraw docstring

remarketingAudience-patch$clj

(remarketingAudience-patch$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/remarketingAudience/patch

Required parameters: webPropertyId, accountId, remarketingAudienceId

Optional parameters: none

Body:

{:description string, :updated string, :name string, :audienceType string, :created string, :audienceDefinition {:includeConditions {:membershipDurationDays integer, :isSmartList boolean, :daysToLookBack integer, :segment string, :kind string}}, :webPropertyId string, :id string, :kind string, :internalWebPropertyId string, :stateBasedAudienceDefinition {:includeConditions {:membershipDurationDays integer, :isSmartList boolean, :daysToLookBack integer, :segment string, :kind string}, :excludeConditions {:segment string, :exclusionDuration 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: webPropertyId, accountId, remarketingAudienceId

Optional parameters: none

Body: 

{:description string,
 :updated string,
 :name string,
 :audienceType string,
 :created string,
 :audienceDefinition {:includeConditions {:membershipDurationDays integer,
                                          :isSmartList boolean,
                                          :daysToLookBack integer,
                                          :segment string,
                                          :kind string}},
 :webPropertyId string,
 :id string,
 :kind string,
 :internalWebPropertyId string,
 :stateBasedAudienceDefinition {:includeConditions {:membershipDurationDays integer,
                                                    :isSmartList boolean,
                                                    :daysToLookBack integer,
                                                    :segment string,
                                                    :kind string},
                                :excludeConditions {:segment string,
                                                    :exclusionDuration 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.
sourceraw docstring

remarketingAudience-update$clj

(remarketingAudience-update$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/remarketingAudience/update

Required parameters: webPropertyId, accountId, remarketingAudienceId

Optional parameters: none

Body:

{:description string, :updated string, :name string, :audienceType string, :created string, :audienceDefinition {:includeConditions {:membershipDurationDays integer, :isSmartList boolean, :daysToLookBack integer, :segment string, :kind string}}, :webPropertyId string, :id string, :kind string, :internalWebPropertyId string, :stateBasedAudienceDefinition {:includeConditions {:membershipDurationDays integer, :isSmartList boolean, :daysToLookBack integer, :segment string, :kind string}, :excludeConditions {:segment string, :exclusionDuration 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: webPropertyId, accountId, remarketingAudienceId

Optional parameters: none

Body: 

{:description string,
 :updated string,
 :name string,
 :audienceType string,
 :created string,
 :audienceDefinition {:includeConditions {:membershipDurationDays integer,
                                          :isSmartList boolean,
                                          :daysToLookBack integer,
                                          :segment string,
                                          :kind string}},
 :webPropertyId string,
 :id string,
 :kind string,
 :internalWebPropertyId string,
 :stateBasedAudienceDefinition {:includeConditions {:membershipDurationDays integer,
                                                    :isSmartList boolean,
                                                    :daysToLookBack integer,
                                                    :segment string,
                                                    :kind string},
                                :excludeConditions {:segment string,
                                                    :exclusionDuration 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.
sourceraw docstring

segments-list$clj

(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.
sourceraw docstring

unsampledReports-delete$clj

(unsampledReports-delete$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/unsampledReports/delete

Required parameters: unsampledReportId, profileId, webPropertyId, accountId

Optional parameters: none

Deletes an unsampled report.

https://developers.google.com/analytics/api/reference/rest/v3/management/unsampledReports/delete

Required parameters: unsampledReportId, profileId, webPropertyId, accountId

Optional parameters: none

Deletes an unsampled report.
sourceraw docstring

unsampledReports-get$clj

(unsampledReports-get$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/unsampledReports/get

Required parameters: accountId, unsampledReportId, webPropertyId, profileId

Optional parameters: none

Returns a single unsampled report.

https://developers.google.com/analytics/api/reference/rest/v3/management/unsampledReports/get

Required parameters: accountId, unsampledReportId, webPropertyId, profileId

Optional parameters: none

Returns a single unsampled report.
sourceraw docstring

unsampledReports-insert$clj

(unsampledReports-insert$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/unsampledReports/insert

Required parameters: webPropertyId, accountId, profileId

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 {:objectId string, :bucketId 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: webPropertyId, accountId, profileId

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 {:objectId string, :bucketId string},
 :metrics string,
 :driveDownloadDetails {:documentId string},
 :downloadType string}

Create a new unsampled report.
sourceraw docstring

unsampledReports-list$clj

(unsampledReports-list$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/unsampledReports/list

Required parameters: accountId, profileId, webPropertyId

Optional parameters: start-index, max-results

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: start-index, max-results

Lists unsampled reports to which the user has access.
sourceraw docstring

uploads-deleteUploadData$clj

(uploads-deleteUploadData$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/uploads/deleteUploadData

Required parameters: customDataSourceId, accountId, 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: customDataSourceId, accountId, webPropertyId

Optional parameters: none

Body: 

{:customDataImportUids [string]}

Delete data associated with a previous upload.
sourceraw docstring

uploads-get$clj

(uploads-get$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/uploads/get

Required parameters: webPropertyId, customDataSourceId, uploadId, accountId

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: webPropertyId, customDataSourceId, uploadId, accountId

Optional parameters: none

List uploads to which the user has access.
sourceraw docstring

uploads-list$clj

(uploads-list$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/uploads/list

Required parameters: webPropertyId, accountId, customDataSourceId

Optional parameters: start-index, max-results

List uploads to which the user has access.

https://developers.google.com/analytics/api/reference/rest/v3/management/uploads/list

Required parameters: webPropertyId, accountId, customDataSourceId

Optional parameters: start-index, max-results

List uploads to which the user has access.
sourceraw docstring

uploads-uploadData$clj

(uploads-uploadData$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/uploads/uploadData

Required parameters: webPropertyId, customDataSourceId, accountId

Optional parameters: none

Upload data for a custom data source.

https://developers.google.com/analytics/api/reference/rest/v3/management/uploads/uploadData

Required parameters: webPropertyId, customDataSourceId, accountId

Optional parameters: none

Upload data for a custom data source.
sourceraw docstring

webproperties-get$clj

(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.
sourceraw docstring

webproperties-insert$clj

(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 {:type string, :href string}, :level string, :id string, :kind string, :childLink {:type string, :href 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 {:type string, :href string},
 :level string,
 :id string,
 :kind string,
 :childLink {:type string, :href 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.
sourceraw docstring

webproperties-list$clj

(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.
sourceraw docstring

webproperties-patch$clj

(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 {:type string, :href string}, :level string, :id string, :kind string, :childLink {:type string, :href 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 {:type string, :href string},
 :level string,
 :id string,
 :kind string,
 :childLink {:type string, :href string},
 :internalWebPropertyId string,
 :dataRetentionTtl string,
 :profileCount integer,
 :dataRetentionResetOnNewActivity boolean,
 :accountId string}

Updates an existing web property. This method supports patch semantics.
sourceraw docstring

webproperties-update$clj

(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 {:type string, :href string}, :level string, :id string, :kind string, :childLink {:type string, :href 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 {:type string, :href string},
 :level string,
 :id string,
 :kind string,
 :childLink {:type string, :href string},
 :internalWebPropertyId string,
 :dataRetentionTtl string,
 :profileCount integer,
 :dataRetentionResetOnNewActivity boolean,
 :accountId string}

Updates an existing web property.
sourceraw docstring

(webPropertyAdWordsLinks-delete$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/webPropertyAdWordsLinks/delete

Required parameters: webPropertyAdWordsLinkId, webPropertyId, accountId

Optional parameters: none

Deletes a web property-Google Ads link.

https://developers.google.com/analytics/api/reference/rest/v3/management/webPropertyAdWordsLinks/delete

Required parameters: webPropertyAdWordsLinkId, webPropertyId, accountId

Optional parameters: none

Deletes a web property-Google Ads link.
sourceraw docstring

(webPropertyAdWordsLinks-get$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/webPropertyAdWordsLinks/get

Required parameters: accountId, webPropertyId, webPropertyAdWordsLinkId

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, webPropertyId, webPropertyAdWordsLinkId

Optional parameters: none

Returns a web property-Google Ads link to which the user has access.
sourceraw docstring

(webPropertyAdWordsLinks-insert$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/webPropertyAdWordsLinks/insert

Required parameters: accountId, webPropertyId

Optional parameters: none

Body:

{:kind string, :entity {:webPropertyRef {:internalWebPropertyId string, :accountId string, :id string, :href string, :name string, :kind string}}, :name string, :profileIds [string], :selfLink string, :id string, :adWordsAccounts [{:customerId string, :kind string, :autoTaggingEnabled boolean}]}

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: 

{:kind string,
 :entity {:webPropertyRef {:internalWebPropertyId string,
                           :accountId string,
                           :id string,
                           :href string,
                           :name string,
                           :kind string}},
 :name string,
 :profileIds [string],
 :selfLink string,
 :id string,
 :adWordsAccounts [{:customerId string,
                    :kind string,
                    :autoTaggingEnabled boolean}]}

Creates a webProperty-Google Ads link.
sourceraw docstring

(webPropertyAdWordsLinks-list$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/webPropertyAdWordsLinks/list

Required parameters: accountId, webPropertyId

Optional parameters: start-index, max-results

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: start-index, max-results

Lists webProperty-Google Ads links for a given web property.
sourceraw docstring

(webPropertyAdWordsLinks-patch$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/webPropertyAdWordsLinks/patch

Required parameters: accountId, webPropertyAdWordsLinkId, webPropertyId

Optional parameters: none

Body:

{:kind string, :entity {:webPropertyRef {:internalWebPropertyId string, :accountId string, :id string, :href string, :name string, :kind string}}, :name string, :profileIds [string], :selfLink string, :id string, :adWordsAccounts [{:customerId string, :kind string, :autoTaggingEnabled boolean}]}

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: 

{:kind string,
 :entity {:webPropertyRef {:internalWebPropertyId string,
                           :accountId string,
                           :id string,
                           :href string,
                           :name string,
                           :kind string}},
 :name string,
 :profileIds [string],
 :selfLink string,
 :id string,
 :adWordsAccounts [{:customerId string,
                    :kind string,
                    :autoTaggingEnabled boolean}]}

Updates an existing webProperty-Google Ads link. This method supports patch semantics.
sourceraw docstring

(webPropertyAdWordsLinks-update$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/webPropertyAdWordsLinks/update

Required parameters: webPropertyId, accountId, webPropertyAdWordsLinkId

Optional parameters: none

Body:

{:kind string, :entity {:webPropertyRef {:internalWebPropertyId string, :accountId string, :id string, :href string, :name string, :kind string}}, :name string, :profileIds [string], :selfLink string, :id string, :adWordsAccounts [{:customerId string, :kind string, :autoTaggingEnabled boolean}]}

Updates an existing webProperty-Google Ads link.

https://developers.google.com/analytics/api/reference/rest/v3/management/webPropertyAdWordsLinks/update

Required parameters: webPropertyId, accountId, webPropertyAdWordsLinkId

Optional parameters: none

Body: 

{:kind string,
 :entity {:webPropertyRef {:internalWebPropertyId string,
                           :accountId string,
                           :id string,
                           :href string,
                           :name string,
                           :kind string}},
 :name string,
 :profileIds [string],
 :selfLink string,
 :id string,
 :adWordsAccounts [{:customerId string,
                    :kind string,
                    :autoTaggingEnabled boolean}]}

Updates an existing webProperty-Google Ads link.
sourceraw docstring

(webpropertyUserLinks-delete$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/webpropertyUserLinks/delete

Required parameters: webPropertyId, accountId, linkId

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: webPropertyId, accountId, linkId

Optional parameters: none

Removes a user from the given web property.
sourceraw docstring

(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:

{:userRef {:kind string, :email string, :id string}, :permissions {:effective [string], :local [string]}, :kind string, :selfLink string, :id string, :entity {:webPropertyRef {:internalWebPropertyId string, :accountId string, :id string, :href string, :name string, :kind string}, :accountRef {:id string, :href string, :name string, :kind string}, :profileRef {:accountId string, :internalWebPropertyId string, :webPropertyId string, :kind string, :id string, :href string, :name 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: 

{:userRef {:kind string, :email string, :id string},
 :permissions {:effective [string], :local [string]},
 :kind string,
 :selfLink string,
 :id string,
 :entity {:webPropertyRef {:internalWebPropertyId string,
                           :accountId string,
                           :id string,
                           :href string,
                           :name string,
                           :kind string},
          :accountRef {:id string,
                       :href string,
                       :name string,
                       :kind string},
          :profileRef {:accountId string,
                       :internalWebPropertyId string,
                       :webPropertyId string,
                       :kind string,
                       :id string,
                       :href string,
                       :name string}}}

Adds a new user to the given web property.
sourceraw docstring

(webpropertyUserLinks-list$ auth parameters)

https://developers.google.com/analytics/api/reference/rest/v3/management/webpropertyUserLinks/list

Required parameters: webPropertyId, accountId

Optional parameters: start-index, max-results

Lists webProperty-user links for a given web property.

https://developers.google.com/analytics/api/reference/rest/v3/management/webpropertyUserLinks/list

Required parameters: webPropertyId, accountId

Optional parameters: start-index, max-results

Lists webProperty-user links for a given web property.
sourceraw docstring

(webpropertyUserLinks-update$ auth parameters body)

https://developers.google.com/analytics/api/reference/rest/v3/management/webpropertyUserLinks/update

Required parameters: linkId, accountId, webPropertyId

Optional parameters: none

Body:

{:userRef {:kind string, :email string, :id string}, :permissions {:effective [string], :local [string]}, :kind string, :selfLink string, :id string, :entity {:webPropertyRef {:internalWebPropertyId string, :accountId string, :id string, :href string, :name string, :kind string}, :accountRef {:id string, :href string, :name string, :kind string}, :profileRef {:accountId string, :internalWebPropertyId string, :webPropertyId string, :kind string, :id string, :href string, :name 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: linkId, accountId, webPropertyId

Optional parameters: none

Body: 

{:userRef {:kind string, :email string, :id string},
 :permissions {:effective [string], :local [string]},
 :kind string,
 :selfLink string,
 :id string,
 :entity {:webPropertyRef {:internalWebPropertyId string,
                           :accountId string,
                           :id string,
                           :href string,
                           :name string,
                           :kind string},
          :accountRef {:id string,
                       :href string,
                       :name string,
                       :kind string},
          :profileRef {:accountId string,
                       :internalWebPropertyId string,
                       :webPropertyId string,
                       :kind string,
                       :id string,
                       :href string,
                       :name string}}}

Updates permissions for an existing user on the given web property.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close