| id |
string |
Ad ID. Read-only, auto-generated field. |
| accountId |
string |
Account ID of this ad. |
| subaccountId |
string |
Subaccount ID of this ad. |
| campaignId |
string |
Campaign ID of this ad. Required on insert. |
| advertiserId |
string |
Advertiser ID of this ad. Required on insert. |
| name |
string |
Name of this ad. Must be fewer than 256 characters. |
| active |
boolean |
Whether this ad is active. Cannot be true when archived is true. |
| archived |
boolean |
Whether this ad is archived. Cannot be true when active is true. |
| comments |
string |
Comments for this ad. |
| startTime |
string |
Date and time that this ad should start serving. Must be in the future for new ads. |
| endTime |
string |
Date and time that this ad should stop serving. Must be after startTime. |
| type |
string |
Type of ad. Required on insert. |
| dynamicClickTracker |
boolean |
Whether this ad is a dynamic click tracker. Read-only after insert. |
| placementAssignments |
array |
Placement assignments for this ad. |
| eventTagOverrides |
array |
Event tag overrides for this ad. |
| kind |
string |
Identifies what kind of resource this is. Value is always dfareporting#ad. |