Auto-Target and AEP Web SDK | Community
Skip to main content
New Participant
February 8, 2023
Solved

Auto-Target and AEP Web SDK

  • February 8, 2023
  • 1 reply
  • 1173 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by alexbishop

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

1 reply

alexbishop
alexbishopAccepted solution
Employee
February 12, 2023

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

New Participant
February 13, 2023

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
      }
    }
  }
});