# Mixpanel

```js
mixpanel.register(fields);                 // always
mixpanel.people.set(fields);               // after doubleagent.identify()
```

Server relabel: add the project token and API secret to your site settings. It sends a `da_final` via `/import`.
