v1

latestOpenAPI 3.0.02026-07-2496664456.3 KB
CreativeGroup

Create a new CreativeGroup.

Create a new CreativeGroup of the Product.

post/cm/v1/creative-groups

Query parameters

ad_account_idstring required

The AdAccount ID to which the CreativeGroup belongs to.

product_idstring required

The Product ID to which the CreativeGroup belongs to.

Request body

idstring

Unique identifier of the CreativeGroup. Automatically set by server on creation.

ad_account_idstring

ID of the AdAccount the CreativeGroup belongs to.

product_idstring

ID of the Product the CreativeGroup belongs to.

titlestring required

A descriptive name of the CreativeGroup.

descriptionstring

An optional description about this CreativeGroup.

enabling_state'UNSPECIFIED' | 'ENABLED' | 'DISABLED'

Enumeration of the enabling states with a default UNSPECIFIED state.

creative_idsstring[]

List of Creative ids in this CreativeGroup.

status'UNKNOWN_STATUS' | 'DRAFT' | 'SUBMITTED' | 'REVIEW_NOT_NEEDED' | 'UNDER_REVIEW' | 'APPROVED' | 'DISAPPROVED'

Enumeration of all possible CreativeGroup status.

  • UNKNOWN_STATUS: This value is not part of the specification.
  • DRAFT: The CreativeGroup is created but not submitted for review yet.
  • SUBMITTED: The CreativeGroup is submitted and pending review.
  • REVIEW_NOT_NEEDED: Review is determined by Moloco not needed for this CreativeGroup.
  • UNDER_REVIEW: The CreativeGroup is being reviewed.
  • APPROVED: The CreativeGroup has been approved.
  • DISAPPROVED: The CreativeGroup has been rejected.
tracking_link_idstring

MMP specific impression and click TrackingLinks defined specifically for this CreativeGroup. Optional for CreativeGroup which has APP type Product, not allowed for WEB type Product.

landing_urlstring

CreativeGroup specific landing URL. Optional for CreativeGroup which has WEB type Product, not allowed for APP type Product.

final_landing_urlstring

CreativeGroup specific final landing URL. Optional for CreativeGroup which has WEB type Product, not allowed for APP type Product. Deprecated. v1.3 would be the last version supporting this field. Use landing_url field instead.

mmp_tagstring

Name of the mmp side reporting tag. mmp_tag should be URL-safe string.

created_atstring date-time

Created time.

updated_atstring date-time

Last updated time. Should not modify on the client side.

Response

A successful response.