-
Notifications
You must be signed in to change notification settings - Fork 49
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
Event request failed (Invalid event token) #126
Comments
Hey @SrivastavaShubham99, That is most probably because you are using |
I have taken this as an example from the code snippet provided in example : Actually I want to track custom events can you please help me with that. |
In order for that to work, you need to:
|
@uerceg so I have to create my event tokens on the Adjust dashboard and only then I can make use of those ? |
Hey @SrivastavaShubham99, Sorry for the delay. Yes, that is correct. You need to create events in the Adjust dashboard and then you need to use the event tokens you get for the created events inside of your app and instantiate Adjust event with it. When it comes to help around dashboard and navigating it, it would be for the best if you can ping your dedicated account manager in case you have one, or if not, just shoot an email to [email protected] and you're definitely gonna reach out people in there who can help you better when it comes to dashboard usage and navigation. In case you have any other questions, feel free to ask. |
I am getting while tracking events in Adjust. Here is my bare minimum setup :
AdjustConfig adjustConfig =
AdjustConfig(appToken, AdjustEnvironment.sandbox);
adjustConfig.logLevel = AdjustLogLevel.verbose;
Adjust.setEnabled(true);
and here it is how I am using :
AdjustService.trackEvent("abc123");
This is the error I am getting :
Response string: {"timestamp":"2024-02-12T12:30:47.401Z+0000","message":"Event request failed (Invalid event
token)","error":"Event request failed (Invalid event token)"}
The text was updated successfully, but these errors were encountered: