Skip to main content
Glama

Ogury MCP Server

get_campaign_details

Retrieve campaign performance metrics and reports by specifying a campaign ID and date range. Access detailed analytics including impressions, clicks, and conversions to monitor advertising campaign effectiveness.

Instructions

Get campaign performance details by campaign ID

Input Schema

NameRequiredDescriptionDefault
accountIdNoOptional account ID filter
brandIdNoOptional brand ID filter
campaignIdYesThe campaign ID to retrieve details for
endDateYesEnd date in YYYY-MM-DD format (required)
startDateYesStart date in YYYY-MM-DD format (required)

Input Schema (JSON Schema)

{ "properties": { "accountId": { "description": "Optional account ID filter", "type": "string" }, "brandId": { "description": "Optional brand ID filter", "type": "string" }, "campaignId": { "description": "The campaign ID to retrieve details for", "type": "number" }, "endDate": { "description": "End date in YYYY-MM-DD format (required)", "type": "string" }, "startDate": { "description": "Start date in YYYY-MM-DD format (required)", "type": "string" } }, "required": [ "campaignId", "startDate", "endDate" ], "type": "object" }

Other Tools from Ogury 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/AlexandreCalvet/ogury-mcp-server-test'

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