Method: accounts.campaigns.activate

Activates a campaign. The state of the campaign after activation is ACTIVE. You can call campaigns.activate on campaigns in the state PAUSED; campaigns in a different state (such as ACTIVE) will return an error.

HTTP request

POST https://ads.wazeapis.com/v1/{name=accounts/*/campaigns/*}:activate

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the campaign to activate.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Campaign.