Recently, we noticed the Bounce% increased a lot, while investigating, after we opening up the "Entry Page", most of the increasing bounce is in (Low Traffic).
However, there is no way in Data Warehouse add "Bounce, Entries".
Experts, do you have better idea to open the detail of the (Low Traffic) for above scenario?
Thanks in advance!
Solved! Go to Solution.
Views
Replies
Total Likes
There are two parts to this that you should be aware of. The first is that that Adobe Analytics only allows for 500,000 unique dimension values per month in the UI. So you may find that storing your URL's without query strings will stop this problem in future - unless you really have over 500k active pages on your site!
Other than that your best bet (assuming you don't have a data lake) is to setup an data feed for a weeks worth of data containing only the essential fields and do the discovery in SQL. I believe you need:
visit_num
visit_page_num
page_url
pagename
visid_high
visid_low
There are two parts to this that you should be aware of. The first is that that Adobe Analytics only allows for 500,000 unique dimension values per month in the UI. So you may find that storing your URL's without query strings will stop this problem in future - unless you really have over 500k active pages on your site!
Other than that your best bet (assuming you don't have a data lake) is to setup an data feed for a weeks worth of data containing only the essential fields and do the discovery in SQL. I believe you need:
visit_num
visit_page_num
page_url
pagename
visid_high
visid_low
Thanks for your reply, is there any guide I can refer to as well? So far I haven't had an idea on what the listed fields mean and how to calculate the bounce, entries on the basis of listed items.
e.g.
visid_high
visid_low
Have a good day.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes