No commit activity in last 3 years
No release in over 3 years
Loads reporting data from LKQD API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 1.10.6
~> 0.8.28
>= 10.0

Runtime

~> 2.2.2
 Project Readme

Lkqd input plugin for Embulk

Loads reporting data from LKQD API.

Overview

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

Configuration

  • secret_key_id: API Secret Key ID (required string, required)
  • secret_key: API Secret Key (required string, required)
  • endpoint: API endpoint (optional string, default: 'https://api.lkqd.com/reports')
  • report_parameters: Report parameters documented in https://wiki.lkqd.com/display/API/LKQD+API (required hash, default: {})
  • measurable_impressions: calculate and inject Measurable Impressions column, required "IMPRESSIONS", "VIEWABILITY_MEASURED_RATE" specified in "metrics" (optional boolean, default: false)
  • viewable_impressions: calculate and inject Viewable Impressions column, required "IMPRESSIONS", "VIEWABILITY_MEASURED_RATE", "VIEWABILITY_RATE" specified in "metrics" (optional boolean, default: false)

Example

in:
  type: lkqd
  secret_key_id: 
  secret_key: 
  report_parameters:
    timeDimension: "HOURLY"
    reportType: [""]
    reportFormat: "CSV"
    startDate: "2017-08-01"
    endDate: "2017-08-02"
    startHour: 0
    endHour: 23
    timezone: "UTC"
    metrics: [""]

Build

$ rake