Skip to content

Commit 4056e61

Browse files
committed
chore: linkedIn campaign tag
1 parent cf2f3c2 commit 4056e61

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,28 @@
162162
</head>
163163
<body>
164164
<noscript>You need to enable JavaScript to run this app.</noscript>
165+
<script type="text/javascript">
166+
const _linkedin_partner_id = "8347945";
167+
window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
168+
window._linkedin_data_partner_ids.push(_linkedin_partner_id);
169+
</script>
170+
<script type="text/javascript"> (function (l) {
171+
if (!l) {
172+
window.lintrk = function (a, b) {
173+
window.lintrk.q.push([a, b])
174+
};
175+
window.lintrk.q = []
176+
}
177+
const s = document.getElementsByTagName("script")[0];
178+
const b = document.createElement("script");
179+
b.type = "text/javascript";
180+
b.async = true;
181+
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
182+
s.parentNode.insertBefore(b, s);
183+
})(window.lintrk); </script>
184+
<noscript><img height="1" width="1" style="display:none;" alt=""
185+
src="https://px.ads.linkedin.com/collect/?pid=8347945&fmt=gif"/>
186+
</noscript>
165187
<div id="root"></div>
166188
<script type="module" src="/src/index.tsx"></script>
167189
</body>

0 commit comments

Comments
 (0)