late-sdk 0.0.608 → 0.0.609

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: a0e6a09f69eae603bd82d9913de6ee4af76499defb682dd814b83734b0ca4da7
4
- data.tar.gz: af86bde24dab1305681926eee33214d712e0650960a447902aad441877340ed8
3
+ metadata.gz: 283cdfa0ea2cb66472a18e4d9f1c5d939cfe9d1f23725c22ef7c711e2f33bc04
4
+ data.tar.gz: 031d2f73d13096aec616ddb82b336a4bfef60b7e772a246f7259c2e6441882eb
5
5
  SHA512:
6
- metadata.gz: c4c0923e30a7183658c2b40fcf1e0f49ce5165751788f6a49c248843ce396c7ba9e5bbb3ec340372d35f1df8dbedc9774c7c46a10b07d89fd561dedb1df30408
7
- data.tar.gz: 3986fe0a26ba2b93f6492aee40ea2a69066edfdfd3552e7a4c30c35da2031d526f538c8812e1fe91003469167394ca67adbc546f0ba05fb696c780b19d6b0614
6
+ metadata.gz: dd1a60c104bb44c37ff5d2abae3d2f9cb8d4a84f4bad0c2b2838def5895553f4505d683e5109fff3baa2079c34102cd58901e91af602af81e4b34af758c3c1c2
7
+ data.tar.gz: 57efd4c87ac005566edb66b958663d77f8cbf1c2c78a30fd42fb8250e30f269ae975542e7ec03cf45d0e90c287bf98fdc5e98853d2e605dba059921a8e73156c
@@ -12,7 +12,7 @@
12
12
  | **user** | [**ConversionEventUser**](ConversionEventUser.md) | | |
13
13
  | **items** | [**Array<ConversionEventItemsInner>**](ConversionEventItemsInner.md) | Item-level detail for ecommerce events. | [optional] |
14
14
  | **source_url** | **String** | URL where the conversion originated (used by Meta). | [optional] |
15
- | **action_source** | **String** | Where the conversion happened. Used by Meta; Google ignores. | [optional] |
15
+ | **action_source** | **String** | Where the conversion happened. Used by Meta. Google also requires an event source internally; omitting this field sends OTHER to Google. Send an explicit value for accurate origin reporting. | [optional] |
16
16
  | **platform_data** | **Hash<String, Object>** | Escape hatch for platform-specific fields we haven't normalized. Forwarded as-is. | [optional] |
17
17
 
18
18
  ## Example
@@ -39,7 +39,7 @@ module Zernio
39
39
  # URL where the conversion originated (used by Meta).
40
40
  attr_accessor :source_url
41
41
 
42
- # Where the conversion happened. Used by Meta; Google ignores.
42
+ # Where the conversion happened. Used by Meta. Google also requires an event source internally; omitting this field sends OTHER to Google. Send an explicit value for accurate origin reporting.
43
43
  attr_accessor :action_source
44
44
 
45
45
  # Escape hatch for platform-specific fields we haven't normalized. Forwarded as-is.
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.608'
14
+ VERSION = '0.0.609'
15
15
  end
data/openapi.yaml CHANGED
@@ -7066,7 +7066,7 @@ components:
7066
7066
  actionSource:
7067
7067
  type: string
7068
7068
  enum: [web, app, offline, crm, phone_call, system_generated]
7069
- description: Where the conversion happened. Used by Meta; Google ignores.
7069
+ description: 'Where the conversion happened. Used by Meta. Google also requires an event source internally; omitting this field sends OTHER to Google. Send an explicit value for accurate origin reporting.'
7070
7070
  platformData:
7071
7071
  type: object
7072
7072
  additionalProperties: true
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: late-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.608
4
+ version: 0.0.609
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -4862,7 +4862,7 @@ files:
4862
4862
  - spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
4863
4863
  - spec/models/you_tube_video_retention_response_spec.rb
4864
4864
  - spec/spec_helper.rb
4865
- - zernio-sdk-0.0.608.gem
4865
+ - zernio-sdk-0.0.609.gem
4866
4866
  - zernio-sdk.gemspec
4867
4867
  homepage: https://openapi-generator.tech
4868
4868
  licenses:
Binary file