hey folks @ouadie-lahdioui @benbrown
I'm trying to find out if we have a native way of sending custom events to FB Analytics. So far I didn't found it. I assume there are should be implementation of Application Activities API, so we can send custom events to FB Analytics as it is required per documentation.
Do you think it would be a good idea to extend botkit with messenger_activities_api if so, I'll take care of it.
I assume I have to create a middleware that will do the call to FB Analytics, instead of extending the BotKit API for Facebook.
@peterswimm @benbrown I've started working on botkit-fb-analytics-middleware. Feel free to give a feedback on it.
I'm closing this issue, since I already know what to do next.