Skip to main content
Glama

Adjust MCP

by bitscorp-mcp

adjust-reporting

Generate mobile analytics reports by specifying date ranges, metrics, dimensions, and filters. Use this tool to query performance data, group insights, and customize report formats with Adjust MCP server integration.

Instructions

Adjust reporting

Input Schema

NameRequiredDescriptionDefault
ad_spend_modeNoDetermines the ad spend source applied in calculations
attribution_sourceNoWhether in-app activity is assigned to install source or divideddynamic
attribution_typeNoType of engagement the attribution awardsclick
cohort_maturityNoDisplay values for immature or only mature cohorts
currencyNoCurrency used for conversion of money related metricsUSD
dateNoDate for the report in YYYY-MM-DD format2025-08-15
date_periodNoDate period (e.g., this_month, yesterday, 2023-01-01:2023-01-31, -10d:-3d)
dimensionsNoComma-separated values to group by (e.g., day,country,network). Options include: hour, day, week, month, year, quarter, os_name, device_type, app, app_token, store_id, store_type, currency, currency_code, network, campaign, campaign_network, campaign_id_network, adgroup, adgroup_network, adgroup_id_network, creative, country, country_code, region, partner_name, partner_id, channel, platform
format_datesNoIf false, date dimensions are returned in ISO format
metricsNoComma-separated list of metrics to includeinstalls,sessions,revenue
reattributedNoFilter for reattributed usersall
sortNoComma-separated list of metrics/dimensions to sort by (use - for descending)
utc_offsetNoTimezone used in the report (e.g., +01:00)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ad_spend_mode": { "description": "Determines the ad spend source applied in calculations", "enum": [ "adjust", "network", "mixed" ], "type": "string" }, "attribution_source": { "default": "dynamic", "description": "Whether in-app activity is assigned to install source or divided", "enum": [ "first", "dynamic" ], "type": "string" }, "attribution_type": { "default": "click", "description": "Type of engagement the attribution awards", "enum": [ "click", "impression", "all" ], "type": "string" }, "cohort_maturity": { "description": "Display values for immature or only mature cohorts", "enum": [ "immature", "mature" ], "type": "string" }, "currency": { "default": "USD", "description": "Currency used for conversion of money related metrics", "type": "string" }, "date": { "default": "2025-08-15", "description": "Date for the report in YYYY-MM-DD format", "type": "string" }, "date_period": { "description": "Date period (e.g., this_month, yesterday, 2023-01-01:2023-01-31, -10d:-3d)", "type": "string" }, "dimensions": { "description": "Comma-separated values to group by (e.g., day,country,network). Options include: hour, day, week, month, year, quarter, os_name, device_type, app, app_token, store_id, store_type, currency, currency_code, network, campaign, campaign_network, campaign_id_network, adgroup, adgroup_network, adgroup_id_network, creative, country, country_code, region, partner_name, partner_id, channel, platform", "type": "string" }, "format_dates": { "description": "If false, date dimensions are returned in ISO format", "type": "boolean" }, "metrics": { "default": "installs,sessions,revenue", "description": "Comma-separated list of metrics to include", "type": "string" }, "reattributed": { "default": "all", "description": "Filter for reattributed users", "enum": [ "all", "false", "true" ], "type": "string" }, "sort": { "description": "Comma-separated list of metrics/dimensions to sort by (use - for descending)", "type": "string" }, "utc_offset": { "description": "Timezone used in the report (e.g., +01:00)", "type": "string" } }, "type": "object" }

Other Tools from Adjust MCP

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/bitscorp-mcp/mcp-adjust'

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