A collection of libraries to simplify interacting with Google's Advanced Services and other 3rd party services that can be included in Google Apps Script. The main idea is to remove the "plumbing" so that you can focus on code to do your work, rather than to grapple with Google's services.
- Get the project key for the library that you want to use.
- The project key is available in the library's README.
- Inside your Apps Script script, go to Resources > Libraries....
- Paste the above project key into the Add a Library text box.
- Click Add to add the library to your project.
- Click the Version dropdown and choose the latest version of this library to use.
- (optional) Change the Identifier name to what you would like to use to identify this library in your script.
- Click Save to save the libraries you have added and close the dialog box.
Complete instructions are available from Google Developers.
bigquery-helper
: run queries in BigQuery.mixpanel-tracker
: track usage to Mixpanel.