-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StarTrial event is not sent by FB iOS SDK when a trial is activated (Purchase event is sent instead) #2196
Comments
Previously in FB iOS SDK 15 StartTrial was sent after trial was activated:
|
When will this be fixed? |
+1 |
Is this a bug or a feature? |
Hi! Any updates on this bug? |
Anyone knows when this will be solved or if there is a workaround ? |
Hello, has this been fixed? We face the same issue - Facebook iOS SDK version: 17.0.0 |
Hello, Here is what happens:
Putting a breakpoint in
It was no surprise to discover that, in my case, Now, this explains why the SDK interprets new free trials as "Purchase" events... but it does not explains why for this app project the "Gate Keeper" parameter Also, while inspecting the body of a
So I guess it could still be possible, given either 1. or 2. above, to translate automatically Either way, just as the other developers who commented this issue, I think it would be welcome from Facebook to indicate what has to be done so that Free Trials are correctly reported as Thank you! |
Same issue. Some guidance from FB would be great. |
+1 |
1 similar comment
+1 |
+1 too |
+1 |
Will be fixed this problem? Or it's a feature? |
+1 |
Looks like this has changed in a recent update on the server side. I stopped getting Purchase events since the 3rd of Sept, and they seem to come in as Start Trial and Subscribe events. But getting less events than my MMP is reporting. Does Facebook SDK only report events it attributes to Facebook? |
Checklist before submitting a bug report
Xcode version
14.2
Facebook iOS SDK version
16.0.1
Dependency Manager
CocoaPods
SDK Framework
Core
Goals
I noticed that StartTrial events stopped tracking after FB iOS SDK update from 15 to 16. My FB advertisement companies don't track StarTrial anymore. I want to track the StartTrial event after the user starts a trial but currently, the Purchase event is tracked instead.
Expected results
When an auto-renewable subscription is activated, StartTrial event sends from FB SDK
Actual results
Currently, the Purchase event sends after the trial is activated instead of StartTrial event.
Steps to reproduce
Code samples & details
The text was updated successfully, but these errors were encountered: