활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi,
I'm interested in knowing how I can email contacts who have clicked a specific link in an email.
I have looked at the query in Campaign and can see I can only check contacts who have clicked within an email, but not a specific link.
Any help would be appreciated...rather surprised the query doesn't have a specific link field.
Thanks
Dean
해결되었습니다! 솔루션으로 이동.
Hi,
You should be able to do that by querying your database like that:
Let me know if that'd work for you.
Florent
Hi Dean,
If you don't mind to use html code, you can add _label attribute on a specific link what then you can query within the Tracking log.
f,e.: <a href="#" _label="label_to_query" >
Note that the tracking data can take up to 1 hour to update in ACS. My experience is that it is updated within 15 minutes.
Alternatively you could use the url to query but then it would include every link with the same URL.
Regards,
Norbert
조회 수
답글
좋아요 수
Hi Norbert,
I guess I should have given more context.
In an ideal world, what I wanted to achieve was do an email send, track who clicked a specific link in that email, and then build an audience to retarget to.
Just as a FYI I am using Campaign Standard.
Any idea how this would be possible? Thanks!
조회 수
답글
좋아요 수
I think you can create a Script that can do that.
조회 수
답글
좋아요 수
Hi,
You should be able to do that by querying your database like that:
Let me know if that'd work for you.
Florent