GET
/
campaigns
curl --request GET \
  --url https://your_a2_service/campaigns \
  --header 'Authorization: Bearer <token>'
[
  {
    "audience_segments": {},
    "bid_strategy": "highest_volume",
    "budget": 0,
    "created_at": "2023-11-07T05:31:56Z",
    "crid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "daily_budget": 123,
    "description": "<string>",
    "end_date": "<string>",
    "goal": "click",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "max_bid": 0,
    "min_daily_imp": 1000,
    "name": "<string>",
    "no": 123,
    "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "start_date": "<string>",
    "status": "okay",
    "sub_goal": "<string>",
    "tagid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "target_cpa": 0,
    "target_cpm": 0,
    "target_volume": 0,
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

start_date
string | null

캠페인 시작 일시 (UTC 시간을 사용하는 것을 강력히 권장합니다)

end_date
string | null

캠페인 종료 일시 (UTC 시간을 사용하는 것을 강력히 권장합니다)

status
string[] | null

캠페인 상태로 'okay', 'archived', 'preparing', 'ready' 중 하나를 지정합니다.

goal
string | null

캠페인 목표

owner_id
string | null

캠페인 소유자

Response

200
application/json

Successful Response

The response is of type object[].