SharedCriterion

  • Shared criteria are part of a shared set.

  • Shared criteria have a resource name, type, shared set association, and criterion ID.

  • The criterion itself can be one of several types, including keyword, YouTube video/channel, placement, mobile app category/application, brand, or webpage.

A criterion belonging to a shared set.

Proto definition

Fields

criterion

Union field. The criterion.

Exactly one must be set. criterion can be only one of the following:

brand

BrandInfo

Immutable. Brand.

keyword

KeywordInfo

Immutable. Keyword.

mobile_app_category

MobileAppCategoryInfo

Immutable. Mobile App Category.

mobile_application

MobileApplicationInfo

Immutable. Mobile application.

placement

PlacementInfo

Immutable. Placement.

webpage

WebpageInfo

Immutable. Webpage.

youtube_channel

YouTubeChannelInfo

Immutable. YouTube Channel.

youtube_video

YouTubeVideoInfo

Immutable. YouTube Video.

criterion_id

int64

Output only. The ID of the criterion.

This field is ignored for mutates.

resource_name

string

Immutable. The resource name of the shared criterion. Shared set resource names have the form:

customers/{customer_id}/sharedCriteria/{shared_set_id}~{criterion_id}

shared_set

string

Immutable. The shared set to which the shared criterion belongs.

type

CriterionType

Output only. The type of the criterion.