When using the Instagram connector in Catchr, you may encounter the following error:
CUSTOM_NETWORK_EXCEPTION (#100): breakdown[2] must be one of the following values: [value_1], [value_2], [value_3], [value_4].
This error indicates that the third breakdown in your query (index 2) is not compatible with the first two breakdowns already selected.
Instagram’s API has strict rules about which breakdowns can be combined in a single request. If an incompatible breakdown is added, the Instagram API rejects the query.
Breakdowns in Instagram Insights must comply with the compatibility rules.
If you add a breakdown at index 2 (the third position) that is not allowed together with breakdown[0] and breakdown[1], the API returns this error.
Example:
breakdown[0]: age
breakdown[1]: gender
breakdown[2]: language
(not allowed with the first two)
Remove the incompatible breakdown from your query — specifically the one in position 2.
Run the query again with only the compatible breakdowns.
If you need data for the third breakdown, create a separate query dedicated to that breakdown.