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 +4 -4
- data/docs/ConversionEvent.md +1 -1
- data/lib/zernio-sdk/models/conversion_event.rb +1 -1
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +1 -1
- data/zernio-sdk-0.0.609.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.608.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 283cdfa0ea2cb66472a18e4d9f1c5d939cfe9d1f23725c22ef7c711e2f33bc04
|
|
4
|
+
data.tar.gz: 031d2f73d13096aec616ddb82b336a4bfef60b7e772a246f7259c2e6441882eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd1a60c104bb44c37ff5d2abae3d2f9cb8d4a84f4bad0c2b2838def5895553f4505d683e5109fff3baa2079c34102cd58901e91af602af81e4b34af758c3c1c2
|
|
7
|
+
data.tar.gz: 57efd4c87ac005566edb66b958663d77f8cbf1c2c78a30fd42fb8250e30f269ae975542e7ec03cf45d0e90c287bf98fdc5e98853d2e605dba059921a8e73156c
|
data/docs/ConversionEvent.md
CHANGED
|
@@ -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
|
|
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
|
|
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.
|
data/lib/zernio-sdk/version.rb
CHANGED
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
|
|
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.
|
|
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.
|
|
4865
|
+
- zernio-sdk-0.0.609.gem
|
|
4866
4866
|
- zernio-sdk.gemspec
|
|
4867
4867
|
homepage: https://openapi-generator.tech
|
|
4868
4868
|
licenses:
|
data/zernio-sdk-0.0.608.gem
DELETED
|
Binary file
|