# Appending UTMs using Shortcode

If none of the other propsed solutions here [How to Append UTM?](https://docs.utmgrabber.com/books/102-getting-started-for-handl-utm-grabber-v3/chapter/how-to-append-utm) worked, you can always pull the UTM parameters using the shortcode. 

For example

```
<a href="https://www.domain.com?utm_campaign=[utm_campaign]"></a>

<div class="some-cool-div" data-url="https://www.domain.com?utm_campaign=[utm_campaign]"></div>
```