oursprivacy-ingest 1.13.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +1 -1
- data/lib/oursprivacy_ingest/models/batch_create_params.rb +2 -2
- data/lib/oursprivacy_ingest/models/track_event_params.rb +2 -2
- data/lib/oursprivacy_ingest/models/visitor_upsert_params.rb +2 -2
- data/lib/oursprivacy_ingest/version.rb +1 -1
- data/rbi/oursprivacy_ingest/models/batch_create_params.rbi +2 -2
- data/rbi/oursprivacy_ingest/models/track_event_params.rbi +2 -2
- data/rbi/oursprivacy_ingest/models/visitor_upsert_params.rbi +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c717603bde7e819e4498b5735300c267b1a4277adbbef8813e63397456ec0335
|
|
4
|
+
data.tar.gz: 5135d602464bfe6c356cde4fee8f8dbc3378da7a25384cd41454b9c332d08f63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3f2c7429ef91b6042b47c30ed5ef3020330b0e584e0c73776fa309ef62f17f5da5cf773a551f4537fec88e14cfbddbab2a80c4ef6ae483117a37a1c03947517
|
|
7
|
+
data.tar.gz: cc501feb9075ef546043d5d214884f7ed77d48d75d32c5dd53fa54fc8d6c33f497b06e0b641050bd9556b66bc08ed90f1e5df61e549cd93620ad45b1097b3f0d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
3
11
|
## 1.13.0 (2026-06-05)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v1.12.0...v1.13.0](https://github.com/with-ours/ingest-sdk-ruby/compare/v1.12.0...v1.13.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.
|
|
20
|
+
gem "oursprivacy-ingest", "~> 1.14.0"
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
<!-- x-release-please-end -->
|
|
@@ -595,7 +595,7 @@ module OursprivacyIngest
|
|
|
595
595
|
optional :utm_term, String, nil?: true
|
|
596
596
|
|
|
597
597
|
# @!attribute version
|
|
598
|
-
# The version
|
|
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
|
|
@@ -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
|
|
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
|
#
|
|
@@ -583,7 +583,7 @@ module OursprivacyIngest
|
|
|
583
583
|
optional :utm_term, String, nil?: true
|
|
584
584
|
|
|
585
585
|
# @!attribute version
|
|
586
|
-
# The version
|
|
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
|
|
@@ -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
|
|
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
|
#
|
|
@@ -999,7 +999,7 @@ module OursprivacyIngest
|
|
|
999
999
|
optional :utm_term, String, nil?: true
|
|
1000
1000
|
|
|
1001
1001
|
# @!attribute version
|
|
1002
|
-
# The version
|
|
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
|
|
@@ -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
|
|
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
|
#
|
|
@@ -571,7 +571,7 @@ module OursprivacyIngest
|
|
|
571
571
|
sig { returns(T.nilable(String)) }
|
|
572
572
|
attr_accessor :utm_term
|
|
573
573
|
|
|
574
|
-
# The version
|
|
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
|
|
|
@@ -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
|
|
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:
|
|
@@ -521,7 +521,7 @@ module OursprivacyIngest
|
|
|
521
521
|
sig { returns(T.nilable(String)) }
|
|
522
522
|
attr_accessor :utm_term
|
|
523
523
|
|
|
524
|
-
# The version
|
|
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
|
|
|
@@ -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
|
|
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:
|
|
@@ -897,7 +897,7 @@ module OursprivacyIngest
|
|
|
897
897
|
sig { returns(T.nilable(String)) }
|
|
898
898
|
attr_accessor :utm_term
|
|
899
899
|
|
|
900
|
-
# The version
|
|
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
|
|
|
@@ -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
|
|
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.
|
|
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-
|
|
11
|
+
date: 2026-06-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|