Update Campaign Group
POST {{baseUrl}}/adAccounts/{{adAccountsId}}/adCampaignGroups/{{campaigngroup_id1}}
Campaign groups can be updated with a partial update. This example updates the amount and currencyCode for a Campaign Group. View our public documentation here to learn more.
Request Body
{"patch"=>{"$set"=>{"totalBudget"=>{"amount"=>"3000", "currencyCode"=>"USD"}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
LinkedIn-Version | string | ||
Authorization | string | ||
X-RestLi-Protocol-Version | string |