I'm a bit new to Target and trying to build some guideline docs. Can anyone point me to a 'best practice' on when to choose a regional mbox over global mbox?
Solved! Go to Solution.
Hi @THE_DK,
If you are talking about web use then typically the global mbox (AKA pageLoad for at.js 2.x) is the way to go as it allows you to use the visual experience composer (VEC) for experience setup.
Regional mboxes (AKA locations) are used in other channels/use-cases such as IOT, native mobile app, email, and server-side implementations of Target. They can also be used in a regular client-side web deployment though the vast majority of cases can be accomplished with the global or pageLoad request.
Here's a help doc that covers a little of this topic: https://docs.adobe.com/content/help/en/target/using/implement-target/client-side/mbox-implement/glob...
Hope that helps
Hi @THE_DK,
If you are talking about web use then typically the global mbox (AKA pageLoad for at.js 2.x) is the way to go as it allows you to use the visual experience composer (VEC) for experience setup.
Regional mboxes (AKA locations) are used in other channels/use-cases such as IOT, native mobile app, email, and server-side implementations of Target. They can also be used in a regular client-side web deployment though the vast majority of cases can be accomplished with the global or pageLoad request.
Here's a help doc that covers a little of this topic: https://docs.adobe.com/content/help/en/target/using/implement-target/client-side/mbox-implement/glob...
Hope that helps
Views
Replies
Total Likes
Ah...if you are just wanting to send data into Target (e.g., visitor profile info, or event tracking) you can use the adobe.target.trackEvent() function for that. Here's the link: https://docs.adobe.com/content/help/en/target/using/implement-target/client-side/functions-overview/.... Those can be fired as the data becomes available. TrackEvent is only for recording data/events. If you actually want content returned from Target they you want to use the getOffers() function instead https://docs.adobe.com/content/help/en/target/using/implement-target/client-side/functions-overview/....
Views
Replies
Total Likes
Views
Replies
Total Likes
@THE_DK If you are building a Target activity through VEC, then these would always be configured using the target-global-mbox.
Regional mboxes are used to configure form based activities which are used for channels such as mobile apps.
Regards,
Karan
Views
Like
Replies
Views
Like
Replies
Views
Likes
Replies