Service
FeedService
Dependencies
Feed
▼
FeedAttribute
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/v201302
- Fields
Field | Type | Description |
---|---|---|
id |
xsd:long
|
Id of the attribute. |
name Required
StringLength
|
xsd:string
|
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).
|
type Required
|
FeedAttribute.Type
|
The expected type of the data.
This field is required and should not be null when it is contained within Operators : ADD, SET.
Enumerations
|
isPartOfKey |
xsd:boolean
|
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. |