Skip to Content

Groups

The group data type: a company, product, deal or other thing that is not a person. Its fields, the group types and how groups work like lookup tables.

Last reviewed September 15, 2026

A group is a record of a thing that is not a person, with its own ID and properties. Companies, products, deals and reference tables are groups. Each group has a group type.

Fields

FieldRequiredDescription
group_idYesThe identifier of this group
typeYesThe group type. See the table below.
nameNoA name that people can read
custom_propertiesNoProperties of the group, for example a price
timestampNoWhen the record was last updated

Group Types

Group typeUse forKey fields
vendo_companyCompanies and B2B accountscompany_id
vendo_productProducts and SKUsproduct_id, sku_id
vendo_product_variantProduct variants, from Shopify
vendo_dealCRM deals and opportunities
Custom typesA group type that your workspace adds

The key fields tell Vendo which event properties can join the group type.

Groups Work Like Lookup Tables

A group adds its properties to other rows through a key:

  1. A purchase event has the property sku_id=SKU-001.
  2. The vendo_product group has a row for SKU-001, with its price and category.
  3. When you break down purchases by category, Vendo joins each purchase to its product row.

Earlier versions of Vendo had lookup tables. Lookup tables are now groups. Metrics can also use group properties, for example the price of a product.

Product feed destinations, for example Google Merchant Center and the Meta catalog, use vendo_product groups.

How Groups Relate to Other Data

Related toHow
EventsMany events join one group of each type, through an event property or the key of the group type. One query can join more than one group type.
UsersUsers link to groups through a membership field, for example company_ids on a HubSpot contact. A user can belong to many groups, and a group can have many users.

In the App

  • Manage group types and groups in Data → Data Preferences → Groups.
  • Upload a CSV file of reference data, and select its group type. See Data Uploads.
  • To map a warehouse table as a group, select Group Properties as the data type and select the group type. See Custom Tables.
Need help?

When you contact support, give your workspace, the source or destination name, the job ID and the first error message.

support@vendodata.com
Last updated on