Campaign Manager 360 API . languages

Instance Methods

close()

Close httplib2 connections.

list(profileId, x__xgafv=None)

Retrieves a list of languages.

Method Details

close()
Close httplib2 connections.
list(profileId, x__xgafv=None)
Retrieves a list of languages.

Args:
  profileId: string, User profile ID associated with this request. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Language List Response
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#languagesListResponse".
  "languages": [ # Language collection.
    { # Contains information about a language that can be targeted by ads.
      "id": "A String", # Language ID of this language. This is the ID used for targeting and generating reports.
      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#language".
      "languageCode": "A String", # Format of language code is an ISO 639 two-letter language code optionally followed by an underscore followed by an ISO 3166 code. Examples are "en" for English or "zh_CN" for Simplified Chinese.
      "name": "A String", # Name of this language.
    },
  ],
}