FeedAttributes define the types of data expected to be present in a Feed. A single FeedAttribute specifies the expected type of the FeedItemAttributes with the same FeedAttributeId. Optionally, a FeedAttribute can be marked as being part of a FeedItem's unique key.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201809
Field |
|
---|---|
|
Id of the attribute. |
|
The name of the attribute. This field is required and should not be
null when it is contained within Operators : ADD, SET.The length of this string should be between 1 and 30, inclusive, (trimmed).
|
|
The expected type of the data. Enumerations
This field is required and should not be
null when it is contained within Operators : ADD, SET. |
|
Indicates that data corresponding to this attribute is part of a FeedItem's unique key. It defaults to false if it is unspecified. Note that a unique key is not required in a Feed's schema, in which case the FeedItems must be referenced by their FeedItemId. |