내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Send emails to those who have clicked specific link in an email

Avatar

Level 1

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

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

Hi,

You should be able to do that by querying your database like that:

1441204_pastedImage_0.png

  • select people who 'clicked' in a specific email (to make sure you only get those from that email, in case you have several link with the same label in different deliveries)
  • select those who have generated a tracking log where the label of the tracking log is "abc", where "abc" is usually the label of the link defined in your delivery.

Let me know if that'd work for you.

Florent

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Level 2

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

Avatar

Level 1

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!

Avatar

Level 3

I think you can create a Script that can do that.

Avatar

정확한 답변 작성자:
Level 10

Hi,

You should be able to do that by querying your database like that:

1441204_pastedImage_0.png

  • select people who 'clicked' in a specific email (to make sure you only get those from that email, in case you have several link with the same label in different deliveries)
  • select those who have generated a tracking log where the label of the tracking log is "abc", where "abc" is usually the label of the link defined in your delivery.

Let me know if that'd work for you.

Florent