Implementation of snapchat pixel

Silver Contributor
Silver Contributor

Hi,

I am  trying to implement the snapchat pixel but couldn't get through.

Can anybody help me on this!!

Appreciate in advance.

Thanks,

Nidhi

13 REPLIES 13

Implementation of snapchat pixel

Gold Contributor
Gold Contributor

I think you mean there's no Snapchat Tag Template? You can use a "javascript code" extension with some conditions and scope "DOM Ready" until Tealium created the template.

Or if you want to use some Load Rules: scope the above created javascript extension to a new "Tealium custom container" tag and use the load rules on that tag.

Freelance Web Analist

Implementation of snapchat pixel

Tealium Employee

Hi @nidhi

@AndreScholten is correct in that you could use a javascipt code extension, or a Tealium Custom Container tag - although for implementing a tag, we would always recommend a custom container tag over a javascript code extension.  

The way that the tag's loading logic works is far superior to a DOM ready extension, and has some extra safety mechanisms if the code has any errors that will prevent it from causing further problems.  As Andre said, it also means you can use the load rules. 

If you need any assistance creating a custom container tag, there is some very detailed documentation here:

https://community.tealiumiq.com/t5/iQ-Tag-Management/Tealium-Custom-Container/ta-p/14015

Alternatively you can reach out to support or your account manager, and we can get the custom container built for you. 

Many thanks

Steve Lake

Connecting data systems since the 1980s.

Implementation of snapchat pixel

Tealium Expert
Tealium Expert

Hi @nidhi,

This might be of some use to you:

Example implementation of Snapchat / Snap Pixel

Cheers,
James

Implementation of snapchat pixel

Silver Contributor
Silver Contributor

Hi @steve_lake,

Thank you for your reply. I have already tried the above method but it didn't work. So I have tried another method and it worked.


Really thanks !!

Nidhi

Implementation of snapchat pixel

Silver Contributor
Silver Contributor

Hi @UnknownJ,

Thank you so much for the reply.

I have already created and used another method(changed pixel format) but yes definitely try this method as a test.

Thanks,
Nidhi

Implementation of snapchat pixel

Silver Contributor
Silver Contributor

Hi @AndreScholten,

Thank you for the reply.

But unfortunately extension wont work.

Thanks,
Nidhi

Implementation of snapchat pixel

Employee Emeritus

Thank you @nidhi for coming back and letting us know what method worked for you. Much appreciated. I have accepted your work as a solution. You might want to accept @UnknownJ's post above as an accepted solution as well. #winkwink

Let us know if you have any other questions. 

And thank you @UnknownJ@steve_lake, and @AndreScholten for jumping in to assist! Much appreciated. 

Remember to give me a kudo if you like my post! Accepting my post as a solution is even better! Also remember that search is your friend.

Implementation of snapchat pixel

Silver Contributor
Silver Contributor
Hi @UnknownJ,

Thank you for providing the solution!!! Much appreciate it

I have tried above method but unfortunately I am not able to see the pixel firing.

I have not used parameters like email-id and phone no.

Hope I am not missing out on anythng.

Thanks,
Nidhi

Implementation of snapchat pixel

Gold Contributor
Gold Contributor
Hello @nidhi,

I've configured FB Pixel and do not have hands on intended to snapchat pixel. Nevertheless, I found out some article (traditional way using magento) which might helpful for you.

Happy learning!!! Hope it helps!!!

https://www.northern.co/how-to-install-snapchat-pixel-shopify-magento/

Implementation of snapchat pixel

Employee Emeritus

@nidhi if you're still having issues with this, can you provide the JS provided to you by Snapchat? That'll be the only way we can give you solid advice on what to do and how to get the pixel implemented in TiQ. 

Implementation of snapchat pixel

Bronze Contributor
Bronze Contributor
Hi, I'm trying to set up a snapchat pixel and I don't see a template. What is the best option for implementing the base code and an event?

Implementation of snapchat pixel

Employee Emeritus

Hello @ji89065p. Have you tried @UnknownJ's example implementation found here:

Let us know. 

Remember to give me a kudo if you like my post! Accepting my post as a solution is even better! Also remember that search is your friend.

Implementation of snapchat pixel

Gold Contributor
Gold Contributor

Hello All,

I recently implemented Snapchat pixel and all is good. I also installed "Snap Pixel Helper" which is a chrome extension. The Snapchat pixel is suppoed to fire once on all pages. The problem is on one page of our website,  "Snap Pixel Helper"  tells that tag is firing twice and tagging request is a duplicate request. But in network call the tag is just firing once. There is no duplication in chrome-devtools-network call but the snapchat pixel helper extension tells there is duplication. 

If anyone encountered the same issue and can give any inputs would be helpful. Thank You

Public