I am trying to log custom events with a Facebook Chatbot I have developed, however I cannot for the life of me find a reference for the custom_events
types.
The example listed on their reference shows fb_mobile_purchase
as a custom eventName. I don't want that, and I can't find anywhere that lists other types.
I want to be able to track when the chatbot sends the user a specific message, but just setting the eventName
to anything results in an event name in the Analytics as Reserved5
.
Is there a reference to eventNames anywhere within Facebook Documentation?
Reserved5
in the analytics. I need to be able to track when a specific message is sent to the user, as it stands, the analytics only says that any message was sent, but not what that message was. – Szechwan