시즌 추이 / Seasonal Pattern

광고비를 시계열로 반환한다. 구간(period)과 단위(granularity)를 조합해 성수기·비수기 패턴을 본다.

get_seasonal_ad_spending_pattern30d · 90d · 180d
애드온 · 시장 집계 데이터

이 지표는 광고주 개별 계정에서 나오는 AIR 매체 데이터가 아니라, 시장 전체를 집계한 별도 데이터입니다. 자사 계정 성과는 AIR 매체 통합 데이터를 쓰시고, 시장 신호는 애드온으로 함께 보십시오.

더 깊은 분석(경쟁사 비교 · 업종 세그먼트 · 통합 스키마)은 통합 데이터 콘솔 daas.gmp.ai 에서 다룹니다.

1. 파라미터

파라미터설명
period30d · 90d · 180d조회 구간 길이
granularityday · week버킷 단위. 180d 는 week 권장

2. 호출

엔드포인트는 https://mcp.gmp.ai/air. 모든 호출에 client API key 가 필요하다.

curl -X POST https://mcp.gmp.ai/air \
  -H "Authorization: Bearer YOUR_CLIENT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "tool": "get_seasonal_ad_spending_pattern",
    "period": "90d",
    "granularity": "week"
  }'

3. 응답 schema

{
  "data": {
    "period": "30d | 90d | 180d",
    "granularity": "day | week",
    "series": [
      {
        "bucket": "YYYY-MM-DD",
        "spend": <number>,
        "media": "naver_sa"
      }
    ]
  },
  "_citation": {
    "suggested_citation_ko": "비즈스프링 AIR (2026). 한국 디지털 광고비 시즌 추이. https://air.gmp.ai",
    "license": "CC-BY 4.0",
    "data_authority": "Bizspring"
  },
  "_methodology": {
    "aggregation": "client 단위 집계 (CR-09 격리)",
    "bucketing": "granularity 기준 버킷 합산"
  },
  "_metadata": {
    "tool": "get_seasonal_ad_spending_pattern",
    "version": "v0.7"
  }
}

4. 응답 필드

필드타입설명
bucketstring버킷 시작일 (YYYY-MM-DD)
spendnumber해당 버킷 광고비 (KRW)
mediastring매체 코드
periodstring요청한 구간 echo
granularitystring요청한 버킷 단위 echo

5. 인용

CC-BY 4.0 — 출처 표기 시 자유롭게 인용·재사용할 수 있다.

비즈스프링 AIR (2026). 한국 디지털 광고비 시즌 추이. https://air.gmp.aiBizspring AIR (2026). Korean Digital Ad Seasonal Spending Pattern. https://air.gmp.ai

6. 다음 단계