Naver Ads
API Documentation: Naver Search Ads API
The Naver Search Ads API allows you to access advertising data from Naver, South Korea's leading search engine. This connector supports syncing account and campaign metadata, plus a variety of performance and reporting datasets.
Source Setup Guide
This source uses API key-based authentication. You will need to obtain credentials from Naver's advertising platform.
Step 1 - Create a Naver Search Ads Account
If you don't already have one, sign up for a Naver Search Advertiser account at searchad.naver.com.
Step 2 - Generate API Credentials
- Go to the Naver Ads Manager
- Navigate to Tools > API Manager
- Click Create API license to generate your credentials
- Copy your API License (API Key) and Secret Key
Store your Secret Key securely. You will not be able to view it again after leaving the page.
Step 3 - Configure the Source in Extract
- In the Extract platform, navigate to Sources > Add Source > Naver Ads
- Enter the following credentials:
- API Key: Your API License from the Naver API Manager
- Secret Key: Your Secret Key from the Naver API Manager
- Customer ID: Your Naver Ads customer account ID (numeric)
- Click Save to complete the setup
Connection Setup Guide
Once you connected Naver Ads to a destination, you will also need to configure:
- Connection Pull Schedule: Determines how frequently data is extracted from the source.
- Backfill (Days): Specifies the duration for which historical data will be retrieved during each connection run. This is used by date-based endpoints (for example, daily stats and certain billing/bizmoney history streams).
- Destination specific settings: different settings such as "Dataset Name" or "Target Schema" (depending on your destination)
- Schema Migration Policy: Controls how Extract will handle schema changes from the source.
Connector Information
API Overview
Base URL: https://api.searchad.naver.com
The connector uses Naver’s signed request headers (timestamp + HMAC signature). Some report streams are generated asynchronously by creating a report job, polling until it completes, and then downloading the resulting file.