Posts by WoolfDall • 63 points
2 posts
-
2
votes0
answers38
viewsQ: regex in Analytics API
I’m writing a code in Google App Script using the Google Analytics API where I make a request using a regex filter. A similar example is written below: var id = xxxxxxx; var startDate =…
-
4
votes1
answer45
viewsQ: stacked arrays
I gave a search through the internet and did not find answer for this my problem. Imagine that you have arrays stacked. For example: var array = [[[1, 2], [3, 4]], [[[5, 6], [7, 8]], [9, 10]]]; What…