late-sdk 0.0.607 → 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: e8633d89d2f324390e1fc3590083c3a3290b33a2fd48bd0047ba7e3cf2c889fe
4
- data.tar.gz: 51acd87c6748e55619f3bece577e03a8c8688581cde5c11bdc8c9f884dec646d
3
+ metadata.gz: 283cdfa0ea2cb66472a18e4d9f1c5d939cfe9d1f23725c22ef7c711e2f33bc04
4
+ data.tar.gz: 031d2f73d13096aec616ddb82b336a4bfef60b7e772a246f7259c2e6441882eb
5
5
  SHA512:
6
- metadata.gz: 2e978f4d32bb218af9d252d5ed070ca4fffcf84ef5f9b3e4867353b496ae9e63352d5ba7f40106cc4a68326c1ceee254dd8fd95a2d602d9ede29ac285d801574
7
- data.tar.gz: c7e786db0e4f30bc6b71a416f1ebf35bd271ee9516219a2066fe8668e7ec61a60f9ee7c3b51f019b4432c34139c5119dfa443b0802074f9c6e8a7d093f68d8f7
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.607'
14
+ VERSION = '0.0.609'
15
15
  end
data/openapi.yaml CHANGED
@@ -14,15 +14,15 @@ info:
14
14
  x-logo:
15
15
  url: https://zernio.com/icon.png?v=3
16
16
  x-long-description: |
17
- Zernio is the social media API that replaces 15 integrations. Schedule posts, retrieve analytics,
18
- manage DMs, comments, and reviews across Twitter/X, Instagram, TikTok, LinkedIn, Facebook,
19
- YouTube, Threads, Reddit, Pinterest, Bluesky, Telegram, Google Business, Snapchat, and Discord,
20
- all from a single REST API. Run paid ads on Meta (Facebook + Instagram), Google, TikTok,
21
- LinkedIn, Pinterest, and X from the same account.
17
+ Zernio is the social media API that replaces 16 integrations. Schedule posts, retrieve analytics,
18
+ manage DMs, comments, and reviews across Twitter/X, Instagram, WhatsApp, TikTok, LinkedIn,
19
+ Facebook, YouTube, Threads, Reddit, Pinterest, Bluesky, Telegram, Google Business, Snapchat,
20
+ Discord, and Slack, all from a single REST API. Run paid ads on Meta (Facebook + Instagram), Google,
21
+ TikTok, LinkedIn, Pinterest, X, and OpenAI from the same account.
22
22
 
23
- Key features: Unified posting to 15 platforms, ads management on 6 ad networks (via /v1/ads), aggregated analytics, unified inbox (DMs, comments, reviews), webhooks, OAuth connect, queue scheduling, and white-label support for agencies managing unlimited accounts.
23
+ Key features: Unified posting to 16 platforms, ads management on 7 ad networks (via /v1/ads), aggregated analytics, unified inbox (DMs, comments, reviews), webhooks, OAuth connect, queue scheduling, and white-label support for agencies managing unlimited accounts.
24
24
 
25
- Supported posting platforms: Twitter/X, Instagram, WhatsApp, Facebook, LinkedIn, TikTok, YouTube, Pinterest, Reddit, Bluesky, Threads, Google Business, Telegram, Snapchat, Discord. Supported ad platforms: Meta Ads, Google Ads, TikTok Ads, LinkedIn Ads, Pinterest Ads, X Ads.
25
+ Supported posting platforms: Twitter/X, Instagram, WhatsApp, Facebook, LinkedIn, TikTok, YouTube, Pinterest, Reddit, Bluesky, Threads, Google Business, Telegram, Snapchat, Discord, Slack. Supported ad platforms: Meta Ads, Google Ads, TikTok Ads, LinkedIn Ads, Pinterest Ads, X Ads, OpenAI Ads.
26
26
  x-category: Social
27
27
  x-website: https://zernio.com
28
28
  x-thumbnail: https://rapidapi-prod-apis.s3.amazonaws.com/b24d3df5-563c-4a50-9e1e-1ad3eb1fce69.png
@@ -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.607
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.607.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