You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/admob_v1beta.accounts.mediationGroups.mediationAbExperiments.html
+12
Original file line number
Diff line number
Diff line change
@@ -116,8 +116,11 @@ <h3>Method Details</h3>
116
116
},
117
117
],
118
118
"displayName": "A String", # The display name for the mediation A/B experiment.
119
+
"endTime": "A String", # Output only. The time at which the experiment was ended or target to end (in UTC).
119
120
"experimentId": "A String", # Output only. Unique identifier for the mediation A/B experiment. It is an output only property.
121
+
"mediationGroupId": "A String", # Output only. The mediation group id this experiment belongs to. This can be used for filtering the experiments in the list experiments API.
120
122
"name": "A String", # Resource name for this experiment. The format is accounts/{publisher_id}/ mediationGroups/{mediation_group_id}/mediationAbExperiment/ {mediation_group_experiment_id}. For example: accounts/pub-9876543210987654/mediationGroups/0123456789/ mediationAbExperiment/12345
123
+
"startTime": "A String", # Output only. The time at which the experiment was started (in UTC).
121
124
"state": "A String", # Output only. The state of the experiment. It is an output only field.
122
125
"treatmentMediationLines": [ # The experiment mediation lines created for the treatment. They will be used for serving when the experiment status is RUNNING.
123
126
{ # The mediation group line for the experiment. It will be used for serving during the run of the experiment.
@@ -136,6 +139,7 @@ <h3>Method Details</h3>
136
139
},
137
140
],
138
141
"treatmentTrafficPercentage": "A String", # The percentage of the mediation A/B experiment traffic that will be send to the treatment (variant B). The remainder is sent to the control (variant A). The percentage is expressed as an integer in the inclusive range of [1,99]. See https://support.google.com/admob/answer/9572326 for details.
142
+
"variantLeader": "A String", # Output only. The variant leader for the experiment according to some key metrics.
139
143
}
140
144
141
145
x__xgafv: string, V1 error format.
@@ -164,8 +168,11 @@ <h3>Method Details</h3>
164
168
},
165
169
],
166
170
"displayName": "A String", # The display name for the mediation A/B experiment.
171
+
"endTime": "A String", # Output only. The time at which the experiment was ended or target to end (in UTC).
167
172
"experimentId": "A String", # Output only. Unique identifier for the mediation A/B experiment. It is an output only property.
173
+
"mediationGroupId": "A String", # Output only. The mediation group id this experiment belongs to. This can be used for filtering the experiments in the list experiments API.
168
174
"name": "A String", # Resource name for this experiment. The format is accounts/{publisher_id}/ mediationGroups/{mediation_group_id}/mediationAbExperiment/ {mediation_group_experiment_id}. For example: accounts/pub-9876543210987654/mediationGroups/0123456789/ mediationAbExperiment/12345
175
+
"startTime": "A String", # Output only. The time at which the experiment was started (in UTC).
169
176
"state": "A String", # Output only. The state of the experiment. It is an output only field.
170
177
"treatmentMediationLines": [ # The experiment mediation lines created for the treatment. They will be used for serving when the experiment status is RUNNING.
171
178
{ # The mediation group line for the experiment. It will be used for serving during the run of the experiment.
@@ -184,6 +191,7 @@ <h3>Method Details</h3>
184
191
},
185
192
],
186
193
"treatmentTrafficPercentage": "A String", # The percentage of the mediation A/B experiment traffic that will be send to the treatment (variant B). The remainder is sent to the control (variant A). The percentage is expressed as an integer in the inclusive range of [1,99]. See https://support.google.com/admob/answer/9572326 for details.
194
+
"variantLeader": "A String", # Output only. The variant leader for the experiment according to some key metrics.
187
195
}</pre>
188
196
</div>
189
197
@@ -226,8 +234,11 @@ <h3>Method Details</h3>
226
234
},
227
235
],
228
236
"displayName": "A String", # The display name for the mediation A/B experiment.
237
+
"endTime": "A String", # Output only. The time at which the experiment was ended or target to end (in UTC).
229
238
"experimentId": "A String", # Output only. Unique identifier for the mediation A/B experiment. It is an output only property.
239
+
"mediationGroupId": "A String", # Output only. The mediation group id this experiment belongs to. This can be used for filtering the experiments in the list experiments API.
230
240
"name": "A String", # Resource name for this experiment. The format is accounts/{publisher_id}/ mediationGroups/{mediation_group_id}/mediationAbExperiment/ {mediation_group_experiment_id}. For example: accounts/pub-9876543210987654/mediationGroups/0123456789/ mediationAbExperiment/12345
241
+
"startTime": "A String", # Output only. The time at which the experiment was started (in UTC).
231
242
"state": "A String", # Output only. The state of the experiment. It is an output only field.
232
243
"treatmentMediationLines": [ # The experiment mediation lines created for the treatment. They will be used for serving when the experiment status is RUNNING.
233
244
{ # The mediation group line for the experiment. It will be used for serving during the run of the experiment.
@@ -246,6 +257,7 @@ <h3>Method Details</h3>
246
257
},
247
258
],
248
259
"treatmentTrafficPercentage": "A String", # The percentage of the mediation A/B experiment traffic that will be send to the treatment (variant B). The remainder is sent to the control (variant A). The percentage is expressed as an integer in the inclusive range of [1,99]. See https://support.google.com/admob/answer/9572326 for details.
260
+
"variantLeader": "A String", # Output only. The variant leader for the experiment according to some key metrics.
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/admob.v1beta.json
+33-1
Original file line number
Diff line number
Diff line change
@@ -758,7 +758,7 @@
758
758
}
759
759
}
760
760
},
761
-
"revision": "20231106",
761
+
"revision": "20231113",
762
762
"rootUrl": "https://admob.googleapis.com/",
763
763
"schemas": {
764
764
"AdSource": {
@@ -1429,15 +1429,32 @@
1429
1429
"description": "The display name for the mediation A/B experiment.",
1430
1430
"type": "string"
1431
1431
},
1432
+
"endTime": {
1433
+
"description": "Output only. The time at which the experiment was ended or target to end (in UTC).",
1434
+
"format": "google-datetime",
1435
+
"readOnly": true,
1436
+
"type": "string"
1437
+
},
1432
1438
"experimentId": {
1433
1439
"description": "Output only. Unique identifier for the mediation A/B experiment. It is an output only property.",
1434
1440
"readOnly": true,
1435
1441
"type": "string"
1436
1442
},
1443
+
"mediationGroupId": {
1444
+
"description": "Output only. The mediation group id this experiment belongs to. This can be used for filtering the experiments in the list experiments API.",
1445
+
"readOnly": true,
1446
+
"type": "string"
1447
+
},
1437
1448
"name": {
1438
1449
"description": "Resource name for this experiment. The format is accounts/{publisher_id}/ mediationGroups/{mediation_group_id}/mediationAbExperiment/ {mediation_group_experiment_id}. For example: accounts/pub-9876543210987654/mediationGroups/0123456789/ mediationAbExperiment/12345",
1439
1450
"type": "string"
1440
1451
},
1452
+
"startTime": {
1453
+
"description": "Output only. The time at which the experiment was started (in UTC).",
1454
+
"format": "google-datetime",
1455
+
"readOnly": true,
1456
+
"type": "string"
1457
+
},
1441
1458
"state": {
1442
1459
"description": "Output only. The state of the experiment. It is an output only field.",
1443
1460
"enum": [
@@ -1466,6 +1483,21 @@
1466
1483
"description": "The percentage of the mediation A/B experiment traffic that will be send to the treatment (variant B). The remainder is sent to the control (variant A). The percentage is expressed as an integer in the inclusive range of [1,99]. See https://support.google.com/admob/answer/9572326 for details.",
1467
1484
"format": "int64",
1468
1485
"type": "string"
1486
+
},
1487
+
"variantLeader": {
1488
+
"description": "Output only. The variant leader for the experiment according to some key metrics.",
0 commit comments