How do I create a fake pageview in GA?
Example
<a href="#" onclick=>"javascript: pageTracker._trackPageview('/billigst_klik');">Track</a>
Then GA would track one pageview named "billigst_klik"
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
But if you are tracking just clicks, it should be an event not a pageview.
Click is the
categoryand Link_Click is theaction. someurl is thelabel. You can set them to be whatever values makes sense to you.Guide to Google Analytics Event Tracking