google-apis-admob_v1 0.17.0 → 0.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/admob_v1/classes.rb +12 -10
- data/lib/google/apis/admob_v1/gem_version.rb +3 -3
- data/lib/google/apis/admob_v1/service.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f61c4ffc6742e39668b225c2e24121182ee15cd716ed6a4e0cc93a05f5c7b759
|
4
|
+
data.tar.gz: 7f43f71a95ef78703ee1590c6cd66e94ca951c66a52743dd82003374889d652f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a6fc7f581e954377c886daa256dfe223ba426eb3eb5de2f34908031dbf69421bf324475116df389851411e2f7ba2cf2a80f614375c0d308acda840e5e0aa2e8
|
7
|
+
data.tar.gz: 6ff41ee936aac6b57a431bc4fb54f38e222268b33112d550c5a50e3164f53aff7d333fcd1d3da3c3b161562f432fe2b167d0c8d884c86c88b96123a5d0f95bfb
|
data/CHANGELOG.md
CHANGED
@@ -26,14 +26,16 @@ module Google
|
|
26
26
|
class AdUnit
|
27
27
|
include Google::Apis::Core::Hashable
|
28
28
|
|
29
|
-
# AdFormat of the ad unit. Possible values are as follows: "
|
30
|
-
# format. "
|
31
|
-
# banner or interstitial. This format can no longer
|
32
|
-
# targeted by mediation groups. "INTERSTITIAL" - A full
|
33
|
-
# types are "RICH_MEDIA" and "VIDEO". "NATIVE" - Native
|
34
|
-
# An ad that, once viewed, gets a callback verifying the
|
35
|
-
# can be given to the user. Supported ad types are "
|
36
|
-
# and video where video can not be excluded.
|
29
|
+
# AdFormat of the ad unit. Possible values are as follows: "APP_OPEN" - App Open
|
30
|
+
# ad format. "BANNER" - Banner ad format. "BANNER_INTERSTITIAL" - Legacy format
|
31
|
+
# that can be used as either banner or interstitial. This format can no longer
|
32
|
+
# be created but can be targeted by mediation groups. "INTERSTITIAL" - A full
|
33
|
+
# screen ad. Supported ad types are "RICH_MEDIA" and "VIDEO". "NATIVE" - Native
|
34
|
+
# ad format. "REWARDED" - An ad that, once viewed, gets a callback verifying the
|
35
|
+
# view so that a reward can be given to the user. Supported ad types are "
|
36
|
+
# RICH_MEDIA" (interactive) and video where video can not be excluded. "
|
37
|
+
# REWARDED_INTERSTITIAL" - Rewarded Interstitial ad format. Only supports video
|
38
|
+
# ad type. See https://support.google.com/admob/answer/9884467.
|
37
39
|
# Corresponds to the JSON property `adFormat`
|
38
40
|
# @return [String]
|
39
41
|
attr_accessor :ad_format
|
@@ -264,7 +266,7 @@ module Google
|
|
264
266
|
end
|
265
267
|
end
|
266
268
|
|
267
|
-
# Request to generate an AdMob
|
269
|
+
# Request to generate an AdMob mediation report.
|
268
270
|
class GenerateMediationReportRequest
|
269
271
|
include Google::Apis::Core::Hashable
|
270
272
|
|
@@ -295,7 +297,7 @@ module Google
|
|
295
297
|
end
|
296
298
|
end
|
297
299
|
|
298
|
-
# The streaming response for the AdMob
|
300
|
+
# The streaming response for the AdMob mediation report where the first response
|
299
301
|
# contains the report header, then a stream of row responses, and finally a
|
300
302
|
# footer as the last response message. For example: [` "header": ` "date_range":
|
301
303
|
# ` "start_date": `"year": 2018, "month": 9, "day": 1`, "end_date": `"year":
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AdmobV1
|
18
18
|
# Version of the google-apis-admob_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
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
|
@@ -200,7 +200,7 @@ module Google
|
|
200
200
|
execute_or_queue_command(command, &block)
|
201
201
|
end
|
202
202
|
|
203
|
-
# Generates an AdMob
|
203
|
+
# Generates an AdMob mediation report based on the provided report specification.
|
204
204
|
# Returns result of a server-side streaming RPC. The result is returned in a
|
205
205
|
# sequence of responses.
|
206
206
|
# @param [String] parent
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-admob_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.18.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-10-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.9.
|
19
|
+
version: 0.9.1
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.9.
|
29
|
+
version: 0.9.1
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1/v0.18.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admob_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|