function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
new2forcenew2force 

Regarding sites

Hi we have a job portal  created using SItes .  we have lot of sources from where job seekers can come to our portal.  Now, I need to capture from which source the job seeker landed into our portal so that we can measure the efficiency of sources.

 

what Iam thinking is from URL, if the text contains letters like "dice" , we can add the source as dice.com. My concern here is when the job seekers com from dice to our portal , does the url contain the details about dice.

 

Can plz someone help me out here. Thanks in advance

osamanosaman

Try using "document.referrer" in JavaScript.

 

Hope it helps

new2forcenew2force

Hi Nasir thanku so much . i will go thru it and will get back to u.