REST Resource: googleAudiences

  • GoogleAudience is a resource that describes Google audience lists, including details like name, ID, display name, and type.

  • GoogleAudience can be of various types like Affinity, In-Market, Life-Event, and Extended-Demographic, each serving a different targeting purpose.

  • You can manage GoogleAudience resources using methods like get to retrieve a specific audience and list to retrieve a collection of audiences.

  • GoogleAudienceType determines the category of the audience, such as Affinity or In-Market, informing its targeting characteristics.

Resource: GoogleAudience

Describes a Google audience resource. Includes Google audience lists.

JSON representation
{
  "name": string,
  "googleAudienceId": string,
  "displayName": string,
  "googleAudienceType": enum (GoogleAudienceType)
}
Fields
name

string

Output only. The resource name of the google audience.

googleAudienceId

string (int64 format)

Output only. The unique ID of the Google audience. Assigned by the system.

displayName

string

Output only. The display name of the Google audience. .

googleAudienceType

enum (GoogleAudienceType)

Output only. The type of Google audience. .

GoogleAudienceType

Possible types of the Google audience.

Enums
GOOGLE_AUDIENCE_TYPE_UNSPECIFIED Default value when type is not specified or is unknown.
GOOGLE_AUDIENCE_TYPE_AFFINITY Affinity type Google audience.
GOOGLE_AUDIENCE_TYPE_IN_MARKET In-Market type Google audience.
GOOGLE_AUDIENCE_TYPE_INSTALLED_APPS

Installed-Apps type Google audience.

GOOGLE_AUDIENCE_TYPE_NEW_MOBILE_DEVICES

New-Mobile-Devices type Google audience.

GOOGLE_AUDIENCE_TYPE_LIFE_EVENT Life-Event type Google audience.
GOOGLE_AUDIENCE_TYPE_EXTENDED_DEMOGRAPHIC Extended-Demographic type Google audience.

Methods

get

Gets a Google audience.

list

Lists Google audiences.