Skip to content

Commit e88b4e7

Browse files
Update src/connections/destinations/catalog/variance/index.md
Co-authored-by: LRubin <[email protected]>
1 parent 13bae72 commit e88b4e7

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/variance

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/variance/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Segment sends Group calls to Variance as an `Account` if you've chosen the "Grou
9090
Variance offers several ways to map your users to accounts or companies, including the following.
9191

9292
- **Group**: If you already use the Group call to indicate the Account, then you don’t need to change anything as Segment automatically extracts the Account name.
93-
2. Identify with custom traits (for example `company.id` and `company.name`): choose this option if you include some information about the Account, Company, or Organization as a trait in each Identify call. When you choose this option you'll need to add the name of the trait you use. For instance, if you configure the call with the data `{'company':{'id':1,'name':'Awesome Inc.'}}`, add `company.id` as the Account ID trait and `company.name` as the Account Name trait.
93+
- **Identify with custom traits** (for example `company.id` and `company.name`): Choose this option if you include some information about the Account, Company, or Organization as a trait in each Identify call. When you choose this option, add the name of the trait you use. For example, if you configure the call with the data `{'company':{'id':1,'name':'Awesome Inc.'}}`, add `company.id` as the Account ID trait and `company.name` as the Account Name trait.
9494
3. (Fallback) Identify email trait domain extraction: if you don't use either of the methods above, Segment extracts the domain from the `email` trait and uses that value as the Account name.
9595

9696
> info ""

0 commit comments

Comments
 (0)