Solved
Are Two or more filter possible in Adobe Analytics API Query?
Is it possible to have 2 or more filters in an Adobe Analytics v1.4 API query or can you only have one filter per query.
Thanks,
Is it possible to have 2 or more filters in an Adobe Analytics v1.4 API query or can you only have one filter per query.
Thanks,
Thanks a lot for the help. I was able to use your example to apply multiple filters to my Adobe Analytics API v 1.4 Real-time query. The code example I used is below.
{ "reportDescription":{ "source": "realtime", "reportSuiteID":"RSID", "metrics":[ {"id":"pageviews"} ], "elements": [ { "id": "page", "search": { "type": "AND", "searches": [ { "type": "OR", "keywords": [ "YYYY", "CCCCCCC" ] }, { "type": "NOT", "keywords": [ "XXXXX" ] } ] } } ] } } Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.