Hello everyone,
I'm looking for guidance on Subscription List in Adobe Journey Optimizer. Specifically, I'd like to know how to:
Any insights or examples on how to achieve these tasks would be greatly appreciated.
Thank you!
Solved! Go to Solution.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Hey @SatheeskannaK
Thanks for your reply, I had look of that thread eairer, and having the same issue:
Relation "cjm_email_tracking_experience_event_dataset" does not exist
the subscription list I am querying do have records, and i can get the number by creating an audience targeting that subscription list.
Thanks for the Import method, it works.
And what about export certain subscription list? are these info also included in the consent export, so i have to manually process the data after export the whole consent data?
Views
Replies
Total Likes
oh thanks there was a typo in the sql
should be:
select
*
from ajo_email_tracking_experience_event_dataset
where _experience.customerJourneyManagement.messageInteraction.subscription.subscriptionListID = 'Adviser_Unsubscription_List'
Thanks, I can work from here to get the data i needed.
but is there a default method to export the list? trying to see if there is a out-of-box/non-tech friendly way.
Views
Replies
Total Likes
"marketing": {
"email": {
"reason": "<reason>",
"subscriptions": {
"DemoSubscriptionList": {
"val": "y",
"type": "yes",
"subscribers": {
"test@test.com": {
"source": "source-test",
"time": "{{$isoTimestamp}}"
}
}
}
},
"time": "{{$isoTimestamp}}",
"val": "y"
},
"preferred": "email"
}
Views
Replies
Total Likes
Views
Likes
Replies