Hide

type CalloutFeedItem (v201506)

Represents a callout extension.


Namespace
https://adwords.google.com/api/adwords/cm/v201506
Fields
Field Type Description
ExtensionFeedItem (inherited)
feedId
ReadOnly
xsd:long Id of this feed item's feed. This field is read only and will be ignored when sent to the API.
feedItemId xsd:long Id of the feed item.
status
ReadOnly
FeedItem.Status Status of the feed item. This field is read only and will be ignored when sent to the API.
Enumerations
ENABLED
Feed item is active
REMOVED
Feed item is removed
UNKNOWN
Unknown status Used for return value only. An enumeration could not be processed, typically due to incompatibility with your WSDL version.
feedType
ReadOnly
Feed.Type The type of the feed containing this extension feed item data. The field will be set by a subclass with a defined feed type. This field is read only and will be ignored when sent to the API.
Enumerations
NONE
SITELINK
Sitelink placeholder typed
CALL
Call placeholder typed
APP
App placeholder typed
REVIEW
Review placeholder typed
AD_CUSTOMIZER
AdCustomizer placeholder typed
CALLOUT
Callout placeholder typed
startTime
ReadOnly
xsd:string Start time in which this feed item is effective and can begin serving. The time zone of startTime must either match the time zone of the account or be unspecified where the time zone defaults to the account time zone. This field may be null to indicate no start time restriction. The special value "00000101 000000" may be used to clear an existing start time. This field is read only and will be ignored when sent to the API for the following Operators: REMOVE.
endTime
ReadOnly
xsd:string End time in which this feed item is no longer effective and will stop serving. The time zone of endTime must either match the time zone of the account or be unspecified where the time zone defaults to the account time zone. This field may be null to indicate no end time restriction. The special value "00000101 000000" may be used to clear an existing end time. This field is read only and will be ignored when sent to the API for the following Operators: REMOVE.
devicePreference FeedItemDevicePreference Device preference for the feed item.
scheduling FeedItemScheduling FeedItemScheduling specifying times for when the feed item may serve. On retrieval or creation of the feed item, if the field is left null, no feed item scheduling restrictions are placed on the feed item. On update, if the field is left unspecified, the previous feedItemScheduling state will not be changed. On update, if the field is set with a FeedItemScheduling with an empty feedItemSchedules list, the scheduling will be cleared of all FeedItemSchedules indicating the feed item has no scheduling restrictions.
policyData
ReadOnly
FeedItemPolicyData[] List of details about a feed item's validation and approval state. This field is read only and will be ignored when sent to the API.
ExtensionFeedItem.Type xsd:string Indicates that this instance is a subtype of ExtensionFeedItem. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.
CalloutFeedItem
calloutText
StringLength
xsd:string The callout text. The length of this string should be between 1 and 25, inclusive.

Send feedback about...

AdWords API