A campaign is a set of advertisements that are intended to achieve a particular goal. A line item can have multiple campaigns. A campaign can have multiple ad groups.
To get a list of all campaigns on a line item, use Reports with the appropriate query parameters.
Endpoints
Method | Path | Description |
---|---|---|
GET | advertisers/{advertiserId} /campaigns/{campaignId} | This endpoint gets the specific campaign details. |
POST | advertisers/{advertiserId} /campaigns_report | This endpoint gets all the campaigns for the advertiser. |
POST | advertisers/{advertiserId} /campaigns | This endpoint creates a campaign for the advertiser. |
PUT | advertisers/{advertiserId} /campaigns/{campaignId} | This endpoint updates the campaign. |
DEL | advertisers/{advertiserId} /campaigns/{campaignId} | This endpoint deletes the campaign for the advertiser. |
POST | advertisers/{advertiserId} /campaigns | Experiences | This v2 endpoint creates a campaign for the advertiser with the selected experience |