Hi Team,
I am testing the process of unsubscribing my profile and have marked the 'unsubscribed' list value as 'n'. How can I remove my profile from the unsubscribed list in Adobe Experience Platform (AEP) or Adobe Journey Optimizer (AJO)? Please refer to the attached screenshot in AEP my profile.
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
Hi @Ajo_WisdomChase There are a few options for modifying consent values.
profile fragment Import: This involves creating a JSON/CSV file containing the updated consent value and importing it into the system.
API Call: You can directly update the profile fragment using an API call.
Journey Update Activity: You can create a Journey to update the consent value.
More details on update activity at
https://experienceleague.adobe.com/en/docs/journey-optimizer/using/orchestrate-journeys/about-journe...
表示
返信
いいね!の合計
You can upload a json file containing the profile fragment with your profile identifier and the respective consent value as 'y' along with other relevant fields against the AJO consent service dataset.
References -
https://experienceleague.adobe.com/en/docs/experience-platform/xdm/ui/sample
表示
返信
いいね!の合計
Hi @Ajo_WisdomChase There are a few options for modifying consent values.
profile fragment Import: This involves creating a JSON/CSV file containing the updated consent value and importing it into the system.
API Call: You can directly update the profile fragment using an API call.
Journey Update Activity: You can create a Journey to update the consent value.
More details on update activity at
https://experienceleague.adobe.com/en/docs/journey-optimizer/using/orchestrate-journeys/about-journe...
表示
返信
いいね!の合計
I can't locate the "consents" object in my profile while attempting to update the activity.
表示
返信
いいね!の合計
To update the consent value for the "email.val" field in a journey using update activity, follow these steps:
By following these steps, you should be able to successfully update the consent value for the "email.val" field within your journey.
Hope this helps.
表示
返信
いいね!の合計
You won't be able to update the val attribute from update profile node.
Hello @Ajo_WisdomChase First, you have to make sure the Consent and Preferences Field group is added to your Profile schema. Then you can use the HTTP API to update the profile.
Here is a tutorial on how to do this:
With update profile, you can’t update fields which have enumeration.
From your screenshot, it looks like the behavior when using unsubcribe at identity level (consent idSpecific)
if you have a http which is xdm compatible, you can just trigger an api call from postman with the structure and the correct value
You can also use source ingestion but you will need to handle consent idSpecific with a formula.
if you don’t find solution ping me by end of the week and I can share the formula
EDIT:
json_to_object(concat('{"Email":{"your_email_address":{"marketing":{"email":{"val":"', consents.marketing.sms.val, '"}}}}}'))
thanks,
David
表示
返信
いいね!の合計
Hi @Ajo_WisdomChase,
Were you able to resolve this query with the help of the given solutions or do you still need more help here? Do let us know. In case the given solutions were helpful, then kindly choose the one that helped you the most as the 'Correct Reply'.
Thanks!
表示
返信
いいね!の合計