> For the complete documentation index, see [llms.txt](https://docs.jentis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jentis.com/jentis-dcp-elements/tags/multi-tag-edit/what-are-the-types-of-common-fields-and-how-to-edit-them.md).

# What are the types of common fields and how to edit them?

The fields within the tags are categorized into three types for ease of management:

1. simple fields <img src="/files/ykWhCLaohHnNdVGOu7L0" alt="" data-size="line">
2. grouped fields <img src="/files/jAJLzMJkOLZxMm3eou05" alt="" data-size="line">
3. list fields <img src="/files/maNz7MRqBi2lfot2NmiG" alt="" data-size="line">

`Google Analytics - Join ID (jid)` here is a simple field

On this field, you can easily delete a value, wrap it around a function or add a new value.

<figure><img src="/files/0VVEO9E0aCVZpPdTXNuw" alt=""><figcaption></figcaption></figure>

`Products` here is a grouped field with the selected simple field `Product ID`

When modifying grouped fields, you have the option to select specific simple fields within the group for editing. Only the fields you select will be updated, ensuring that changes are applied precisely where needed without affecting the entire group. This selective editing feature allows for more targeted updates, enhancing the flexibility and accuracy of data management.

<figure><img src="/files/3e9Fr1dOxGuZV421Y9P3" alt=""><figcaption></figcaption></figure>

`Custom Metrics` here is a list field

When editing list items you see first on the right side an overview about the list.

You see how many list items are in common and how many items are different.

{% hint style="info" %}
list items in different order in different tags are also resolved as uncommon.
{% endhint %}

<figure><img src="/files/7hwXlWG2zJO4uo8GJ1wn" alt=""><figcaption></figcaption></figure>

To edit the list, simply click on the overview section. This action will take you to a detailed editing interface where you can modify, add, or reorder the list items as needed. This feature ensures a comprehensive and intuitive approach to managing the content of your lists effectively.

<figure><img src="/files/1CIlWhIPGCCmbmOI2FMR" alt=""><figcaption></figcaption></figure>

In the editing interface, you can view all list items collectively. If there is a conflict between items, it will be highlighted in a yellow box. This box not only indicates a conflict but also provides information about which tags the conflicting item is used in.

To resolve a conflict, you can click on the button within the yellow box to select the tags to which you wish to apply the list entry. This action allows you to harmonize list entries across multiple tag.

<figure><img src="/files/0ZxXnCjoJ0B7uLARxJVT" alt=""><figcaption></figcaption></figure>

On the right side of each list entry, you have options to either sort or delete the entries:

* **Sorting:** Use the arrows accompanied by a line to quickly move an entry to the top or the bottom of the list.
* **Deletion:** Next to the sorting arrows, you will find an option to delete the entry if it is no longer needed

<figure><img src="/files/3Z8cKLRUXaj3AQveLhez" alt=""><figcaption></figcaption></figure>

The top bar is designed to enhance your interaction with the list entries by providing several useful tools:

* **Quick Search:** Utilize the quick search feature to swiftly find specific entries within the list.
* **Sorting Options:** Alter the order of the entries through various sorting options, helping you organize the list to better suit your needs.
* **Adding Entries:** The top bar also allows you to conveniently add new entries, facilitating the expansion of your list directly from this interface.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.jentis.com/jentis-dcp-elements/tags/multi-tag-edit/what-are-the-types-of-common-fields-and-how-to-edit-them.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
