GroupPlacementView

  • Group placement views provide information about automatic placements at the ad group level.

  • Key fields include resource name, placement type, placement string, display name, and target URL.

  • The resource_name uniquely identifies the group placement view using customer and ad group IDs, and a base64 encoded placement string.

  • The placement_type indicates whether the placement is a Website, YouTube Channel, or Mobile Application.

  • placement, display_name, and target_url provide details about the specific automatic placement.

A group placement view.

Fields

resource_name

string

Output only. The resource name of the group placement view. Group placement view resource names have the form:

customers/{customer_id}/groupPlacementViews/{ad_group_id}~{base64_placement}

placement_type

PlacementType

Output only. Type of the placement, for example, Website, YouTube Channel, Mobile Application.

placement

string

Output only. The automatic placement string at group level, e. g. web domain, mobile app ID, or a YouTube channel ID.

display_name

string

Output only. Domain name for websites and YouTube channel name for YouTube channels.

target_url

string

Output only. URL of the group placement, for example, domain, link to the mobile application in app store, or a YouTube channel URL.