v1

latestOpenAPI 3.0.02026-07-2496664456.3 KB
AdGroup

Update an existing AdGroup.

Update an existing AdGroup.

put/cm/v1/ad-groups/{ad_group_id}

Path parameters

ad_group_idstring required

The ID of the AdGroup to be updated.

Query parameters

campaign_idstring required

The Campaign ID the AdGroup belongs to.

Request body

idstring

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

titlestring required

A descriptive name of the AdGroup.

campaign_idstring

ID of the Campaign the AdGroup belongs to.

product_idstring

ID of the Product the AdGroup belongs to.

ad_account_idstring

ID of the AdAccount the AdGroup belongs to.

experiment_idstring

ID of the Experiment the AdGroup is involved in.

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

Enumeration of the enabling states with a default UNSPECIFIED state.

pricing_model_idstring

PricingModel id.

creative_group_idsstring[]

CreativeGroup IDs. These CreativeGroups' Product IDs must match the Product ID of the current Campaign. A Campaign eligible for serving must have at least one enabled CreativeGroup with enabled Creatives.

created_atstring date-time

Created time.

updated_atstring date-time

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

aud_sizestring int64

Original audience size information.

matchable_aud_sizestring int64

Matchable audience size information.

last_aud_size_computed_atstring date-time

Last updated time of the audience size information.

Response

A successful response.