# Full Data Loader — Audience Export

Created: 27.07.2023&#x20;

Updated: 27.07.2023&#x20;

Author: Alexander Pushkin

{% hint style="info" %}
To access audience export, please contact the team working on your project.
{% endhint %}

## Audience Export Goals

Typically, our clients use audience exports to transfer segments based on behavioral data to marketing platforms for remarketing and building look-alike segments.

## Business Process

After enabling the audience export functionality, it is available in the platform's interface under the Audiences section.

<figure><img src="/files/924LeKZwVAGwDxCqHMYK" alt=""><figcaption></figcaption></figure>

## Requirements and Limitations

To export audiences from Gravity Field, it is necessary to have user identification events (Login/Signup) set up as part of the platform implementation.

The export will include only identified users. For example, if an audience "New Users" contains 10,000 users, only the 100 of them who registered or authenticated will be included in the export.

Session-based audiences cannot be exported as they only exist within the session. After the session ends, users no longer belong to the audience.

The export contains users who belong to the audience at the time of export.

## Export Format

As a result of the export, you will receive a CSV file with a single column containing user identifiers.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.gravityfield.ai/lang/en/implementation/full-data-loader-audience-export.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
