Skip to content

Commit

Permalink
adding Segment to TT Pixel change (#2002)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-ayoub-segment authored Apr 22, 2024
1 parent 8fab836 commit 92b8c5c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ export function initScript(settings) {
(ttq._t = ttq._t || {}),
(ttq._t[e] = +new Date()),
(ttq._o = ttq._o || {}),
(ttq._o[e] = n || {})
(ttq._o[e] = n || {}),
(ttq._partner = ttq._partner || 'Segment')
var o = document.createElement('script')
;(o.type = 'text/javascript'), (o.async = !0), (o.src = i + '?sdkid=' + e + '&lib=' + t)
var a = document.getElementsByTagName('script')[0]
Expand Down

0 comments on commit 92b8c5c

Please sign in to comment.