What does visit_start_page_url = 1 in clickstream stand for | Community
Skip to main content
Level 3
September 13, 2023
Solved

What does visit_start_page_url = 1 in clickstream stand for

  • September 13, 2023
  • 2 replies
  • 1349 views

In our clickstream data the visit_start_page_url is often the first url of the visit and sometimes it a number like "1" and "3".

 

The datafeed reference says it is the first url of the visit.

https://experienceleague.adobe.com/docs/analytics/export/analytics-data-feed/data-feed-contents/datafeeds-reference.html?lang=en

 

What do the digits represent?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jennifer_Dungan

That's a good question.. I can't find any reference to this... 

 

Do you have mobile app data in your suite (where maybe the URL isn't being set), or maybe the first "hit" of the visit was on a click where the URL is stripped?

 

Is there any other contextual data in the row that might help diagnosing why you are getting a numerical value instead of a URL? Do you have any processing rules or vista rules that might be overriding some values?

2 replies

Jennifer_Dungan
Community Advisor and Adobe Champion
Jennifer_DunganCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
September 14, 2023

That's a good question.. I can't find any reference to this... 

 

Do you have mobile app data in your suite (where maybe the URL isn't being set), or maybe the first "hit" of the visit was on a click where the URL is stripped?

 

Is there any other contextual data in the row that might help diagnosing why you are getting a numerical value instead of a URL? Do you have any processing rules or vista rules that might be overriding some values?

Adobe Employee
September 14, 2023

@valerie_anders- Could it be a possibility that we are reading data incorrectly? While reading, the value from some other column probably shifted to visit_start_page_url giving an impression that visit_start_page_url=1, it could be a value from columns like visit_page_num or visit_num showing up in that column. Just a thought! If you think that's not the case, try reaching out to Customer Care for further investigation. It will be really interesting to know what that is, as I haven't seen it yet.

April 1, 2024

What is the official Adobe definition of "visit start page url"? I cannot find any hard language within Adobes documentation around this dimension.

It is very important for me to understand the meanings of "visit start page url" and "Page URL" dimensions and how they are different. Both are supported in Data Warehouse but are unclear in how they are different.

Jennifer_Dungan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
April 1, 2024

visit_start_page_url is defined in the Data Feed Column Reference:

 

https://experienceleague.adobe.com/en/docs/analytics/export/analytics-data-feed/data-feed-contents/datafeeds-reference

 

 

 

"visit_start_page_url" is the first url recorded during a visit. The same value should be on ALL hits within the same visit.

 

"page_url" on the other hand is the URL of the page you are on, this will change on every hit to reflect the current page.