Service
AdGroupExtensionSettingService
CampaignExtensionSettingService
CustomerExtensionSettingService
Inheritance
Represents a Call 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
|
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
|
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. |
CallFeedItem | ||
callPhoneNumber StringLength
|
xsd:string
|
The advertiser's phone number to append to the ad. This string must not be empty. |
callCountryCode StringLength
|
xsd:string
|
Uppercase two-letter country code of the advertiser's phone number. This string must not be empty. |
callTracking |
xsd:boolean
|
Indicates whether call tracking is enabled. By default, call tracking is not enabled. |
callOnly |
xsd:boolean
|
Indicates whether the ad is call only, where the phone number is displayed and the URL is not. By default, an ad is not call only. |
callConversionType |
CallConversionType
|
Call conversion type. To clear this field, set a CallConversionType with a value of null in its conversionTypeId field. |