Hide

type FeedItemAttributeValue (v201502)

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/v201502
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.
integerValues xsd:long[] List of integer values. Should be set if feedAttributeId refers to a feed attribute of type INT64_LIST. Leave empty to clear an existing INT64_LIST attribute value.
doubleValues xsd:double[] List of double values. Should be set if feedAttributeId refers to a feed attribute of type FLOAT_LIST. Leave empty to clear an existing FLOAT_LIST attribute value.
booleanValues xsd:boolean[] List of boolean values. Should be set if feedAttributeId refers to a feed attribute of type BOOLEAN_LIST. Leave empty to clear an existing BOOLEAN_LIST attribute value.
stringValues xsd:string[] List of string values. Should be set if feedAttributeId refers to a feed attribute of type STRING_LIST, URL_LIST, or DATE_TIME_LIST. All strings in this list must be of the same type and format. For example, if the type is DATE_TIME_LIST, all strings in the list must be DATE_TIME formatted strings. See stringValue for specific formatting requirements.

Send feedback about...

AdWords API