v1

latestOpenAPI 3.0.02026-07-2678399358.2 KB
Campaign

CreateCampaignReview

Create a campaign component's review. It generates the review for the given campaign's resources such as assets or landing page

post/rmp/mgmt/v1/platforms/{platform_id}/ad-accounts/{ad_account_id}/campaign-reviews

Path parameters

platform_idstring required

Identifier of the platform who requests management api. It is passed as a path parameter.

ad_account_idstring required

The id of the ad account that owns this campaign review.

Request body

campaign_idstring required

The id of the campaign that owns this campaign review.

brand_entity_type'UNKNOWN_BRAND_ENTITY_TYPE' | 'ASSET' | 'LANDING_PAGE' required
brand_entity_idstring required

Brand entity id of the review. It must be asset id or landing page id.

review_status'UNKNOWN_REVIEW_STATUS' | 'IN_REVIEW' | 'APPROVED' | 'REJECTED' required
rejection_reasonstring

If the review status is rejected, this field must contain the reason for rejection.

Response

A successful response.