Correct standard user attributes in Data Import overview (DOC-2312) - #464
Open
BrindaaRC wants to merge 1 commit into
Open
Correct standard user attributes in Data Import overview (DOC-2312)#464BrindaaRC wants to merge 1 commit into
BrindaaRC wants to merge 1 commit into
Conversation
Remove "age" from the standard user attributes reference table since it is not a standard attribute (data sent as age is tracked as a custom attribute). Replace it with Birthday (u_bd), add ID (uid), and align the profile attribute keys with the authoritative u_* keys used in the Data API reference and export glossary. Addresses DOC-2312 (source SUP-7644). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Corrects the "Some other standard user attributes in MoEngage for reference" table in overview-imports.mdx:
agerow —ageis not a standard attribute; data sent asageis tracked as a custom attribute.Birthday(u_bd) andID(uid).u_*keys:name→u_n,first_name→u_fn,last_name→u_ln,email→u_em,gender→u_gd,mobile→u_mb.Why
Support ticket SUP-7644: the doc listed
ageas a standard attribute, so clients expected it to map to a standard field and were confused when it appeared as a custom attribute. The authoritative standard-attribute list was confirmed with the Data team lead.Reviewer notes
age.agecorrection.🤖 Generated with Claude Code