Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve getSdkIdentities documentation #683

Open
1 task done
timkimadobe opened this issue Sep 13, 2024 · 0 comments
Open
1 task done

Improve getSdkIdentities documentation #683

timkimadobe opened this issue Sep 13, 2024 · 0 comments
Assignees

Comments

@timkimadobe
Copy link
Contributor

timkimadobe commented Sep 13, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Which topic?

https://developer.adobe.com/client-sdks/home/base/mobile-core/api-reference/#getsdkidentities

What's wrong with the content?

The list of IDs mentioned in the documentation under getSdkIdentities should be improved to actually show the mapping of the friendly name of the ID to the value used in the event itself. For example, these are the ID values (mix of namespaces and types) from the Identity source code (iOS):

"0" = NAMESPACE_AUDIENCE_UUID 
"20920" = MCPNS_DPID 
"3rdpartyid" = NAMESPACE_TARGET_THIRD_PARTY_ID 
"4" = NAMESPACE_MCID 
"AVID" = NAMESPACE_ANALYTICS_AID 
"DSID_20915" = IDFA_DSID
"analytics" = ANALYTICS 
"imsOrgID" = 
"integrationCode" = INTEGRATION_CODE 
"namespaceId" = NAMESPACE_ID
"target" = TARGET
"tntid" = NAMESPACE_TARGET_TNT_ID
"vid" = NAMESPACE_USERIDENTIFIER 

It would be very helpful to have a table here that showed the mappings. We could also distinguish between namespaces and types and what they mean (ex: what is an integrationCode)

AND

the link to Edge Indentity API is broken and needs to be updated to reflect new path structure

Context:
ID reference (audience manager): https://experienceleague.adobe.com/en/docs/audience-manager/user-guide/reference/ids-in-aam
DPID and DPUUID is now CID and CID_IC: https://experienceleague.adobe.com/en/docs/audience-manager/user-guide/reference/cid
integration code info: https://experienceleaguecommunities.adobe.com/t5/adobe-audience-manager-questions/integration-code-in-traits/td-p/320368
more context (dense): https://experienceleague.adobe.com/en/docs/audience-manager/user-guide/implementation-integration-guides/integration-experience-platform/aam-aep-audience-sharing

What changes do you propose?

No response

Anything else that can help to cover this?

No response

@timkimadobe timkimadobe self-assigned this Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant