- #HOLDEM MANAGER 2 AUTO RATE NOW SHOWING INSTALL#
- #HOLDEM MANAGER 2 AUTO RATE NOW SHOWING CODE#
- #HOLDEM MANAGER 2 AUTO RATE NOW SHOWING PLUS#
all settings made as described in, plus:.Here is how we are interacting with the SDK: (based on historical trends, we are pretty confident that our click-to-install conversion rate should be at least 30%, but in Ads Manger we only see about 10% click-to-install on iOS 14 campaigns, which seems abnormally low).
#HOLDEM MANAGER 2 AUTO RATE NOW SHOWING INSTALL#
However, we are doubtful that iOS 14 SKAdNetwork attribution is fully working yet, since we see far fewer App Install events in the Ads Manager interface than we would expect, relative to the number of link clicks and typical conversion rates of our campaigns. With the above hacks, I think we are logging app events successfully. Even though we do set, the SDK doesn't seem to be sending its own App Install event. We send an App Install event manually by logging a custom event named fb_mobile_first_app_launch.Since automatically-logged events were occasionally appearing on the Test Events panel, we tried adding this flag ourselves, and suddenly all the events started appearing reliably (except App Install - see 2.). This is an internal flag that the SDK normally adds only to automatically-logged events. We set the _implicitlyLogged flag to 1 on all events.We can get events to appear in the Test Events panel and App Insights, but only if we do two weird things that seem to contradict the documentation: However, we do NOT see any events in the Events Manager Test Events panel ( ), nor the Facebook App Insights panel ( ), even after 1+ days of waiting. This includes both automatically-logged and manually-logged events. (Actually, I'm afraid the docs are not very clear about whether this is even possible: can we send log events to Facebook without first asking the user to sign in, or querying the IDFA? It would be nice to clarify what data can be logged, if any, without these steps.) Actual ResultsĪll App Events do appear in the iOS device log, when enabled via. We only want to send what is possible without an active login session and without asking for IDFA.
Note: at no point is the user signing in with a Facebook account, nor do we want to touch the IDFA at all.
iOS 14 ad campaigns in Ads Manager show plausible App Install numbers, after waiting the proper 3 days for SKAdNetwork attribution to occur.
#HOLDEM MANAGER 2 AUTO RATE NOW SHOWING PLUS#
#HOLDEM MANAGER 2 AUTO RATE NOW SHOWING CODE#
We are not sure if this is a code bug, or incorrect interpretation of the documentation, or maybe an issue with Facebook's internal data systems rather than the iOS SDK.
To summarize, despite trying very hard to follow all the best practices around iOS 14 App Events and install attribution, we are still failing to get events to appear in Facebook's App Events Insights panel, and failing to attribute installs to iOS 14 campaigns in Ads Manager. (this is a follow-up to consolidate the main questions from #1632 and #1639)