You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m working on integrating the Adjust Web View SDK in my Android app, which loads HTML content through a WebView. According to the [Adjust documentation], I need to include the following JavaScript files in my web page:
The documentation mentions importing them but doesn’t clearly specify where to download them. I don’t see them in the Android SDK or in the repository.
Should I contact Adjust support directly to obtain these files? Are they available somewhere in a public GitHub repo?
Local vs. Remote Hosting
If I want to load them locally (e.g., in my assets/ folder), is that recommended or do I need to reference a CDN/URL provided by Adjust?
Are there any caching or versioning best practices if I host these scripts on my own server?
Any guidance on the above points would be greatly appreciated!
Thank you! If there’s a better channel to get these script files or specific documentation for the WebView integration, please let me know.
Additional Context
Platform: Android
Adjust SDK version: 5.0.0
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered:
I see, thanks for the reply, well I think its better to add these links in the documentation itself :)
or is this an interim solution to inject Adjust APIs to webview context?
I’m working on integrating the Adjust Web View SDK in my Android app, which loads HTML content through a
WebView
. According to the [Adjust documentation], I need to include the following JavaScript files in my web page:However, I have some open questions and issues:
Where can I obtain these JavaScript files?
Local vs. Remote Hosting
assets/
folder), is that recommended or do I need to reference a CDN/URL provided by Adjust?Any guidance on the above points would be greatly appreciated!
Thank you!
If there’s a better channel to get these script files or specific documentation for the WebView integration, please let me know.
Additional Context
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: