How to get the following metrics for an account?
unfollows
custom_events_view
custom_events_engage
custom_events
key_conversions
votes
results
Hello,
Thanks for reaching out. Unfortunately, the metrics that we can be pulled are already listed in this documentation
For your case, you can only pull key_conversions data and this can be done by specifying segmentation_type=CONVERSION_TAGS in your API call.
Hope this clarifies
Hi @jaredtcy, is there any way to get Custom events, Custom events view, custom _events_engage?
Using an endpoint, I got a response:
“conversion_custom”: {
“order_quantity_engagement”: null,
“sale_amount_engagement”: null,
“sale_amount_view”: null,
“post_view”: null,
“order_quantity”: null,
“post_engagement”: null,
“sale_amount”: null,
“metric”: null,
“order_quantity_view”: null
}
I used like
Custom_events->“metric”
Custom_events_engage → “post_engagement”
Custom_views → “post_view”
But no joy. Can you help resolve this
Hello,
Unfortunately, there is no way for now to retrieve data for the custom_events. The one that you retrieve, I am assuming is from metric_groups=WEB_CONVERSION. For now, we do not have a metric_group which retrieve data specifically for custom_events.