google-apis-analyticsadmin_v1alpha 0.56.0 → 0.57.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a91755a64a061ebc07e545f8e72419874ee47140bdad6076e17260c13cea7d2a
4
- data.tar.gz: a38be48a30669b6fc1c9cadb85a865df58bec2c673c084a8f0f01cb3789ef219
3
+ metadata.gz: dd6a31c7af4d319f83af07bc4a670cb17701f28c739b409a1dad7d49a5a16c64
4
+ data.tar.gz: 65cca351e2af306cbbebfa530f99aa20a8ebdabecdb50f34ab8730b77995ad0e
5
5
  SHA512:
6
- metadata.gz: 7447fad96878a3c7bd695c04e7b64d5242abb07118083ecec9a4a47cf722e9d36592c05efff8f4b8b1c9e2bc82802be655c8486750551cbdc2aff9341380f49c
7
- data.tar.gz: 6b27cf899c493382f137430f39ef27e6e8b634050d69e3214c1fcc48a4b9ce9119aa1ae16c76005310942ec4280088a80621de1d9ba229b627cb6b8e175e59dc
6
+ metadata.gz: 33c3e31fc5bb1a5a8597b6f4d4b505b83fe97a26e1bf3580dc38fbafc10ca625ca195146ce92f6700ac23bf97ce0bdff7b90d9b881a61513ec6b3cc3f984a05d
7
+ data.tar.gz: f6cbc4ced9b64a012f10f04ca61747370a942afaf24afb4fbf43a478bccb8fa657d1535c39233d02b8e9a594a4daa68e8b06dd8d6383ddb94439ea20eb9fce74
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticsadmin_v1alpha
2
2
 
3
+ ### v0.57.0 (2023-06-25)
4
+
5
+ * Regenerated from discovery document revision 20230622
6
+
3
7
  ### v0.56.0 (2023-06-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20230615
@@ -845,6 +845,11 @@ module Google
845
845
  # @return [String]
846
846
  attr_accessor :acquisition_conversion_event_lookback_window
847
847
 
848
+ # Required. The Conversion Export Scope for data exported to linked Ads Accounts.
849
+ # Corresponds to the JSON property `adsWebConversionDataExportScope`
850
+ # @return [String]
851
+ attr_accessor :ads_web_conversion_data_export_scope
852
+
848
853
  # Output only. Resource name of this attribution settings resource. Format:
849
854
  # properties/`property_id`/attributionSettings Example: "properties/1000/
850
855
  # attributionSettings"
@@ -873,6 +878,7 @@ module Google
873
878
  # Update properties of this object
874
879
  def update!(**args)
875
880
  @acquisition_conversion_event_lookback_window = args[:acquisition_conversion_event_lookback_window] if args.key?(:acquisition_conversion_event_lookback_window)
881
+ @ads_web_conversion_data_export_scope = args[:ads_web_conversion_data_export_scope] if args.key?(:ads_web_conversion_data_export_scope)
876
882
  @name = args[:name] if args.key?(:name)
877
883
  @other_conversion_event_lookback_window = args[:other_conversion_event_lookback_window] if args.key?(:other_conversion_event_lookback_window)
878
884
  @reporting_attribution_model = args[:reporting_attribution_model] if args.key?(:reporting_attribution_model)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AnalyticsadminV1alpha
18
18
  # Version of the google-apis-analyticsadmin_v1alpha gem
19
- GEM_VERSION = "0.56.0"
19
+ GEM_VERSION = "0.57.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230615"
25
+ REVISION = "20230622"
26
26
  end
27
27
  end
28
28
  end
@@ -1200,6 +1200,7 @@ module Google
1200
1200
  # @private
1201
1201
  class Representation < Google::Apis::Core::JsonRepresentation
1202
1202
  property :acquisition_conversion_event_lookback_window, as: 'acquisitionConversionEventLookbackWindow'
1203
+ property :ads_web_conversion_data_export_scope, as: 'adsWebConversionDataExportScope'
1203
1204
  property :name, as: 'name'
1204
1205
  property :other_conversion_event_lookback_window, as: 'otherConversionEventLookbackWindow'
1205
1206
  property :reporting_attribution_model, as: 'reportingAttributionModel'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticsadmin_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.56.0
4
+ version: 0.57.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: 2023-06-18 00:00:00.000000000 Z
11
+ date: 2023-06-25 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-analyticsadmin_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.56.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.57.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []