Ad Group
The Ad Group object represents a group of ads within a campaign that share the same targeting and bidding strategy.
¶ Properties
Field | Type | Description |
---|---|---|
ad_group_id |
string | Unique ad group identifier |
campaign_id |
string | Parent campaign ID |
name |
string | Ad group name |
schedule |
Schedule | Ad group schedule |
budget |
Budget | Ad group budget |
bidding |
Bidding | Bidding strategy |
targeting |
TargetingCriteria | Targeting criteria |
actions |
list[AdGroupAction] | Ad group actions |
dayparting_schedule |
DaypartingSchedule | Dayparting schedule |
subjects |
AdSubjects | Ad subjects |
configured_status |
enum | User-configured status |
effective_status |
enum | Ad deliverability status |
¶ Configured Status Values
Value | Description |
---|---|
AD_GROUP_CONFIGURED_STATUS_INVALID |
Invalid ad group status |
AD_GROUP_CONFIGURED_STATUS_PAUSED |
Ad group is paused by the user |
AD_GROUP_CONFIGURED_STATUS_ACTIVE |
Ad group is active and running |
AD_GROUP_CONFIGURED_STATUS_ENDED |
Ad group has ended |
AD_GROUP_CONFIGURED_STATUS_ARCHIVED |
Ad group is archived |
AD_GROUP_CONFIGURED_STATUS_DELETED |
Ad group has been deleted |
AD_GROUP_CONFIGURED_STATUS_DRAFT |
Ad group is in draft state |
¶ Effective Status Values
Value | Description |
---|---|
AD_GROUP_EFFECTIVE_STATUS_ELIGIBLE |
Ad group is eligible to serve ads |
AD_GROUP_EFFECTIVE_STATUS_NOT_ELIGIBLE |
Ad group is not eligible to serve ads |