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.
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes