この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
I'm working on adding AdobeAssurance but when I go to startSession, the SessionId_Key isn't set. Where should I be setting this?
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
It was a configuration issue on my end. Thank you!
Hello @knguyen-dev
While calling the startSession function, You must pass sessionURL as a parameter.
Assurance.startSession(sessionURL);
This value of sessionURL is the session URL you get from the assurance UI from data collection (highlighted below).
表示
返信
いいね!の合計
I was working off the assumption that the link generated was supposed to be pasted into a Safari browser on the simulator/test device. Is that incorrect? Are we pasting the sessionURL generated from the browser interface directly into our code and then running the app in the simulator?
表示
返信
いいね!の合計
Hello @knguyen-dev
The "adb_validation_sessionid" parameter value should be passed onto the startSession function.
Here is the reference from the sample app:
You can either hard-code the URL in the code if you are planning to use the same session every time or dynamically pass the "adb_validation_sessionid" value from the browser to the app.
1. I was able to start a session but the events that should be tracked are not viewable in the web interface even though the code is getting hit. What might be going on?
2. Is there a way around inputting the session PIN so that all debug build interactions can be tracked automatically?
表示
返信
いいね!の合計
Hello @knguyen-dev
Could you please share more details, like how you are collecting/triggering the events and the consent information?
表示
返信
いいね!の合計
Also, some code samples of how you have configured the Mobile App and what are your expected events.
表示
返信
いいね!の合計
It was a configuration issue on my end. Thank you!