Service
AdGroupExtensionSettingService
CampaignExtensionSettingService
CustomerExtensionSettingService
Inheritance
Represents an App 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. |
AppFeedItem | ||
appStore |
AppFeedItem.AppStore
|
The application store that the target application belongs to.
Enumerations
|
appId StringLength
|
xsd:string
|
The store-specific ID for the target application. This string must not be empty. |
appLinkText StringLength
|
xsd:string
|
The visible text displayed when the link is rendered in an ad. The length of this string should be between 1 and 25, inclusive. |
appUrl StringLength
|
xsd:string
|
The destination URL of the in-app link. The length of this string should be between 0 and 2076, inclusive. |
appFinalUrls |
UrlList
|
A list of possible final URLs after all cross domain redirects. |
appFinalMobileUrls |
UrlList
|
A list of possible final mobile URLs after all cross domain redirects. |
appTrackingUrlTemplate |
xsd:string
|
URL template for constructing a tracking URL. To clear this field, set its value to the empty string. |
appUrlCustomParameters |
CustomParameters
|
A list of mappings to be used for substituting URL custom parameter tags in the trackingUrlTemplate, finalUrls, and/or finalMobileUrls. |