LinkedIn Event Specific Tracking on CTA

How do I add the LinkedIn event specific tracking code to my CTA? I need to add the below code to my CTA to be installed to load after my CTA button is clicked.

window.lintrk(‘track’, { conversion_id: 14020202 });

Hi, @MBrinton Did you get this resolved? If not, I’d suggest looking into using JavaScript and an event listener? — MDN addEventListener() method And then, inside the event listener, you can add the LinkedIn tracking code.

You may need to experiment with waiting for the page to fully load or deal with a CTA that is loaded asynchronously or after the `load` event. If you can post a code example of what you set up using JavaScript along with any errors, that helps the community to understand your issue.

Best,

Jaycee