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

# How Do I Manage My Gameball Customer Attributes?

> Get deeper insights on how to configure your customer profile attribute and target customers based on your segmentation.

## Plan Availability

<Tabs>
  <Tab title="Shopify & Salla">
    | Feature            | Available |
    | ------------------ | --------- |
    | Profile Attributes | Guru      |
  </Tab>

  <Tab title="Custom Integrations">
    | Feature            | Available |
    | ------------------ | --------- |
    | Profile Attributes | All plans |
  </Tab>
</Tabs>

You can access the **Player Profile Attributes** settings section in **Gameball Admin Dashboard** through **Settings > Admin Settings > Profile Attributes**.

<Frame>
  <img src="https://mintcdn.com/gameball/_0P_nX_CDM4maIwW/images/product-docs/admin-settings/customer-attributes.png?fit=max&auto=format&n=_0P_nX_CDM4maIwW&q=85&s=c46872e59e6b02eb0df8cb678820a0c6" alt="Customer Attributes" width="1222" height="751" data-path="images/product-docs/admin-settings/customer-attributes.png" />
</Frame>

<Info>
  Read more about [Customer Profile Attributes](/product-documentation/understanding-your-customers/customer-profile/customer-profile-attributes).
</Info>

***

## Default Attributes

On this settings page, you will be able to see Gameball's default attributes. These **cannot be edited or deleted**:

| Attribute          | Attribute              |
| ------------------ | ---------------------- |
| Name               | UTMs                   |
| First Name         | Devices                |
| Last Name          | Total Amount Spent     |
| Email              | Last Order Date        |
| Gender             | Total Orders Count     |
| Mobile Number      | Average Order Value    |
| Date of Birth      | Channel                |
| Join Date          | Gameball Creation Date |
| Country            | —                      |
| City               | —                      |
| Zip Code           | —                      |
| Preferred Language | —                      |

***

## Add or Delete Custom Customer Profile Attributes

You can add or delete a custom attribute by scrolling down to the custom profile attributes section, then create an attribute by adding its name and a data type from the following options:

<AccordionGroup>
  <Accordion title="Number" icon="hashtag">
    Use for numeric values such as order counts, spending thresholds, or custom scoring metrics.
  </Accordion>

  <Accordion title="String" icon="font">
    Use for text-based values such as customer preferences, referral codes, or custom labels.
  </Accordion>

  <Accordion title="Boolean" icon="toggle-on">
    Use for true/false flags such as whether a customer has completed onboarding or opted into a program.
  </Accordion>

  <Accordion title="Date" icon="calendar">
    Use for date-based values such as contract start dates, last activity dates, or custom milestones.
  </Accordion>
</AccordionGroup>

<Frame>
  <img src="https://mintcdn.com/gameball/_0P_nX_CDM4maIwW/images/product-docs/admin-settings/custom-attributes.png?fit=max&auto=format&n=_0P_nX_CDM4maIwW&q=85&s=3ce2869c3875f01c2ec75ff1817d1ff4" alt="Custom Attributes" width="760" height="372" data-path="images/product-docs/admin-settings/custom-attributes.png" />
</Frame>

<Warning>
  While using a custom attribute in the web/mobile integration, you should use the exact same name used when defining the attribute in the settings.
</Warning>

***

## Related Articles

<CardGroup cols={2}>
  <Card title="Customer Profile Attributes" icon="address-card" href="/product-documentation/understanding-your-customers/customer-profile/customer-profile-attributes">
    Understand all available customer profile attributes and how they work in Gameball.
  </Card>

  <Card title="Group your Players by Tags" icon="tag" href="/product-documentation/understanding-your-customers/customer-profile/group-your-customers-by-tags">
    Learn how to organize and segment your customers using tags.
  </Card>
</CardGroup>
