Expand my Community achievements bar.

Take 10 minutes to complete an Adobe Target review on Gartner Peer Insights, and as a thank you for your time, you’ll have the option to receive a $25 gift card!
SOLVED

Auto-Target and AEP Web SDK

Avatar

Level 3

Hi team,

 

When you use the AEP Web SDK to collect data and get it forwarded to both Adobe Analytics and Adobe Target, does the ML (Auto-Target) algorithm automatically evaluate the XDM fields/values we're sending to the Edge or do we have to explicitly pass (someof ) them as page or profile parameters?

 

Thank you!

Olivier

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

This capability should be delivered in H1, so sometime between now & the end of May

View solution in original post

3 Replies

Avatar

Correct answer by
Employee Advisor

This capability should be delivered in H1, so sometime between now & the end of May

Avatar

Level 3

This means that for now, we need to explicitly send page and profile parameters if we want the ML algo to evaluate them, am I understand it correctly, Alex?

alloy("sendEvent", {
  renderDecisions: true,
  data: {
    __adobe: {
      target: {
        "profile.gender": "female",
        "profile.age": 30
      }
    }
  }
});