Campaigns from Templates

MethodPathDescription
GETmember_groups/{memberGroupId}/
advertisers/{advertiserId}/
simple_campaigns/{campaignId}
This endpoint gets the details for a campaign created by a template under an advertiser.
POSTmember_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
PATCHmember_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.