google-apis-adsense_v2 0.23.0 → 0.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/adsense_v2/gem_version.rb +3 -3
- data/lib/google/apis/adsense_v2/service.rb +10 -6
- 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: 19527c0dfaa3e27d8f2b188162579aa4d2152168d986dd94be3ad9c1ea0f5217
|
|
4
|
+
data.tar.gz: b0be9f9b298758024318014fb0e88e944345ef438e5d3f54439f132b29ab9cd3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d0d5c72c1874815641b9329bafa77da05170dd310ed1333f5906b580bba8dbfc48d227ce36110949517b253312a105c130ea67d24eb677adf60fdf7583003e7
|
|
7
|
+
data.tar.gz: dc88bf009d73e938c1d5292ff877a6152f4353300a8e9c88bb5b15ebc619fcd61fedbd9942765f54748b140018198c89cab66d5b79cbc08f172b228bd1431169
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-adsense_v2
|
|
2
2
|
|
|
3
|
+
### v0.24.0 (2022-11-03)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20221025
|
|
6
|
+
* Regenerated using generator version 0.11.0
|
|
7
|
+
|
|
3
8
|
### v0.23.0 (2022-09-23)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20220921
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AdsenseV2
|
|
18
18
|
# Version of the google-apis-adsense_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.24.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 = "20221025"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -298,10 +298,10 @@ module Google
|
|
|
298
298
|
# Creates an ad unit. This method can only be used by projects enabled for the [
|
|
299
299
|
# AdSense for Platforms](https://developers.google.com/adsense/platforms/)
|
|
300
300
|
# product. Note that ad units can only be created for ad clients with an "AFC"
|
|
301
|
-
# product code. For more info see the [AdClient resource](
|
|
302
|
-
#
|
|
303
|
-
#
|
|
304
|
-
#
|
|
301
|
+
# product code. For more info see the [AdClient resource](/adsense/management/
|
|
302
|
+
# reference/rest/v2/accounts.adclients). For now, this method can only be used
|
|
303
|
+
# to create `DISPLAY` ad units. See: https://support.google.com/adsense/answer/
|
|
304
|
+
# 9183566
|
|
305
305
|
# @param [String] parent
|
|
306
306
|
# Required. Ad client to create an ad unit under. Format: accounts/`account`/
|
|
307
307
|
# adclients/`adclient`
|
|
@@ -908,7 +908,9 @@ module Google
|
|
|
908
908
|
# Year of the date. Must be from 1 to 9999, or 0 to specify a date without a
|
|
909
909
|
# year.
|
|
910
910
|
# @param [Array<String>, String] filters
|
|
911
|
-
#
|
|
911
|
+
# A list of [filters](/adsense/management/reporting/filtering) to apply to the
|
|
912
|
+
# report. All provided filters must match in order for the data to be included
|
|
913
|
+
# in the report.
|
|
912
914
|
# @param [String] language_code
|
|
913
915
|
# The language to use for translating report output. If unspecified, this
|
|
914
916
|
# defaults to English ("en"). If the given language is not supported, report
|
|
@@ -1004,7 +1006,9 @@ module Google
|
|
|
1004
1006
|
# Year of the date. Must be from 1 to 9999, or 0 to specify a date without a
|
|
1005
1007
|
# year.
|
|
1006
1008
|
# @param [Array<String>, String] filters
|
|
1007
|
-
#
|
|
1009
|
+
# A list of [filters](/adsense/management/reporting/filtering) to apply to the
|
|
1010
|
+
# report. All provided filters must match in order for the data to be included
|
|
1011
|
+
# in the report.
|
|
1008
1012
|
# @param [String] language_code
|
|
1009
1013
|
# The language to use for translating report output. If unspecified, this
|
|
1010
1014
|
# defaults to English ("en"). If the given language is not supported, report
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-adsense_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.24.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
|
|
@@ -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-adsense_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.24.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-adsense_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|