Hey Everyone.
I have an email that goes out monthly, and I can pull the tracking data, but it's only showing the profiles that opened and clicked. I'm looking to include the profile that received the email but didn't engage.
I feel like this is simple, but it's not clicking in my head how to do it.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @derekw42533281 ,
You can have the query as below, by having Recipient (profile table) as targeting and filtering dimension and Filtering rule as
Recipient delivery log (broadLog) exist such as
Delivery- internal-name equals to 'abc' AND status equals to 'Sent'
AND
Recipient tracking log do no exist such as
Delivery- internal-name equals to 'abc'
So, The person who received the email 'abc' and have no engagement will be resulted
Hi @derekw42533281 ,
You can have the query as below, by having Recipient (profile table) as targeting and filtering dimension and Filtering rule as
Recipient delivery log (broadLog) exist such as
Delivery- internal-name equals to 'abc' AND status equals to 'Sent'
AND
Recipient tracking log do no exist such as
Delivery- internal-name equals to 'abc'
So, The person who received the email 'abc' and have no engagement will be resulted
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies