Update a Dynamic Spotlight Ad
POST https://{{baseUrl}}/creatives/{sponsoredCreative-urn}
Update a Dynamic Spotlight Ad Creative
HTTPCopy
POST https://api.linkedin.com/rest/creatives/{sponsoredCreative-urn}
JSONCopy
{
"patch": {
"$set": {
"content": {
"spotlight": {
"callToAction": "New Action",
"description": "New Description",
"headline": "New Headline",
"landingPage": "http://example.com",
"organizationName": "New Organization Name",
"logo": "urn:li:image:def",
"showMemberProfilePhoto": false
}
}
}
}
}
A successful response returns a 204 No Content
.
Request Body
{"patch"=>{"$set"=>{"content"=>{"spotlight"=>{"callToAction"=>"New Action", "description"=>"New Description", "headline"=>"New Headline", "landingPage"=>"http://example.com", "organizationName"=>"New Organization Name", "logo"=>"urn:li:image:def", "showMemberProfilePhoto"=>false}}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
LinkedIn-Version | string | ||
Authorization | string |