> For the complete documentation index, see [llms.txt](https://doc.commandersact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.commandersact.com/features/destinations/add-destination/automatic-audience-replay.md).

# Automatic Audience replay

### Introduction

The "Automatic Audience Replay" feature is designed to enhance dynamic segments usage within real-time audience-based destinations like Facebook Custom Audiences.

### Background

In our previous system, for real-time audience-based destinations, only users who joined a segment after the creation of the destination were automatically sent to that destination. This approach overlooked users who were already in the segment. The Audience Replay feature rectifies this by ensuring that all segment users, both existing and new, are sent to the relevant destination.

### The Audience Replay Feature

#### Simplified Process

* **When Creating a Destination**:
  * **Immediate Activation**: If the destination is activated immediately, an operation is launched to send all users from the segment to the destination without delay.
  * **Scheduled Activation**: For destinations set to activate later, an operation is scheduled to send all users in the segment to the destination at the specified start time.
* **When Updating a Destination**:
  * **Reactivation/Modification**: Some updates to the destination (changing start times or timezones) automatically initiates an operation to send all segment users to the updated destination.
  * **Adding New Segments**: Incorporating new segments into the destination triggers an operation to send only the users from these new segments.

#### Supported Destinations

This feature works seamlessly with various real-time, audience-based destinations, including:

* Facebook Custom Audiences
* Google Customer Match
* Criteo Audiences
* Google Ads Customer Match
* Rakuten
* Google DDP

#### Benefits

* **Comprehensive User Engagement**: Ensures every historical relevant user in the segment is sent to the destination, enhancing audience coverage.
* **Efficient Automation**: Reduces manual efforts and error potential, streamlining the process of managing audience data.
* **Current and Relevant Audience Data**: Keeps your audience segments up-to-date, maximizing the impact of your marketing efforts.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.commandersact.com/features/destinations/add-destination/automatic-audience-replay.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
