Skip to content
Advertisement

Tag: google-apps-script

Bitly API V4 in Google Apps Script: getting errors when trying to call clicks summary

I am fairly new to Apps Script and this is my first custom function using an API. Thankyou in advance for your advice. I have been following this code to integrate Bitly into Google Sheets. https://gist.github.com/misterhay/38a500545ce7abc75b875f33f01c9f51 The code they provide for ShortenBitly works perfectly, however I cannot get ExpandBitly or Stats functions to work. Below is my code for BitlyStats,

Adding Variables to getRange()

Having a hard time with the below Google Scripts JS code. Here’s what it’s supposed to do. Copy and paste info from active sheet from column M to column AA Go to sheet 2, get the last cell with data and add one row before pasting the new information. If nothing is there then paste to the top of the

Advertisement