DetailContentSuitabilityPlacementView

  • Detail Content Suitability Placement View provides details about placements, including websites, YouTube videos, and mobile apps.

  • Key fields include resource_name, display_name, placement, placement_type, and target_url.

  • The resource_name follows a specific format including the customer ID and placement fingerprint.

  • display_name provides the name of the placement, while placement gives the automatic placement string.

  • placement_type indicates the type of placement (Website, YouTubeVideo, MobileApplication), and target_url is the URL of the placement.

A detail content suitability placement view.

Fields

resource_name

string

Output only. The resource name of the detail content suitability placement view. Detail content suitability placement view resource names have the form:

customers/{customer_id}/detailContentSuitabilityPlacementViews/{placement_fingerprint}

display_name

string

Output only. The display name is URL for websites, YouTube video name for YouTube videos, and translated mobile app name for mobile apps.

placement

string

Output only. The automatic placement string at detail level, for example. website url, mobile application id, or a YouTube video id.

placement_type

PlacementType

Output only. Represents the type of the placement, for example, Website, YouTubeVideo and MobileApplication.

target_url

string

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