ERRORSY60102
Error fetching insights for this tag.
The Synup API returns SY60102 in the errors array when this happens.
What the response looks like
Response
{
"data": null,
"errors": [
{
"message": "Error fetching insights for this tag.",
"context": {},
"code": "SY60102"
}
]
}Where it comes from
Documented under Profile Analytics. The context field carries the offending value when one is relevant, and is empty otherwise.
See the full error code reference for every code the API can return.