Google Analytics: 100% Drop off from landing page

2019-08-04 16:17发布

I have a Web site built in Drupal 7 - we'll call it website.com. Outside of that site, I have a campaign specific landing page - we'll call that website.com/landingpage. On this page, there are a couple of buttons back to the main website (website.com). I have goals set up that track a user from that landing page, back to the main site home page, then through a few other steps. for some reason, even though I know users are clicking through to the site, I'm getting a 100% drop-off from the landing page to the main site...

...anyone have any thoughts as to why this is?

1条回答
SAY GOODBYE
2楼-- · 2019-08-04 16:53

Is it a dynamic webapp? Is the routing is handled in the client and not on the server side?

If it is a dynamic webapp and routing is handled in the client, then GA won't track your pageviews automatically, and you have to do it manually. https://developers.google.com/analytics/devguides/collection/analyticsjs/single-page-applications

If you are using angularjs you can use this great tool: http://luisfarzati.github.io/angulartics/

查看更多
登录 后发表回答