LinkedIn Conversions API
With LinkedIn Conversions API modules in Make, you can associate a campaign to a conversion, create conversion rules and reports, send conversion events, and list conversion rules in your LinkedIn account.
To use the LinkedIn Conversions API modules, you must have a LinkedIn account with the following user permissions: r_ads
, rw_offlineConversions
, rw_conversions
, r_ads_reporting
. You can create an account at linkedin.com.
To get started with configuring LinkedIn Conversions API for Salesforce events:
You need to create a Direct API conversion within the LinkedIn Ads Campaign Manager before starting the configuration of your Make scenario.
Unless you are a Salesforce admin, engage with your organization’s admin to configure an outgoing
Outbound Message
viaFlows
in Salesforce. This should occur when conversions happen in Salesforce (e.g. when an Opportunity reaches Closed Won status).If you prefer not to configure the scenario from scratch, consider using the Send Conversion Events to LinkedIn Conversions API from Salesforce template.
Make strongly recommends watching the tutorial below to learn how to configure LinkedIn Conversions API for Salesforce events.
Find the XML code below for the webhook response module:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <notificationsResponse xmlns="http://soap.sforce.com/2005/09/outbound"> <Ack>true</Ack> </notificationsResponse> </soapenv:Body> </soapenv:Envelope>
Connect LinkedIn Conversions API to Make
To connect your LinkedIn Ads Campaign Management account to Make:
Log in to your Make account, add a LinkedIn Conversions API module to your scenario, and click Create a connection.
Select the type of connection you would like to use from the available options:
LinkedIn
LinkedIn (OpenID Connect)
Note: This connection method uses OpenID Connect for a secure and standardized way to manage user identities.
Optional: In the Connection name field, enter a name for the connection.
Optional: Click Show Advanced Settings and add additional scopes and/or enter your custom client credentials, and Developer Application URN. For more information, see the LinkedIn API documentation.
If requested, use the following Redirect URI when creating your custom app:
LinkedIn:
https://www.integromat.com/oauth/cb/linkedin2
LinkedIn (OpenID Connect):
https://www.integromat.com/oauth/cb/linkedin-openid
Click Save.
If prompted, authenticate your account and confirm access.
You have successfully established the connection. You can now edit your scenario and add more LinkedIn Conversions API modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.
Build LinkedIn Conversions API Scenarios
After connecting the app, you can perform the following actions:
Actions
With these modules, you can manage and track conversions through the LinkedIn Conversions API.
Associates a campaign to a conversion rule by their IDs.
Connection | Establish a connection to your LinkedIn Conversions API account. |
Campaign ID | Select the Campaign ID which you want to associate with the conversion. |
Conversion Rule ID | Select or map the Conversion Rule ID to which you want to associate the campaign. |
Creates a new conversion rule to track conversions.
Connection | Establish a connection to your LinkedIn Conversions API account. |
Account URN | Select or map the account for which you want to create the conversion rule. |
Name | Enter (map) a name for the conversion rule. |
Type | Select or map the conversion rule type to track this conversion rule. For example, Ad Click. See the complete list of conversion rule types. |
Attribution Type | Select or map the attribution type that describes the process to count the conversion actions:
|
Post Click Attribution Window Size | Specifies a user's settings on the post-click attribution window in days. For example, 5. |
View through Attribution Window Size | Specifies a user's settings on the view through (post view) attribution window in days. For example, 5. |
Sends multiple conversion events in a batch.
Connection | Establish a connection to your LinkedIn Conversions API account. | |||||||||||||||||||||||||||||
Account URN | Select or map the account to which you want to send the conversion events | |||||||||||||||||||||||||||||
Events | Enter (map) the event details. You can add multiple actions.
|
Searches
With these modules, you can generate conversion reports and retrieve conversion rules through the LinkedIn Conversions API.
Generates a conversion report.
Connection | Establish a connection to your LinkedIn Conversions API account. |
Accounts | Select or map the accounts for which you want to generate the conversion report. |
Time Granularity | Select or map the time for which you want to generate the report:
|
Start Date | Enter (map) the date to generate the report of the conversions that occurred on or after the specified date. See the list of supported date and time formats. |
End Date | Enter (map) the date to generate the report of the conversions that occurred on or before the specified date. See the list of supported date and time formats. |
Pivots | Select or map the pivots to include in the report. Conversion is the default pivot and you can add at the most two additional pivots to include in the report. |
Campaigns | Select or map the campaigns for which you want to generate the conversion report. Note: Either Accounts or Campaigns must be provided. |
Fields | Select or map the fields to include in the report:
|
Campaign Type | Select or map the campaign type for which you want to generate the report:
|
Limit | Set the maximum number of results Make should return during one execution cycle. |
Retrieves a list of conversion rules by the ad account.
Connection | Establish a connection to your LinkedIn Conversions API account. |
Account URN | Select or map the account whose conversion rules you want to list. |
Conversion Method | Select the filtering method of conversion rules:
If not specified, both types are returned. |
Limit | Set the maximum number of conversion rules Make should return during one execution cycle. |