# Heyflow

HandL UTM Grabber / WordPress UTM Tracker  
How to collect and track UTM variables via HeyFlow step by step

# Track UTMs in Heyflow

We are going to implement as it is recommended here...

https://www.heyflow.help/en/articles/5508707-url-parameter-tracking

You can either let Heyflow pick all the parameters or you can just allow the ones that start with utm\_. We recommend "All URL parameters" because our plugin tracks more than utms

[![](https://docs.utmgrabber.com/uploads/images/gallery/2023-01/scaled-1680-/image-1673061343940.png)](https://docs.utmgrabber.com/uploads/images/gallery/2023-01/image-1673061343940.png)

After that go to Integrations &gt; Embed select WordPress and generate the embed code. It will look like this.

```
<heyflow flow-id="put-your-flow-id" height="600px" width="800px" pass-parameters dynamic-height></heyflow>

```

Simply wrap around the code with `[handl_all_i]` and add `url-parameters="%s"`

```
[handl_all_i]<heyflow url-parameters="%s" flow-id="put-your-flow-id" height="600px" width="800px" pass-parameters dynamic-height></heyflow>[/handl_all_i]

```

Embed it in your page...

[![](https://docs.utmgrabber.com/uploads/images/gallery/2023-01/scaled-1680-/image-1673061490870.png)](https://docs.utmgrabber.com/uploads/images/gallery/2023-01/image-1673061490870.png)

Test it and check the responses in Heyflow

If everything went well, you should see all the parameters collected in Responses

[![](https://docs.utmgrabber.com/uploads/images/gallery/2023-01/scaled-1680-/image-1673061569386.png)](https://docs.utmgrabber.com/uploads/images/gallery/2023-01/image-1673061569386.png)