AdGyde Logo

DeepLinking


Deep linking is the act of launching a mobile app while serving personalized content or sending the users to specific activities within the application.

1. How Deep Link works
When User click on the Campaign link and If the app is installed the deep linking will be used to open the app and direct the user to a specific page. If the application is not installed, then the campaign runs as normal and a user can install the application

Below pictures shows the deep link scenario.



2. Deep linking integration steps
To allow user to enable the deep linking. we provide the user interface in the AdGyde Console. Using following steps user can enable deep linking.

  1. Login in to AdGyde Console
  2. Click on setup option
  3. Click on Deep Linking
  4. Click on +Create New Scheme for deep linking of application
  5. Select your Application from dropdown, set scheme name, enter scheme name which is passed in AndroidManifest.xml, Set host name and Path
  6. Click on Create Scheme.



    E. g. If you want to deep link following Link - https://www.adgyde.com/demo
    • Scheme : https. At least one scheme attribute must be set for the Intent filter
    • Host : www.adgdye.com
    • Path : /demo, identifying the specific resource (path start with “/”)

    E. g. If you want to deep link following Link - adgyde://demo/registration
    • Scheme : adgyde
    • Host : demo
    • Path : /registration

    With this scheme and details you can get your custom scheme setup and use same


  7. Now enable deep link for campaign. Click on setup option
  8. Click on Campaign Tracking
  9. Click on +New campaign for create new campaign which is used for enabling the deep linking
  10. After creating new campaign click on Plus (+) Button
  11. Click on Enable deep linking
  12. Select deep link scheme from drop down
  13. Enter Application Class Name (Activity Name), where you want to go after deep link
  14. Enter Data URL for when campaign click on Desktop browser then data URL content is open
  15. Copy the auto generated intent-filter and paste into the your AndroidManifest.xml
  16. Click on Update Button to update your campaign with deep linking.



This website uses cookies in order to improve your experience and our services. By continuing to use our website, agree to the use of such cookies. Click here for Privacy Policy.