Skip to content

Attribute Settings

Open in ChatGPT Open in Claude

Path: Settings → Attribute Settings

Attribute Settings define the attributes Foldspace stores about your users and subscriptions. The built-in attributes cover the standard user context fields you pass to identify(); you add custom attributes for anything specific to your product (for example, plan_type).

Two tabs split the attributes by what they describe:

  • Users — attributes on a person.
  • Subscriptions — attributes on an account or subscription.
ColumnWhat it shows
Name / API NameThe display name and the key you send (for example, signUpDate).
StateToggle an attribute on or off.
DescriptionWhat the attribute holds.
Data TypeThe value type (for example, String or Date).
Default ValueThe value used when none is sent.
Tracking SourcesWhere the value comes from. Built-in and identify-sent attributes show IDENTIFY.
Created DateSet for custom attributes.

Filter by Data Type or Name, or search, to find an attribute.

These come standard and are set with foldspace.identify():

AttributeAPI NameType
IDidString
EmailemailString
NamenameString
RoleroleString
ImageimageString
PhonephoneString
TimezonetimezoneString
Sign up datesignUpDateDate

Click Create New, then give the attribute a Name, an API Name (the key you’ll send), a Data Type, and an optional Description and Default Value. Send its value the same way as the built-ins, with foldspace.identify() using the API Name as the key. Once it’s flowing in, the attribute is available everywhere attributes are used: Segments, the Audience, user profiles, and filters.