Ad Groups contain one or more ads that share similar targets: a combination of budget, bid, targeting, and entities. This level is what gets entered in the auction. Each campaign can have multiple ad groups.
To get a list of all ad groups in a campaign, use Reports with the appropriate query parameters.
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | ad_groups/{adGroupId} | This endpoint gets ad group details. |
| GET | ad_groups/{adGroupId} /budget | This endpoint gets an ad group budget. |
| POST | ad_groups | This endpoint creates an ad group for the advertiser. |
| PUT | ad_groups/{adGroupId} | This endpoint updates an ad group. |
| DEL | ad_groups/{adGroupId} | This endpoint deletes ad group details. |
| POST | ad_groups | Experiences | This v2 endpoint creates an ad group for the advertiser with the selected experience and assigned assets |
