Garf implementation for Google Bid Manager API
Project description
garf for Bid Manager API
garf-bid-manager simplifies fetching data from Bid Manager API using SQL-like queries.
Prerequisites
- Bid Manager API enabled.
- Credentials configured.
Installation
pip install garf-bid-manager
Usage
Run as a library
from garf.community.google.bid_manager import BidManagerApiReportFetcher
from garf.io import writer
# Fetch report
query = """
SELECT
advertiser_name,
metric_clicks AS clicks
FROM standard
WHERE advertiser = 1
AND dataRange IN (2025-01-01, 2025-12-31)
"""
fetched_report = BidManagerApiReportFetcher() .fetch(query, query=query)
# Write report to console
console_writer = writer.create_writer('console')
console_writer.write(fetched_report, 'output')
Run via CLI
Install
garf-executorspackage to run queries via CLI (pip install garf-executors).
garf <PATH_TO_QUERIES> --source bid-manager \
--output <OUTPUT_TYPE> \
--source.<SOURCE_PARAMETER=VALUE>
where:
<PATH_TO_QUERIES>- local or remove files containing queriesoutput- output supported bygarf-iolibrary.<SOURCE_PARAMETER=VALUE- key-value pairs to refine fetching, check available source parameters.
Available source parameters
| name | values | comments |
|---|---|---|
credentials_file |
File with Oauth or service account credentials | You can expose credentials_file as GARF_BID_MANAGER_CREDENTIALS_FILE ENV variable |
auth_mode |
Type of authentication: oauth or service_account |
oauth is the default mode |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file garf_bid_manager-1.0.2.tar.gz.
File metadata
- Download URL: garf_bid_manager-1.0.2.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.1 {"installer":{"name":"uv","version":"0.10.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c09b5b78829a921cea28be8abdc11f56bbff2387267ade82e9c2cd0ebf27427
|
|
| MD5 |
036ad940c35e47a321c2309932309bbe
|
|
| BLAKE2b-256 |
89ddad6f2faf218501f6a03eed8d641eefd171204bbe5c6c685752100b87b03a
|
File details
Details for the file garf_bid_manager-1.0.2-py3-none-any.whl.
File metadata
- Download URL: garf_bid_manager-1.0.2-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.1 {"installer":{"name":"uv","version":"0.10.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6de73289c301aa4a5afc47bdf2e75d6fb593327fb60b8424395a360ad3e4e86
|
|
| MD5 |
9725d2ff45deca57ea94a89f1805b363
|
|
| BLAKE2b-256 |
b522ca65400fb6a0a5ec7f9b624ef11fab282b42f53fea4ed2a88ca4cba98361
|