AdWords API
Feedback on this document

type FeedAttribute (v201302)

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
INT64
FLOAT
STRING
BOOLEAN
URL
DATE_TIME
UNKNOWN
Used for return value only. An enumeration could not be processed, typically due to incompatibility with your WSDL version.
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.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.