Google analytics Goal URL destenation? -


i have set goal after user signed don't send user "successful signup page.html" , user returns dashboard , read ga can read parameters in url, read fragments ? use fragments on website can use (/dashboard#success) destination count success goal ? or parameters can red (/dashboard.html?signup=success)

google analytics, you've pointed out, disregards fragments, can still override default url include fragment in page views goals still work:

ga('send', 'pageview', {'page': document.location.pathname  + '#' + document.location.hash}) 

Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -