Get Deep Audience Details
get_deep_audience_detailsGet detailed information about audiences including criteria and advanced configuration.
This tool returns comprehensive audience data beyond the basic summary, including:
- Complete audience criteria and targeting configuration
- Segment information and settings
- Lookback window configuration
- Advanced configuration details and metadata
- Full audience structure and composition
**WHEN TO USE:**
- Retrieve complete audience criteria and configuration
- Analyze detailed targeting setup for an audience
- Export or review full audience specifications
- Understand advanced audience configuration
- Compare detailed configuration across multiple audiences
PARAMETERS:
- audience_ids: Array of audience IDs to retrieve details for (required)
Example: [42828, 42829, 42831]
AUDIENCE ID SOURCES:
Use the get_audience_details tool first to:
- List all available audiences in your account
- Find the IDs of audiences you want detailed information for
- Get the basic summary before requesting deep details
EXAMPLE WORKFLOW:
1. Call get_audience_details() to see all audiences and their IDs
2. Identify which audiences you need deep details for
3. Call get_deep_audience_details(audience_ids=[42828, 42831]) to get full configuration
RETURNS:
Detailed audience information including:
- Audience ID, name, and type
- Complete targeting criteria
- Segment configuration (if applicable)
- Lookback window settings
- Advanced metadata and configuration
- Full audience composition details
IMPORTANT NOTES:
- All provided audience IDs must exist and be valid
- IDs must be positive integers
- You can request details for multiple audiences in a single call
- Results include complete audience configuration dataInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audience_ids | Yes | Array of audience IDs to retrieve detailed information for. Example: [42828, 42829, 42831] |