├── CONTRIBUTING.md ├── Code.js ├── ConfigDataHandler.js ├── Dv360Handler.js ├── LICENSE ├── README.md ├── Utils.js ├── WeatherUpdater.js └── appsscript.json /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/dv360-bidbyweather/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Code.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/dv360-bidbyweather/HEAD/Code.js -------------------------------------------------------------------------------- /ConfigDataHandler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/dv360-bidbyweather/HEAD/ConfigDataHandler.js -------------------------------------------------------------------------------- /Dv360Handler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/dv360-bidbyweather/HEAD/Dv360Handler.js -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/dv360-bidbyweather/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/dv360-bidbyweather/HEAD/README.md -------------------------------------------------------------------------------- /Utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/dv360-bidbyweather/HEAD/Utils.js -------------------------------------------------------------------------------- /WeatherUpdater.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/dv360-bidbyweather/HEAD/WeatherUpdater.js -------------------------------------------------------------------------------- /appsscript.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/dv360-bidbyweather/HEAD/appsscript.json --------------------------------------------------------------------------------