Query consent service dataset
How can I query the consent service dataset to retrieve opt-ins/out to subscription lists?
consent service dataset
How can I query the consent service dataset to retrieve opt-ins/out to subscription lists?
consent service dataset
Hi @campaignap,
You can start with the below query and build it up to your needs. Below looks for profiles part of the given subscription list.
select
*
from cjm_email_tracking_experience_event_dataset
where _experience.customerJourneyManagement.messageInteraction.subscription.subscriptionListID = '<<SubscriptionName>>'
Refer to this documentation for more information: https://experienceleague.adobe.com/tools/ajo-schemas/schema-dictionary.html?lang=en
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.