回答編集履歴

1

追記

2017/10/03 13:25

投稿

退会済みユーザー
test CHANGED
@@ -1,3 +1,23 @@
1
1
  下記ではどうでしょうか。
2
2
 
3
3
  > formattedJson.totalsForAllResults['ga:users']
4
+
5
+
6
+
7
+ ---
8
+
9
+ 追記:
10
+
11
+
12
+
13
+ JSON.stringifyをかけているからのようです。
14
+
15
+
16
+
17
+ ```javascript
18
+
19
+ var formattedJson = response.result;
20
+
21
+ document.getElementById('query-output').value = formattedJson.totalsForAllResults['ga:users'];
22
+
23
+ ```