Number of APIs: 6
See the Getting Access guide on how to apply. LinkedIn's Conversion API is a conversion tracking tool that creates a direct connection between marketing data from an advertiser’s server and LinkedIn. This API enables advertisers to measure the performance of their LinkedIn marketing campaigns no matter where the conversion happens and use this data to power campaign optimization. This collection aims to focus on the new Conversions API and should be used with the conversions-env-versioning environment. There are two conditions for successful calls: (1) Scope permissions to Scope permissions for 3-legged Oauth Ad Account Roles: --All requests for the Conversions collection are in the Restli 2.0 format--rw_conversions
, r_ads
and (2) the user assigning permission holding one of the following roles in the Ad Account.
rw_conversions
(Read/Write)r_ads
(Read)
ACCOUNT_BILLING_ADMIN
ACCOUNT_MANAGER
CAMPAIGN_MANAGER
CREATIVE_MANAGER
GET {{baseUrl}}/adAccountUsers?q=authenticatedUser&fields=role,account,user
GET {{baseUrl}}/conversions?q=account&account=urn%3Ali%3AsponsoredAccount%3A{{sponsoredaccount_id}}&fields=conversionMethod,enabled,type,name,id,campaigns,attributionType
Fetch existing conversion rules in the selected ad account with this endpoint and parse the response to filter elements with conversionMethod
to CONVERSIONS_API
for streaming conversions through API.
POST {{baseUrl}}/conversions
Create one or more conversion rules with this endpoint and set conversionMethod
to CONVERSIONS_API
for streaming conversions through API.
GET {{baseUrl}}/adAccounts/{{sponsoredaccount_id}}/adCampaigns?q=search&search=(status:(values:List(ACTIVE,DRAFT)))&fields=id,name
Fetch existing conversion rules in the selected ad account with this endpoint and parse the response to filter elements with conversionMethod
to CONVERSIONS_API
for streaming conversions through API.
PUT {{baseUrl}}/campaignConversions/(campaign:urn%3Ali%3AsponsoredCampaign%3A{{campaign_id}},conversion:urn%3Alla%3AllaPartnerConversion%3A{{conversion_id}})
Create one or more conversion rules with this endpoint and set conversionMethod
to CONVERSIONS_API
for streaming conversions through API.
POST {{baseUrl}}/conversionEvents
Create one or more conversion rules with this endpoint and set conversionMethod
to CONVERSIONS_API
for streaming conversions through API.