コミュニティアチーブメントバーを展開する。

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
解決済み

Assurance - What is the base URL

Avatar

Level 10

I would like to use Assurence in order to debug the events in App. What base URL should I use?

Michael_Soprano_0-1718222935316.png

 

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

Hello @Michael_Soprano  The developers will have to enable deep linking in the mobile app.

 

Here is documentation on how to do it in iOS. URL Scheme is the easiest to setup.

https://medium.com/wolox/ios-deep-linking-url-scheme-vs-universal-links-50abd3802f97

 

Once the deeplinking is enabled then you can use any of the deeplink as base url.


     Manoj
     Find me on LinkedIn

元の投稿で解決策を見る

2 返信

Avatar

Community Advisor and Adobe Champion

@Michael_Soprano 

Here is a link to the tutorial which might help

https://experienceleague.adobe.com/en/docs/experience-platform/assurance/tutorials/using-assurance

 

Excerpt from above link

The Base URL is the root definition used to launch your app from a URL. A session URL is generated by which you may initiate the Assurance session. An example value might look like: myapp://default In the Base URL field, type your app’s base deep link definition.

Avatar

正解者
Community Advisor

Hello @Michael_Soprano  The developers will have to enable deep linking in the mobile app.

 

Here is documentation on how to do it in iOS. URL Scheme is the easiest to setup.

https://medium.com/wolox/ios-deep-linking-url-scheme-vs-universal-links-50abd3802f97

 

Once the deeplinking is enabled then you can use any of the deeplink as base url.


     Manoj
     Find me on LinkedIn