DV360 Write API Code Examples
This repository contains code examples for the DV360 Write API. Especially:
- DV360 Weather Based Trigger
- ... stay tuned, we are going to add more
Weather Based Trigger
This is external based trigger example, where external trigger is output of the OpenWeather API.
Apps Script Project Set Up
We recomend to use clasp to set up your Apps Script project. Just do the following:
- Download the code to your working environment (e.g.
git clone https://github.com/google/dv360-write-api.git) - Go to the directory with the Apps Script code (e.g.
cd dv360-write-api/openweather-based-bidding/) - Create a new Google Spreadsheet or use an existing Google Spreadsheet
- Install clasp
- Log in clasp
- Clone clasp
- Push code to the G-Suite project (e.g.
clasp push -for if you want your local changes to be automatically synced with the G-Suite project while you edit filesclasp push -w -f)