Create ad creative
documentedCreate a new ad creative.
POST /v2/adCreativesV2Adsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.linkedin.com/v2/adCreativesV2" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-Restli-Protocol-Version: 2.0.0" \
-d '{"campaign": "{{$campaign_urn}}", "reference": "{{$reference_urn}}", "status": "{{$creative_status}}", "type": "{{$creative_type}}", "variables": {"data": {"com.linkedin.ads.SponsoredUpdateCreativeVariables": {"directSponsoredContent": {{$directSponsoredContent}}, "share": "{{$share_urn}}", "activity": "{{$activity_urn}}"}}}}'