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усский - 中文(简体) - 中文(繁體)
The base class of all Ad types. Not abstract since it is conceivable for the base attributes of an Ad to be updated without reference to its concrete type.
| Field | Type | Description |
|---|---|---|
| id |
xsd:long
|
ID of Ad This field is read only and should not be set for following Operators : ADD. |
| url |
xsd:string
|
Destination URL |
| displayUrl |
xsd:string
|
Visible URL |
| approvalStatus |
Ad.ApprovalStatus
|
Approval status
This field is read only and should not be set.
|
| disapprovalReasons |
xsd:string[]
|
List of disapproval reasons This field is read only and should not be set. |
| Ad.Type |
xsd:string
|
This field indicates the subtype of Ad of this instance. It is ignored on input, and instead xsi:type should be specified. |