Skip to main content
Glama

Artsy Analytics MCP Server

by damassi

get_partner_visitor_demographics

Analyze visitor demographics by device, location, referral source, or landing page for partners. Retrieve data over customizable periods to understand audience insights and optimize engagement strategies.

Instructions

Get visitor demographic breakdowns by device, country, referral source, or landing page

Input Schema

NameRequiredDescriptionDefault
firstNoNumber of top results to return
metricNoType of demographic breakdown to retrieveVISITOR_BY_LOCATION
objectTypeNoObject type for the demographic breakdownCOUNTRY
partnerIdYesPartner ID to get visitor demographics for
periodNoTime period for demographic dataFOUR_WEEKS

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "first": { "default": 10, "description": "Number of top results to return", "type": "number" }, "metric": { "default": "VISITOR_BY_LOCATION", "description": "Type of demographic breakdown to retrieve", "enum": [ "VISITOR_BY_DEVICE", "VISITOR_BY_LOCATION", "VISITOR_BY_REFERRAL", "VISITOR_BY_LANDING_PAGE" ], "type": "string" }, "objectType": { "default": "COUNTRY", "description": "Object type for the demographic breakdown", "enum": [ "DEVICE", "COUNTRY", "REFERRAL", "LANDING_PAGE" ], "type": "string" }, "partnerId": { "description": "Partner ID to get visitor demographics for", "type": "string" }, "period": { "default": "FOUR_WEEKS", "description": "Time period for demographic data", "enum": [ "FOUR_WEEKS", "SIXTEEN_WEEKS", "ONE_YEAR" ], "type": "string" } }, "required": [ "partnerId" ], "type": "object" }

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/damassi/mcp-tests'

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