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 pathcm_user_editor.json
More file actions
executable file
·50 lines (50 loc) · 1.83 KB
/
cm_user_editor.json
File metadata and controls
executable file
·50 lines (50 loc) · 1.83 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
47
48
49
50
{
"script":{
"released":"2020-03-23",
"license":"Licensed under the Apache License, Version 2.0",
"copyright":"Copyright 2020 Google LLC",
"icon":"security",
"title":"CM360 Bulk User Editor",
"description":"A tool for rapidly bulk editing Campaign Manager profiles, roles, and sub accounts.",
"image":"https://github.com/google/starthinker/raw/master/tutorials/images/cm_user_edit.png",
"sample":"https://docs.google.com/spreadsheets/d/1Mw4kDJfaWVloyjSayJSkgE8i28Svoj1756fyQtIpmRE/",
"documentation":"https://docs.google.com/spreadsheets/d/1zQDqm3owQMNsx0lvcN1SQWVGOhwfgsWSmirBK54qVL0/",
"from":["cm360", "apps script"],
"to":["sheets"],
"pitches":[
"Create and edit profiles in bulk.",
"Create and edit roles in bulk.",
"Redefine bulk role permissions.",
"Update sub account permissions.",
"Add entire teams to an Advertiser, Campaign, or Role.",
"Save time on user audits and updates."
],
"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/1Mw4kDJfaWVloyjSayJSkgE8i28Svoj1756fyQtIpmRE/) for setup."
],
"authors":["kenjora@google.com"]
},
"setup":{
"day":[],
"hour":[]
},
"tasks":[
{ "drive": {
"auth": "user",
"hour":[],
"copy":{
"source":"https://docs.google.com/spreadsheets/d/1Mw4kDJfaWVloyjSayJSkgE8i28Svoj1756fyQtIpmRE/",
"destination":{"field":{ "name":"recipe_name", "prefix":"CM User Editor For ", "kind":"string", "order":1, "description":"Name of document to deploy to.", "default":"" }}
}
}}
]
}