zernio-sdk 0.0.521 → 0.0.522
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc2c631c982a30d4c6dbea9366de942a15390ca8436d125bc67b386a8a31f92b
|
|
4
|
+
data.tar.gz: 84b9dac87cf39d42de176dc4c63a862b17c5e51e5a1173e94b1a1804e075f67f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1bb62c2e3a6a25422362e287a087b2f64a3066935b968e099b99bb6abe34ac051906695b9e56503b7b1a90b9e88e8db4aff04780aa5bf1c7c70bd9def3259924
|
|
7
|
+
data.tar.gz: 444650249fe4f5c100d20663eef846adf5964c7e787e3094d2682544cbb4c47961b94072c7ad175b4c07d0723764a18b1badf2ba03dddbaed8c600f34006e809
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **pixel_id** | **String** | Pixel ID. **Meta:** Facebook Pixel ID, required for `goal: conversions`. **TikTok:** TikTok Pixel ID, required for `goal: conversions`. | [optional] |
|
|
8
|
-
| **custom_event_type** | **String** | The event the campaign/ad group optimises against. **Meta:** standard event like `PURCHASE`, `LEAD`, `COMPLETE_REGISTRATION`, `ADD_TO_CART`. Uppercased internally so callers can pass any case. Required for `goal: conversions`. **TikTok:** an `optimization_event` code (UPPER_SNAKE, not Meta's vocabulary and not PascalCase)
|
|
8
|
+
| **custom_event_type** | **String** | The event the campaign/ad group optimises against. **Meta:** standard event like `PURCHASE`, `LEAD`, `COMPLETE_REGISTRATION`, `ADD_TO_CART`. Uppercased internally so callers can pass any case. Required for `goal: conversions`. **TikTok:** an `optimization_event` code (UPPER_SNAKE, not Meta's vocabulary and not PascalCase), OR the exact event name shown in TikTok Events Manager (auto-resolved to its code). Must be one of the event types your TikTok Pixel tracks; custom events are not optimizable. Current taxonomy: `SHOPPING` (Purchase), `ON_WEB_CART` (Add to Cart), `INITIATE_ORDER` (Initiate Checkout), `FORM` (Lead), `ON_WEB_REGISTER` (Complete Registration), `ON_WEB_DETAIL` (View Content). `ON_WEB_ORDER` is deprecated. On rejection the error lists the event types your pixel actually tracks. Optional for `goal: conversions`. | [optional] |
|
|
9
9
|
| **page_id** | **String** | Facebook Page ID. Used by `goal: lead_generation`. Auto-filled from the connected Page when omitted. | [optional] |
|
|
10
10
|
| **application_id** | **String** | App ID. Required for `goal: app_promotion`. | [optional] |
|
|
11
11
|
| **object_store_url** | **String** | App Store / Play Store listing URL. Required for `goal: app_promotion`. | [optional] |
|
|
@@ -19,7 +19,7 @@ module Zernio
|
|
|
19
19
|
# Pixel ID. **Meta:** Facebook Pixel ID, required for `goal: conversions`. **TikTok:** TikTok Pixel ID, required for `goal: conversions`.
|
|
20
20
|
attr_accessor :pixel_id
|
|
21
21
|
|
|
22
|
-
# The event the campaign/ad group optimises against. **Meta:** standard event like `PURCHASE`, `LEAD`, `COMPLETE_REGISTRATION`, `ADD_TO_CART`. Uppercased internally so callers can pass any case. Required for `goal: conversions`. **TikTok:** an `optimization_event` code (UPPER_SNAKE, not Meta's vocabulary and not PascalCase)
|
|
22
|
+
# The event the campaign/ad group optimises against. **Meta:** standard event like `PURCHASE`, `LEAD`, `COMPLETE_REGISTRATION`, `ADD_TO_CART`. Uppercased internally so callers can pass any case. Required for `goal: conversions`. **TikTok:** an `optimization_event` code (UPPER_SNAKE, not Meta's vocabulary and not PascalCase), OR the exact event name shown in TikTok Events Manager (auto-resolved to its code). Must be one of the event types your TikTok Pixel tracks; custom events are not optimizable. Current taxonomy: `SHOPPING` (Purchase), `ON_WEB_CART` (Add to Cart), `INITIATE_ORDER` (Initiate Checkout), `FORM` (Lead), `ON_WEB_REGISTER` (Complete Registration), `ON_WEB_DETAIL` (View Content). `ON_WEB_ORDER` is deprecated. On rejection the error lists the event types your pixel actually tracks. Optional for `goal: conversions`.
|
|
23
23
|
attr_accessor :custom_event_type
|
|
24
24
|
|
|
25
25
|
# Facebook Page ID. Used by `goal: lead_generation`. Auto-filled from the connected Page when omitted.
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -34689,15 +34689,14 @@ paths:
|
|
|
34689
34689
|
for `goal: conversions`.
|
|
34690
34690
|
|
|
34691
34691
|
**TikTok:** an `optimization_event` code (UPPER_SNAKE, not Meta's vocabulary
|
|
34692
|
-
and not PascalCase)
|
|
34693
|
-
|
|
34694
|
-
|
|
34695
|
-
|
|
34696
|
-
|
|
34697
|
-
|
|
34698
|
-
|
|
34699
|
-
|
|
34700
|
-
Optional for `goal: conversions`.
|
|
34692
|
+
and not PascalCase), OR the exact event name shown in TikTok Events Manager
|
|
34693
|
+
(auto-resolved to its code). Must be one of the event types your TikTok
|
|
34694
|
+
Pixel tracks; custom events are not optimizable. Current taxonomy:
|
|
34695
|
+
`SHOPPING` (Purchase), `ON_WEB_CART` (Add to Cart), `INITIATE_ORDER`
|
|
34696
|
+
(Initiate Checkout), `FORM` (Lead), `ON_WEB_REGISTER` (Complete
|
|
34697
|
+
Registration), `ON_WEB_DETAIL` (View Content). `ON_WEB_ORDER` is
|
|
34698
|
+
deprecated. On rejection the error lists the event types your pixel
|
|
34699
|
+
actually tracks. Optional for `goal: conversions`.
|
|
34701
34700
|
pageId:
|
|
34702
34701
|
type: string
|
|
34703
34702
|
description: |
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zernio-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.522
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|