google-shopping-merchant-conversions 0.2.1 → 0.2.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: d324972b96cf71ea7931ed8173344d03c52432684b50549a2a068f9f0160793e
4
- data.tar.gz: d0a869241a1d528414611ec2468413a3935a96ffdb097c359082b15e6883271c
3
+ metadata.gz: 4400955bcd130547d10b4da089ec9f398ae07f359d2beb0f36a358d868ca06f2
4
+ data.tar.gz: 7668e121f46c2faa06e12ca2d90c0942359807ff4c1202c6e4309f013f13b73a
5
5
  SHA512:
6
- metadata.gz: 8020d4666b832587c84ec1fac8f527c040b721f4c384eaf7e0cac6c0ca043226fc92649807ac9347284e63388ec23ff14e32bb64db907c4c036ac2efa1d364c5
7
- data.tar.gz: 83fe2341a880d616c90513fd360589e1a4d42c761dfd5b820458dd8b4a21b0eca8f51dc5a932c2d38597f8dde6b98a862e782904042b47e0684c08e5979c614e
6
+ metadata.gz: b36eaa50a9d7ae03f5000dd6e0eeb5536ac895761f5848a07f398d0970c3669dba6deee9127cfa7e90bc1caa1d2bced903998e48bdce7c001671f4b887570bed
7
+ data.tar.gz: 4cc690f236733efe8054c628a60f8e3004b011feceec76022693f97f2156678a3a519e6343a67de652655cd174ead22639048bb162b01ab51c4bc90285a40180
data/README.md CHANGED
@@ -33,6 +33,14 @@ In order to use this library, you first need to go through the following steps:
33
33
  1. [Enable the API.](https://console.cloud.google.com/apis/library/merchantapi.googleapis.com)
34
34
  1. {file:AUTHENTICATION.md Set up authentication.}
35
35
 
36
+ ```ruby
37
+ require "google/shopping/merchant/conversions"
38
+
39
+ client = Google::Shopping::Merchant::Conversions.conversion_sources_service
40
+ request = ::Google::Shopping::Merchant::Conversions::V1beta::CreateConversionSourceRequest.new # (request fields as keyword arguments...)
41
+ response = client.create_conversion_source request
42
+ ```
43
+
36
44
  ## Debug Logging
37
45
 
38
46
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -21,7 +21,7 @@ module Google
21
21
  module Shopping
22
22
  module Merchant
23
23
  module Conversions
24
- VERSION = "0.2.1"
24
+ VERSION = "0.2.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-merchant-conversions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.6.8
77
+ rubygems_version: 3.6.9
78
78
  specification_version: 4
79
79
  summary: Programmatically manage your Merchant Center accounts.
80
80
  test_files: []