What is the difference between a page view and a product view when looking at a products report. Shouldn't they be the same when looking at a specific product?
Solved! Go to Solution.
Dear Jeff,
As stated earlier and by Ishan, there is gap in the implementation.
You are not setting s.prodview event on every s.t() call of your Product Details Page and thus you see that Page Views were higher than Prod Views. Make sure that your Business Logic to capture Product Views is based on Page Views and if so, fix the implementation because Business requirement might omit reloads or post page load s.t() calls.
Thank You
Arun
Dear Jeff,
Both should be same for your Product Details Page. However, if there are gaps in implementation, then it might differ.
What do you see? Product Views higher than Page Views or vice versa?
If you can provide more details, we can come to a conclusion.
Thank You!
Arun
Views
Replies
Total Likes
Hi Pratheep
In my case, product views are coming more than pageViews. Even a custom event is also configured which is equal to the product views.
Please let me know the scenario where page views can be less than product views.
Thanks
Prateek
Views
Replies
Total Likes
Hi jeffe91107,
The numbers of Page Views and Product Views would depend on the implementation. Page Views are counted when there is a s.t() call triggering to Analytics. Product Views, on the other hand, are counted whenever s.prodView is triggered as an event in s.event variable.
If s.prodView is always fired with the page view call on the Product Details page, the numbers would be same. However, it doesn't seem to be the case here.
Hope this clarifies! Thanks!
I'm seeing a larger number of Page Views than Product Views.
Views
Replies
Total Likes
Dear Jeff,
As stated earlier and by Ishan, there is gap in the implementation.
You are not setting s.prodview event on every s.t() call of your Product Details Page and thus you see that Page Views were higher than Prod Views. Make sure that your Business Logic to capture Product Views is based on Page Views and if so, fix the implementation because Business requirement might omit reloads or post page load s.t() calls.
Thank You
Arun
Views
Replies
Total Likes
Dear bindukumari1990,
See, ProductView is not a default event that is set whenever the Product Variable is set. I understand Adobe has the description that the metric counts the number of hits that match either of the following:
1. The value prodView exists in the events variable; or
2. The products variable is set, and no shopping cart events exist in the events variable. Any event that is not custom (event1 - event1000) is a shopping cart event.
But, I really doubt the #2 based on my experience. So, if you would have set the prodView on every Page View Call (s.t()), you should see the same numbers.
Thank You, Pratheep Arun Raj B | Xerago | Terryn Winter Analytics
Views
Replies
Total Likes
Views
Replies
Total Likes