// Create a good alert for ViewID:
function goodAlertViewID() {
var callUI = SpreadsheetApp.getUi();
var goodalert = callUI.alert("👍 ViewID's HARVESTING FINISHED!", "Good Harvesting! Just press OK or check 'Config' sheet if u need.", callUI.ButtonSet.OK);
goodalert;
}
// Create a good alert for Report:
function goodAlertReport() {
var callUI = SpreadsheetApp.getUi();
var goodalert = callUI.alert("👍 GA API DATA HARVESTING FINISHED!", "Good Harvesting! Just press OK or check 'GA_API_DATA' sheet if u need.", callUI.ButtonSet.OK);
goodalert;
}
// Create awaiting data harvestion alert for Report:
function waitAlert() {
var callUI = SpreadsheetApp.getUi();
var goodalert = callUI.alert("⏰ GA API DATA HARVESTING STARTED...", "Press OK and wait!", callUI.ButtonSet.OK);
goodalert;
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter