Skip to main content

Garf implementation for Google Bid Manager API

Project description

garf for Bid Manager API

PyPI Downloads PyPI

garf-bid-manager simplifies fetching data from Bid Manager API using SQL-like queries.

Prerequisites

Installation

pip install garf-bid-manager

Usage

Run as a library

import garf_bid_manager
from garf_io import writer

# Fetch report
query = """
  SELECT
    advertiser_name,
    metric_clicks AS clicks
  FROM standard
  WHERE advertiser = 1
    AND dataRange = LAST_7_DAYS
"""
fetched_report = (
  garf_bid_manager.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-executors package 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 queries
  • <OUTPUT_TYPE> - output supported by garf-io library.
  • <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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

garf_bid_manager-0.0.5.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

garf_bid_manager-0.0.5-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file garf_bid_manager-0.0.5.tar.gz.

File metadata

  • Download URL: garf_bid_manager-0.0.5.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.9 {"installer":{"name":"uv","version":"0.9.9"},"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

Hashes for garf_bid_manager-0.0.5.tar.gz
Algorithm Hash digest
SHA256 eaf3edd4b0d9235ab49ba74024372668ebcf25f5454ec64eade56684718e495e
MD5 9cebdd8688fd3d8dab5117c336afa473
BLAKE2b-256 ae07e784ed93ddc17c196385e9bc797a2919d399aeefc798839660de8cebf494

See more details on using hashes here.

File details

Details for the file garf_bid_manager-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: garf_bid_manager-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.9 {"installer":{"name":"uv","version":"0.9.9"},"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

Hashes for garf_bid_manager-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 f3665f014195e1299db0359d82d2a4e8ddbbb2f51c266ec4f74e4c07bf6b6c02
MD5 74ff091239b0ab1bc9dd25943312d66c
BLAKE2b-256 fe9888b8ab7d455b8c4b122b20acfbc5e2b6b12281799be461854f243333b934

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page