Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!

API to get offers that functions similarly to how target-global-mbox retrieves activities

Avatar

Level 1

10/29/21

Description:

An API to invoke that pulls in all activities for a given mbox name that match activity audience/refinement rules similarly to how target-global-mbox does, without the need to specify them individually.

When target-global-mbox gets called, all activities that are scoped to target-global-mbox get evaluated and returned.

The request is to have this functionality extended to any mbox name, which can be programmatically invoked.

 

Why is this feature important to you:

This functionality would allow for much better handling of complex situations (ex. data layer dependency, event-driven experiences, behavioral re-targeting)

Ex.

  1. A targeted experience is shown to the user in target-global-mbox
  2. The above activity then calls [new API] and any activities that want to deploy based on the first experience meeting certain criteria can then be returned and executed.

 

How would you like the feature to work:

Similar to getOffers, but instead of specifically listing how many different activities are returned in the request, all activities that match the criteria should be returned.

 

Current Behavior: N/A

1 Comment