google-ads-googleads 12.0.1 → 12.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a9c116690cc095cd8bb413dde58541f266d0bdcffbff5222bee55971d5e1020
4
- data.tar.gz: e2e7d1ae881ea98d1ea07430a53c47441be3a1f6bdfb3d4e6542297c1113b0be
3
+ metadata.gz: 979322eb49c547fa4dd64a51e3ff18f2b244e0c71fc3ea630c938b4683be6c17
4
+ data.tar.gz: 8c7e84e50e204fc1d6a25ae9a28a808c56ddf2e2896f2a0fde70a7e28df8c603
5
5
  SHA512:
6
- metadata.gz: 8c516e7fe4b5fca5a48a4b63d6fc2a36817f26ba14610e245787c73417f5730e231c7d46fa50b3ca375b1783b66079e9eab93062aefc3ded1ede43c0d021cede
7
- data.tar.gz: b09fbfa098bae020de7b367e8652b5cb55e4bb370d85ff088c9335747527117bccd1917d57f1b715ca974496407d724bb58f7195fb542ba0201f32e575ed3d5b
6
+ metadata.gz: ba30dda627a9e35c8136a62246c369761a78966ad8dd11a023fffc6cb3ac864cbaf16bbeb8cf8cf1c266d99488a3a7b7f1b72bdec6013804856bbe0582bd18bb
7
+ data.tar.gz: 92e2bbea20474e7315b8aa0f71a71b351f8a706af18e12de3a18d437c12d67d63d64142b31289e381147f7a30b77428c22869baa3d0cf1ab59785b81a6042486
data/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 12.0.2:
2
+ - Fixed a missing type in path lookup util.
3
+
4
+ 12.0.1:
5
+ - Fixed an issue in the gem factories files.
6
+
1
7
  12.0.0:
2
8
  - Compatibility with v8 of the API: https://developers.google.com/google-ads/api/docs/release-notes
3
9
 
@@ -59,6 +59,7 @@ module Google
59
59
  bidding_strategy: [:customer, [:bidding_strategy]],
60
60
  bidding_strategy_simulation: [:customer, :bidding_strategy, :type, :modification_method, :start_date, :end_date],
61
61
  billing_setup: [:customer, [:billing]],
62
+ campaign_asset: [:customer, [:campaign, :asset, :field_type]],
62
63
  campaign_audience_view: [:customer, [:campaign, :criterion]],
63
64
  campaign_bid_modifier: [:customer, [:campaign, :criterion]],
64
65
  campaign_budget: [:customer, [:campaign_budget]],
@@ -19,7 +19,7 @@
19
19
  module Google
20
20
  module Ads
21
21
  module GoogleAds
22
- CLIENT_LIB_VERSION = '12.0.1'.freeze
22
+ CLIENT_LIB_VERSION = '12.0.2'.freeze
23
23
  VERSION = CLIENT_LIB_VERSION
24
24
  end
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-ads-googleads
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.0.1
4
+ version: 12.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google Inc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-23 00:00:00.000000000 Z
11
+ date: 2021-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common