Git Product home page Git Product logo

embulk-input-yahoo_ads_api's Introduction

Yahoo Ads Api input plugin for Embulk

Overview

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

Configuration

  • target: Select report or stats (string, default: report)
  • client_id: Yahoo client ID. (string, required)
  • client_secret: Yahoo client secret. (string, required)
  • refresh_token: Refresh token to get access token. (string, required)
  • servers: Servers of API. It is different for YSS and YDN. (string, required)
  • account_id: Yahoo account id. (string, required)
  • report_type: YSS and stats of YDN report type. It is required only to use YSS. (string, default: null)
  • start_date: Report start date. format:YYYYMMDD (string, required)
  • end_date: Report end date. format:YYYYMMDD (string, required)
  • columns: Report columns. (string, required)
    • name: the column name of Yahoo record will be retrieved.
    • type: Column values are converted to this embulk type. (Available values options are: boolean, long, double, string, json, timestamp)
    • format: Format of the timestamp if type is timestamp. The format for Yahoo is %Y-%m-%dT.

Example

in:
  type: yahoo_ads_api
  target: report
  client_id: xxxxxx
  client_secret: yyyyyy
  refresh_token: zzzzzz
  servers: https://ads-xxx.yahooapis.jp/api/vX
  account_id: 00000000
  report_type: CAMPAIGN
  start_date: 20191205
  end_date: 20191212
  columns:
    - {name: CAMPAIGN_ID, type: long}
    - {name: CAMPAIGN_NAME, type: string}
    - {name: DAY, type: timestamp, format: "%Y-%m-%d"}

Build

$ rake

embulk-input-yahoo_ads_api's People

Contributors

kazuki-yane avatar yokawara avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.