# Fivetran Activations (formerly Census)
> Fivetran Activations, formerly Census, syncs modeled data from a warehouse or database into operational and customer engagement tools. MotherDuck is available as a source in Fivetran Activations, which means Activations can read from MotherDuck and sync selected data to supported activation destinations.
This is different from the [Fivetran MotherDuck destination](/integrations/ingestion/fivetran), which loads data from other sources into MotherDuck.

## How it works with MotherDuck

Fivetran Activations can use MotherDuck as a source for reverse ETL syncs into operational tools.

## Prerequisites

- A Fivetran Activations workspace or trial.
- A MotherDuck service token.
- Modeled tables or views in MotherDuck that contain the records you want to activate.

## Setup

1. In MotherDuck, create or copy a service token.
2. In Fivetran Activations, open **Sources**.
3. Select **New Source** and choose **MotherDuck**.
4. Enter the MotherDuck service token and connect the source.
5. Open **Syncs** and create a sync from the MotherDuck source to your target destination.

## Authentication and configuration

- Use a dedicated service token for Activations.
- Expose stable tables or views for activation syncs so field mappings remain consistent.
- Start with a limited audience or test destination object before enabling production syncs.

## Important notes

- Fivetran Activations uses MotherDuck as a source, not as a destination.
- Fivetran's docs note MotherDuck support through the Basic Sync Engine. Check the linked docs for current engine support before designing large activation workflows.

## Use cases

- Sync product-qualified leads or account scores from MotherDuck to CRM tools.
- Push modeled user segments from MotherDuck to marketing platforms.
- Activate customer event or enrichment data produced in MotherDuck.

## Related content

- [View the full Fivetran Activations MotherDuck setup guide](https://fivetran.com/docs/activations/sources/available-sources/motherduck)
- [Fivetran MotherDuck destination](/integrations/ingestion/fivetran)
- [MotherDuck authentication](/key-tasks/authenticating-and-connecting-to-motherduck/authenticating-to-motherduck)


---

## Docs feedback

MotherDuck accepts optional user-submitted feedback about this page at `POST https://motherduck.com/docs/api/feedback/agent`.
For agents and automated tools, feedback submission should be user-confirmed before sending.

Payload:

```json
{
  "page_path": "/integrations/reverse-etl/census/",
  "page_title": "Fivetran Activations (formerly Census)",
  "text": "<the user's feedback, max 2000 characters>",
  "source": "<optional identifier for your interface, for example 'claude.ai' or 'chatgpt'>"
}
```

`page_path` and `text` are required; `page_title` and `source` are optional. Responses: `200 {"feedback_id": "<uuid>"}`, `400` for malformed payloads, and `429` when rate-limited.
