Expand my Community achievements bar.

SOLVED

QUERY TRANSACTIONAL MESSAGE

Avatar

Level 2

Hi,

I want to create a query with the following conditions: all users who have received the transactional message "registration3" but did not open it.

I have created this one you can see below but it always comes to zero results and I do not knowwhy as I look into the delivery and it has interactions...

Can someone help me to find the mistake? Thanks in advance

bcollado1_0-1698057903757.png

 

Kind regards,

B

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @bcollado1 ,

In Query, Select Targeting dimension and Filtering dimension as nms:broadLogEventHisto

ParthaSarathy_1-1698061967062.png

 

Filtering Condition:

Right click the Folder > Properties > Copy the internalName.

ParthaSarathy_2-1698062106228.png

Consider the internal name is DM930

 

@status equal to sent

AND

[delivery/folder/@name] equal to DM930

AND
trackingLog Do not exist such as

[delivery/folder/@name] equal to DM930

ParthaSarathy_0-1698068991610.png

View solution in original post

5 Replies

Avatar

Correct answer by
Community Advisor

Hi @bcollado1 ,

In Query, Select Targeting dimension and Filtering dimension as nms:broadLogEventHisto

ParthaSarathy_1-1698061967062.png

 

Filtering Condition:

Right click the Folder > Properties > Copy the internalName.

ParthaSarathy_2-1698062106228.png

Consider the internal name is DM930

 

@status equal to sent

AND

[delivery/folder/@name] equal to DM930

AND
trackingLog Do not exist such as

[delivery/folder/@name] equal to DM930

ParthaSarathy_0-1698068991610.png

Avatar

Level 2

Hi,

 

thank you very much for your help

 

One last question about it, if I want to leave this workflow executing everyday, I want to add to the query the following: users created one day ago as I want to send them an email 24h after their creation.

 

Is this way ok?

bcollado1_0-1698131584752.png

 

Thank you very much as always

 

Kind regards,

B

 

Avatar

Community Advisor

@bcollado1 , you can try as

DateOnly(@eventDate) equal to DateOnly(DaysAgo(1))

ParthaSarathy_0-1698299573283.png