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: 3a3dfad800a8af625ecdcb99db63effb2ed0fdd42481553da3faf0f176e8095d
4
- data.tar.gz: a2ba86c0e350c8960f92ded74b7817b71f154603c277cad2e3f65a3808791e0a
3
+ metadata.gz: bc2c631c982a30d4c6dbea9366de942a15390ca8436d125bc67b386a8a31f92b
4
+ data.tar.gz: 84b9dac87cf39d42de176dc4c63a862b17c5e51e5a1173e94b1a1804e075f67f
5
5
  SHA512:
6
- metadata.gz: debba093de1905d946eb64e78180a192f080837c6e8d22bc75c3c91b4bb29fbf873b0aa238690c5b4a04481c95753c359e055765c5c307d6b1a55229dc2d1e63
7
- data.tar.gz: bb03782b69d857c70c9b853c6f2d5bc646193fa9d3e63e87dccf340780fb596f950f93e5b009471a77d203896ae546b550fbbf91a74355f28e6c7eafcb9a8307
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). Must be one of the event types your TikTok Pixel is configured to track; passed through verbatim and validated by TikTok. Newer pixels (Events API / funnel-template setups) use TikTok's updated taxonomy, e.g. `SHOPPING` for purchase/payment events; legacy pixels use codes like `ON_WEB_ORDER` (Complete Payment), `INITIATE_ORDER` (Place an Order), `ON_WEB_CART` (Add to Cart), `ON_WEB_REGISTER` (Complete Registration), `FORM` (Submit Form), `ON_WEB_DETAIL` (View Content). On rejection the error lists the event types your pixel actually tracks. Optional 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), 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). Must be one of the event types your TikTok Pixel is configured to track; passed through verbatim and validated by TikTok. Newer pixels (Events API / funnel-template setups) use TikTok's updated taxonomy, e.g. `SHOPPING` for purchase/payment events; legacy pixels use codes like `ON_WEB_ORDER` (Complete Payment), `INITIATE_ORDER` (Place an Order), `ON_WEB_CART` (Add to Cart), `ON_WEB_REGISTER` (Complete Registration), `FORM` (Submit Form), `ON_WEB_DETAIL` (View Content). On rejection the error lists the event types your pixel actually tracks. Optional for `goal: conversions`.
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.
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.521'
14
+ VERSION = '0.0.522'
15
15
  end
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). Must be one of the event types your TikTok Pixel is
34693
- configured to track; passed through verbatim and validated by TikTok.
34694
- Newer pixels (Events API / funnel-template setups) use TikTok's updated
34695
- taxonomy, e.g. `SHOPPING` for purchase/payment events; legacy pixels use
34696
- codes like `ON_WEB_ORDER` (Complete Payment), `INITIATE_ORDER` (Place an
34697
- Order), `ON_WEB_CART` (Add to Cart), `ON_WEB_REGISTER` (Complete
34698
- Registration), `FORM` (Submit Form), `ON_WEB_DETAIL` (View Content).
34699
- On rejection the error lists the event types your pixel actually tracks.
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.521
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-17 00:00:00.000000000 Z
11
+ date: 2026-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus