Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

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 Akzeptierte Lösung

Avatar

Korrekte Antwort von
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

 

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
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