EmpyrNetwork / empyr_web

This repository contains both the Empyr Tracking and Hosted Fields libraries.
1 stars 3 forks source link

Tracker.js library implementation #12

Open saqibRafique opened 3 years ago

saqibRafique commented 3 years ago

Hi bro, I want to implement Tracker.js on my merchant offers. I have a list of merchants and every merchant have multiple offers as shown in file attached. Screenshot 2020-10-13 at 13 30 51 When user click on any merchant's merchant detail button then offers of that specific merchant will show. Now I cannot understand how can I track user for offers. I have three questions: In web_search_view which id's I have to pass and when to pass and call that function? In web_detail_view which id's I have to pass and when to pass and call that function? Which function I have to call on page load and where I have to call empyr function to initialise tracker.js library?

Looking forward to your response. Thanks.

saqibRafique commented 3 years ago

One more question, how can I call empyr function to track offers and and in response what things I will receive?