Campaign management

Call these endpoints to create and manage your SEM campaigns.

Create a new Campaign

Call this endpoint to create a new SEM campaign using the details provided in the request.

Endpoint

POST /v3/advertising/sem/campaigns

Update an existing Campaign

Call this endpoint to modify the details of an existing SEM campaign and manage its associated details.

Endpoint

PUT /v3/advertising/sem/campaigns/{campaignId}

Stop a running Campaign

Call this endpoint to stop an existing SEM campaign.

Endpoint

PUT /v3/advertising/sem/campaigns/{campaignId}/stop

Delete an existing Campaign

Call this endpoint to delete an existing SEM campaign.

Endpoint

DELETE /v3/advertising/sem/campaigns/{campaignId}

Get details of a Campaign

Call this endpoint to get detailed information on a specific SEM campaign.

Endpoint

GET /v3/advertising/sem/campaigns/{campaignId}

Next steps

Learn more about each endpoint scenario, including a base API integration with example requests and responses.