Solved

Insert a snippet into a Shopify form so that the form adds the Klaviyo cookie to customers?

  • 12 March 2024
  • 2 replies
  • 31 views

Badge +1

Hello, 

In the Who Klaviyo tracks section of the Getting started with Klaviyo onsite tracking article, the third option for cookie-ing customers is installing custom tracking which cookies customers when they log in. 

Is this the correct developer documentation needed to implement this tracking? 

JavaScript API for identification and tracking
 

Thank you.

icon

Best answer by saulblum 13 March 2024, 01:08

View original

2 replies

Userlevel 4
Badge +7

You’d need to write some JavaScript that fires when the Shopify submits, to call klaviyo.identify with the submitted email address.

Badge +1

Thank you Saul. I am not a developer. I want to make sure that the developer my team hires, has the right documentation to complete the task. 

 

Which, it looks like if I provide them this documentation - JavaScript API for identification and tracking - that should suffice. I see the Identify people section, which looks to be the guidance needed to call klaviyo.identify.

Reply