late-sdk 0.0.580 → 0.0.581
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/AdCampaignsApi.md +1 -1
- data/lib/zernio-sdk/api/ad_campaigns_api.rb +2 -2
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +9 -4
- data/spec/api/ad_campaigns_api_spec.rb +1 -1
- data/zernio-sdk-0.0.581.gem +0 -0
- metadata +3 -3
- data/zernio-sdk-0.0.580.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: 9acc8e10c6c1a75e16f5b8e1f3c1fea1aa3ea00c38473c91907d3633b62f70a7
|
|
4
|
+
data.tar.gz: ff5326b73646283f2339b3e3bbcbd1da731ba64f0e6afc43579c921a4d08c6f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '029cacdf34e28a2ffc0e1179f065e92d8f54590bac33a3a6cc343534c9dcd3044c69f03b210aed7db02c9e8cd6cdfb8ef43598835bea8c56da40add25b6bd171'
|
|
7
|
+
data.tar.gz: 409b223fd2d64850faeb2e017beaf2b149f174b62e76259417e897a82058922fa63d408bde170af228c06e9534d8c551d40593da9bc7a8a1f3613c28a2761733
|
data/docs/AdCampaignsApi.md
CHANGED
|
@@ -1078,7 +1078,7 @@ end
|
|
|
1078
1078
|
|
|
1079
1079
|
List Search keywords
|
|
1080
1080
|
|
|
1081
|
-
Returns the Google Search keyword criteria (positive and negative) synced from connected Google Ads accounts, one row per ad-group keyword.
|
|
1081
|
+
Returns the Google Search keyword criteria (positive and negative) synced from connected Google Ads accounts, one row per ad-group keyword. Refreshed about once a week per Google Ads customer (the keyword sweep rides the ads discovery pass on a slower slot, to stay inside Google's shared daily API quota), so keywords added on Google can take several days to appear. A customer synced for the first time is populated on the next discovery pass rather than waiting for its weekly slot, and connecting an account or triggering a manual sync refreshes it immediately. Campaign-level negative keywords are not included; only ad-group-level criteria are.
|
|
1082
1082
|
|
|
1083
1083
|
### Examples
|
|
1084
1084
|
|
|
@@ -1108,7 +1108,7 @@ module Zernio
|
|
|
1108
1108
|
end
|
|
1109
1109
|
|
|
1110
1110
|
# List Search keywords
|
|
1111
|
-
# Returns the Google Search keyword criteria (positive and negative) synced from connected Google Ads accounts, one row per ad-group keyword.
|
|
1111
|
+
# Returns the Google Search keyword criteria (positive and negative) synced from connected Google Ads accounts, one row per ad-group keyword. Refreshed about once a week per Google Ads customer (the keyword sweep rides the ads discovery pass on a slower slot, to stay inside Google's shared daily API quota), so keywords added on Google can take several days to appear. A customer synced for the first time is populated on the next discovery pass rather than waiting for its weekly slot, and connecting an account or triggering a manual sync refreshes it immediately. Campaign-level negative keywords are not included; only ad-group-level criteria are.
|
|
1112
1112
|
# @param [Hash] opts the optional parameters
|
|
1113
1113
|
# @option opts [Integer] :page Page number (1-based) (default to 1)
|
|
1114
1114
|
# @option opts [Integer] :limit (default to 50)
|
|
@@ -1128,7 +1128,7 @@ module Zernio
|
|
|
1128
1128
|
end
|
|
1129
1129
|
|
|
1130
1130
|
# List Search keywords
|
|
1131
|
-
# Returns the Google Search keyword criteria (positive and negative) synced from connected Google Ads accounts, one row per ad-group keyword.
|
|
1131
|
+
# Returns the Google Search keyword criteria (positive and negative) synced from connected Google Ads accounts, one row per ad-group keyword. Refreshed about once a week per Google Ads customer (the keyword sweep rides the ads discovery pass on a slower slot, to stay inside Google's shared daily API quota), so keywords added on Google can take several days to appear. A customer synced for the first time is populated on the next discovery pass rather than waiting for its weekly slot, and connecting an account or triggering a manual sync refreshes it immediately. Campaign-level negative keywords are not included; only ad-group-level criteria are.
|
|
1132
1132
|
# @param [Hash] opts the optional parameters
|
|
1133
1133
|
# @option opts [Integer] :page Page number (1-based) (default to 1)
|
|
1134
1134
|
# @option opts [Integer] :limit (default to 50)
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -33742,10 +33742,15 @@ paths:
|
|
|
33742
33742
|
summary: List Search keywords
|
|
33743
33743
|
description: |
|
|
33744
33744
|
Returns the Google Search keyword criteria (positive and negative) synced from
|
|
33745
|
-
connected Google Ads accounts, one row per ad-group keyword.
|
|
33746
|
-
|
|
33747
|
-
|
|
33748
|
-
|
|
33745
|
+
connected Google Ads accounts, one row per ad-group keyword. Refreshed about
|
|
33746
|
+
once a week per Google Ads customer (the keyword sweep rides the ads discovery
|
|
33747
|
+
pass on a slower slot, to stay inside Google's shared daily API quota), so
|
|
33748
|
+
keywords added on Google can take several days to appear. A customer synced
|
|
33749
|
+
for the first time is populated on the next discovery pass rather than
|
|
33750
|
+
waiting for its weekly slot, and connecting an account or triggering a
|
|
33751
|
+
manual sync refreshes it immediately.
|
|
33752
|
+
Campaign-level negative keywords are not included; only ad-group-level
|
|
33753
|
+
criteria are.
|
|
33749
33754
|
security:
|
|
33750
33755
|
- bearerAuth: []
|
|
33751
33756
|
parameters:
|
|
@@ -235,7 +235,7 @@ describe 'AdCampaignsApi' do
|
|
|
235
235
|
|
|
236
236
|
# unit tests for list_ad_keywords
|
|
237
237
|
# List Search keywords
|
|
238
|
-
# Returns the Google Search keyword criteria (positive and negative) synced from connected Google Ads accounts, one row per ad-group keyword.
|
|
238
|
+
# Returns the Google Search keyword criteria (positive and negative) synced from connected Google Ads accounts, one row per ad-group keyword. Refreshed about once a week per Google Ads customer (the keyword sweep rides the ads discovery pass on a slower slot, to stay inside Google's shared daily API quota), so keywords added on Google can take several days to appear. A customer synced for the first time is populated on the next discovery pass rather than waiting for its weekly slot, and connecting an account or triggering a manual sync refreshes it immediately. Campaign-level negative keywords are not included; only ad-group-level criteria are.
|
|
239
239
|
# @param [Hash] opts the optional parameters
|
|
240
240
|
# @option opts [Integer] :page Page number (1-based)
|
|
241
241
|
# @option opts [Integer] :limit
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.581
|
|
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-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -4793,7 +4793,7 @@ files:
|
|
|
4793
4793
|
- spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
|
|
4794
4794
|
- spec/models/you_tube_video_retention_response_spec.rb
|
|
4795
4795
|
- spec/spec_helper.rb
|
|
4796
|
-
- zernio-sdk-0.0.
|
|
4796
|
+
- zernio-sdk-0.0.581.gem
|
|
4797
4797
|
- zernio-sdk.gemspec
|
|
4798
4798
|
homepage: https://openapi-generator.tech
|
|
4799
4799
|
licenses:
|
data/zernio-sdk-0.0.580.gem
DELETED
|
Binary file
|