Publish ad campaign group
POST/ad-publishing/linkedin/ads/:adId/publish
Publish a LinkedIn ad campaign group and push it live
Request
Version stringrequired
API Version
Available options
v3adId stringrequired
Ad identifier
- application/json
- Body
- Example (auto)
Bodyrequired
locationIdstringrequired
Location identifier
{
"locationId": "HChooFuiyPpVYzeJ4HMe"
}
Acknowledgement that publishing was queued. Unlike Google, this does not return the campaign document.
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
True when the operation succeeded
{
"success": true
}