- Posts: 7
- Thank you received: 0
Welcome to the LimeSurvey Community Forum
Ask the community, share ideas, and connect with other LimeSurvey users!
LinkedIn Insight tag
- aarontimos
-
Topic Author
- Offline
- New Member
-
Less
More
1 year 1 month ago - 1 year 1 month ago #227431
by aarontimos
LinkedIn Insight tag was created by aarontimos
Hi there,
I was wondering if there is a way to add a tag code from LinkedIn (to track an advertising campaign) if one does not have access to the design template of the survey?
I've tried to add the tag code (javascript) to the welcome and end messages (adding it in the code to the source editor) but that doesn't work.
I know its a long shot but just wondered if anyone had any good ideas. My institution will not allow access to the design template or the backend settings generally.
This was the code I tried to add (with partner ID removed):
Thank you for any suggestions.
Kind Regards
Aaron
I was wondering if there is a way to add a tag code from LinkedIn (to track an advertising campaign) if one does not have access to the design template of the survey?
I've tried to add the tag code (javascript) to the welcome and end messages (adding it in the code to the source editor) but that doesn't work.
I know its a long shot but just wondered if anyone had any good ideas. My institution will not allow access to the design template or the backend settings generally.
This was the code I tried to add (with partner ID removed):
Code:
<script type="text/javascript"> _linkedin_partner_id = "XXXXXXX"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=3884106&fmt=gif" /> </noscript>
Thank you for any suggestions.
Kind Regards
Aaron
Last edit: 1 year 1 month ago by aarontimos. Reason: More detail
Please Log in to join the conversation.
1 year 1 month ago - 1 year 1 month ago #227444
by holch
In which way does it not work?
What happened when you added your code?
Are you allowed to use Javascript in your surveys? Is the XSS filter on?
I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.
Replied by holch on topic LinkedIn Insight tag
but that doesn't work
In which way does it not work?
What happened when you added your code?
Are you allowed to use Javascript in your surveys? Is the XSS filter on?
I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.
Last edit: 1 year 1 month ago by holch.
Please Log in to join the conversation.
1 year 1 month ago #227483
by Mia_white
Replied by Mia_white on topic LinkedIn Insight tag
In your Campaign Manager, navigate to Account Assets → Insight Tag. Do it yourself: It's simple and easy. Paste the Insight Tag code from Campaign Manager in your website's global footer. Adding the tag to the footer will let you track conversions or retarget on any page across your whole site.
Please Log in to join the conversation.