Hi, I am using Titanium SDK 3.3.0 GA and I want to track the ad conversions to app installs from Facebook. I was trying to figure out from the source on github if thats possible, but I am not sure.
I am building for both Android and iOS and I need to send an activateApp event, as described here.
Is importing the module and setting the appid enough?
var fb = require('facebook'); fb.appid = 'xxxxxxxxxxx';Thank you very much!