Google Marketing Platform Admin API . organizations

Instance Methods

analyticsAccountLinks()

Returns the analyticsAccountLinks Resource.

close()

Close httplib2 connections.

get(name, x__xgafv=None)

Lookup for a single organization.

Method Details

close()
Close httplib2 connections.
get(name, x__xgafv=None)
Lookup for a single organization.

Args:
  name: string, Required. The name of the Organization to retrieve. Format: organizations/{org_id} (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # A resource message representing a Google Marketing Platform organization.
  "displayName": "A String", # The human-readable name for the organization.
  "name": "A String", # Identifier. The resource name of the GMP organization. Format: organizations/{org_id}
}