Expand my Community achievements bar.

Adobe Experience Platform (AEP) & Apps User Groups are live to Network, learn, and share in your regional locations.
SOLVED

Identity Namespace for mobile sdk via edge

Avatar

Level 2

We are following the instructions here to set the identity name space for our mobile app: https://experienceleague.adobe.com/en/docs/platform-learn/implement-mobile-sdk/app-implementation/id....

 

But I am unable to verify it in adobe assurance and no identifies are coming through. Has anyone run into this issue before? Do you happen to know what I might be missing?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 4

@BertBrudid you configure Datastream ID in the code before you test: Edge.configure(Collections.singletonMap("edge.configId", "<YOUR_DATASTREAM_ID>")); If the Datastream isn’t set, identity events will not show up in Assurance.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 4

@BertBrudid you configure Datastream ID in the code before you test: Edge.configure(Collections.singletonMap("edge.configId", "<YOUR_DATASTREAM_ID>")); If the Datastream isn’t set, identity events will not show up in Assurance.

Avatar

Administrator

Hi @BertBru,

Was the given solution helpful to resolve your query or do you still need more help here? Do let us know. In case the given solution was helpful, then kindly choose it as the 'Correct Reply'.

Thanks!



Sukrity Wadhwa