diff --git a/_docs/_api/endpoints/user_data/post_user_identify.md b/_docs/_api/endpoints/user_data/post_user_identify.md index 683f96efde9..aa2df66859e 100644 --- a/_docs/_api/endpoints/user_data/post_user_identify.md +++ b/_docs/_api/endpoints/user_data/post_user_identify.md @@ -74,8 +74,20 @@ Setting the `merge_behavior` field to `merge` sets the endpoint to merge any of - Date of first session (Braze will pick the earlier date of the two dates) - Date of last session (Braze will pick the later date of the two dates) - Custom attributes -- Custom event and purchase event data (excluding event properties, count, and first date and last date timestamps) +- Custom event and purchase event data (excluding event properties) - Custom event and purchase event properties for "X times in Y days" segmentation (where X<=50 and Y<=30) +- Segmentable custom events summary + - Event count (the sum from both profiles) + - Event first occurred (Braze will pick the earlier date of the two dates) + - Event last occurred (Braze will pick the later date of the two dates) +- In-app purchase total in cents (the sum from both profiles) +- Total number of purchases (the sum from both profiles) +- Date of first purchase (Braze will pick the earlier date of the two dates) +- Date of last purchase (Braze will pick the later date of the two dates) +- App summaries +- Last_X_at fields (Braze will update the fields if the orphaned profile fields are more recent) +- Campaign summaries (Braze will pick the most recent date fields) +- Workflow summaries (Braze will pick the most recent date fields) Any of the following fields found on the anonymous user to the identified user: - Custom event and purchase event count and first date and last date timestamps diff --git a/_docs/_api/endpoints/user_data/post_users_merge.md b/_docs/_api/endpoints/user_data/post_users_merge.md index 86446f99a75..dda2d72daac 100644 --- a/_docs/_api/endpoints/user_data/post_users_merge.md +++ b/_docs/_api/endpoints/user_data/post_users_merge.md @@ -62,8 +62,20 @@ This endpoint will merge any of the following fields found exclusively on the or - Date of first session (Braze will pick the earlier date of the two dates) - Date of last session (Braze will pick the later date of the two dates) - Custom attributes -- Custom event and purchase event data (excluding event properties, count, and first date and last date timestamps) +- Custom event and purchase event data (excluding event properties) - Custom event and purchase event properties for "X times in Y days" segmentation (where X<=50 and Y<=30) +- Segmentable custom events summary + - Event count (the sum from both profiles) + - Event first occurred (Braze will pick the earlier date of the two dates) + - Event last occurred (Braze will pick the later date of the two dates) +- In-app purchase total in cents (the sum from both profiles) +- Total number of purchases (the sum from both profiles) +- Date of first purchase (Braze will pick the earlier date of the two dates) +- Date of last purchase (Braze will pick the later date of the two dates) +- App summaries +- Last_X_at fields (Braze will update the fields if the orphaned profile fields are more recent) +- Campaign summaries (Braze will pick the most recent date fields) +- Workflow summaries (Braze will pick the most recent date fields) Any of the following fields found on one user to the other user: - Custom event and purchase event count and first date and last date timestamps