この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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