mcp-metricool

Official

get_GoogleAds_Campaigns

Retrieve Google Ads Campaigns data from your Metricool account. Provide the blog ID and date range to access detailed campaign information for analysis.

Instructions

Get the list of Google Ads Campaigns from your Metricool account. Args: init date: Init date of the period to get the data. The format is 20250101 end date: End date of the period to get the data. The format is 20250101 blog id: Blog id of the Metricool brand account.

Input Schema

NameRequiredDescriptionDefault
blog_idYes
end_dateYes
init_dateYes

Input Schema (JSON Schema)

{ "properties": { "blog_id": { "title": "Blog Id", "type": "integer" }, "end_date": { "title": "End Date", "type": "string" }, "init_date": { "title": "Init Date", "type": "string" } }, "required": [ "init_date", "end_date", "blog_id" ], "title": "get_GoogleAds_CampaignsArguments", "type": "object" }
ID: uw09fpkyw9