Skip to content

principle-c/embulk-input-yahoo_ads

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Yahoo Ads input plugin for Embulk

Embulk input plugin for Yahoo Promotion Ads.

Overview

  • Plugin type: input
  • Resume supported: no
  • Cleanup supported: no
  • Guess supported: no

Configuration

  • location: 利用するAPIのlocation。検索広告とディスプレイ広告で異なる. (string, required)
  • version: 利用するAPIのlocation。検索広告とディスプレイ広告で異なる. (string, required)
  • license: Yahoo社から提供される認証情報 (string, required)
  • api_account: Yahoo社から提供される認証情報 (string, required)
  • api_password: API認証のためのパスワード (string, required)
  • namespace: 利用するAPIのlocation。検索広告とディスプレイ広告で異なる. (string, required)
  • report_type: レポートタイプ (string, required)
  • account_id: 取得するアカウントのID (string, required)
  • date_range_min: 取得するレポート期間の開始日. フォーマットは"YYYYMMDD" (string, required)
  • date_range_max: 取得するレポート期間の終了日. フォーマットは"YYYYMMDD" (string, required)
  • columns: 取得するレポートの列 (array, required)

Example

in:
  type: yahoo_ads
  location: xxxxx.yahooapis.jp
  version: Vx.x
  license: xxxx-xxxx-xxxx-xxxx
  api_account: yyyy-yyyy-yyyy-yyyy
  api_password: xyz
  namespace: http://abc.yahooapis.jp/V0
  report_type: CAMPAIGN
  account_id: 000000000
  date_range_min: 20171201
  date_range_max: 20171210
  columns:
    - CAMPAIGN_NAME
    - DAY
    - IMPS
    - CLICK
    - COST
    - CONVERSIONS

Build

$ rake

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages