Expand my Community achievements bar.

Join us January 15th for an AMA with Champion Achaia Walton, who will be talking about her article on Event-Based Reporting and Measuring Content Groups!

In Date Range API, filter on ‘curatedRsid’ field is not working.

Avatar

Level 2

When we try to apply filter on ‘curatedRsid’ field for Date Range API (https://adobedocs.github.io/analytics-2.0-apis/#/Date%20Ranges/getDateRanges_1), it is not filtering the data.

 

Here we have applied filter on curatedRsid field and it returned 2043 no. of data

AmeyGa_0-1727266200312.png

 

But, when we apply filter on same field with different value it is still giving same no. of records.

AmeyGa_1-1727266305286.png

 

Could you please share the details regarding this.

 

1 Reply

Avatar

Adobe Champion

Hello @AmeyGa ,


I ran into this same issue before and found a solution that might help! When you set includeType to ‘all’, the curatedRsid filter doesn’t actually apply, which is why you’re seeing the same number of records no matter what value you put for curatedRsid

To make the curatedRsid filter work, try setting includeType to ‘curatedItem’ instead of all. This makes curatedRsid mandatory, so the API will filter the data according to the curatedRsid value you provide.

Once you do this, you should see different results based on the curatedRsid you’re using.

Hope this helps! Let me know if it works for you or if you’re still having trouble.