Specifying a breakdown
If you want to analyse a metric broken down by a specific dimension, rather a single aggregated value, you can specify a Breakdown object in your query.
Example
Specify that the results should be broken down by Adzuna Job Title (occupation taxonomy ID = 1):
"breakdown": {
"dimension": "occupation",
"taxonomy_id": 1
}
Last modified: 5 months ago