I am trying to run an Intermediate - Custom Report Type in the Adobe Analytics Advanced Data Connector to get some of my company's data over to Domo. In the Elements selection, I am able to select two items with classifications ("Content -> Show" & "Content -> Episode"). The Elements are returning the appropriate data for the Metrics that I want, but I am trying to increase the amount of data pulled over to 100 from the default 10 in the API call. Domo's help guide says that I need to add a JSON item in the Additional Element Information section to make this happen (e.g. {"id":"content", "classification":"show","top":100}). However, with all of the variations that I have tried, I haven't been able to increase the amount of data pulled.
I am unable to verify that my 'id' and 'classification' values are correct because those seem to be part of the old Adobe Analytics API's 1.3 and 1.4 and am unable to call the Adobe's API /reports GetElements() method to get those values. Adobe's Migrating Guide is unclear on how those values are referred to now and it doesn't seem as those Domo's Advanced Adobe Analytics Data Connector is entirely compatible with Adobe Analytics new 2.0 API. Any idea on how to increase my data results with Adobe's new API?