Ads API .NET library
|
Enhanced text ad format. More...
Classes | |
class | Fields |
List of all supported fields for the ExpandedTextAd class. More... | |
class | FilterableFields |
List of all supported filterable fields for the ExpandedTextAd class. More... | |
class | SelectableFields |
List of all supported selectable fields for the ExpandedTextAd class. More... | |
Properties | |
string | headlinePart1 [get, set] |
First part of the headline. This field can be selected using the value "HeadlinePart1".This field can be filtered on. This field is required and should not be More... | |
string | headlinePart2 [get, set] |
Second part of the headline. This field can be selected using the value "HeadlinePart2".This field can be filtered on. This field is required and should not be More... | |
string | headlinePart3 [get, set] |
Third part of the headline. This field can be selected using the value "ExpandedTextAdHeadlinePart3".This field can be filtered on. More... | |
string | description [get, set] |
The descriptive text of the ad. This field can be selected using the value "Description".This field can be filtered on. This field is required and should not be More... | |
string | description2 [get, set] |
The second description line of the ad. This field can be selected using the value "ExpandedTextAdDescription2".This field can be filtered on. More... | |
string | path1 [get, set] |
Text that appears in the ad with the displayed URL. This field can be selected using the value "Path1".This field can be filtered on. More... | |
string | path2 [get, set] |
In addition to #path1, more text that appears with the displayed URL. This field can be selected using the value "Path2".This field can be filtered on. More... | |
![]() | |
long | id [get, set] |
ID of this ad. This field is ignored when creating ads using More... | |
bool | idSpecified [get, set] |
string | url [get, set] |
Destination URL. More... | |
string | displayUrl [get, set] |
Visible URL. This field can be selected using the value "DisplayUrl".This field can be filtered on. More... | |
string[] | finalUrls [get, set] |
A list of possible final URLs after all cross domain redirects. More... | |
string[] | finalMobileUrls [get, set] |
A list of possible final mobile URLs after all cross domain redirects. More... | |
AppUrl[] | finalAppUrls [get, set] |
A list of final app URLs that will be used on mobile if the user has the specific app installed. More... | |
string | trackingUrlTemplate [get, set] |
URL template for constructing a tracking URL. More... | |
string | finalUrlSuffix [get, set] |
URL template for appending params to Final URL. More... | |
CustomParameters | urlCustomParameters [get, set] |
A list of mappings to be used for substituting URL custom parameter tags in the trackingUrlTemplate, finalUrls, and/or finalMobileUrls. More... | |
UrlData[] | urlData [get, set] |
Additional urls for the ad that are tagged with a unique identifier. Currently only used for TemplateAds for specific template IDs. For all other ad types, use finalUrls, finalMobileUrls and finalAppUrls instead. This field can be selected using the value "UrlData". More... | |
bool | automated [get, set] |
Indicates if this ad was added by AdWords. This field can be selected using the value "Automated".This field can be filtered on. More... | |
bool | automatedSpecified [get, set] |
AdType | type [get, set] |
Type of ad. This field can be selected using the value "AdType".This field can be filtered on. More... | |
bool | typeSpecified [get, set] |
long | devicePreference [get, set] |
The device preference for the ad. You can only specify a preference for mobile devices (CriterionId 30001). If unspecified (no device preference), all devices are targeted. This field can be selected using the value "DevicePreference".This field can be filtered on. More... | |
bool | devicePreferenceSpecified [get, set] |
SystemManagedEntitySource | systemManagedEntitySource [get, set] |
The source of this system-managed ad. This field can be selected using the value "SystemManagedEntitySource".This field can be filtered on. This field is read only and will be ignored when sent to the API. More... | |
bool | systemManagedEntitySourceSpecified [get, set] |
string | AdType [get, set] |
Indicates that this instance is a subtype of Ad. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. More... | |
Enhanced text ad format.
Caution: Expanded text ads do not use url, displayUrl, finalAppUrls, or devicePreference; setting these fields on an expanded text ad will cause an error. This is enabled for AdX.
|
getset |
The descriptive text of the ad. This field can be selected using the value "Description".This field can be filtered on. This field is required and should not be
null
when it is contained within Operators : ADD.
Referenced by Google.Api.Ads.AdWords.Examples.CSharp.v201809.GetExpandedTextAds.Run().
|
getset |
The second description line of the ad. This field can be selected using the value "ExpandedTextAdDescription2".This field can be filtered on.
|
getset |
First part of the headline. This field can be selected using the value "HeadlinePart1".This field can be filtered on. This field is required and should not be
null
when it is contained within Operators : ADD.
Referenced by Google.Api.Ads.AdWords.Examples.CSharp.v201809.GetExpandedTextAds.Run().
|
getset |
Second part of the headline. This field can be selected using the value "HeadlinePart2".This field can be filtered on. This field is required and should not be
null
when it is contained within Operators : ADD.
Referenced by Google.Api.Ads.AdWords.Examples.CSharp.v201809.GetExpandedTextAds.Run().
|
getset |
Third part of the headline. This field can be selected using the value "ExpandedTextAdHeadlinePart3".This field can be filtered on.
|
getset |
Text that appears in the ad with the displayed URL. This field can be selected using the value "Path1".This field can be filtered on.
|
getset |
In addition to #path1, more text that appears with the displayed URL. This field can be selected using the value "Path2".This field can be filtered on.