I'm trying to get information on a Facebook page using the Facebook API, I see some weird numbers in page_cta_clicks_logged_in_total (it looks like they are included in all logged_in metrics)
Below is an example of Insight data from Facebook
{ "name": "page_cta_clicks_logged_in_total", "period": "day", "values": [ { "value": { "470946356598165": 0, "156880401338097": 0 }, "end_time": "2017-12-13T08:00:00+0000" }, { "value": { "470946356598165": 0, "156880401338097": 2 }, "end_time": "2017-12-14T08:00:00+0000" } ], "title": "Daily Total CTA click count per Page", "description": "Daily: Total CTA click count per Page", "id": "<page_id>/insights/page_cta_clicks_logged_in_total/day" }
what are the numbers 470946356598165 and 156880401338097
source share