google-apis-admob_v1beta 0.18.0 → 0.19.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8baaf24b89bccccf3da3cb3f077030cba2934d99a5e56098f0f190b0a949983e
|
4
|
+
data.tar.gz: dd5a320b665d56eec07c249c5f45187daf0730394b86c3ab5cc2b4116918c82d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4bc859b36e76a0947372e10141af5f7d80be767070acedc528460c75aff40b56fa8a8fb40a1d2607d8605e2a28bafbdd251984fae4888a9430e9175484cc2f9b
|
7
|
+
data.tar.gz: f314d0f989e0849dd4d043959cf03b6279d2d3a030a750aa94d89ac49d4b702e8e64a51f23b20748c3422c19ed93aba7971a3211deed76e137dec33a4fb22df3
|
data/CHANGELOG.md
CHANGED
@@ -58,14 +58,16 @@ module Google
|
|
58
58
|
class AdUnit
|
59
59
|
include Google::Apis::Core::Hashable
|
60
60
|
|
61
|
-
# AdFormat of the ad unit. Possible values are as follows: "
|
62
|
-
# format. "
|
63
|
-
# banner or interstitial. This format can no longer
|
64
|
-
# targeted by mediation groups. "INTERSTITIAL" - A full
|
65
|
-
# types are "RICH_MEDIA" and "VIDEO". "NATIVE" - Native
|
66
|
-
# An ad that, once viewed, gets a callback verifying the
|
67
|
-
# can be given to the user. Supported ad types are "
|
68
|
-
# and video where video can not be excluded.
|
61
|
+
# AdFormat of the ad unit. Possible values are as follows: "APP_OPEN" - App Open
|
62
|
+
# ad format. "BANNER" - Banner ad format. "BANNER_INTERSTITIAL" - Legacy format
|
63
|
+
# that can be used as either banner or interstitial. This format can no longer
|
64
|
+
# be created but can be targeted by mediation groups. "INTERSTITIAL" - A full
|
65
|
+
# screen ad. Supported ad types are "RICH_MEDIA" and "VIDEO". "NATIVE" - Native
|
66
|
+
# ad format. "REWARDED" - An ad that, once viewed, gets a callback verifying the
|
67
|
+
# view so that a reward can be given to the user. Supported ad types are "
|
68
|
+
# RICH_MEDIA" (interactive) and video where video can not be excluded. "
|
69
|
+
# REWARDED_INTERSTITIAL" - Rewarded Interstitial ad format. Only supports video
|
70
|
+
# ad type. See https://support.google.com/admob/answer/9884467.
|
69
71
|
# Corresponds to the JSON property `adFormat`
|
70
72
|
# @return [String]
|
71
73
|
attr_accessor :ad_format
|
@@ -296,7 +298,7 @@ module Google
|
|
296
298
|
end
|
297
299
|
end
|
298
300
|
|
299
|
-
# Request to generate an AdMob
|
301
|
+
# Request to generate an AdMob mediation report.
|
300
302
|
class GenerateMediationReportRequest
|
301
303
|
include Google::Apis::Core::Hashable
|
302
304
|
|
@@ -327,7 +329,7 @@ module Google
|
|
327
329
|
end
|
328
330
|
end
|
329
331
|
|
330
|
-
# The streaming response for the AdMob
|
332
|
+
# The streaming response for the AdMob mediation report where the first response
|
331
333
|
# contains the report header, then a stream of row responses, and finally a
|
332
334
|
# footer as the last response message. For example: [` "header": ` "date_range":
|
333
335
|
# ` "start_date": `"year": 2018, "month": 9, "day": 1`, "end_date": `"year":
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AdmobV1beta
|
18
18
|
# Version of the google-apis-admob_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.19.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221026"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -240,7 +240,7 @@ module Google
|
|
240
240
|
execute_or_queue_command(command, &block)
|
241
241
|
end
|
242
242
|
|
243
|
-
# Generates an AdMob
|
243
|
+
# Generates an AdMob mediation report based on the provided report specification.
|
244
244
|
# Returns result of a server-side streaming RPC. The result is returned in a
|
245
245
|
# sequence of responses.
|
246
246
|
# @param [String] parent
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-admob_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admob_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1beta/v0.19.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admob_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|