We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9913f3a + 16c9425 commit ccea9aaCopy full SHA for ccea9aa
src/protocols/tracking-plan/best-practices.md
@@ -68,11 +68,11 @@ Here is a sample Identify call (with [analytics.js](/docs/connections/sources/ca
68
69
```js
70
analytics.identify({
71
- name: 'Kanye West',
72
- email: 'kanye@iamawesome.com',
73
- login: 'kanyew',
+ name: 'Dolly Parton',
+ email: 'dolly@iamawesome.com',
+ login: 'dollyparton',
74
type: 'user',
75
- created: '2016-11-07T16:40:52.238Z',
+ created: '2022-10-31T16:40:52.238Z',
76
});
77
```
78
0 commit comments