Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CURRENT PAGE URL - ROUTE


Current page route (URL) will pull into the application any information located in the incoming/open/current URL. This is often used to pass data between applications without any complex integration.


  • #Route:fullPath# - absolute path

  • #Route:path# - relative path

  • #Route:query:appid# - application ID

  • #Route:query:screenid# - screen ID

  • #Route:query:os# - OS the application was launched on (iOS / Android). Will be detected automatically if not specified

  • #Route:query:objid# - current Object ID

  • #Route:query:ref# - referrer. Possible options:

    • ref=PWA - application was launched from Home Screen

    • ref=vcard - application was launched from Contacts

    • ref=sms

    • ref=email

  • #Route:query:*customParameter*# Custom_Parameter# - custom parameters that can be passed from external systems. Example: paymentSuccess=1.#Route:query:paymentSuccess=1#, or #Route:query:utm_referer# from the Custom JS example above. 



Related articles





Related articles

...