oursprivacy-ingest 1.6.0 → 1.7.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: d23eb81e41813ee04947b2d1a04f410bf7b8198b2d958ae79042ca379162e62c
4
- data.tar.gz: e8a0964d9d45ad11a6a2cc5dd44be08af26382036c5c95e6d6790aacd75f4817
3
+ metadata.gz: 58ab60818e804371f1f03601d65833bc11e8f5ed9698706d889181bb783b687f
4
+ data.tar.gz: 5857962996b22619663cde42083aa722f98be269735473771343811d30fd9821
5
5
  SHA512:
6
- metadata.gz: 2e933d84b08922ee6f9885e9fadb991b4d237a97ed77be3b2672d1e6e59564b1f15e5f9a761cb572fddb1af0c4ccc393137f9b51eccfe371dc1fe6b0661ab75c
7
- data.tar.gz: c9575d16b3128719b6aac612889144486685e7894835970a813ccd2258090668507e5e8e50d48dcdfb6bd648d421d6d1b8e2da4bcbeb856bcb9a470bc356f482
6
+ metadata.gz: bde8ec9eb06b0e56ef71dad7e28cb1ba5525806890af099a08006617247ba9e2ae3312fd74a9e4f255e1e1146ea0262f387e142994e5683a4398cd37739236c1
7
+ data.tar.gz: 61803bff65a065a1c8272195597c00840090a1289744da95fd2657b814b499a920c0b158efd2df860f6de795ad25a7e534c5883606fbf92727b8848e64e2e922
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.7.0 (2026-05-08)
4
+
5
+ Full Changelog: [v1.6.0...v1.7.0](https://github.com/with-ours/ingest-sdk-ruby/compare/v1.6.0...v1.7.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([356be54](https://github.com/with-ours/ingest-sdk-ruby/commit/356be5482b0ac292331685dba21a31e91a0f9d02))
10
+
3
11
  ## 1.6.0 (2026-05-07)
4
12
 
5
13
  Full Changelog: [v1.5.0...v1.6.0](https://github.com/with-ours/ingest-sdk-ruby/compare/v1.5.0...v1.6.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.6.0"
20
+ gem "oursprivacy-ingest", "~> 1.7.0"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -144,6 +144,13 @@ module OursprivacyIngest
144
144
 
145
145
  # @see OursprivacyIngest::Models::BatchCreateParams::Event#default_properties
146
146
  class DefaultProperties < OursprivacyIngest::Internal::Type::BaseModel
147
+ # @!attribute _ef_transaction_id
148
+ # The Everflow affiliate Click (Transaction) ID, captured from the
149
+ # `_ef_transaction_id` URL parameter. Ex: ef_click_abc123
150
+ #
151
+ # @return [String, nil]
152
+ optional :_ef_transaction_id, String, nil?: true
153
+
147
154
  # @!attribute active_duration
148
155
  # The active time in milliseconds that the user had this tab active
149
156
  #
@@ -583,7 +590,7 @@ module OursprivacyIngest
583
590
  # @return [Boolean, nil]
584
591
  optional :webview, OursprivacyIngest::Internal::Type::Boolean, nil?: true
585
592
 
586
- # @!method initialize(active_duration: nil, ad_id: nil, admitad_uid: nil, adset_id: nil, alart: nil, aleid: nil, axwrt: nil, basis_cid: nil, browser_language: nil, browser_name: nil, browser_version: nil, campaign_id: nil, clickid: nil, clid: nil, cpu_architecture: nil, current_url: nil, dclid: nil, device_model: nil, device_type: nil, device_vendor: nil, duration: nil, encoding: nil, engine_name: nil, engine_version: nil, epik: nil, fbc: nil, fbclid: nil, fbp: nil, fv: nil, gad_source: nil, gbraid: nil, gclid: nil, host: nil, iframe: nil, im_ref: nil, ip: nil, irclickid: nil, is_bot: nil, li_fat_id: nil, msclkid: nil, ndclid: nil, new_s: nil, os_name: nil, os_version: nil, page_hash: nil, pathname: nil, qclid: nil, rdt_cid: nil, received_at: nil, referrer: nil, referring_domain: nil, sacid: nil, sccid: nil, screen_height: nil, screen_width: nil, session_count: nil, sid: nil, sr: nil, title: nil, ttclid: nil, twclid: nil, uafvl: nil, user_agent: nil, utm_campaign: nil, utm_content: nil, utm_medium: nil, utm_name: nil, utm_source: nil, utm_term: nil, version: nil, wbraid: nil, webview: nil)
593
+ # @!method initialize(_ef_transaction_id: nil, active_duration: nil, ad_id: nil, admitad_uid: nil, adset_id: nil, alart: nil, aleid: nil, axwrt: nil, basis_cid: nil, browser_language: nil, browser_name: nil, browser_version: nil, campaign_id: nil, clickid: nil, clid: nil, cpu_architecture: nil, current_url: nil, dclid: nil, device_model: nil, device_type: nil, device_vendor: nil, duration: nil, encoding: nil, engine_name: nil, engine_version: nil, epik: nil, fbc: nil, fbclid: nil, fbp: nil, fv: nil, gad_source: nil, gbraid: nil, gclid: nil, host: nil, iframe: nil, im_ref: nil, ip: nil, irclickid: nil, is_bot: nil, li_fat_id: nil, msclkid: nil, ndclid: nil, new_s: nil, os_name: nil, os_version: nil, page_hash: nil, pathname: nil, qclid: nil, rdt_cid: nil, received_at: nil, referrer: nil, referring_domain: nil, sacid: nil, sccid: nil, screen_height: nil, screen_width: nil, session_count: nil, sid: nil, sr: nil, title: nil, ttclid: nil, twclid: nil, uafvl: nil, user_agent: nil, utm_campaign: nil, utm_content: nil, utm_medium: nil, utm_name: nil, utm_source: nil, utm_term: nil, version: nil, wbraid: nil, webview: nil)
587
594
  # Some parameter documentations has been truncated, see
588
595
  # {OursprivacyIngest::Models::BatchCreateParams::Event::DefaultProperties} for
589
596
  # more details.
@@ -591,6 +598,9 @@ module OursprivacyIngest
591
598
  # These properties are used throughout the Ours app to pass known values onto
592
599
  # destinations
593
600
  #
601
+ # @param _ef_transaction_id [String, nil] The Everflow affiliate Click (Transaction) ID, captured from the
602
+ # `\_ef_transactio
603
+ #
594
604
  # @param active_duration [Float, nil] The active time in milliseconds that the user had this tab active
595
605
  #
596
606
  # @param ad_id [String, nil] The ad id for detected in the session. This is set by the web sdk automatically.
@@ -762,6 +772,11 @@ module OursprivacyIngest
762
772
 
763
773
  # @see OursprivacyIngest::Models::BatchCreateParams::Event#user_properties
764
774
  class UserProperties < OursprivacyIngest::Internal::Type::BaseModel
775
+ # @!attribute _ef_transaction_id
776
+ #
777
+ # @return [String, nil]
778
+ optional :_ef_transaction_id, String, nil?: true
779
+
765
780
  # @!attribute ad_id
766
781
  #
767
782
  # @return [String, nil]
@@ -1055,10 +1070,12 @@ module OursprivacyIngest
1055
1070
  # @return [String, nil]
1056
1071
  optional :zip, String, nil?: true
1057
1072
 
1058
- # @!method initialize(ad_id: nil, admitad_uid: nil, adset_id: nil, alart: nil, aleid: nil, axwrt: nil, basis_cid: nil, campaign_id: nil, city: nil, clickid: nil, clid: nil, company_name: nil, consent: nil, country: nil, custom_properties: nil, date_of_birth: nil, dclid: nil, email: nil, epik: nil, external_id: nil, fbc: nil, fbclid: nil, fbp: nil, first_name: nil, gad_source: nil, gbraid: nil, gclid: nil, gender: nil, im_ref: nil, ip: nil, irclickid: nil, is_bot: nil, job_title: nil, last_name: nil, li_fat_id: nil, msclkid: nil, ndclid: nil, phone_number: nil, qclid: nil, rdt_cid: nil, referrer: nil, referring_domain: nil, sacid: nil, sccid: nil, sid: nil, state: nil, ttclid: nil, twclid: nil, user_agent: nil, user_agent_full_list: nil, utm_campaign: nil, utm_content: nil, utm_medium: nil, utm_name: nil, utm_source: nil, utm_term: nil, wbraid: nil, zip: nil)
1073
+ # @!method initialize(_ef_transaction_id: nil, ad_id: nil, admitad_uid: nil, adset_id: nil, alart: nil, aleid: nil, axwrt: nil, basis_cid: nil, campaign_id: nil, city: nil, clickid: nil, clid: nil, company_name: nil, consent: nil, country: nil, custom_properties: nil, date_of_birth: nil, dclid: nil, email: nil, epik: nil, external_id: nil, fbc: nil, fbclid: nil, fbp: nil, first_name: nil, gad_source: nil, gbraid: nil, gclid: nil, gender: nil, im_ref: nil, ip: nil, irclickid: nil, is_bot: nil, job_title: nil, last_name: nil, li_fat_id: nil, msclkid: nil, ndclid: nil, phone_number: nil, qclid: nil, rdt_cid: nil, referrer: nil, referring_domain: nil, sacid: nil, sccid: nil, sid: nil, state: nil, ttclid: nil, twclid: nil, user_agent: nil, user_agent_full_list: nil, utm_campaign: nil, utm_content: nil, utm_medium: nil, utm_name: nil, utm_source: nil, utm_term: nil, wbraid: nil, zip: nil)
1059
1074
  # Properties to set on the visitor. (optional) You can also update these
1060
1075
  # properties via the identify endpoint.
1061
1076
  #
1077
+ # @param _ef_transaction_id [String, nil]
1078
+ #
1062
1079
  # @param ad_id [String, nil]
1063
1080
  #
1064
1081
  # @param admitad_uid [String, nil]
@@ -132,6 +132,13 @@ module OursprivacyIngest
132
132
  # @param request_options [OursprivacyIngest::RequestOptions, Hash{Symbol=>Object}]
133
133
 
134
134
  class DefaultProperties < OursprivacyIngest::Internal::Type::BaseModel
135
+ # @!attribute _ef_transaction_id
136
+ # The Everflow affiliate Click (Transaction) ID, captured from the
137
+ # `_ef_transaction_id` URL parameter. Ex: ef_click_abc123
138
+ #
139
+ # @return [String, nil]
140
+ optional :_ef_transaction_id, String, nil?: true
141
+
135
142
  # @!attribute active_duration
136
143
  # The active time in milliseconds that the user had this tab active
137
144
  #
@@ -571,7 +578,7 @@ module OursprivacyIngest
571
578
  # @return [Boolean, nil]
572
579
  optional :webview, OursprivacyIngest::Internal::Type::Boolean, nil?: true
573
580
 
574
- # @!method initialize(active_duration: nil, ad_id: nil, admitad_uid: nil, adset_id: nil, alart: nil, aleid: nil, axwrt: nil, basis_cid: nil, browser_language: nil, browser_name: nil, browser_version: nil, campaign_id: nil, clickid: nil, clid: nil, cpu_architecture: nil, current_url: nil, dclid: nil, device_model: nil, device_type: nil, device_vendor: nil, duration: nil, encoding: nil, engine_name: nil, engine_version: nil, epik: nil, fbc: nil, fbclid: nil, fbp: nil, fv: nil, gad_source: nil, gbraid: nil, gclid: nil, host: nil, iframe: nil, im_ref: nil, ip: nil, irclickid: nil, is_bot: nil, li_fat_id: nil, msclkid: nil, ndclid: nil, new_s: nil, os_name: nil, os_version: nil, page_hash: nil, pathname: nil, qclid: nil, rdt_cid: nil, received_at: nil, referrer: nil, referring_domain: nil, sacid: nil, sccid: nil, screen_height: nil, screen_width: nil, session_count: nil, sid: nil, sr: nil, title: nil, ttclid: nil, twclid: nil, uafvl: nil, user_agent: nil, utm_campaign: nil, utm_content: nil, utm_medium: nil, utm_name: nil, utm_source: nil, utm_term: nil, version: nil, wbraid: nil, webview: nil)
581
+ # @!method initialize(_ef_transaction_id: nil, active_duration: nil, ad_id: nil, admitad_uid: nil, adset_id: nil, alart: nil, aleid: nil, axwrt: nil, basis_cid: nil, browser_language: nil, browser_name: nil, browser_version: nil, campaign_id: nil, clickid: nil, clid: nil, cpu_architecture: nil, current_url: nil, dclid: nil, device_model: nil, device_type: nil, device_vendor: nil, duration: nil, encoding: nil, engine_name: nil, engine_version: nil, epik: nil, fbc: nil, fbclid: nil, fbp: nil, fv: nil, gad_source: nil, gbraid: nil, gclid: nil, host: nil, iframe: nil, im_ref: nil, ip: nil, irclickid: nil, is_bot: nil, li_fat_id: nil, msclkid: nil, ndclid: nil, new_s: nil, os_name: nil, os_version: nil, page_hash: nil, pathname: nil, qclid: nil, rdt_cid: nil, received_at: nil, referrer: nil, referring_domain: nil, sacid: nil, sccid: nil, screen_height: nil, screen_width: nil, session_count: nil, sid: nil, sr: nil, title: nil, ttclid: nil, twclid: nil, uafvl: nil, user_agent: nil, utm_campaign: nil, utm_content: nil, utm_medium: nil, utm_name: nil, utm_source: nil, utm_term: nil, version: nil, wbraid: nil, webview: nil)
575
582
  # Some parameter documentations has been truncated, see
576
583
  # {OursprivacyIngest::Models::TrackEventParams::DefaultProperties} for more
577
584
  # details.
@@ -579,6 +586,9 @@ module OursprivacyIngest
579
586
  # These properties are used throughout the Ours app to pass known values onto
580
587
  # destinations
581
588
  #
589
+ # @param _ef_transaction_id [String, nil] The Everflow affiliate Click (Transaction) ID, captured from the
590
+ # `\_ef_transactio
591
+ #
582
592
  # @param active_duration [Float, nil] The active time in milliseconds that the user had this tab active
583
593
  #
584
594
  # @param ad_id [String, nil] The ad id for detected in the session. This is set by the web sdk automatically.
@@ -748,6 +758,11 @@ module OursprivacyIngest
748
758
  end
749
759
 
750
760
  class UserProperties < OursprivacyIngest::Internal::Type::BaseModel
761
+ # @!attribute _ef_transaction_id
762
+ #
763
+ # @return [String, nil]
764
+ optional :_ef_transaction_id, String, nil?: true
765
+
751
766
  # @!attribute ad_id
752
767
  #
753
768
  # @return [String, nil]
@@ -1039,10 +1054,12 @@ module OursprivacyIngest
1039
1054
  # @return [String, nil]
1040
1055
  optional :zip, String, nil?: true
1041
1056
 
1042
- # @!method initialize(ad_id: nil, admitad_uid: nil, adset_id: nil, alart: nil, aleid: nil, axwrt: nil, basis_cid: nil, campaign_id: nil, city: nil, clickid: nil, clid: nil, company_name: nil, consent: nil, country: nil, custom_properties: nil, date_of_birth: nil, dclid: nil, email: nil, epik: nil, external_id: nil, fbc: nil, fbclid: nil, fbp: nil, first_name: nil, gad_source: nil, gbraid: nil, gclid: nil, gender: nil, im_ref: nil, ip: nil, irclickid: nil, is_bot: nil, job_title: nil, last_name: nil, li_fat_id: nil, msclkid: nil, ndclid: nil, phone_number: nil, qclid: nil, rdt_cid: nil, referrer: nil, referring_domain: nil, sacid: nil, sccid: nil, sid: nil, state: nil, ttclid: nil, twclid: nil, user_agent: nil, user_agent_full_list: nil, utm_campaign: nil, utm_content: nil, utm_medium: nil, utm_name: nil, utm_source: nil, utm_term: nil, wbraid: nil, zip: nil)
1057
+ # @!method initialize(_ef_transaction_id: nil, ad_id: nil, admitad_uid: nil, adset_id: nil, alart: nil, aleid: nil, axwrt: nil, basis_cid: nil, campaign_id: nil, city: nil, clickid: nil, clid: nil, company_name: nil, consent: nil, country: nil, custom_properties: nil, date_of_birth: nil, dclid: nil, email: nil, epik: nil, external_id: nil, fbc: nil, fbclid: nil, fbp: nil, first_name: nil, gad_source: nil, gbraid: nil, gclid: nil, gender: nil, im_ref: nil, ip: nil, irclickid: nil, is_bot: nil, job_title: nil, last_name: nil, li_fat_id: nil, msclkid: nil, ndclid: nil, phone_number: nil, qclid: nil, rdt_cid: nil, referrer: nil, referring_domain: nil, sacid: nil, sccid: nil, sid: nil, state: nil, ttclid: nil, twclid: nil, user_agent: nil, user_agent_full_list: nil, utm_campaign: nil, utm_content: nil, utm_medium: nil, utm_name: nil, utm_source: nil, utm_term: nil, wbraid: nil, zip: nil)
1043
1058
  # Properties to set on the visitor. (optional) You can also update these
1044
1059
  # properties via the identify endpoint.
1045
1060
  #
1061
+ # @param _ef_transaction_id [String, nil]
1062
+ #
1046
1063
  # @param ad_id [String, nil]
1047
1064
  #
1048
1065
  # @param admitad_uid [String, nil]
@@ -92,6 +92,11 @@ module OursprivacyIngest
92
92
  # @param request_options [OursprivacyIngest::RequestOptions, Hash{Symbol=>Object}]
93
93
 
94
94
  class UserProperties < OursprivacyIngest::Internal::Type::BaseModel
95
+ # @!attribute _ef_transaction_id
96
+ #
97
+ # @return [String, nil]
98
+ optional :_ef_transaction_id, String, nil?: true
99
+
95
100
  # @!attribute ad_id
96
101
  #
97
102
  # @return [String, nil]
@@ -383,11 +388,13 @@ module OursprivacyIngest
383
388
  # @return [String, nil]
384
389
  optional :zip, String, nil?: true
385
390
 
386
- # @!method initialize(ad_id: nil, admitad_uid: nil, adset_id: nil, alart: nil, aleid: nil, axwrt: nil, basis_cid: nil, campaign_id: nil, city: nil, clickid: nil, clid: nil, company_name: nil, consent: nil, country: nil, custom_properties: nil, date_of_birth: nil, dclid: nil, email: nil, epik: nil, external_id: nil, fbc: nil, fbclid: nil, fbp: nil, first_name: nil, gad_source: nil, gbraid: nil, gclid: nil, gender: nil, im_ref: nil, ip: nil, irclickid: nil, is_bot: nil, job_title: nil, last_name: nil, li_fat_id: nil, msclkid: nil, ndclid: nil, phone_number: nil, qclid: nil, rdt_cid: nil, referrer: nil, referring_domain: nil, sacid: nil, sccid: nil, sid: nil, state: nil, ttclid: nil, twclid: nil, user_agent: nil, user_agent_full_list: nil, utm_campaign: nil, utm_content: nil, utm_medium: nil, utm_name: nil, utm_source: nil, utm_term: nil, wbraid: nil, zip: nil)
391
+ # @!method initialize(_ef_transaction_id: nil, ad_id: nil, admitad_uid: nil, adset_id: nil, alart: nil, aleid: nil, axwrt: nil, basis_cid: nil, campaign_id: nil, city: nil, clickid: nil, clid: nil, company_name: nil, consent: nil, country: nil, custom_properties: nil, date_of_birth: nil, dclid: nil, email: nil, epik: nil, external_id: nil, fbc: nil, fbclid: nil, fbp: nil, first_name: nil, gad_source: nil, gbraid: nil, gclid: nil, gender: nil, im_ref: nil, ip: nil, irclickid: nil, is_bot: nil, job_title: nil, last_name: nil, li_fat_id: nil, msclkid: nil, ndclid: nil, phone_number: nil, qclid: nil, rdt_cid: nil, referrer: nil, referring_domain: nil, sacid: nil, sccid: nil, sid: nil, state: nil, ttclid: nil, twclid: nil, user_agent: nil, user_agent_full_list: nil, utm_campaign: nil, utm_content: nil, utm_medium: nil, utm_name: nil, utm_source: nil, utm_term: nil, wbraid: nil, zip: nil)
387
392
  # User properties to associate with this user. The existing user properties will
388
393
  # be updated. And all future events will have these properties associated with
389
394
  # them.
390
395
  #
396
+ # @param _ef_transaction_id [String, nil]
397
+ #
391
398
  # @param ad_id [String, nil]
392
399
  #
393
400
  # @param admitad_uid [String, nil]
@@ -506,6 +513,13 @@ module OursprivacyIngest
506
513
  end
507
514
 
508
515
  class DefaultProperties < OursprivacyIngest::Internal::Type::BaseModel
516
+ # @!attribute _ef_transaction_id
517
+ # The Everflow affiliate Click (Transaction) ID, captured from the
518
+ # `_ef_transaction_id` URL parameter. Ex: ef_click_abc123
519
+ #
520
+ # @return [String, nil]
521
+ optional :_ef_transaction_id, String, nil?: true
522
+
509
523
  # @!attribute active_duration
510
524
  # The active time in milliseconds that the user had this tab active
511
525
  #
@@ -945,7 +959,7 @@ module OursprivacyIngest
945
959
  # @return [Boolean, nil]
946
960
  optional :webview, OursprivacyIngest::Internal::Type::Boolean, nil?: true
947
961
 
948
- # @!method initialize(active_duration: nil, ad_id: nil, admitad_uid: nil, adset_id: nil, alart: nil, aleid: nil, axwrt: nil, basis_cid: nil, browser_language: nil, browser_name: nil, browser_version: nil, campaign_id: nil, clickid: nil, clid: nil, cpu_architecture: nil, current_url: nil, dclid: nil, device_model: nil, device_type: nil, device_vendor: nil, duration: nil, encoding: nil, engine_name: nil, engine_version: nil, epik: nil, fbc: nil, fbclid: nil, fbp: nil, fv: nil, gad_source: nil, gbraid: nil, gclid: nil, host: nil, iframe: nil, im_ref: nil, ip: nil, irclickid: nil, is_bot: nil, li_fat_id: nil, msclkid: nil, ndclid: nil, new_s: nil, os_name: nil, os_version: nil, page_hash: nil, pathname: nil, qclid: nil, rdt_cid: nil, received_at: nil, referrer: nil, referring_domain: nil, sacid: nil, sccid: nil, screen_height: nil, screen_width: nil, session_count: nil, sid: nil, sr: nil, title: nil, ttclid: nil, twclid: nil, uafvl: nil, user_agent: nil, utm_campaign: nil, utm_content: nil, utm_medium: nil, utm_name: nil, utm_source: nil, utm_term: nil, version: nil, wbraid: nil, webview: nil)
962
+ # @!method initialize(_ef_transaction_id: nil, active_duration: nil, ad_id: nil, admitad_uid: nil, adset_id: nil, alart: nil, aleid: nil, axwrt: nil, basis_cid: nil, browser_language: nil, browser_name: nil, browser_version: nil, campaign_id: nil, clickid: nil, clid: nil, cpu_architecture: nil, current_url: nil, dclid: nil, device_model: nil, device_type: nil, device_vendor: nil, duration: nil, encoding: nil, engine_name: nil, engine_version: nil, epik: nil, fbc: nil, fbclid: nil, fbp: nil, fv: nil, gad_source: nil, gbraid: nil, gclid: nil, host: nil, iframe: nil, im_ref: nil, ip: nil, irclickid: nil, is_bot: nil, li_fat_id: nil, msclkid: nil, ndclid: nil, new_s: nil, os_name: nil, os_version: nil, page_hash: nil, pathname: nil, qclid: nil, rdt_cid: nil, received_at: nil, referrer: nil, referring_domain: nil, sacid: nil, sccid: nil, screen_height: nil, screen_width: nil, session_count: nil, sid: nil, sr: nil, title: nil, ttclid: nil, twclid: nil, uafvl: nil, user_agent: nil, utm_campaign: nil, utm_content: nil, utm_medium: nil, utm_name: nil, utm_source: nil, utm_term: nil, version: nil, wbraid: nil, webview: nil)
949
963
  # Some parameter documentations has been truncated, see
950
964
  # {OursprivacyIngest::Models::VisitorUpsertParams::DefaultProperties} for more
951
965
  # details.
@@ -953,6 +967,9 @@ module OursprivacyIngest
953
967
  # These properties are used throughout the Ours app to pass known values onto
954
968
  # destinations
955
969
  #
970
+ # @param _ef_transaction_id [String, nil] The Everflow affiliate Click (Transaction) ID, captured from the
971
+ # `\_ef_transactio
972
+ #
956
973
  # @param active_duration [Float, nil] The active time in milliseconds that the user had this tab active
957
974
  #
958
975
  # @param ad_id [String, nil] The ad id for detected in the session. This is set by the web sdk automatically.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OursprivacyIngest
4
- VERSION = "1.6.0"
4
+ VERSION = "1.7.0"
5
5
  end
@@ -267,6 +267,11 @@ module OursprivacyIngest
267
267
  )
268
268
  end
269
269
 
270
+ # The Everflow affiliate Click (Transaction) ID, captured from the
271
+ # `_ef_transaction_id` URL parameter. Ex: ef_click_abc123
272
+ sig { returns(T.nilable(String)) }
273
+ attr_accessor :_ef_transaction_id
274
+
270
275
  # The active time in milliseconds that the user had this tab active
271
276
  sig { returns(T.nilable(Float)) }
272
277
  attr_accessor :active_duration
@@ -566,6 +571,7 @@ module OursprivacyIngest
566
571
  # destinations
567
572
  sig do
568
573
  params(
574
+ _ef_transaction_id: T.nilable(String),
569
575
  active_duration: T.nilable(Float),
570
576
  ad_id: T.nilable(String),
571
577
  admitad_uid: T.nilable(String),
@@ -641,6 +647,9 @@ module OursprivacyIngest
641
647
  ).returns(T.attached_class)
642
648
  end
643
649
  def self.new(
650
+ # The Everflow affiliate Click (Transaction) ID, captured from the
651
+ # `_ef_transaction_id` URL parameter. Ex: ef_click_abc123
652
+ _ef_transaction_id: nil,
644
653
  # The active time in milliseconds that the user had this tab active
645
654
  active_duration: nil,
646
655
  # The ad id for detected in the session. This is set by the web sdk automatically.
@@ -798,6 +807,7 @@ module OursprivacyIngest
798
807
  sig do
799
808
  override.returns(
800
809
  {
810
+ _ef_transaction_id: T.nilable(String),
801
811
  active_duration: T.nilable(Float),
802
812
  ad_id: T.nilable(String),
803
813
  admitad_uid: T.nilable(String),
@@ -922,6 +932,9 @@ module OursprivacyIngest
922
932
  )
923
933
  end
924
934
 
935
+ sig { returns(T.nilable(String)) }
936
+ attr_accessor :_ef_transaction_id
937
+
925
938
  sig { returns(T.nilable(String)) }
926
939
  attr_accessor :ad_id
927
940
 
@@ -1101,6 +1114,7 @@ module OursprivacyIngest
1101
1114
  # properties via the identify endpoint.
1102
1115
  sig do
1103
1116
  params(
1117
+ _ef_transaction_id: T.nilable(String),
1104
1118
  ad_id: T.nilable(String),
1105
1119
  admitad_uid: T.nilable(String),
1106
1120
  adset_id: T.nilable(String),
@@ -1162,6 +1176,7 @@ module OursprivacyIngest
1162
1176
  ).returns(T.attached_class)
1163
1177
  end
1164
1178
  def self.new(
1179
+ _ef_transaction_id: nil,
1165
1180
  ad_id: nil,
1166
1181
  admitad_uid: nil,
1167
1182
  adset_id: nil,
@@ -1227,6 +1242,7 @@ module OursprivacyIngest
1227
1242
  sig do
1228
1243
  override.returns(
1229
1244
  {
1245
+ _ef_transaction_id: T.nilable(String),
1230
1246
  ad_id: T.nilable(String),
1231
1247
  admitad_uid: T.nilable(String),
1232
1248
  adset_id: T.nilable(String),
@@ -217,6 +217,11 @@ module OursprivacyIngest
217
217
  )
218
218
  end
219
219
 
220
+ # The Everflow affiliate Click (Transaction) ID, captured from the
221
+ # `_ef_transaction_id` URL parameter. Ex: ef_click_abc123
222
+ sig { returns(T.nilable(String)) }
223
+ attr_accessor :_ef_transaction_id
224
+
220
225
  # The active time in milliseconds that the user had this tab active
221
226
  sig { returns(T.nilable(Float)) }
222
227
  attr_accessor :active_duration
@@ -516,6 +521,7 @@ module OursprivacyIngest
516
521
  # destinations
517
522
  sig do
518
523
  params(
524
+ _ef_transaction_id: T.nilable(String),
519
525
  active_duration: T.nilable(Float),
520
526
  ad_id: T.nilable(String),
521
527
  admitad_uid: T.nilable(String),
@@ -591,6 +597,9 @@ module OursprivacyIngest
591
597
  ).returns(T.attached_class)
592
598
  end
593
599
  def self.new(
600
+ # The Everflow affiliate Click (Transaction) ID, captured from the
601
+ # `_ef_transaction_id` URL parameter. Ex: ef_click_abc123
602
+ _ef_transaction_id: nil,
594
603
  # The active time in milliseconds that the user had this tab active
595
604
  active_duration: nil,
596
605
  # The ad id for detected in the session. This is set by the web sdk automatically.
@@ -748,6 +757,7 @@ module OursprivacyIngest
748
757
  sig do
749
758
  override.returns(
750
759
  {
760
+ _ef_transaction_id: T.nilable(String),
751
761
  active_duration: T.nilable(Float),
752
762
  ad_id: T.nilable(String),
753
763
  admitad_uid: T.nilable(String),
@@ -870,6 +880,9 @@ module OursprivacyIngest
870
880
  )
871
881
  end
872
882
 
883
+ sig { returns(T.nilable(String)) }
884
+ attr_accessor :_ef_transaction_id
885
+
873
886
  sig { returns(T.nilable(String)) }
874
887
  attr_accessor :ad_id
875
888
 
@@ -1049,6 +1062,7 @@ module OursprivacyIngest
1049
1062
  # properties via the identify endpoint.
1050
1063
  sig do
1051
1064
  params(
1065
+ _ef_transaction_id: T.nilable(String),
1052
1066
  ad_id: T.nilable(String),
1053
1067
  admitad_uid: T.nilable(String),
1054
1068
  adset_id: T.nilable(String),
@@ -1110,6 +1124,7 @@ module OursprivacyIngest
1110
1124
  ).returns(T.attached_class)
1111
1125
  end
1112
1126
  def self.new(
1127
+ _ef_transaction_id: nil,
1113
1128
  ad_id: nil,
1114
1129
  admitad_uid: nil,
1115
1130
  adset_id: nil,
@@ -1175,6 +1190,7 @@ module OursprivacyIngest
1175
1190
  sig do
1176
1191
  override.returns(
1177
1192
  {
1193
+ _ef_transaction_id: T.nilable(String),
1178
1194
  ad_id: T.nilable(String),
1179
1195
  admitad_uid: T.nilable(String),
1180
1196
  adset_id: T.nilable(String),
@@ -177,6 +177,9 @@ module OursprivacyIngest
177
177
  )
178
178
  end
179
179
 
180
+ sig { returns(T.nilable(String)) }
181
+ attr_accessor :_ef_transaction_id
182
+
180
183
  sig { returns(T.nilable(String)) }
181
184
  attr_accessor :ad_id
182
185
 
@@ -357,6 +360,7 @@ module OursprivacyIngest
357
360
  # them.
358
361
  sig do
359
362
  params(
363
+ _ef_transaction_id: T.nilable(String),
360
364
  ad_id: T.nilable(String),
361
365
  admitad_uid: T.nilable(String),
362
366
  adset_id: T.nilable(String),
@@ -418,6 +422,7 @@ module OursprivacyIngest
418
422
  ).returns(T.attached_class)
419
423
  end
420
424
  def self.new(
425
+ _ef_transaction_id: nil,
421
426
  ad_id: nil,
422
427
  admitad_uid: nil,
423
428
  adset_id: nil,
@@ -483,6 +488,7 @@ module OursprivacyIngest
483
488
  sig do
484
489
  override.returns(
485
490
  {
491
+ _ef_transaction_id: T.nilable(String),
486
492
  ad_id: T.nilable(String),
487
493
  admitad_uid: T.nilable(String),
488
494
  adset_id: T.nilable(String),
@@ -557,6 +563,11 @@ module OursprivacyIngest
557
563
  )
558
564
  end
559
565
 
566
+ # The Everflow affiliate Click (Transaction) ID, captured from the
567
+ # `_ef_transaction_id` URL parameter. Ex: ef_click_abc123
568
+ sig { returns(T.nilable(String)) }
569
+ attr_accessor :_ef_transaction_id
570
+
560
571
  # The active time in milliseconds that the user had this tab active
561
572
  sig { returns(T.nilable(Float)) }
562
573
  attr_accessor :active_duration
@@ -856,6 +867,7 @@ module OursprivacyIngest
856
867
  # destinations
857
868
  sig do
858
869
  params(
870
+ _ef_transaction_id: T.nilable(String),
859
871
  active_duration: T.nilable(Float),
860
872
  ad_id: T.nilable(String),
861
873
  admitad_uid: T.nilable(String),
@@ -931,6 +943,9 @@ module OursprivacyIngest
931
943
  ).returns(T.attached_class)
932
944
  end
933
945
  def self.new(
946
+ # The Everflow affiliate Click (Transaction) ID, captured from the
947
+ # `_ef_transaction_id` URL parameter. Ex: ef_click_abc123
948
+ _ef_transaction_id: nil,
934
949
  # The active time in milliseconds that the user had this tab active
935
950
  active_duration: nil,
936
951
  # The ad id for detected in the session. This is set by the web sdk automatically.
@@ -1088,6 +1103,7 @@ module OursprivacyIngest
1088
1103
  sig do
1089
1104
  override.returns(
1090
1105
  {
1106
+ _ef_transaction_id: T.nilable(String),
1091
1107
  active_duration: T.nilable(Float),
1092
1108
  ad_id: T.nilable(String),
1093
1109
  admitad_uid: T.nilable(String),
@@ -90,6 +90,7 @@ module OursprivacyIngest
90
90
 
91
91
  type default_properties =
92
92
  {
93
+ _ef_transaction_id: String?,
93
94
  active_duration: Float?,
94
95
  ad_id: String?,
95
96
  admitad_uid: String?,
@@ -165,6 +166,8 @@ module OursprivacyIngest
165
166
  }
166
167
 
167
168
  class DefaultProperties < OursprivacyIngest::Internal::Type::BaseModel
169
+ attr_accessor _ef_transaction_id: String?
170
+
168
171
  attr_accessor active_duration: Float?
169
172
 
170
173
  attr_accessor ad_id: String?
@@ -310,6 +313,7 @@ module OursprivacyIngest
310
313
  attr_accessor webview: bool?
311
314
 
312
315
  def initialize: (
316
+ ?_ef_transaction_id: String?,
313
317
  ?active_duration: Float?,
314
318
  ?ad_id: String?,
315
319
  ?admitad_uid: String?,
@@ -385,6 +389,7 @@ module OursprivacyIngest
385
389
  ) -> void
386
390
 
387
391
  def to_hash: -> {
392
+ _ef_transaction_id: String?,
388
393
  active_duration: Float?,
389
394
  ad_id: String?,
390
395
  admitad_uid: String?,
@@ -474,6 +479,7 @@ module OursprivacyIngest
474
479
 
475
480
  type user_properties =
476
481
  {
482
+ _ef_transaction_id: String?,
477
483
  ad_id: String?,
478
484
  admitad_uid: String?,
479
485
  adset_id: String?,
@@ -535,6 +541,8 @@ module OursprivacyIngest
535
541
  }
536
542
 
537
543
  class UserProperties < OursprivacyIngest::Internal::Type::BaseModel
544
+ attr_accessor _ef_transaction_id: String?
545
+
538
546
  attr_accessor ad_id: String?
539
547
 
540
548
  attr_accessor admitad_uid: String?
@@ -652,6 +660,7 @@ module OursprivacyIngest
652
660
  attr_accessor zip: String?
653
661
 
654
662
  def initialize: (
663
+ ?_ef_transaction_id: String?,
655
664
  ?ad_id: String?,
656
665
  ?admitad_uid: String?,
657
666
  ?adset_id: String?,
@@ -713,6 +722,7 @@ module OursprivacyIngest
713
722
  ) -> void
714
723
 
715
724
  def to_hash: -> {
725
+ _ef_transaction_id: String?,
716
726
  ad_id: String?,
717
727
  admitad_uid: String?,
718
728
  adset_id: String?,
@@ -74,6 +74,7 @@ module OursprivacyIngest
74
74
 
75
75
  type default_properties =
76
76
  {
77
+ _ef_transaction_id: String?,
77
78
  active_duration: Float?,
78
79
  ad_id: String?,
79
80
  admitad_uid: String?,
@@ -149,6 +150,8 @@ module OursprivacyIngest
149
150
  }
150
151
 
151
152
  class DefaultProperties < OursprivacyIngest::Internal::Type::BaseModel
153
+ attr_accessor _ef_transaction_id: String?
154
+
152
155
  attr_accessor active_duration: Float?
153
156
 
154
157
  attr_accessor ad_id: String?
@@ -294,6 +297,7 @@ module OursprivacyIngest
294
297
  attr_accessor webview: bool?
295
298
 
296
299
  def initialize: (
300
+ ?_ef_transaction_id: String?,
297
301
  ?active_duration: Float?,
298
302
  ?ad_id: String?,
299
303
  ?admitad_uid: String?,
@@ -369,6 +373,7 @@ module OursprivacyIngest
369
373
  ) -> void
370
374
 
371
375
  def to_hash: -> {
376
+ _ef_transaction_id: String?,
372
377
  active_duration: Float?,
373
378
  ad_id: String?,
374
379
  admitad_uid: String?,
@@ -458,6 +463,7 @@ module OursprivacyIngest
458
463
 
459
464
  type user_properties =
460
465
  {
466
+ _ef_transaction_id: String?,
461
467
  ad_id: String?,
462
468
  admitad_uid: String?,
463
469
  adset_id: String?,
@@ -519,6 +525,8 @@ module OursprivacyIngest
519
525
  }
520
526
 
521
527
  class UserProperties < OursprivacyIngest::Internal::Type::BaseModel
528
+ attr_accessor _ef_transaction_id: String?
529
+
522
530
  attr_accessor ad_id: String?
523
531
 
524
532
  attr_accessor admitad_uid: String?
@@ -636,6 +644,7 @@ module OursprivacyIngest
636
644
  attr_accessor zip: String?
637
645
 
638
646
  def initialize: (
647
+ ?_ef_transaction_id: String?,
639
648
  ?ad_id: String?,
640
649
  ?admitad_uid: String?,
641
650
  ?adset_id: String?,
@@ -697,6 +706,7 @@ module OursprivacyIngest
697
706
  ) -> void
698
707
 
699
708
  def to_hash: -> {
709
+ _ef_transaction_id: String?,
700
710
  ad_id: String?,
701
711
  admitad_uid: String?,
702
712
  adset_id: String?,
@@ -54,6 +54,7 @@ module OursprivacyIngest
54
54
 
55
55
  type user_properties =
56
56
  {
57
+ _ef_transaction_id: String?,
57
58
  ad_id: String?,
58
59
  admitad_uid: String?,
59
60
  adset_id: String?,
@@ -115,6 +116,8 @@ module OursprivacyIngest
115
116
  }
116
117
 
117
118
  class UserProperties < OursprivacyIngest::Internal::Type::BaseModel
119
+ attr_accessor _ef_transaction_id: String?
120
+
118
121
  attr_accessor ad_id: String?
119
122
 
120
123
  attr_accessor admitad_uid: String?
@@ -232,6 +235,7 @@ module OursprivacyIngest
232
235
  attr_accessor zip: String?
233
236
 
234
237
  def initialize: (
238
+ ?_ef_transaction_id: String?,
235
239
  ?ad_id: String?,
236
240
  ?admitad_uid: String?,
237
241
  ?adset_id: String?,
@@ -293,6 +297,7 @@ module OursprivacyIngest
293
297
  ) -> void
294
298
 
295
299
  def to_hash: -> {
300
+ _ef_transaction_id: String?,
296
301
  ad_id: String?,
297
302
  admitad_uid: String?,
298
303
  adset_id: String?,
@@ -356,6 +361,7 @@ module OursprivacyIngest
356
361
 
357
362
  type default_properties =
358
363
  {
364
+ _ef_transaction_id: String?,
359
365
  active_duration: Float?,
360
366
  ad_id: String?,
361
367
  admitad_uid: String?,
@@ -431,6 +437,8 @@ module OursprivacyIngest
431
437
  }
432
438
 
433
439
  class DefaultProperties < OursprivacyIngest::Internal::Type::BaseModel
440
+ attr_accessor _ef_transaction_id: String?
441
+
434
442
  attr_accessor active_duration: Float?
435
443
 
436
444
  attr_accessor ad_id: String?
@@ -576,6 +584,7 @@ module OursprivacyIngest
576
584
  attr_accessor webview: bool?
577
585
 
578
586
  def initialize: (
587
+ ?_ef_transaction_id: String?,
579
588
  ?active_duration: Float?,
580
589
  ?ad_id: String?,
581
590
  ?admitad_uid: String?,
@@ -651,6 +660,7 @@ module OursprivacyIngest
651
660
  ) -> void
652
661
 
653
662
  def to_hash: -> {
663
+ _ef_transaction_id: String?,
654
664
  active_duration: Float?,
655
665
  ad_id: String?,
656
666
  admitad_uid: String?,
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.6.0
4
+ version: 1.7.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-05-07 00:00:00.000000000 Z
11
+ date: 2026-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi