Skip to content

Instantly share code, notes, and snippets.

/* Docs:
* https://developers.google.com/adwords/scripts/docs/examples/google-bigquery
* https://cloud.google.com/bigquery/docs/reference/rest/v2/
* https://developers.google.com/apps-script/advanced/bigquery
* https://www.googleapis.com/bigquery/v2/projects/projectId/datasets/datasetId/tables/tableId
*/
/**
* API-Doc:
var SCRIPT_NAME = "your-script-name";
@norisk-marketing
norisk-marketing / ryteApiToGoogleSheetWriter.js
Last active September 27, 2017 10:08
This script uses ryte's JSON-payloads to fetch data from their zoom-API and writes the results to a Google sheet. ryte is a website quality management tool with an in-depth link and source code crawler.
/*
* ryteApiToGoogleSheetWriter
* Version: 1.1.0
* @author: Christopher Gutknecht
* norisk GmbH
* cgutknecht@noriskshop.de
*
* Description: uses ryte JSON-payloads to fetch data from API and writes to Google sheet
*/
/**
* @name: Google Spreadsheet Wrapper
* @version: 1.0.0
* @author: Alexander Groß
* norisk GmbH
* agross@noriskshop.de
*
* Spreadsheet Wrapper that you can use to administrate a database of multiple spreadsheets. This library shows how a wrapper can work.
* IMPORTANT: You will need to implement the abstract method
*
/**
* @name: nrTimer.js
* @version: 1.0.0
* @author: Alexander Groß
* norisk GmbH
* agross@noriskshop.de
*
* Simple library that allows you to manage your AdWords Scripts easily via a configurable Timer.
*/