Skip to main content
Glama

AppsFlyer MCP Server

by ysntony

get_aggregate_data

Retrieve aggregate data reports from AppsFlyer Pull API by specifying app ID, date range, and report type for performance analysis.

Instructions

Fetches aggregate data reports from the AppsFlyer Pull API.

Input Schema

NameRequiredDescriptionDefault
dataYes

Input Schema (JSON Schema)

{ "$defs": { "AggregateDataInput": { "properties": { "app_id": { "description": "The ID of the AppsFlyer app.", "title": "App Id", "type": "string" }, "from_date": { "description": "The start date of the data range (YYYY-MM-DD).", "format": "date", "title": "From Date", "type": "string" }, "report_type": { "default": "daily_report", "description": "The type of aggregate report to fetch.", "enum": [ "partners_report", "partners_by_date_report", "daily_report", "geo_report", "geo_by_date_report" ], "title": "Report Type", "type": "string" }, "to_date": { "description": "The end date of the data range (YYYY-MM-DD).", "format": "date", "title": "To Date", "type": "string" } }, "required": [ "app_id", "from_date", "to_date" ], "title": "AggregateDataInput", "type": "object" } }, "properties": { "data": { "$ref": "#/$defs/AggregateDataInput" } }, "required": [ "data" ], "title": "get_aggregate_dataArguments", "type": "object" }
Install Server

Other Tools from AppsFlyer MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ysntony/appsflyer-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server