Configure deep-linking to an asset

Modified on Thu, 14 May, 2020 at 10:42 AM

Deep-linking hyperlinks are used to provide direct access to an asset via a hyperlink externally from the app. 


If you are already logged in and have the app installed then the re-direction will be instant however, if you do not have the app installed or have the app installed and are signed out then you will need to log in for the deep link to work.


The below will explain the various components of configuring such a hyperlink that will re-direct the end user to the app and asset.

  • id=ASSET_ID (id), this can be obtained through SAM by clicking 'More...' on My Assets>Edit Asset screen
    https://my.interact.technology/m/open?id=123
    HTML


  • cid=COMPANY_ID (cid), contact your Interact Account Manager to obtain this information
    https://my.interact.technology/m/open?cid=456
    HTML

  • eUUID=EVENT_UUID (eventUUID), this can be obtained through SAM by clicking 'More...' on My Events>Edit Event screen
    https://my.interact.technology/m/open?UUID=789
    HTML


  • Deep link to a smart library entry, id = asset id, cid = company id, path = smart library entry id
    https://my.interact.technology/m/open?id=22600&cid=3924&path=334
    HTML

  • path=PATH_TO_THING_IN_BROCHURE_CONTENTS, such as a specific page
    https://my.interact.technology/m/open?id=123&cid=456&path=myPDF.pf#2(Page Number)
    HTML

  • switchWall=0|1
    https://my.interact.technology/m/open?cid=456&switchWall=1
    HTML


See an example line below:


PDF Asset

https://my.interact.technology/m/open?id=123&cid=456&eUUID=876&path=alternate.pdf#2
HTML



HTML Asset

https://my.interact.technology/m/open?id=123&cid=456&eUUID=876&path=/another/path/blah.html
HTML



NOTE: When linking to Smart Library Assets the asset will automatically download and open.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article