Hello All,
I will appreciate if any one can help me in with this. I want to add woopra identify code in website:
They have suggested :
When your customers are logged in, you will need to identify them to Woopra using Custom Visitor Data and the identify() function. In order to do so, you're going to need to add the customer's email as a unique identifier, and any other properties when they're available.
Example Code: The code below will not work with your site. The values inside of {{ }} need to be replaced by your own server code.
What value should I put in email, name and company plz help??Code:<script> /* Place this on a template where a customer initially is identified or after authentication. (Important: Update these values) */ woopra.identify({ email: '{{ account.email }}', name: '{{ account.name }}', company: '{{ account.company }}' }); // The identify code should be added before the "track()" function woopra.track(); </script>
Thanq,
Snk


Reply With Quote
