Method | Path | Description |
---|---|---|
GET | member_groups/{memberGroupId}/ advertisers/{advertiserId}/ simple_campaigns/{campaignId} | This endpoint gets the details for a campaign created by a template under an advertiser. |
POST | member_groups/{memberGroupId}/ advertisers/{advertiserId}/ templates/{campaignTemplateId}/ draft/{uuid}/simple_campaigns | This endpoint creates a campaign from a template. All media resources needed to serve ads are created when the campaign is created with this endpoint |
PATCH | member_groups/{memberGroupId}/ advertisers/{advertiserId}/draft/ {uuid}/simple_campaigns/ {campaignId} | Updates a campaign from a template. All media resources needed to serve ads are updated when the campaign is updated with this endpoint. |