Created
October 24, 2018 23:01
-
-
Save tobsn/fbf50e6a16d075268e1eb403ad7bf8b4 to your computer and use it in GitHub Desktop.
GTM Facebook Pixel Loader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function(){ | |
return { | |
'all': [ // global not domain specific | |
'123123123', // if no source is defined it defaults to facebook as utm_source | |
'by-utm-source-name:123123123' // utm-source:pixel-id or just pixel-id | |
], | |
'by-domain.com': [ // for if more than one domain is in play | |
'some-affiliates-pixel:123123123' | |
], | |
}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment