Attribute

A company attribute is a custom attribute on the company object.

company(companyId, {
    name: "Acme",
    plan: "Pro"
});

In Segment terminology, this is the Group trait.

Use cases for company attributes include plan, monthly spend, and geographic location.

Segments and attribute-based features are based on company attributes.

Last updated