Skip to content

Instantly share code, notes, and snippets.

View luratic-devs's full-sized avatar
🥰
Very happy

Luratic luratic-devs

🥰
Very happy
View GitHub Profile
/**
* Retrieves all the rows in the active spreadsheet that contain data and logs the
* values for each row.
* For more information on using the Spreadsheet API, see
* https://developers.google.com/apps-script/service_spreadsheet
*/
function readRows() {
var sheet = SpreadsheetApp.getActiveSheet();
var rows = sheet.getDataRange();
var numRows = rows.getNumRows();
@luratic-devs
luratic-devs / GA4 - Dimensions & Metrics Cheatsheet - Changelog.md
Last active June 19, 2024 20:53
GA4 - Dimensions & Metrics Cheatsheet - Changelog.md