{"section":"tutorials","requestedLocale":"en","requestedSlug":"what-are-the-internal-utms","locale":"en","slug":"what-are-the-internal-utms","path":"docs/en/tutorials/storefront/store-settings---storefront/what-are-the-internal-utms.md","branch":"main","content":"`UTMi`s are internal UTMs, that is, URL parameters that are intended to track traffic between pages inside your site. Through them, you can trace navigation and define contexts where certain actions should be applied.\n\nTherefore, they do not aim to track traffic coming from external sites or services for purposes related to the marketing context. This is a function performed by the UTMs, as explained in the article [What are utm_source, utm_campaign and utm_medium](/en/docs/tutorials/what-are-utm-source-utm-campaign-and-utm-medium).\n\nNormally, the internal UTMs are used as __cause of benefit__. In the Promotions & Taxes module, you can define that only closed orders with a given UTM applied to the URL will receive a certain benefit. See below the field to choose or create this internal UTM in the registration of a regular benefit.![utmi1](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tutorials/storefront/store-settings---storefront/what-are-the-internal-utms_1.jpg)\n\nIn the Orders Management module, within the order details screen, you can rotate the Total Value card to view the data for __Sales and Marketing__. It contains the value of the internal UTM parameter used in the benefit.\n\n![utmi2](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tutorials/storefront/store-settings---storefront/what-are-the-internal-utms_2.jpg)\n\nVTEX works with three types of internal UTMs:\n- `utmi_cp`\n- `utmi_pc`\n- `utmi_p`\n\nAs previously explained, `utmi_cp` is used by the Promotions & Taxes module. But you can use this and the other two according to your need. Another possible use, for example, is to track the flow of users clicking on a store banner.\n\nIn the OrderForm, the fields populated by the values of these UTMs are as follows:\n- `utmi_cp`: __utmiCampaign__\n- `utmi_pc`: __utmiPart__\n- `utmi_p`: __utmiPage__\n\nThey can be found inside the `marketingData` node.\n\n### Related articles\n\n- [What are utm_source, utm_campaign and utm_medium](/en/tutorial/o-que-sao-utm_source-utm_campaign-e-utm_medium)\n- [Creating a coupon](/en/docs/tutorials/creating-a-coupon-beta)"}