A
More...
|
long | id [get, set] |
| The unique ID of the More...
|
|
bool | idSpecified [get, set] |
|
long | labelId [get, set] |
| The ID of the Label which will be used to label ad units. The More...
|
|
bool | labelIdSpecified [get, set] |
|
CreativeWrapperType | creativeWrapperType [get, set] |
| The creative wrapper type. If the creative wrapper type is CreativeWrapperType::VIDEO_TRACKING_URL, the More...
|
|
bool | creativeWrapperTypeSpecified [get, set] |
|
string | htmlHeader [get, set] |
| The header HTML snippet that this creative wrapper delivers. More...
|
|
string | htmlFooter [get, set] |
| The footer HTML snippet that this creative wrapper delivers. More...
|
|
string | ampHead [get, set] |
| The header AMP snippet that this creative wrapper delivers. More...
|
|
string | ampBody [get, set] |
| The footer AMP snippet that this creative wrapper delivers. More...
|
|
ConversionEvent_TrackingUrlsMapEntry[] | videoTrackingUrls [get, set] |
| The video tracking URLs that this creative wrapper delivers. This field is required if the More...
|
|
ThirdPartyDataDeclaration | thirdPartyDataDeclaration [get, set] |
| The More...
|
|
CreativeWrapperOrdering | ordering [get, set] |
| If there are multiple wrappers for a creative, then More...
|
|
bool | orderingSpecified [get, set] |
|
CreativeWrapperStatus | status [get, set] |
| The status of the More...
|
|
bool | statusSpecified [get, set] |
|
A
CreativeWrapper
allows the wrapping of HTML snippets to be served along with Creative
objects.
Creative wrappers must be associated with a LabelType::CREATIVE_WRAPPER label and applied to ad units by AdUnit::appliedLabels.
string Google.Api.Ads.AdManager.v202311.CreativeWrapper.ampBody |
|
getset |
The footer AMP snippet that this creative wrapper delivers.
string Google.Api.Ads.AdManager.v202311.CreativeWrapper.ampHead |
|
getset |
The header AMP snippet that this creative wrapper delivers.
bool Google.Api.Ads.AdManager.v202311.CreativeWrapper.creativeWrapperTypeSpecified |
|
getset |
string Google.Api.Ads.AdManager.v202311.CreativeWrapper.htmlFooter |
|
getset |
The footer HTML snippet that this creative wrapper delivers.
string Google.Api.Ads.AdManager.v202311.CreativeWrapper.htmlHeader |
|
getset |
The header HTML snippet that this creative wrapper delivers.
long Google.Api.Ads.AdManager.v202311.CreativeWrapper.id |
|
getset |
bool Google.Api.Ads.AdManager.v202311.CreativeWrapper.idSpecified |
|
getset |
true
, if a value is specified for id, false
otherwise.
long Google.Api.Ads.AdManager.v202311.CreativeWrapper.labelId |
|
getset |
The ID of the Label which will be used to label ad units. The
labelId
on a creative wrapper cannot be changed once it is created.
bool Google.Api.Ads.AdManager.v202311.CreativeWrapper.labelIdSpecified |
|
getset |
true
, if a value is specified for labelId, false
otherwise.
If there are multiple wrappers for a creative, then
defines the order in which the HTML snippets are rendered.
bool Google.Api.Ads.AdManager.v202311.CreativeWrapper.orderingSpecified |
|
getset |
true
, if a value is specified for ordering, false
otherwise.
bool Google.Api.Ads.AdManager.v202311.CreativeWrapper.statusSpecified |
|
getset |
true
, if a value is specified for status, false
otherwise.
The
ThirdPartyDataDeclaration
for this creative wrapper.
It is copied to one of the underlying creatives. If the header creative is active then it is persisted there. Otherwise it is stored on the footer creative.
The documentation for this class was generated from the following file: