nerdexam
Adobe

AD0-E409 · Question #39

An eCommerce company wants to track order conversions in real-time, and then show recommendations based on conversions. Which method should be recommended to meet the customer's requirement?

The correct answer is B. Target request (mbox) parameters. Target request (mbox) parameters are the right choice because they pass data - like order ID, total, and product IDs - directly in the page request at the moment of conversion, enabling Adobe Target to process that event in real-time and immediately serve relevant…

Implementation and Integration

Question

An eCommerce company wants to track order conversions in real-time, and then show recommendations based on conversions. Which method should be recommended to meet the customer's requirement?

Options

  • AIn-page Profile Attributes
  • BTarget request (mbox) parameters
  • CScript Profile Attributes
  • DData Providers

How the community answered

(45 responses)
  • A
    4% (2)
  • B
    82% (37)
  • C
    11% (5)
  • D
    2% (1)

Explanation

Target request (mbox) parameters are the right choice because they pass data - like order ID, total, and product IDs - directly in the page request at the moment of conversion, enabling Adobe Target to process that event in real-time and immediately serve relevant recommendations based on it.

In-page Profile Attributes (A) store visitor-level data for future sessions but aren't designed to capture transactional conversion events on the spot. Script Profile Attributes (C) run server-side scripts to compute profile values, but they rely on already-stored data rather than capturing live conversion context. Data Providers (D) pull in third-party data asynchronously before the mbox fires - useful for enriching profiles, but not for recording the conversion event itself.

Memory tip: Think "mbox = mailbox for real-time messages." When a conversion happens, you drop a message (order data) into the mailbox right then - Target reads it instantly and responds with recommendations. The other options are about reading old mail or fetching data from outside, not sending the new message.

Topics

#mbox parameters#order conversion#real-time tracking#Recommendations

Community Discussion

No community discussion yet for this question.

Full AD0-E409 Practice