-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinitializerJson.json
100 lines (100 loc) · 2.78 KB
/
initializerJson.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[
{
"httpRequest": {
"method": "GET",
"path": "/api/v1/ad-account"
},
"httpResponse": {
"body": [
{
"id": 1,
"customer_id": 0,
"created_at": "2013-03-25 13:06:08",
"updated_at": "2022-03-25 15:51:07",
"updated_by": 505,
"status": 1,
"market_id": 60,
"is_branded": 0,
"is_mcc": 0,
"name": "Google Test Account - Anirban Dan",
"type": 0,
"offline_publisher_id": null,
"network": 0,
"client_id": "5912821774",
"token": "ebYS62yrzmE46ZBgaIAa5A",
"oauth_token": "1//09Dho-BB9Fj5HCgYIARAAGAkSNwF-L9IrkJBSGvqoBgPejnzUX2y4-8YuR9YMT45Vyqp-rewP8fHDzpv1Pk7PGlneeOodMPMwOBM",
"is_sandbox": 0,
"external_url_params": null,
"comment": "XSEM-4147: Paused for better Hadoop Compatibility",
"allow_upload": 0,
"is_logger_enabled": 0,
"hadoop_sqoop": 0,
"keyword_category_update": 0
},
{
"id": 2,
"customerId": 12343336,
"type": 1,
"clientId": 4562229,
"token": "lsdkjflewirjrt94ewqr23r238uj53ij43",
"oauthToken": "elrhjf4389xasdau934joijefkjnkjdfvde",
"isSandbox": false,
"publisherNetwork": 0,
"marketId": 61
}
]
}
},
{
"httpRequest": {
"method": "GET",
"path": "/api/v1/ad-account/1"
},
"httpResponse": {
"body": {
"id": 413,
"customer_id": 0,
"created_at": "2013-03-25 13:06:08",
"updated_at": "2022-03-25 15:51:07",
"updated_by": 505,
"status": 1,
"market_id": 60,
"is_branded": 0,
"is_mcc": 0,
"name": "Google Test Account - Anirban Dan",
"type": 0,
"offline_publisher_id": null,
"network": 0,
"client_id": "5912821774",
"token": "ebYS62yrzmE46ZBgaIAa5A",
"oauth_token": "1//09Dho-BB9Fj5HCgYIARAAGAkSNwF-L9IrkJBSGvqoBgPejnzUX2y4-8YuR9YMT45Vyqp-rewP8fHDzpv1Pk7PGlneeOodMPMwOBM",
"is_sandbox": 0,
"external_url_params": null,
"comment": "XSEM-4147: Paused for better Hadoop Compatibility",
"allow_upload": 0,
"is_logger_enabled": 0,
"hadoop_sqoop": 0,
"keyword_category_update": 0
}
}
},
{
"httpRequest": {
"method": "GET",
"path": "/api/v1/ad-account/2"
},
"httpResponse": {
"body": {
"id": 2,
"customerId": 12343336,
"type": 1,
"clientId": 4562229,
"token": "lsdkjflewirjrt94ewqr23r238uj53ij43",
"oauthToken": "elrhjf4389xasdau934joijefkjnkjdfvde",
"isSandbox": false,
"publisherNetwork": 0,
"marketId": 61
}
}
}
]