# Verify Event Transforms

### What are keyword conversions?

Keyword conversions is a feature where you can **map keywords** to custom conversions. In a Purchase event, if we see any mapped keyword present in the fields of the event payload (see below) after we transform them, we fire the mapped custom conversion. E.g. if keyword "shirt" is present in `contents.title`, we fire the mapped custom conversion of that keyword.

### Transform payload fields

When looking for keywords, we are considering the following fields in the payload:

* `contents.title`
* `contents.brand`
* `contents.description`
* `keywords`

When transforming, we will remove punctuations, replace word split characters with spaces, changes text to lower case etc.&#x20;

**Examples**&#x20;

"White\_shirt" would be "whiteshirt"&#x20;

"Red\_Cap.Embroidered" would be "redcap embroidered"

### How to create a keyword conversion mapping?

Once you know the keyword that can be used, please go to the plugins page, select the plugin that you want to add keyword conversion mapping, add keyword in the left dropdown and the custom conversion name in the right dropdown and save the form.

<figure><img src="/files/KeZnxcsUvw9YR3vDvlfj" alt=""><figcaption></figcaption></figure>

For understanding how you can use this feature as a marketer, Please refer to our guide here.

{% embed url="<https://docs.edgetag.io/onboarding/e-commerce/scaling-playbook/product-category-and-margin-optimization#three-ways-to-transform-events>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.edgetag.io/how-to/verify-event-transforms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
