How do we BLOCK ALL attributes that feed Adobe's ML model for auto-target/auto-personalization? (at the global level) | Community
Skip to main content
Level 2
March 10, 2023
Solved

How do we BLOCK ALL attributes that feed Adobe's ML model for auto-target/auto-personalization? (at the global level)

  • March 10, 2023
  • 1 reply
  • 897 views

We have random attributes / audiences that different individuals at our company use for their very specific a/b tests. But we just started using Adobe's ML for auto-target / auto-personalization and want to Globally Block any attributes from our end to feed into Adobe's model globally. How do we do this in a way that ensures no future attributes/audiences that someone in our company adds get sent to Adobe's model globally?

 

Then, for the specific activities we make for auto-target/auto-personalization we want to upload an ALLOW list via the API with ONLY the attributes that we deem relevant. How do we do this?

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 Matthew_Ravlich_ACG

Hi @lmoses4,

 

You can use the Models/Blocklist API which enables users to view and manage the list of features used in machine learning models for Automated Personalization (AP) and Auto-Target (AT) activities:

 

Documentation:

https://developer.adobe.com/target/before-administer/models-api/#:~:text=The%20Models%20API%2C%20also%20called,%2DTarget%20(AT)%20activities.

 

https://developer.adobe.com/target/administer/models-api/#tag/Blocklists/operation/Update%20activity%20blocked%20features

1 reply

Matthew_Ravlich_ACG
Community Advisor
Matthew_Ravlich_ACGCommunity AdvisorAccepted solution
Community Advisor
March 13, 2023

Hi @lmoses4,

 

You can use the Models/Blocklist API which enables users to view and manage the list of features used in machine learning models for Automated Personalization (AP) and Auto-Target (AT) activities:

 

Documentation:

https://developer.adobe.com/target/before-administer/models-api/#:~:text=The%20Models%20API%2C%20also%20called,%2DTarget%20(AT)%20activities.

 

https://developer.adobe.com/target/administer/models-api/#tag/Blocklists/operation/Update%20activity%20blocked%20features

lmoses4Author
Level 2
March 13, 2023

Thank you, Matthew!