You can send dynamic conversion values for event-specific conversions with your Insight Tag using dynamic parameters. Dynamic conversion values give you the flexibility to adapt your conversion value to changing business conditions and customer behaviors, more accurately capture real-time conversion values, and can help you measure and optimize your campaigns.
Before you can use dynamic conversion values with the Insight Tag
Before you can send dynamic conversion values with an Insight Tag, you must have the Insight Tag installed on your website. If you haven’t installed the Insight Tag on your site yet, please follow these instructions and learn more about the Insight Tag:
Review the values required for dynamic conversion values. To send a dynamic conversion value, specify the value of the conversion in the value field.
Field | Required/Optional | Definition |
conversion_id | Required | The conversion ID generated in Campaign Manager. Learn how to access your conversion ID. |
conversion_currency | Required | Three-character currency code corresponding to value, if not provided falls back to the advertiser's account currency. For example, USD for United States Dollar. Learn more about available currencies. |
conversion_value | Required | Monetary value the advertiser has assigned to the user action. Learn more about LinkedIn conversion values. |
conversion_type | Optional | Must contain one of our conversion event types. Learn more about our conversion event types. |
Send dynamic conversion values with your Insight Tag
To send dynamic conversion values:
-
Confirm that you’ve added the Insight Tag to your website and it’s working.
-
Use the following example JavaScript code, but replace each field’s value with your values:
window.lintrk('track', { conversion_id: add conversion id number, conversion_type: add conversion type, conversion_currency: 'add conversion currency', conversion_value: add conversion value });
Here's a tip
For your code, you must replace the content in italics with your information. The code above is for example only. -
Add the code to your conversion event on your website, such as a link or button.
-
Publish your website.
Important to know
Related tasks