cURL
curl --request POST \ --url https://api.globalwebindex.com/v2/query/audience_wave_counts \ --header 'Content-Type: application/json' \ --data '{ "and": [ { "question": "q2", "options": [ "q2_1", "q2_2" ], "min_count": 1, "not": false }, { "question": "q6", "options": [ "q6_2" ], "min_count": 1, "not": false } ] }'
{ "data": [ { "wave_code": "q2_2019", "total": 10, "percentage": 0.3 } ] }
Returns wave counts
Audience Expression
Flexible expression of audience scope.
Correct results for given expression.
Result of wave counts for audience builder query
Was this page helpful?