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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '02887aafc19b543f774636c2cd0e42809b79c04b00e6797d5b493e67d2bbefea'
4
- data.tar.gz: 4e3c4c1adbb399ad6e8da73272f2ed1531f193a558a6b81aa521b62ac4cd65da
3
+ metadata.gz: 9acc8e10c6c1a75e16f5b8e1f3c1fea1aa3ea00c38473c91907d3633b62f70a7
4
+ data.tar.gz: ff5326b73646283f2339b3e3bbcbd1da731ba64f0e6afc43579c921a4d08c6f6
5
5
  SHA512:
6
- metadata.gz: f2c85d5d8424177aef6e7b9184829a087813b4367ea92c76ecb0793de880a25070c6120f8f2c1fb39d98f2a3507f9ed681acc0a2dd7b55e28593ba55c39140fd
7
- data.tar.gz: fa1f38f521493aeba5da15f094dd5db22aedb660e672694901e64105f8168649edce70f33f1f3c3885a1eba721ce588ab3ffc3cc859827d92262fd399d804b3b
6
+ metadata.gz: '029cacdf34e28a2ffc0e1179f065e92d8f54590bac33a3a6cc343534c9dcd3044c69f03b210aed7db02c9e8cd6cdfb8ef43598835bea8c56da40add25b6bd171'
7
+ data.tar.gz: 409b223fd2d64850faeb2e017beaf2b149f174b62e76259417e897a82058922fa63d408bde170af228c06e9534d8c551d40593da9bc7a8a1f3613c28a2761733
@@ -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. Populated by the periodic ads discovery sweep (roughly every 3 hours per account), so keywords added on Google appear with that delay. Campaign-level negative keywords are not included; only ad-group-level criteria are.
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. Populated by the periodic ads discovery sweep (roughly every 3 hours per account), so keywords added on Google appear with that delay. Campaign-level negative keywords are not included; only ad-group-level criteria are.
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. Populated by the periodic ads discovery sweep (roughly every 3 hours per account), so keywords added on Google appear with that delay. Campaign-level negative keywords are not included; only ad-group-level criteria are.
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)
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.580'
14
+ VERSION = '0.0.581'
15
15
  end
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. Populated by the
33746
- periodic ads discovery sweep (roughly every 3 hours per account), so keywords
33747
- added on Google appear with that delay. Campaign-level negative keywords are
33748
- not included; only ad-group-level criteria are.
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. Populated by the periodic ads discovery sweep (roughly every 3 hours per account), so keywords added on Google appear with that delay. Campaign-level negative keywords are not included; only ad-group-level criteria are.
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.580
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-27 00:00:00.000000000 Z
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.580.gem
4796
+ - zernio-sdk-0.0.581.gem
4797
4797
  - zernio-sdk.gemspec
4798
4798
  homepage: https://openapi-generator.tech
4799
4799
  licenses:
Binary file