Skip to content

Commit 095d457

Browse files
author
markzegarelli
authored
Add note about MoEngage anonymous id support (#3227)
1 parent 0eb261a commit 095d457

File tree

1 file changed

+6
-0
lines changed
  • src/connections/destinations/catalog/moengage

1 file changed

+6
-0
lines changed

src/connections/destinations/catalog/moengage/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,9 @@ You are now all set up to receive push notifications from MoEngage. For more inf
400400
### Identify
401401
Use [Identify](/docs/connections/sources/catalog/libraries/mobile/android/#identify) to track user-specific attributes. This is the same as tracking [user attributes](http://docs.moengage.com/docs/identifying-user){:target="_blank"} on MoEngage. MoEngage supports traits supported by Segment as well as custom traits. If you set traits.id, MoEngage sets that as the Unique ID for that user.
402402

403+
> info ""
404+
> MoEngage supports anonymous identifiers in Device-mode only. If you use the MoEngage destination in Cloud-mode, use a known user identifier.
405+
403406
### Track
404407
Use [track](/docs/connections/sources/catalog/libraries/mobile/android/#track) to track events and user behavior in your app.
405408
This will send the event to MoEngage with the associated properties. Tracking events is essential and will help you create segments for engaging users.
@@ -465,6 +468,9 @@ If you already have these files,
465468
### Identify
466469
Use [Identify](/docs/sources/website/analytics.js/#identify) to track user specific attributes. This is equal to [tracking user attributes](https://docs.moengage.com/docs/tracking-web-user-attributes){:target="_blank"} on MoEngage. MoEngage supports traits supported by Segment as well as custom traits.
467470

471+
> info ""
472+
> MoEngage supports anonymous identifiers in Device-mode only. If you use the MoEngage destination in Cloud-mode, use a known user identifier.
473+
468474
### Track
469475
Use [track](/docs/sources/website/analytics.js/#track) to track events and user behavior in your app. This will send the event to MoEngage with the associated properties. Tracking events is essential and will help you create segments for engaging users.
470476

0 commit comments

Comments
 (0)