LinkedIn Audience Network
Warning
Deprecation Notice
The Marketing Version 202401 (Marketing January 2024) has been sunset. We recommend that you migrate to the versioned APIs as well as migrate to the new Content and Community Management APIs to avoid disruptions. See the Migration page for more details.
If you haven’t yet migrated and have questions, submit a request on the LinkedIn Developer Support Portal.
In addition to appearing in the LinkedIn feed, Sponsored Content can appear on LinkedIn's partner sites. Only SPONSORED_UPDATES
campaigns with CPC
bidding can serve Sponsored Content beyond the LinkedIn feed. CPM
bidding is not supported.
To learn more about how Sponsored Content can be delivered beyond the LinkedIn network, see the LinkedIn Audience Network FAQs.
Permissions
Permission | Description |
---|---|
rw_ads | Manage and read an authenticated member's ad accounts. Restricted to ad accounts in which the authenticated member has one of the following ad account roles.
|
r_ads | Read an authenticated member's ad accounts. Restricted to ad accounts in which the authenticated member has one of the following ad account roles.
|
See Account Access Controls for more information on ad account roles.
Enable Offsite Sponsored Content Delivery
The offsiteDeliveryEnabled
flag on a campaign indicates whether or not it can be delivered off network.
Campaigns can also be excluded from certain websites or applications. This can be done by excluding IAB categories or individually specified websites/apps. See Manage Audience Restrictions for more information.
Create a Campaign with Offsite Delivery Enabled
When you create a campaign, offsiteDeliveryEnabled
is set to false
by default. Set it to true
if the campaign should be served off network.
Sample Request
See Create a Campaign for a full sample request.
Enable Offsite Delivery for an Existing Campaign
Existing campaigns can be updated to set offsiteDeliveryEnabled
to true
to enable offsite delivery. It uses the same update method as any other campaign update.
Disable Offsite Delivery
Campaigns can be disabled for off network delivery by using the same update endpoint while settingoffsiteDeliveryEnabled
to false
.
Note that if offsiteDeliveryEnabled
is set to false
, the offsitePreferences
field on the campaign managing exclusions cannot be modified.