-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Paul Kenjora edited this page Sep 4, 2024
·
13 revisions
The README file covers:
- Installing.
- Running.
- Scheduling.
- Credentials.
Use these as a reference to learn about workflows and time saving patterns.
- DV360 API Example
- DV360 Report Example
- SA360 Report Example (With Agency Level Pulls)
- Incremental Load Example
- Calling An API In Batches
- auth.py - Helper to generate optional user credentials.
- config.py - Authentication scopes.
- run.py - The main script for executing workflows.
- schedule_local.py - A script that reads workflows from VM local drive, see VM Runner. Run on a schedule.
- schedule_drive.py - A script that reads workflows from drive, see Drive Runner. Run on a schedule.
- task - Folder containing all workflow task functions. Add new task code here.
- util - Folder containing common functions used by tasks. Add new generic code here.
The following are solutions published by the Google gTech team, you will have to request access to each asset:
-
DV360 Line Item To Creative Append
- A robot that assigns trafficked creatives to line items based on a naming convention (PRISMA compatible).
-
DV360 Line Item And Creative Audit
- A dashboard that monitors the status and assignment of creatives and line items (PRISMA compatible).