Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

why google analytics showing Goal completion location as "entrance"

Currently I am facing one issue with google analytics Goal Completion Location. Its showing Goal Completion Location as ‘(entrance)’.

In google analytics it looks like below -

Goal Completion Location || Links to xyz.com (Goal 1 Completions) || % Links to xyz.com (Goal 1 Completions)

  1. /default-en.html || 831 || 55.59%
  2. (entrance) || 25 || 1.67%

What does mean of ‘(entrance)’ in Goal Completion Location and why its displaying in below listing.

How I can remove that from "Goal Completion Location" listing?

like image 590
php Avatar asked Oct 11 '14 06:10

php


2 Answers

I was facing similar problem. GA assigns the event to page user "is currently on". This means you got to fire the event after you have send pageview event. If you do it other way around GA assigns the event to wrong(previous) page.

like image 57
Patrik Beck Avatar answered Sep 29 '22 06:09

Patrik Beck


"(entrance)" indicates the page which served as an entry point to your site. It could be that when you set up your URL goal, you didn't have any funnel steps, so when a user arrives at your site, they arrive directly at the goal completion URL. It's not something that can be removed. Rather you would just have to add funnel steps to your goal.

like image 42
nyuen Avatar answered Sep 29 '22 07:09

nyuen