google-apis-adsense_v2 0.31.0 → 0.32.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 +4 -0
- data/lib/google/apis/adsense_v2/gem_version.rb +2 -2
- data/lib/google/apis/adsense_v2/service.rb +26 -20
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c4182e0ca21af735c58af43a96098396be4402e9f22863ef6a0bfaae0b053026
|
|
4
|
+
data.tar.gz: ce3ea27cb6fc4faeb04008a1e2a4a535f57ba4c02774a0ead0349dbd56260bef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 499c730a0939f04c411632e06548eb59456a6b689256aa231ffdb22667f4bfb8e32358f0ce3a72cd615c0d2c5a9ed0bd883220a824c79a0d9392bca11158f90f
|
|
7
|
+
data.tar.gz: 5486f0176cd1ea64a412cf6d34432a89fe95bada1c0d87d8637f49c29f4dd8c550b5968788b1069bcbcb6cecc65b63911a202be1864ea8b40332c5475d43168e
|
data/CHANGELOG.md
CHANGED
|
@@ -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.32.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240320"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -298,13 +298,14 @@ module Google
|
|
|
298
298
|
execute_or_queue_command(command, &block)
|
|
299
299
|
end
|
|
300
300
|
|
|
301
|
-
# Creates an ad unit. This method can
|
|
302
|
-
# AdSense for Platforms](https://
|
|
303
|
-
#
|
|
304
|
-
#
|
|
305
|
-
#
|
|
306
|
-
#
|
|
307
|
-
#
|
|
301
|
+
# Creates an ad unit. This method can be called only by a restricted set of
|
|
302
|
+
# projects, which are usually owned by [AdSense for Platforms](https://
|
|
303
|
+
# developers.google.com/adsense/platforms/) publishers. Contact your account
|
|
304
|
+
# manager if you need to use this method. Note that ad units can only be created
|
|
305
|
+
# for ad clients with an "AFC" product code. For more info see the [AdClient
|
|
306
|
+
# resource](/adsense/management/reference/rest/v2/accounts.adclients). For now,
|
|
307
|
+
# this method can only be used to create `DISPLAY` ad units. See: https://
|
|
308
|
+
# support.google.com/adsense/answer/9183566
|
|
308
309
|
# @param [String] parent
|
|
309
310
|
# Required. Ad client to create an ad unit under. Format: accounts/`account`/
|
|
310
311
|
# adclients/`adclient`
|
|
@@ -486,10 +487,12 @@ module Google
|
|
|
486
487
|
execute_or_queue_command(command, &block)
|
|
487
488
|
end
|
|
488
489
|
|
|
489
|
-
# Updates an ad unit. This method can
|
|
490
|
-
# AdSense for Platforms](https://
|
|
491
|
-
#
|
|
492
|
-
#
|
|
490
|
+
# Updates an ad unit. This method can be called only by a restricted set of
|
|
491
|
+
# projects, which are usually owned by [AdSense for Platforms](https://
|
|
492
|
+
# developers.google.com/adsense/platforms/) publishers. Contact your account
|
|
493
|
+
# manager if you need to use this method. For now, this method can only be used
|
|
494
|
+
# to update `DISPLAY` ad units. See: https://support.google.com/adsense/answer/
|
|
495
|
+
# 9183566
|
|
493
496
|
# @param [String] name
|
|
494
497
|
# Output only. Resource name of the ad unit. Format: accounts/`account`/
|
|
495
498
|
# adclients/`adclient`/adunits/`adunit`
|
|
@@ -526,9 +529,10 @@ module Google
|
|
|
526
529
|
execute_or_queue_command(command, &block)
|
|
527
530
|
end
|
|
528
531
|
|
|
529
|
-
# Creates a custom channel. This method can
|
|
530
|
-
#
|
|
531
|
-
#
|
|
532
|
+
# Creates a custom channel. This method can be called only by a restricted set
|
|
533
|
+
# of projects, which are usually owned by [AdSense for Platforms](https://
|
|
534
|
+
# developers.google.com/adsense/platforms/) publishers. Contact your account
|
|
535
|
+
# manager if you need to use this method.
|
|
532
536
|
# @param [String] parent
|
|
533
537
|
# Required. The ad client to create a custom channel under. Format: accounts/`
|
|
534
538
|
# account`/adclients/`adclient`
|
|
@@ -562,9 +566,10 @@ module Google
|
|
|
562
566
|
execute_or_queue_command(command, &block)
|
|
563
567
|
end
|
|
564
568
|
|
|
565
|
-
# Deletes a custom channel. This method can
|
|
566
|
-
#
|
|
567
|
-
#
|
|
569
|
+
# Deletes a custom channel. This method can be called only by a restricted set
|
|
570
|
+
# of projects, which are usually owned by [AdSense for Platforms](https://
|
|
571
|
+
# developers.google.com/adsense/platforms/) publishers. Contact your account
|
|
572
|
+
# manager if you need to use this method.
|
|
568
573
|
# @param [String] name
|
|
569
574
|
# Required. Name of the custom channel to delete. Format: accounts/`account`/
|
|
570
575
|
# adclients/`adclient`/customchannels/`customchannel`
|
|
@@ -710,9 +715,10 @@ module Google
|
|
|
710
715
|
execute_or_queue_command(command, &block)
|
|
711
716
|
end
|
|
712
717
|
|
|
713
|
-
# Updates a custom channel. This method can
|
|
714
|
-
#
|
|
715
|
-
#
|
|
718
|
+
# Updates a custom channel. This method can be called only by a restricted set
|
|
719
|
+
# of projects, which are usually owned by [AdSense for Platforms](https://
|
|
720
|
+
# developers.google.com/adsense/platforms/) publishers. Contact your account
|
|
721
|
+
# manager if you need to use this method.
|
|
716
722
|
# @param [String] name
|
|
717
723
|
# Output only. Resource name of the custom channel. Format: accounts/`account`/
|
|
718
724
|
# adclients/`adclient`/customchannels/`customchannel`
|
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.32.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: 2024-
|
|
11
|
+
date: 2024-03-24 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-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.32.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: []
|