Mobile app version of vmapp.org
Login or Join
Goswami781

: Google Analytics events: set page url parameter Is it possible to set custom page url parameter (named utmp in request), when tracking events with Google Analytics? I have set custom url for

@Goswami781

Posted in: #GoogleAnalytics #Tracking

Is it possible to set custom page url parameter (named utmp in request), when tracking events with Google Analytics?

I have set custom url for tracking pages ['_trackPageview', 'www.my.url.com/...'] But that does not have effect for events.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Goswami781

2 Comments

Sorted by latest first Latest Oldest Best

 

@Fox8124981

You can use this:

_gaq.push(['_set', 'page', '/mypage']);
_gaq.push(['_trackPageview']);


where /mypage is your virtual URL. Make sure you set the page before _trackPageview.

10% popularity Vote Up Vote Down


 

@Lengel546

Read the Event Tracking Guide.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme