Sha256: 9e316bdd02317930ee6d1bb5206e7b7beb1b9b9efac0cc86c113a97676049e07

Contents?: true

Size: 1.18 KB

Versions: 9

Compression:

Stored size: 1.18 KB

Contents

# Google AdWords input plugin for Embulk

Embulk input plugin for Google AdWords reports.
This updates to google adwords library version: v201809

## Configuration
### Authentication

- **auth_method**: OAuth2 (Authentication method must be OAuth2 for AdWords API access.)
- **auth_oauth2_client_id**: OAuth2 client ID
- **auth_oauth2_client_secret**: OAuth2 client secret
- **auth_developer_token**: Developer token for AdWords API access
- **auth_client_customer_id**: Account number of the AdWords client account, e.g. 123-456-7890
- **auth_user_agent**: User agent string, e.g. Embulk plugin for Google Adwords
- **oauth2_access_token**: OAuth2 access token
- **oauth2_refresh_token**: OAuth2 refresh token
- **oauth2_issued_at**: The date and time when the OAuth2 access token has been issued
- **oauth2_expires_in**: Expiration duration of OAuth2 access token
### Query
- **report_type**: Report type to query, e.g. CAMPAIGN_PERFORMANCE_REPORT
- **fields**: Field list to query
- **conditions**: Condition list of the query
- **daterange**: Date range of the query
### How to get configuration values
You can check `config.yml.example` file.<br/>
There are links in there.

## Build

```
$ rake
```

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
embulk-input-google_adwords-0.3.8 README.md
embulk-input-google_adwords-0.3.7 README.md
embulk-input-google_adwords-0.3.6 README.md
embulk-input-google_adwords-0.3.5 README.md
embulk-input-google_adwords-0.3.4 README.md
embulk-input-google_adwords-0.3.3 README.md
embulk-input-google_adwords-0.3.1 README.md
embulk-input-google_adwords-0.3.0 README.md
embulk-input-google_adwords-0.2.0 README.md