Except as otherwise noted,
the content of this page is licensed under the Creative Commons
Attribution 3.0 License.
Google Code offered in: English - Español - 日本語 - 한국어 - Português - Pусский - 中文(简体) - 中文(繁體)
Represents an ad level ad extension override. An ad extension override specifies the ad extension that must be used if the ad is served with any ad extension data.
| Field | Type | Description |
|---|---|---|
| adId |
xsd:long
|
ID of the ad being overridden by adExtension
This field is required and should not be null.
|
| adExtension | The override ad extension
This field is required and should not be null.
|
|
| overrideInfo |
OverrideInfo
|
Additional extension override info to augment the ad extension override. If none is specified, default settings will be used. |
| status |
AdExtensionOverride.Status
|
Status of ad extension override at the ad level. The status will start
ACTIVE on add and will become DELETED on remove (ie. cannot modify status)
This field is read only and should not be set.
|
| approvalStatus |
AdExtensionOverride.Approva...
|
Approval status
This field is read only and should not be set.
|
| stats |
AdExtensionOverrideStats
|
Stats for the ad extension override This field is read only and should not be set. |