Skip to content

Latest commit

 

History

History

php-sample

Naver SearchAD API - PHP Sample

Getting started

Pre-requirements

Issue the API License and the secret key

  1. Sign up for NAVER SEARCH ADVERTISER's Center (http://searchad.naver.com)
  2. Go to (http://manage.searchad.naver.com)
  3. Go to Tools > API Manager
  4. Create API license

Git clone

$ git clone https://github.com/naver/searchad-apidoc.git
$ cd searchad-apidoc/php-sample/

Modify sample.ini.

  • API_KEY
  • SECRET_KEY
  • CUSTOMER_ID

Execute sample codes.

*nix

$ php -f ad_management_sample.php

windows

> php.exe -f ad_management_sample.php