oursprivacy-ingest 1.12.0 → 1.14.0

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: 9c5114b97abdb6cb31f0426d0f4044598ba178b96cdb543730e50114b8328ee7
4
- data.tar.gz: 0fef11ff275b60c78888766d3d83f6b77a880398883b7cfa699a0b2b6cdfe442
3
+ metadata.gz: c717603bde7e819e4498b5735300c267b1a4277adbbef8813e63397456ec0335
4
+ data.tar.gz: 5135d602464bfe6c356cde4fee8f8dbc3378da7a25384cd41454b9c332d08f63
5
5
  SHA512:
6
- metadata.gz: b232dda8a6ecff6f7f9be49efa1a00af1bdf527c5170da627068a68e4fd70b266f7544141ead7438ab4690608e10c0a17421c2a246302db34b565a12738b0917
7
- data.tar.gz: 3f07e898b01e2efa4a90b76c17cfd0ba6a3afa06cf428b3915937cad878cf487c2f5c0cffe0301f9b74069ad24618d180f2ea5496cf5d3a5adc73eca73c8cb05
6
+ metadata.gz: a3f2c7429ef91b6042b47c30ed5ef3020330b0e584e0c73776fa309ef62f17f5da5cf773a551f4537fec88e14cfbddbab2a80c4ef6ae483117a37a1c03947517
7
+ data.tar.gz: cc501feb9075ef546043d5d214884f7ed77d48d75d32c5dd53fa54fc8d6c33f497b06e0b641050bd9556b66bc08ed90f1e5df61e549cd93620ad45b1097b3f0d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.14.0 (2026-06-12)
4
+
5
+ Full Changelog: [v1.13.0...v1.14.0](https://github.com/with-ours/ingest-sdk-ruby/compare/v1.13.0...v1.14.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([61980ae](https://github.com/with-ours/ingest-sdk-ruby/commit/61980ae0c4463ebf806d69f4864157bd73e2f422))
10
+
11
+ ## 1.13.0 (2026-06-05)
12
+
13
+ Full Changelog: [v1.12.0...v1.13.0](https://github.com/with-ours/ingest-sdk-ruby/compare/v1.12.0...v1.13.0)
14
+
15
+ ### Features
16
+
17
+ * **api:** api update ([60cd11f](https://github.com/with-ours/ingest-sdk-ruby/commit/60cd11fb6470f64d48f1a67665e2e9ca4a8c0b3e))
18
+
3
19
  ## 1.12.0 (2026-06-03)
4
20
 
5
21
  Full Changelog: [v1.11.0...v1.12.0](https://github.com/with-ours/ingest-sdk-ruby/compare/v1.11.0...v1.12.0)
data/README.md CHANGED
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
17
17
  <!-- x-release-please-start-version -->
18
18
 
19
19
  ```ruby
20
- gem "oursprivacy-ingest", "~> 1.12.0"
20
+ gem "oursprivacy-ingest", "~> 1.14.0"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -189,7 +189,7 @@ module OursprivacyIngest
189
189
  optional :aleid, String, nil?: true
190
190
 
191
191
  # @!attribute axwrt
192
- # The AppLovin Axon pixel cookie value (\_axwrt). Web-only.
192
+ # The AppLovin pixel cookie value (\_axwrt). Web-only.
193
193
  #
194
194
  # @return [String, nil]
195
195
  optional :axwrt, String, nil?: true
@@ -595,7 +595,7 @@ module OursprivacyIngest
595
595
  optional :utm_term, String, nil?: true
596
596
 
597
597
  # @!attribute version
598
- # The version of the web SDK
598
+ # The SDK version (e.g., web SDK or ingest-sdk-\* via Stainless headers)
599
599
  #
600
600
  # @return [String, nil]
601
601
  optional :version, String, nil?: true
@@ -652,7 +652,7 @@ module OursprivacyIngest
652
652
  #
653
653
  # @param aleid [String, nil] The AppLovin aleid query parameter. Ex: aleid123
654
654
  #
655
- # @param axwrt [String, nil] The AppLovin Axon pixel cookie value (\_axwrt). Web-only.
655
+ # @param axwrt [String, nil] The AppLovin pixel cookie value (\_axwrt). Web-only.
656
656
  #
657
657
  # @param basis_cid [String, nil] The Basis DSP Click ID. Ex: basis_cid123
658
658
  #
@@ -784,7 +784,7 @@ module OursprivacyIngest
784
784
  #
785
785
  # @param utm_term [String, nil] The UTM Term. The web SDK automatically captures this from the query params.
786
786
  #
787
- # @param version [String, nil] The version of the web SDK
787
+ # @param version [String, nil] The SDK version (e.g., web SDK or ingest-sdk-\* via Stainless headers)
788
788
  #
789
789
  # @param viant_click_id [String, nil] The Viant (Adelphic) Click ID, captured from the `viant_click_id` URL parameter
790
790
  #
@@ -177,7 +177,7 @@ module OursprivacyIngest
177
177
  optional :aleid, String, nil?: true
178
178
 
179
179
  # @!attribute axwrt
180
- # The AppLovin Axon pixel cookie value (\_axwrt). Web-only.
180
+ # The AppLovin pixel cookie value (\_axwrt). Web-only.
181
181
  #
182
182
  # @return [String, nil]
183
183
  optional :axwrt, String, nil?: true
@@ -583,7 +583,7 @@ module OursprivacyIngest
583
583
  optional :utm_term, String, nil?: true
584
584
 
585
585
  # @!attribute version
586
- # The version of the web SDK
586
+ # The SDK version (e.g., web SDK or ingest-sdk-\* via Stainless headers)
587
587
  #
588
588
  # @return [String, nil]
589
589
  optional :version, String, nil?: true
@@ -640,7 +640,7 @@ module OursprivacyIngest
640
640
  #
641
641
  # @param aleid [String, nil] The AppLovin aleid query parameter. Ex: aleid123
642
642
  #
643
- # @param axwrt [String, nil] The AppLovin Axon pixel cookie value (\_axwrt). Web-only.
643
+ # @param axwrt [String, nil] The AppLovin pixel cookie value (\_axwrt). Web-only.
644
644
  #
645
645
  # @param basis_cid [String, nil] The Basis DSP Click ID. Ex: basis_cid123
646
646
  #
@@ -772,7 +772,7 @@ module OursprivacyIngest
772
772
  #
773
773
  # @param utm_term [String, nil] The UTM Term. The web SDK automatically captures this from the query params.
774
774
  #
775
- # @param version [String, nil] The version of the web SDK
775
+ # @param version [String, nil] The SDK version (e.g., web SDK or ingest-sdk-\* via Stainless headers)
776
776
  #
777
777
  # @param viant_click_id [String, nil] The Viant (Adelphic) Click ID, captured from the `viant_click_id` URL parameter
778
778
  #
@@ -593,7 +593,7 @@ module OursprivacyIngest
593
593
  optional :aleid, String, nil?: true
594
594
 
595
595
  # @!attribute axwrt
596
- # The AppLovin Axon pixel cookie value (\_axwrt). Web-only.
596
+ # The AppLovin pixel cookie value (\_axwrt). Web-only.
597
597
  #
598
598
  # @return [String, nil]
599
599
  optional :axwrt, String, nil?: true
@@ -999,7 +999,7 @@ module OursprivacyIngest
999
999
  optional :utm_term, String, nil?: true
1000
1000
 
1001
1001
  # @!attribute version
1002
- # The version of the web SDK
1002
+ # The SDK version (e.g., web SDK or ingest-sdk-\* via Stainless headers)
1003
1003
  #
1004
1004
  # @return [String, nil]
1005
1005
  optional :version, String, nil?: true
@@ -1056,7 +1056,7 @@ module OursprivacyIngest
1056
1056
  #
1057
1057
  # @param aleid [String, nil] The AppLovin aleid query parameter. Ex: aleid123
1058
1058
  #
1059
- # @param axwrt [String, nil] The AppLovin Axon pixel cookie value (\_axwrt). Web-only.
1059
+ # @param axwrt [String, nil] The AppLovin pixel cookie value (\_axwrt). Web-only.
1060
1060
  #
1061
1061
  # @param basis_cid [String, nil] The Basis DSP Click ID. Ex: basis_cid123
1062
1062
  #
@@ -1188,7 +1188,7 @@ module OursprivacyIngest
1188
1188
  #
1189
1189
  # @param utm_term [String, nil] The UTM Term. The web SDK automatically captures this from the query params.
1190
1190
  #
1191
- # @param version [String, nil] The version of the web SDK
1191
+ # @param version [String, nil] The SDK version (e.g., web SDK or ingest-sdk-\* via Stainless headers)
1192
1192
  #
1193
1193
  # @param viant_click_id [String, nil] The Viant (Adelphic) Click ID, captured from the `viant_click_id` URL parameter
1194
1194
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OursprivacyIngest
4
- VERSION = "1.12.0"
4
+ VERSION = "1.14.0"
5
5
  end
@@ -297,7 +297,7 @@ module OursprivacyIngest
297
297
  sig { returns(T.nilable(String)) }
298
298
  attr_accessor :aleid
299
299
 
300
- # The AppLovin Axon pixel cookie value (\_axwrt). Web-only.
300
+ # The AppLovin pixel cookie value (\_axwrt). Web-only.
301
301
  sig { returns(T.nilable(String)) }
302
302
  attr_accessor :axwrt
303
303
 
@@ -571,7 +571,7 @@ module OursprivacyIngest
571
571
  sig { returns(T.nilable(String)) }
572
572
  attr_accessor :utm_term
573
573
 
574
- # The version of the web SDK
574
+ # The SDK version (e.g., web SDK or ingest-sdk-\* via Stainless headers)
575
575
  sig { returns(T.nilable(String)) }
576
576
  attr_accessor :version
577
577
 
@@ -697,7 +697,7 @@ module OursprivacyIngest
697
697
  alart: nil,
698
698
  # The AppLovin aleid query parameter. Ex: aleid123
699
699
  aleid: nil,
700
- # The AppLovin Axon pixel cookie value (\_axwrt). Web-only.
700
+ # The AppLovin pixel cookie value (\_axwrt). Web-only.
701
701
  axwrt: nil,
702
702
  # The Basis DSP Click ID. Ex: basis_cid123
703
703
  basis_cid: nil,
@@ -839,7 +839,7 @@ module OursprivacyIngest
839
839
  utm_source: nil,
840
840
  # The UTM Term. The web SDK automatically captures this from the query params.
841
841
  utm_term: nil,
842
- # The version of the web SDK
842
+ # The SDK version (e.g., web SDK or ingest-sdk-\* via Stainless headers)
843
843
  version: nil,
844
844
  # The Viant (Adelphic) Click ID, captured from the `viant_click_id` URL parameter
845
845
  # (Viant `${ADELPHIC_CLICKID}` macro). Sent as `xid` on Viant postbacks. Ex:
@@ -247,7 +247,7 @@ module OursprivacyIngest
247
247
  sig { returns(T.nilable(String)) }
248
248
  attr_accessor :aleid
249
249
 
250
- # The AppLovin Axon pixel cookie value (\_axwrt). Web-only.
250
+ # The AppLovin pixel cookie value (\_axwrt). Web-only.
251
251
  sig { returns(T.nilable(String)) }
252
252
  attr_accessor :axwrt
253
253
 
@@ -521,7 +521,7 @@ module OursprivacyIngest
521
521
  sig { returns(T.nilable(String)) }
522
522
  attr_accessor :utm_term
523
523
 
524
- # The version of the web SDK
524
+ # The SDK version (e.g., web SDK or ingest-sdk-\* via Stainless headers)
525
525
  sig { returns(T.nilable(String)) }
526
526
  attr_accessor :version
527
527
 
@@ -647,7 +647,7 @@ module OursprivacyIngest
647
647
  alart: nil,
648
648
  # The AppLovin aleid query parameter. Ex: aleid123
649
649
  aleid: nil,
650
- # The AppLovin Axon pixel cookie value (\_axwrt). Web-only.
650
+ # The AppLovin pixel cookie value (\_axwrt). Web-only.
651
651
  axwrt: nil,
652
652
  # The Basis DSP Click ID. Ex: basis_cid123
653
653
  basis_cid: nil,
@@ -789,7 +789,7 @@ module OursprivacyIngest
789
789
  utm_source: nil,
790
790
  # The UTM Term. The web SDK automatically captures this from the query params.
791
791
  utm_term: nil,
792
- # The version of the web SDK
792
+ # The SDK version (e.g., web SDK or ingest-sdk-\* via Stainless headers)
793
793
  version: nil,
794
794
  # The Viant (Adelphic) Click ID, captured from the `viant_click_id` URL parameter
795
795
  # (Viant `${ADELPHIC_CLICKID}` macro). Sent as `xid` on Viant postbacks. Ex:
@@ -623,7 +623,7 @@ module OursprivacyIngest
623
623
  sig { returns(T.nilable(String)) }
624
624
  attr_accessor :aleid
625
625
 
626
- # The AppLovin Axon pixel cookie value (\_axwrt). Web-only.
626
+ # The AppLovin pixel cookie value (\_axwrt). Web-only.
627
627
  sig { returns(T.nilable(String)) }
628
628
  attr_accessor :axwrt
629
629
 
@@ -897,7 +897,7 @@ module OursprivacyIngest
897
897
  sig { returns(T.nilable(String)) }
898
898
  attr_accessor :utm_term
899
899
 
900
- # The version of the web SDK
900
+ # The SDK version (e.g., web SDK or ingest-sdk-\* via Stainless headers)
901
901
  sig { returns(T.nilable(String)) }
902
902
  attr_accessor :version
903
903
 
@@ -1023,7 +1023,7 @@ module OursprivacyIngest
1023
1023
  alart: nil,
1024
1024
  # The AppLovin aleid query parameter. Ex: aleid123
1025
1025
  aleid: nil,
1026
- # The AppLovin Axon pixel cookie value (\_axwrt). Web-only.
1026
+ # The AppLovin pixel cookie value (\_axwrt). Web-only.
1027
1027
  axwrt: nil,
1028
1028
  # The Basis DSP Click ID. Ex: basis_cid123
1029
1029
  basis_cid: nil,
@@ -1165,7 +1165,7 @@ module OursprivacyIngest
1165
1165
  utm_source: nil,
1166
1166
  # The UTM Term. The web SDK automatically captures this from the query params.
1167
1167
  utm_term: nil,
1168
- # The version of the web SDK
1168
+ # The SDK version (e.g., web SDK or ingest-sdk-\* via Stainless headers)
1169
1169
  version: nil,
1170
1170
  # The Viant (Adelphic) Click ID, captured from the `viant_click_id` URL parameter
1171
1171
  # (Viant `${ADELPHIC_CLICKID}` macro). Sent as `xid` on Viant postbacks. Ex:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oursprivacy-ingest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ours Privacy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-04 00:00:00.000000000 Z
11
+ date: 2026-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi