Expand my Community achievements bar.

SOLVED

Data Warehouse Segment Breakdowns with Report API

Avatar

Level 1

The addition of breakdown segments for Data Warehouse was very useful.  Now I'm trying to move some of the reports I've created using the DW UI into scripts using the 1.3 reporting API, and I don't see any documentation of how to specify the breakdown segments.

The parameters for the DataWarehouse.Request() call are:

{ "Breakdown_List":[ "(string)" ], "Contact_Name":"(string)", "Contact_Phone":"(string)", "Date_From":"(string)", "Date_Granularity":"(string)", "Date_Preset":"(string)", "Date_To":"(string)", "Date_Type":"(string)", "Email_Subject":"(string)", "Email_To":"(string)", "FTP_Dir":"(string)", "FTP_Host":"(string)", "FTP_Password":"(string)", "FTP_Port":"(int)", "FTP_UserName":"(string)", "File_Name":"(string)", "File_Type":"(string)", "Metric_List":[ "(string)" ], "Report_Description":"(string)", "Report_Name":"(string)", "Segment_Id":"(int)", "rsid":"(string)" }

I'm able to apply a global segment, but not segment breakouts (I need more than one).  Is this functionality present but undocumented, or is it just not available through the API?

1 Accepted Solution

Avatar

Correct answer by
Level 10

Since this is an older post, I'm assuming you've solved this issue. Incase others find this post, I'll post the link to the documentation below:

https://www.adobe.io/apis/experiencecloud/analytics/docs.html#!AdobeDocs/analytics-2.0-apis/master/r...

 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Since this is an older post, I'm assuming you've solved this issue. Incase others find this post, I'll post the link to the documentation below:

https://www.adobe.io/apis/experiencecloud/analytics/docs.html#!AdobeDocs/analytics-2.0-apis/master/r...