|
string | messageBusinessName [get, set] |
| The business name of the message. This will be prepended to the message text. The length of this string should be between 1 and 25, inclusive, (trimmed). More...
|
|
string | messageCountryCode [get, set] |
| Uppercase two-letter country code of the advertiser's phone number to message. This string must not be empty, (trimmed). More...
|
|
string | messagePhoneNumber [get, set] |
| The advertiser's phone number the message will be sent to. This string must not be empty, (trimmed). More...
|
|
string | messageExtensionText [get, set] |
| The text to show in the ad. The length of this string should be between 5 and 35, inclusive, (trimmed). More...
|
|
string | messageText [get, set] |
| The message text populated in the messaging app. The length of this string should be between 10 and 100, inclusive, (trimmed). More...
|
|
long | feedId [get, set] |
| Id of this feed item's feed. This field is read only and will be ignored when sent to the API. More...
|
|
bool | feedIdSpecified [get, set] |
|
long | feedItemId [get, set] |
| Id of the feed item. More...
|
|
bool | feedItemIdSpecified [get, set] |
|
FeedItemStatus | status [get, set] |
| Status of the feed item. This field is read only and will be ignored when sent to the API. More...
|
|
bool | statusSpecified [get, set] |
|
FeedType | feedType [get, set] |
| 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. More...
|
|
bool | feedTypeSpecified [get, set] |
|
string | startTime [get, set] |
| 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. More...
|
|
string | endTime [get, set] |
| 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. More...
|
|
FeedItemDevicePreference | devicePreference [get, set] |
| Device preference for the feed item. More...
|
|
FeedItemSchedule[] | scheduling [get, set] |
| 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. More...
|
|
FeedItemCampaignTargeting | campaignTargeting [get, set] |
| Campaign targeting specifying what campaign this extension can serve with. On update, if the field is left unspecified, the previous campaign targeting state will not be changed. On update, if the field is set with an empty FeedItemCampaignTargeting, the campaign targeting will be cleared. Note: If adGroupTargeting and campaignTargeting are set (either in the request or pre-existing from a previous request), the targeted campaign must match the targeted adgroup's campaign. If only adGroupTargeting is specified and there is no campaignTargeting, then a campaignTargeting will be set to the targeted adgroup's campaign. More...
|
|
FeedItemAdGroupTargeting | adGroupTargeting [get, set] |
| Adgroup targeting specifying what adgroup this extension can serve with. On update, if the field is left unspecified, the previous adgroup targeting state will not be changed. On update, if the field is set with an empty FeedItemAdGroupTargeting, the adgroup targeting will be cleared. Note: If adGroupTargeting and campaignTargeting are set (either in the request or pre-existing from a previous request), the targeted campaign must match the targeted adgroup's campaign. If only adGroupTargeting is specified and there is no campaignTargeting, then a campaignTargeting will be set to the targeted adgroup's campaign. More...
|
|
Keyword | keywordTargeting [get, set] |
| Keyword targeting specifies what keyword this extension can serve with. On update, if the field is left unspecified, the previous keyword targeting state will not be changed. On update, if the field is set with a Keyword and without Keyword.text set keyword targeting will be cleared. More...
|
|
Location | geoTargeting [get, set] |
| Geo targeting specifies what locations this extension can serve with. On update, if the field is left unspecified, the previous geo targeting state will not be changed. On update, if the field is set with a null value for criterionId, the geo targeting will be cleared. More...
|
|
FeedItemGeoRestriction | geoTargetingRestriction [get, set] |
| Geo targeting restriction specifies the type of location that can be used for targeting. On update, if the field is left unspecified, the previous geo targeting restriction state will not be changed. On update, if the field is set with a null GeoRestriction enum, the geo targeting restriction will be cleared. More...
|
|
FeedItemPolicySummary[] | policySummaries [get, set] |
| Summary of a feed item's offline validation, policy findings, and approval results. This field is read only and will be ignored when sent to the API. More...
|
|
string | ExtensionFeedItemType [get, set] |
| 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. More...
|
|
Represents a Message extension.