AdWords API
Feedback on this document

type FeedItemAttributeValue (v201302)

Represents a feed item's value for a particular feed attribute. A feed item's value is composed of a collection of these attribute values.


Namespace
https://adwords.google.com/api/adwords/cm/v201302
Fields
Field Type Description
feedAttributeId xsd:long Feed attribute id
integerValue xsd:long Integer value. Should be set if feedAttributeId refers to a feed attribute of type INT64. Leave empty to clear an existing INT64 attribute value.
doubleValue xsd:double Double value. Should be set if feedAttributeId refers to a feed attribute of type FLOAT. Leave empty to clear an existing FLOAT attribute value.
booleanValue xsd:boolean Boolean value. Should be set if feedAttributeId refers to a feed attribute of type BOOLEAN. Leave empty to clear an existing BOOLEAN attribute value.
stringValue xsd:string String value. Should be set if feedAttributeId refers to a feed attribute of type STRING, URL, or DATE_TIME. The format of DATE_TIME is 'YYYYMMDD hhmmss' (e.g., 20130101 163031 to represent Jan 1, 2013 4:30:31pm). All date times are interpreted in the account's time zone. A time zone id may be appended to the date time, but it must match the account's time zone. For example '20130101 163031 America/Los_Angeles' may be specified in the above example as long as the account's time zone is America/Los_Angeles. Leave empty to clear an existing STRING, URL, or DATE_TIME attribute value.

Authentication required

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

Signing you in...

Google Developers needs your permission to do that.