This repository was archived by the owner on Jul 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathsa360_web_query.json
More file actions
executable file
·46 lines (46 loc) · 1.64 KB
/
sa360_web_query.json
File metadata and controls
executable file
·46 lines (46 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"script":{
"released":"2019-12-02",
"license":"Licensed under the Apache License, Version 2.0",
"copyright":"Copyright 2020 Google LLC",
"icon":"security",
"title":"SA360 Web Query Report",
"description":"Download SA360 reports into a Google Sheet.",
"sample":"https://docs.google.com/spreadsheets/d/1S9os1VO3dBW_EUFvAq4SxlxddZYAdUkvr5H9iTPQT_s/edit?resourcekey=0-jdR3mdYYWSVSAEmwuxMKbQ#gid=0",
"test":"https://github.com/google/starthinker/blob/master/tests/sa_to_bigquery.json",
"from":["cm360", "apps script"],
"to":["sheets"],
"pitches":[
"Download reports.",
"Build custom analysis.",
"Save time on account audits."
],
"impacts":{
"spend optimization":0,
"spend growth":0,
"time savings":100,
"account health":100,
"csat improvement":100
},
"instructions":[
"Add this card to a recipe and save it.",
"Then click **Run Now** to deploy.",
"Follow the [instructions](https://docs.google.com/spreadsheets/d/1S9os1VO3dBW_EUFvAq4SxlxddZYAdUkvr5H9iTPQT_s/edit?resourcekey=0-jdR3mdYYWSVSAEmwuxMKbQ#gid=0) for setup."
],
"authors":["syb@google.com"]
},
"setup":{
"day":[],
"hour":[]
},
"tasks":[
{ "drive": {
"auth": "user",
"hour":[],
"copy":{
"source":"https://docs.google.com/spreadsheets/d/1S9os1VO3dBW_EUFvAq4SxlxddZYAdUkvr5H9iTPQT_s/edit?resourcekey=0-jdR3mdYYWSVSAEmwuxMKbQ#gid=0",
"destination":{"field":{ "name":"recipe_name", "prefix":"CM User Editor For ", "kind":"string", "order":1, "description":"Name of document to deploy to.", "default":"" }}
}
}}
]
}