A criterion belonging to a shared set.
JSON representation |
---|
{ "resourceName": string, "type": enum ( |
Fields | |
---|---|
resourceName |
Immutable. The resource name of the shared criterion. Shared set resource names have the form:
|
type |
Output only. The type of the criterion. |
sharedSet |
Immutable. The shared set to which the shared criterion belongs. |
criterionId |
Output only. The ID of the criterion. This field is ignored for mutates. |
Union field Exactly one must be set. |
|
keyword |
Immutable. Keyword. |
youtubeVideo |
Immutable. YouTube Video. |
youtubeChannel |
Immutable. YouTube Channel. |
placement |
Immutable. Placement. |
mobileAppCategory |
Immutable. Mobile App Category. |
mobileApplication |
Immutable. Mobile application. |
brand |
Immutable. Brand. |
BrandInfo
Represents a Brand Criterion used for targeting based on commercial knowledge graph.
JSON representation |
---|
{ "displayName": string, "entityId": string, "primaryUrl": string, "rejectionReason": enum ( |
Fields | |
---|---|
displayName |
Output only. A text representation of a brand. |
entityId |
The Commercial KG MID for the brand. |
primaryUrl |
Output only. The primary url of a brand. |
rejectionReason |
Output only. The rejection reason when a brand status is REJECTED. |
status |
Output only. The status of a brand. |
BrandRequestRejectionReason
Enumeration of different brand request rejection reasons.
Enums | |
---|---|
UNSPECIFIED |
No value has been specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
EXISTING_BRAND |
Brand is already present in the commercial brand set. |
EXISTING_BRAND_VARIANT |
Brand is already present in the commercial brand set, but is a variant. |
INCORRECT_INFORMATION |
Brand information is not correct (eg: URL and name don't match). |
NOT_A_BRAND |
Not a valid brand as per Google policy. |