Update ad status
PATCH/ad-publishing/linkedin/:adId/status
Pause or resume a LinkedIn ad, campaign, or ad group
Request
Version stringrequired
API Version
Available options
v3adId stringrequired
Ad identifier
locationId stringrequired
Location identifier
- application/json
- Body
- Example (auto)
Bodyrequired
operationTypestringrequired
Update operation
Available options
PAUSEDARCHIVEDRESUMEtypestringrequired
Ad object type
Available options
adGroupadCampaignad{
"operationType": "PAUSED",
"type": "adCampaign"
}
Acknowledgement that the status change was applied
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
True when the operation succeeded
{
"success": true
}