Forums » Developers



How succesfully track visitors and add custom data.

ok so i made this little diagram to explain what we are doing. We intend to use this mostly on affiliate sites where the products we promote allow us to append subids of whatever data we want. So we basically want to append this unique user id to all our affiliate links and then later match up the revenue to each user so we can track organic traffic value and also UTM tracked media campaigns.

http://mfirthbiz.s3.amazonaws.com/dataflowv1.jpg

My question is what is the info i need to capture to later match things up. Which of the data can i get from PHP and which can I get from the clicky javascipt or is there a better way I'm not thinking of?

Also how do you prevent problems if users come from the same IP and also will whatever method you are thinking of work if the visitor returns again?

Let me know thanks

Posted Fri Dec 10 2010 2:17a by jbirdd***


Another questions I had. Can I see custom data in the clicky interface or is it only available to view if i download it?

Posted Fri Dec 10 2010 2:31a by jbirdd***


I just went through this whole discussion with the admins.

you need to do a query and retrieve the session ID for the user. Once you have that, you can probably intuitively figure out the rest.

Also, if you can stand it, just retrieve the session IDs in bulk once per day in one call.

Posted Mon Dec 13 2010 8:23a by serenex***


hi, here you go:

http://getclicky.com/forums/?id=6592

JR

Posted Mon Dec 13 2010 8:26a by serenex***


Yeah, basically attach the unique data to the user in Clicky via Javascript, then do a batch download o f all sessions each day and match up the data you stored in Clicky to your own data. Then you can use our manual data logging feature to attach goals and revenue to each session.

http://getclicky.com/help/customization/manual

Posted Thu Dec 16 2010 12:49a by Your Friendly Clicky Admin


Hi, I don't really understand this as i am pretty noobish when it comes to technical stuff.

You say i would want to attach a unique data to the user in clicky via javascript. How do I do that?

Also i assume that unique data would have to be passed to the check out page too. I am using clickbank so I am allowed to pass a parameter called TID to the check out page (which will appear in my clickbank account)

Which brings me to another question, how do i append this unique data to the end of my url, specifically at TID=[unique data here]

Phew, you need a more user friendly tutorial :)

Posted Thu Mar 10 2011 4:57a by fusen***


You must be logged in to your account to post!