# Track URL of dynamic content like {signature}

**URL:** https://forum.mautic.org/t/track-url-of-dynamic-content-like-signature/26562
**Category:** Product Support
**Created:** [January 2, 2023, 7:15am UTC](https://forum.mautic.org/t/track-url-of-dynamic-content-like-signature/26562 "2023-01-02T07:15:39Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![yochay11](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/yochay11/32/7301_2.png) [@yochay11](https://forum.mautic.org/u/yochay11)
#### Post date: [January 2, 2023, 7:15am UTC](https://forum.mautic.org/t/track-url-of-dynamic-content-like-signature/26562/1 "2023-01-02T07:15:39Z")

</div>

Hey guys,

I am starting to work with dynamic content like {signature} (that come with mautic) and i also have a plugin called Twig Templates that allow me to create dynamic content and use it on emails.

By doing it i found out that i face a big problem with the fact that mautic unable to recognize the links on dynamic content.

Normally on emails there are the links (like the image below) but they don’t show up on dynamic content.

**Is there anything i can do to make mautic detect dynamic content urls?**

 ![image](https://us1.discourse-cdn.com/flex020/uploads/mautic/original/2X/1/1645ebd1dd76aa026a0f781af66172b9a41b492b.png)

---

<div class="post-metadata">

### Author: ![asad786](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/asad786/32/8990_2.png) [@asad786](https://forum.mautic.org/u/asad786)
#### Post date: [January 2, 2023, 1:10pm UTC](https://forum.mautic.org/t/track-url-of-dynamic-content-like-signature/26562/2 "2023-01-02T13:10:38Z")

</div>

You can try using {leadfield=email} instead of {contactfield=email} in dynamic content, maybe the url will show correctly and dynamically correct

---

<div class="post-metadata">

### Author: ![yochay11](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/yochay11/32/7301_2.png) [@yochay11](https://forum.mautic.org/u/yochay11)
#### Post date: [January 2, 2023, 1:29pm UTC](https://forum.mautic.org/t/track-url-of-dynamic-content-like-signature/26562/3 "2023-01-02T13:29:21Z")

</div>

Hey thanks for your reply,  
It’s possible that are talking about different dynamic content.

I am talking about content i am inserting into html code and text more like {signature} field.  
Or content i am inserting with a plugin called Twig Templates.

Unless i wasn’t able to understand you correctly {contactfield=email} is a field that return email and i am not talking about fields on the user data but on global fields that contain data i insert in all emails.

---

<div class="post-metadata">

### Author: ![asad786](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/asad786/32/8990_2.png) [@asad786](https://forum.mautic.org/u/asad786)
#### Post date: [January 2, 2023, 2:33pm UTC](https://forum.mautic.org/t/track-url-of-dynamic-content-like-signature/26562/4 "2023-01-02T14:33:17Z")

</div>

Yeah that’s why we have explained how you can use tokens in template of email body which contains a URL embeded with that token.  
If we are not able to still understand you, then please explain more in details, maybe we can help you out

---

<div class="post-metadata">

### Author: ![yochay11](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/yochay11/32/7301_2.png) [@yochay11](https://forum.mautic.org/u/yochay11)
#### Post date: [January 2, 2023, 3:24pm UTC](https://forum.mautic.org/t/track-url-of-dynamic-content-like-signature/26562/5 "2023-01-02T15:24:55Z")

</div>

At the moment i am not using token.  
In mautic you have the option to define signature.

You can call that field with {signature} and that field contain urls.  
Let say in this example the url [https://www.google.com](https://www.google.com)

When the url show up on the email body itself mautic know how to track the url clicks.  
When the url is inside {signature} the system don’t know how to track the links and how many people clicked on them.

---

<div class="post-metadata">

### Author: ![asad786](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/asad786/32/8990_2.png) [@asad786](https://forum.mautic.org/u/asad786)
#### Post date: [January 9, 2023, 4:58am UTC](https://forum.mautic.org/t/track-url-of-dynamic-content-like-signature/26562/6 "2023-01-09T04:58:42Z")

</div>

I think mautic allows only plain text rendering in email body as {signature}
