Google Ads (meltano
variant)
Table of Contents
- Alternative variants
- Standalone usage
- Usage with Meltano
- Capabilities
- Settings
-
Developer Token (
developer_token) -
OAuth Client ID (
oauth_client_id) -
OAuth Client Secret (
oauth_client_secret) -
Access Token (
refresh_token) -
Account ID(s) (
customer_ids) -
start_date -
end_date -
User Agent for your OAuth Client (
user_agent) -
Conversion Window Days (
conversion_window_days) -
Primary Keys (
primary_keys)
-
Developer Token (
- Looking for help?
The tap-adwords Singer tap pulls data from Google Ads that can then be sent to a destination using a Singer target.
Alternative variants #
Multiple
variants
of tap-adwords are available.
This document describes the meltano variant.
Alternative variants are:
-
georgiyolovski -
singer-io(default)
Standalone usage #
Install the package using pip:
pip install git+https://gitlab.com/meltano/tap-adwords.git
For additional instructions, refer to the README in the repository.
Usage with Meltano #
Meltano helps you manage your configuration, incremental replication, and scheduled pipelines.
View the Meltano-specific tap-adwords instructions to learn more.
Capabilities #
Settings #
tap-adwords requires the
configuration
of the following settings:
-
developer_token -
oauth_client_id -
oauth_client_secret -
refresh_token -
user_agent -
customer_ids -
start_date
These and other supported settings are documented below. To quickly find the setting you're looking for, use the Table of Contents at the top of the page.
Developer Token (developer_token)
#
Your Developer Token for Google AdWord Application
OAuth Client ID (oauth_client_id)
#
Your Google OAuth Client ID
OAuth Client Secret (oauth_client_secret)
#
Your Google OAuth Client Secret
Access Token (refresh_token)
#
The Refresh Token generated through the OAuth flow run using your OAuth Client and your Developer Token
Account ID(s) (customer_ids)
#
A comma-separated list of Ad Account IDs to replicate data from
start_date
#
Determines how much historical data will be extracted. Please be aware that the larger the time period and amount of data, the longer the initial extraction can be expected to take.
end_date
#
Date up to when historical data will be extracted.
User Agent for your OAuth Client (user_agent)
#
- Default:
tap-adwords via Meltano
The User Agent for your OAuth Client (used in requests made to the AdWords API)
Conversion Window Days (conversion_window_days)
#
- Default:
0
How many Days before the Start Date to fetch data for Performance Reports
Primary Keys (primary_keys)
#
- Default:
{"KEYWORDS_PERFORMANCE_REPORT"=>["customerID", "campaignID", "adGroupID", "keywordID", "day", "network", "device"], "AD_PERFORMANCE_REPORT"=>["customerID", "campaignID", "adGroupID", "adID", "day", "network", "device"]}
Primary Keys for the selected Entities (Streams)
Looking for help? #
If you're having trouble getting the
tap-adwords tap to work, look for an
existing issue in its repository, file a new issue,
or
join the Meltano Slack community
and ask for help in the #plugins-general channel.
Found an issue on this page? #
This page is generated from a YAML file that you can contribute changes to. Edit it on GitHub!