Liking cljdoc? Tell your friends :D

happygapi.marketingplatformadmin.organizations

Google Marketing Platform Admin API: organizations. The Google Marketing Platform Admin API allows for programmatic access to the Google Marketing Platform configuration data. You can use the Google Marketing Platform Admin API to manage links between your Google Marketing Platform organization and Google Analytics accounts, set the service level of your GA4 properties. See: https://developers.google.com/analytics/devguides/config/gmp/v1api/reference/rest/v1alpha/organizations

Google Marketing Platform Admin API: organizations.
The Google Marketing Platform Admin API allows for programmatic access to the Google Marketing Platform configuration data. You can use the Google Marketing Platform Admin API to manage links between your Google Marketing Platform organization and Google Analytics accounts, set the service level of your GA4 properties.
See: https://developers.google.com/analytics/devguides/config/gmp/v1api/reference/rest/v1alpha/organizations
raw docstring

(analyticsAccountLinks-create$ auth parameters body)

https://developers.google.com/analytics/devguides/config/gmp/v1api/reference/rest/v1alpha/organizations/analyticsAccountLinks/create

Required parameters: parent

Optional parameters: none

Body:

{:name string, :displayName string, :analyticsAccount string, :linkVerificationState string}

Creates the link between the Analytics account and the Google Marketing Platform organization. User needs to be an org user, and admin on the Analytics account to create the link. If the account is already linked to an organization, user needs to unlink the account from the current organization, then try link again.

https://developers.google.com/analytics/devguides/config/gmp/v1api/reference/rest/v1alpha/organizations/analyticsAccountLinks/create

Required parameters: parent

Optional parameters: none

Body: 

{:name string,
 :displayName string,
 :analyticsAccount string,
 :linkVerificationState string}

Creates the link between the Analytics account and the Google Marketing Platform organization. User needs to be an org user, and admin on the Analytics account to create the link. If the account is already linked to an organization, user needs to unlink the account from the current organization, then try link again.
sourceraw docstring

(analyticsAccountLinks-delete$ auth parameters)

https://developers.google.com/analytics/devguides/config/gmp/v1api/reference/rest/v1alpha/organizations/analyticsAccountLinks/delete

Required parameters: name

Optional parameters: none

Deletes the AnalyticsAccountLink, which detaches the Analytics account from the Google Marketing Platform organization. User needs to be an org user, and admin on the Analytics account in order to delete the link.

https://developers.google.com/analytics/devguides/config/gmp/v1api/reference/rest/v1alpha/organizations/analyticsAccountLinks/delete

Required parameters: name

Optional parameters: none

Deletes the AnalyticsAccountLink, which detaches the Analytics account from the Google Marketing Platform organization. User needs to be an org user, and admin on the Analytics account in order to delete the link.
sourceraw docstring

(analyticsAccountLinks-list$ auth parameters)

https://developers.google.com/analytics/devguides/config/gmp/v1api/reference/rest/v1alpha/organizations/analyticsAccountLinks/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists the Google Analytics accounts link to the specified Google Marketing Platform organization.

https://developers.google.com/analytics/devguides/config/gmp/v1api/reference/rest/v1alpha/organizations/analyticsAccountLinks/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists the Google Analytics accounts link to the specified Google Marketing Platform organization.
sourceraw docstring

(analyticsAccountLinks-setPropertyServiceLevel$ auth parameters body)

https://developers.google.com/analytics/devguides/config/gmp/v1api/reference/rest/v1alpha/organizations/analyticsAccountLinks/setPropertyServiceLevel

Required parameters: analyticsAccountLink

Optional parameters: none

Body:

{:serviceLevel string, :analyticsProperty string}

Updates the service level for an Analytics property.

https://developers.google.com/analytics/devguides/config/gmp/v1api/reference/rest/v1alpha/organizations/analyticsAccountLinks/setPropertyServiceLevel

Required parameters: analyticsAccountLink

Optional parameters: none

Body: 

{:serviceLevel string, :analyticsProperty string}

Updates the service level for an Analytics property.
sourceraw docstring

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

× close