-
Notifications
You must be signed in to change notification settings - Fork 25
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
Unclear how to use with cross-app tracking. #15
Comments
Hey @MattAndDev Thanks for reaching out. Unfortunately this kinda goes out of scope of us devs who are keeping an eye on GitHub tickets. Either your dedicated account manager or firing email to support@adjust.com in case you don't have one is definitely best place to ask questions like this and get response from our support team who is definitely knowledgable on this topic and strategies how to implement this. Sorry for not being able to provide any better answer in here, but in case you have any further questions on the topic, feel free to ping in here and comment/reopen. Cheers! |
Hi there, thank you for the quick reply. I work for a large company and we do have our account manager. So let me maybe rephrase my question: does this sdk offer a way to do provide native device ids instead of the generated web_uuid? |
At this moment, it doesn't. Only identifier which Web SDK knows about is our randomly generated UUID string ( But on the other hand, maybe counter question - have you maybe considered using web bridges which we offer for native iOS and Android apps which offer possibility to use SDK inside of your web app which is being loaded inside of web views in native iOS / Android app and pretty much forward everything which happens in web part to native SDK which performs all the tracking? In this way you would have all the traffic generated from web page being tied to mobile device which it was made on. Of course, not sure if you have native apps for this setup, but in case you do, might be a thing to consider. |
We do this already (and have been doing it for a while). Actually your SDK at version 4.1 was allowing for this behaviour too.
Unluckily web bridges only work in very specific scenarios, depending on the technology used to serve web apps in a native wrapper that feature will not be usable, either to for security reasons (trusted web activities) or for particular web view implementation (some legacy cordova stuff). TL;DR; Thanks! |
Hi, I would like to have clarified how to use this SDK in the context of a cross-app tracking (web-views/trusted web activities).
We need this SDK to be able to reference unique IOS or Android users to guarantee solid tracking of installs vs. events.
With this current implementation it's not clear how to instruct the sdk to map a given session/event to a given install (via device id).
Could you help me to find out how this can be achieved?
ATM we have our own small implementation of this SDK to achieve the above
The text was updated successfully, but these errors were encountered: