A Singer (https://singer.io) target that writes data to Google Ads.
This is a Singer loader that writes data to Google Ads API following the Singer spec.
This tap:
- Writes data to the Google Ads API.
Email: deke.li@sendinblue.com
Install requirements, using either of the two methods below.
Method 1
poetry install
Method 2
Alternatively, you can run the following command. It runs setup.py and installs target-bigquery into the env like the user would. -e emulates how a user of the package would install requirements.
pip install -e .
Add the following files to sandbox directory under project root directory:
- target-config.json:
{
"developer_token": "frfdqsfeDFZEFD",
"oauth_client_id": "fqdsF342-sfqsdfeaa32432.apps.googleusercontent.com",
"oauth_client_secret": "DSFRT4RDFGesfzer",
"refresh_token": "1//03AumSAfqsdfqsf-qsdfqsdfrzetgb-f-dqfqsdfze-thgf-dqsfdfh-37A",
"customerId": 23456434,
"conversion_id": 2345325535,
"offline_conversion": "dummy_conversion"
}
Copyright © 2022 Sendinblue