SOLVED

Re: メール内のリンククリックの内容を通知したい

Go to solution
tamurakoremitsu
Level 1

メール内のリンククリックの内容を通知したい

こんにちは。以下、ご知見のある方にお伺いしたいです。

 

複数のリンクを設置したメールにおいて、どのリンクがクリックされたのかを社内向けにメールで通知したいのですが、設定方法が分かりません。

なお、リードがいずれかのリンクをクリックしたことをトリガーにするスマートキャンペーンを設定することを想定しています。

 

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: メール内のリンククリックの内容を通知したい

First thing to realize is your clicks will not all be from humans. Many, perhaps most, will be from automated mail scanners. 

 

If you’re comfortable with that, then:

  • trigger on Clicks Link in Email
  • include the special token {{trigger.Link}} in the alert email
  • send the alert using the Send Alert flow step 

View solution in original post

5 REPLIES 5
SanfordWhiteman
Level 10 - Community Moderator

Re: メール内のリンククリックの内容を通知したい

First thing to realize is your clicks will not all be from humans. Many, perhaps most, will be from automated mail scanners. 

 

If you’re comfortable with that, then:

  • trigger on Clicks Link in Email
  • include the special token {{trigger.Link}} in the alert email
  • send the alert using the Send Alert flow step 
tamurakoremitsu
Level 1

Re: メール内のリンククリックの内容を通知したい

ご回答いただきありがとうございました!

お教えいただいた設定により、解決しました。

Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: メール内のリンククリックの内容を通知したい

上記に加えて、すべてのメールに対してこの設定を適用するのは避けた方がよいでしょう。リンクがクリックされるたびに個別の通知が送信され、通知が多くなりすぎる可能性があるためです。もし導入する場合は、特定のメールに限定することをおすすめします。また、ボットフィルタリングを有効にしていない場合は、必ず有効化してください。

tamurakoremitsu
Level 1

Re: メール内のリンククリックの内容を通知したい

補足のご回答いただきありがとうございました!

お教えいただいた設定についても見直しました。

Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: メール内のリンククリックの内容を通知したい

どういたしまして 🙂