Expand my Community achievements bar.

SOLVED

API 1.4 - Product views missing

Avatar

Level 2

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.

1 Accepted Solution

Avatar

Correct answer by
Employee

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

 

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

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

 

Avatar

Level 2

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