> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeotap.com/llms.txt
> Use this file to discover all available pages before exploring further.

# FAQs about Catalogue

The following are some of the frequently asked questions about working with your organisation's Catalogue and its fields:

<AccordionGroup>
  <Accordion title="How do I choose the right category for a field?">
    The category decides the attribute type and how values are stored — Event and Campaign fields append time-series data, while categories such as User Trait, Product, and Consent keep one value that is overwritten after ID resolution — and it cannot be changed after the field is created. Review the behaviour of each category in [Categories for adding Catalogue fields](/articles/unify-customer/categories-in-catalogue) and the broader grouping in [Taxonomy](/articles/unify-customer/taxonomy-and-catalogue) before you save.
  </Accordion>

  <Accordion title="When should I create a custom field instead of using a standard field?">
    Standard fields (universal identifiers, cookies, and natively tracked information) are created automatically with your account — create a custom field only when no standard field covers the data point you want to store. See [Standard Fields in Catalogue](/articles/unify-customer/standard-fields-in-catalogue); note that [reserved field names](/articles/unify-customer/reserved-catalogue-fields) can never be reused.
  </Accordion>

  <Accordion title="What is the difference between Raw PII, PII, and masking?">
    The **Raw PII** setting (shown as "Is this PII data?" on some category forms) is one mechanism: setting it to Yes encrypts the field before ingestion, masks it across the UI, and excludes it from filtering — the data is decrypted only for activation to channels that accept raw PII, and only CDP Admin and Integrations Admin roles can unmask values in Customer 360. Raw PII is not supported on Object and List data types and cannot be changed after creation; a separate masking option hides field values in the UI for data types the Raw PII flag cannot cover, such as timestamps. See [Understand the Basic Fields](/articles/unify-customer/understand-the-basic-fields), [Understand the Advance Fields](/articles/unify-customer/understand-the-advance-fields), and [Data Types in Catalogue](/articles/unify-customer/data-types-in-catalogue).
  </Accordion>

  <Accordion title="What happens if I rename or delete a catalogue field?">
    You cannot rename the stored field or delete it: the field name, category, data type, and Raw PII setting are fixed once a field is added — only TTL, No. of IDs, and (until the field is added) Group Name can be edited — though you can still adjust a field's display name while [editing a mapping](/articles/unify-customer/editing-a-mapping). To retire a field, **Hide** it: this removes it from new use in Audiences, Journeys, Source Mapping, and Destinations and drops its saved mappings, while anything already using it keeps working and the field can be unhidden later. See [Edit a Catalogue Field](/articles/unify-customer/edit-a-catalogue-field) and the Hide notes in [Components of the Catalogue Screen](/articles/unify-customer/components-of-the-catalogue-screen).
  </Accordion>

  <Accordion title="How does TTL work?">
    TTL defines how many days a value stays active, counted from the day it was **last updated** — re-ingesting the same value extends its life — and once it expires, the value is dropped from the profile. The default is Forever (allowed range 1–3650 days), and TTL edits apply only to data ingested from that point onward. See [Time-to-Live](/articles/unify-customer/time-to-live).
  </Accordion>

  <Accordion title="Can I change a field's data type after creation?">
    No — the catalogue data type is fixed; if incoming source data doesn't match it, [override the source data type](/articles/unify-customer/override-the-source-data-type) or use an enricher, and if the source type was mis-detected altogether (for example, a list of objects read as String), contact your Zeotap representative.

    <Frame caption="The data type is chosen when the field is created — it cannot be changed afterwards.">
      <img src="https://mintcdn.com/zeotap/npCuzplnTaNKodqG/articles/unify-customer/Storage/unify-customer/faqs-about-catalogue/add-catalogue-field-drawer.png?fit=max&auto=format&n=npCuzplnTaNKodqG&q=85&s=2d0bdcaeb0fb7b1febc0ec72969cd7dc" alt="Add Catalogue Field drawer showing the name, source field, description, and Data Type selector" width="1022" height="720" data-path="articles/unify-customer/Storage/unify-customer/faqs-about-catalogue/add-catalogue-field-drawer.png" />
    </Frame>

    Note that an override takes effect at ingestion time only: features that read the raw source schema, such as the [Ingestion Criteria picker](/articles/unify-customer/ingestion-filter), still see the field's original shape — so a source field that started as a List remains ineligible for ingestion filtering even after being overridden to String.
  </Accordion>

  <Accordion title="What is the difference between the ID category and the ID Metadata category?">
    An **ID** field stores the identifier value itself — it participates in identity resolution and supports the TTL and No. of IDs settings — while an **ID Metadata** field stores descriptive facts *about* an identifier (such as its status or hierarchy) and must be linked to that ID's Group Name to work. See [Categories for adding Catalogue fields](/articles/unify-customer/categories-in-catalogue).
  </Accordion>
</AccordionGroup>

## Related Topics

<CardGroup>
  <Card title="Categories for adding Catalogue fields" href="/articles/unify-customer/categories-in-catalogue" icon="angles-right" iconType="solid" horizontal={true} />

  <Card title="Taxonomy" href="/articles/unify-customer/taxonomy-and-catalogue" icon="angles-right" iconType="solid" horizontal={true} />

  <Card title="Standard Fields in Catalogue" href="/articles/unify-customer/standard-fields-in-catalogue" icon="angles-right" iconType="solid" horizontal={true} />

  <Card title="Time-to-Live" href="/articles/unify-customer/time-to-live" icon="angles-right" iconType="solid" horizontal={true} />

  <Card title="Data Types in Catalogue" href="/articles/unify-customer/data-types-in-catalogue" icon="angles-right" iconType="solid" horizontal={true} />
</CardGroup>
