API 1.4 - Product views missing | Community
Skip to main content
Level 2
November 26, 2020
Solved

API 1.4 - Product views missing

  • November 26, 2020
  • 2 replies
  • 1593 views

Hi all,

 

I've looked everywhere to see if I can pull prodViews from the API and I can't see it anywhere:

 

https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/reporting-api/metrics.md

 

Even in the commerce section here there's no mention of prodViews although there's pretty much all other merchandising metrics. I've seen elsewhere that prodInstances could be the metric but I'm not sure if that's right.

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 shesingh

Hi there,

Product View Metric is only available with Reporting API 1.4 when the source is data warehouse. When the source is Adobe Analytics (default reporting) then product view is not available. 

 If you use the following in the body of the POST request, you will be able to see productviews:
{
"reportSuiteID": "reportsuiteid",
"reportType": "warehouse"
}

https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/data-warehouse-api/index.md

 

2 replies

shesinghAdobe EmployeeAccepted solution
Adobe Employee
November 30, 2020

Hi there,

Product View Metric is only available with Reporting API 1.4 when the source is data warehouse. When the source is Adobe Analytics (default reporting) then product view is not available. 

 If you use the following in the body of the POST request, you will be able to see productviews:
{
"reportSuiteID": "reportsuiteid",
"reportType": "warehouse"
}

https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/data-warehouse-api/index.md

 

Level 3
December 2, 2020

Hi @shesingh 

What will be than the exact naming of this metrics? prodView , productview, productviews?

Is it the same with the purchase ID? 

 

Best

Patrick