Expand my Community achievements bar.

SOLVED

How to Dedupe Recipients in Query for Email Opens

Avatar

Level 2

Hi everyone,

I'm trying to create a query to find targets who opened emails in the last X days/months, but the results include duplicate deliveries instead of unique recipients. I attempted deduplication using the email address, but it resulted in an error.

Has anyone encountered this issue before? Any suggestions on how to correctly dedupe the results?

Arivu2024_0-1739270937422.png

 

Thanks in advance for your help - Thanks!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Arivu_Muthaiah ,

You can have targeting dimension as recipient and filtering dimension as trackingLogRcp, and query as ToDate(@logDate) on or after ToDate(DaysAgo(180))

and 

[delivery/@messageType] equals to Email

and

[url/@type] equals to Open

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @Arivu_Muthaiah ,

You can have targeting dimension as recipient and filtering dimension as trackingLogRcp, and query as ToDate(@logDate) on or after ToDate(DaysAgo(180))

and 

[delivery/@messageType] equals to Email

and

[url/@type] equals to Open

Avatar

Level 2

Creating Push Notification Sent Report Query in v7

I'm trying to create a query to retrieve reports of push notifications sent over the past 12 to 24 months. Could anyone advise on how to structure this query in version 7?

Any guidance or examples would be greatly appreciated!

Thanks in advance!