🚧 Looking to Integrate AMP Pages? Start here. 1. Add Domain to WebEngage Dashboard add-domain-configuration.gif Click to enlarge As shown above: Log in to your WebEngage dashboard and navigate to Data Platform> Integrations> SDK Integration Status (Configure). Add your website's domain name a...| Dev Docs
Installation The easiest way to use WebEngage in your Android project is with Maven . WebEngage Android SDK is hosted on mavenCentral Maven repository. Add dependencies of WebEngage in the app/build.gradle file. dependencies { implementation 'com.webengage:android-sdk:4.+' } 🚧 Please Note: After ap...| Dev Docs
The website from which you got to this page is protected by Cloudflare. Email addresses on that page have been hidden in order to keep them from being accessed by malicious bots. You must enable Javascript in your browser in order to decode the e-mail address.| docs.webengage.com
Tracking in Android WebViews: JavaScript Bridge JavaScript bridge is useful if you are using WebViews in your Android app. WebEngage provides a JavaScript bridge which enables you to handle WebEngage Website SDK calls from your Android WebViews. When you use this bridge, all WebEngage JavaScript API...| Dev Docs