Hi Team,
I am trying to build a simple query to identify anyone who has not clicked on a specific URL in an email. I'm using the Recipient tracking log as the filtering dimension and I've created a filter using 'Internal name (delivery@internalName)' And 'URL label (URL/@label)' , however the result of the query still shows records that have have clicked on the URL. Are there additional filters that may need to be applied to segment this query or is the filtering dimension being used incorrect?
Thanks
Frankie
Solved! Go to Solution.
Views
Replies
Total Likes
Keep what you have targeting dimension as Recipients and filtering dimension as Tracking logs. Try to use the field (url/@type) and source URL to get the appropriate recipient tracking for the specific URL.
Keep what you have targeting dimension as Recipients and filtering dimension as Tracking logs. Try to use the field (url/@type) and source URL to get the appropriate recipient tracking for the specific URL.
Hi @Frankie_d ,
For all actions performed by a Recipient on the delivery (like email open, click on link1, link2, link3 etc) a respective records will get created in tracking log schema.
So If a recipient had opened an email and clicked on 2 links, 3 records will get created in tracking log schema. In this case, If you do a query as recipient who had not clicked on link2, but still he had record on link1, the recipient will come as output.
Solution:
Query1:
Targeting Dimension: Recipient
Filtering Dimension: Recipient tracking log
Fetch all the recipient who had tracking log records on the particular delivery.
Query 2:
Targeting Dimension: Recipient
Filtering Dimension: Recipient tracking log
Fetch all the recipient who had clicked on the particular URL (which you dont want to be targeted as part of your requirement).
Exclusion:
Set Query 1 as primary set
As result, Recipients who has not clicked on a specific URL (URL mentioned in Query2) will be targeted.
Views
Replies
Total Likes