Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8f91dd7

Browse files
committedNov 14, 2023
feat(admob): update the api
#### admob:v1beta The following keys were added: - schemas.MediationAbExperiment.properties.endTime (Total Keys: 3) - schemas.MediationAbExperiment.properties.mediationGroupId (Total Keys: 2) - schemas.MediationAbExperiment.properties.startTime (Total Keys: 3) - schemas.MediationAbExperiment.properties.variantLeader (Total Keys: 2)
1 parent f2ed739 commit 8f91dd7

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed
 

‎docs/dyn/admob_v1beta.accounts.mediationGroups.mediationAbExperiments.html

+12
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,11 @@ <h3>Method Details</h3>
116116
},
117117
],
118118
&quot;displayName&quot;: &quot;A String&quot;, # The display name for the mediation A/B experiment.
119+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time at which the experiment was ended or target to end (in UTC).
119120
&quot;experimentId&quot;: &quot;A String&quot;, # Output only. Unique identifier for the mediation A/B experiment. It is an output only property.
121+
&quot;mediationGroupId&quot;: &quot;A String&quot;, # Output only. The mediation group id this experiment belongs to. This can be used for filtering the experiments in the list experiments API.
120122
&quot;name&quot;: &quot;A String&quot;, # 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+
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The time at which the experiment was started (in UTC).
121124
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the experiment. It is an output only field.
122125
&quot;treatmentMediationLines&quot;: [ # The experiment mediation lines created for the treatment. They will be used for serving when the experiment status is RUNNING.
123126
{ # 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>
136139
},
137140
],
138141
&quot;treatmentTrafficPercentage&quot;: &quot;A String&quot;, # 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+
&quot;variantLeader&quot;: &quot;A String&quot;, # Output only. The variant leader for the experiment according to some key metrics.
139143
}
140144

141145
x__xgafv: string, V1 error format.
@@ -164,8 +168,11 @@ <h3>Method Details</h3>
164168
},
165169
],
166170
&quot;displayName&quot;: &quot;A String&quot;, # The display name for the mediation A/B experiment.
171+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time at which the experiment was ended or target to end (in UTC).
167172
&quot;experimentId&quot;: &quot;A String&quot;, # Output only. Unique identifier for the mediation A/B experiment. It is an output only property.
173+
&quot;mediationGroupId&quot;: &quot;A String&quot;, # Output only. The mediation group id this experiment belongs to. This can be used for filtering the experiments in the list experiments API.
168174
&quot;name&quot;: &quot;A String&quot;, # 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+
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The time at which the experiment was started (in UTC).
169176
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the experiment. It is an output only field.
170177
&quot;treatmentMediationLines&quot;: [ # The experiment mediation lines created for the treatment. They will be used for serving when the experiment status is RUNNING.
171178
{ # 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>
184191
},
185192
],
186193
&quot;treatmentTrafficPercentage&quot;: &quot;A String&quot;, # 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+
&quot;variantLeader&quot;: &quot;A String&quot;, # Output only. The variant leader for the experiment according to some key metrics.
187195
}</pre>
188196
</div>
189197

@@ -226,8 +234,11 @@ <h3>Method Details</h3>
226234
},
227235
],
228236
&quot;displayName&quot;: &quot;A String&quot;, # The display name for the mediation A/B experiment.
237+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time at which the experiment was ended or target to end (in UTC).
229238
&quot;experimentId&quot;: &quot;A String&quot;, # Output only. Unique identifier for the mediation A/B experiment. It is an output only property.
239+
&quot;mediationGroupId&quot;: &quot;A String&quot;, # Output only. The mediation group id this experiment belongs to. This can be used for filtering the experiments in the list experiments API.
230240
&quot;name&quot;: &quot;A String&quot;, # 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+
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The time at which the experiment was started (in UTC).
231242
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the experiment. It is an output only field.
232243
&quot;treatmentMediationLines&quot;: [ # The experiment mediation lines created for the treatment. They will be used for serving when the experiment status is RUNNING.
233244
{ # 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>
246257
},
247258
],
248259
&quot;treatmentTrafficPercentage&quot;: &quot;A String&quot;, # 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+
&quot;variantLeader&quot;: &quot;A String&quot;, # Output only. The variant leader for the experiment according to some key metrics.
249261
}</pre>
250262
</div>
251263

‎googleapiclient/discovery_cache/documents/admob.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
}
322322
}
323323
},
324-
"revision": "20231106",
324+
"revision": "20231113",
325325
"rootUrl": "https://admob.googleapis.com/",
326326
"schemas": {
327327
"AdUnit": {

‎googleapiclient/discovery_cache/documents/admob.v1beta.json

+33-1
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@
758758
}
759759
}
760760
},
761-
"revision": "20231106",
761+
"revision": "20231113",
762762
"rootUrl": "https://admob.googleapis.com/",
763763
"schemas": {
764764
"AdSource": {
@@ -1429,15 +1429,32 @@
14291429
"description": "The display name for the mediation A/B experiment.",
14301430
"type": "string"
14311431
},
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+
},
14321438
"experimentId": {
14331439
"description": "Output only. Unique identifier for the mediation A/B experiment. It is an output only property.",
14341440
"readOnly": true,
14351441
"type": "string"
14361442
},
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+
},
14371448
"name": {
14381449
"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",
14391450
"type": "string"
14401451
},
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+
},
14411458
"state": {
14421459
"description": "Output only. The state of the experiment. It is an output only field.",
14431460
"enum": [
@@ -1466,6 +1483,21 @@
14661483
"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.",
14671484
"format": "int64",
14681485
"type": "string"
1486+
},
1487+
"variantLeader": {
1488+
"description": "Output only. The variant leader for the experiment according to some key metrics.",
1489+
"enum": [
1490+
"VARIANT_LEADER_UNSPECIFIED",
1491+
"CONTROL",
1492+
"TREATMENT"
1493+
],
1494+
"enumDescriptions": [
1495+
"Default value of the enum. Do not use.",
1496+
"The control leading the experiment.",
1497+
"The treatment leading the experiment."
1498+
],
1499+
"readOnly": true,
1500+
"type": "string"
14691501
}
14701502
},
14711503
"type": "object"

0 commit comments

Comments
 (0)
Please sign in to comment.