While reading Facebook Analytic's documentation, I stumbled upon this default event called EVENT_NAME_VIEWED_CONTENT
that accepts 3 params: CONTENT_TYPE, CONTENT_ID and CURRENCY
.
I'm wondering if Facebook provide a way match the CONTENT_ID
and CONTENT_TYPE
to get the resource's name maybe through a standardized endpoint that my backend should be implementing or something.
Disclaimer: I know I could just make a custom event that would also receive the name
or title
parameter, but I'm interested in using the defaults for now.