简体   繁体   English

在Google Analytics(分析)中,URL正在获取不存在的视图

[英]In google analytics a URL is getting view which does not exsist

Let me explain in detail. 让我详细解释。 We have a html website homepage which fetches recent blog posts from our WordPress blogs page. 我们有一个html网站主页,可从WordPress博客页面获取最近的博客文章。

Scenario is: 场景是:

  1. Our website URL is www.xxxxx.com/home.html 我们的网站网址是www.xxxxx.com/home.html
  2. Blogs landing page URL is www.xxxxx.com/resources 博客着陆页网址为www.xxxxx.com/resources
  3. For showing the recent blogs on homepage we had customized the UI of blogs by creating a separate page as "my-blogs" in WordPress and included this page's URL in iframe inside homepage html as follows: 为了在首页上显示最近的博客,我们通过在WordPress中将单独的页面创建为“ my-blogs”来自定义博客的UI,并在首页html的iframe中包含此页面的URL,如下所示:

  <iframe scrolling="no" id="CollabFrame" src="https://www.xxxx.com/resources/my-blogs/" frameborder="0" style="border: 0px none; width: 100%;" target="_top"> </iframe> 

Issue is: When we see the behavior flow in google analytics it shows 80% of traffic is going to " https://www.xxxx.com/resources/my-blogs/home.html " which does not exists. 问题是:当我们在Google Analytics(分析)中看到行为流时,它表明80%的流量都流向了不存在的“ https://www.xxxx.com/resources/my-blogs/home.html ”。 /home.html is getting appended to the https://www.xxxx.com/resources/my-blogs/ from somewhere which we are not able to figure out. /home.html从无法确定的地方追加到https://www.xxxx.com/resources/my-blogs/ Does analytics count scrolls to iframe section? 分析计数是否会滚动到iframe部分?

Please help in finding how the URL is getting appended after a slash and how to remove this link from analytics which is affecting the ratings. 请帮助查找在斜杠后如何添加URL,以及如何从影响评分的分析中删除此链接。 Please ask for editing the question if i have failed to explain my problem. 如果我无法解释我的问题,请要求编辑问题。

See Image for reference 请参阅图片以供参考

Go into your View settings. 进入“查看”设置。 I suspect that your Default page setting has been set to home.html . 我怀疑您的Default page设置已设置为home.html It sounds like you don't need this. 听起来您不需要这个。 Delete the value, and save your settings. 删除值,然后保存设置。 Future pageviews won't show up as /home.html . 将来的综合浏览量不会显示为/home.html Unfortunately your previous hits cannot be changed. 不幸的是,您以前的匹配无法更改。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM