oursprivacy-ingest 1.9.0 → 1.10.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: 8cd38e89b007d984d0ba3b91357e4c3e46d2123e30f152907df2ef3812922215
4
- data.tar.gz: 1591b9e963faa4d9e02a3a836436e6542c75f19ba2dc39f5474f05bca93a77e9
3
+ metadata.gz: 5b37fe59b66fe28fc56f5e19dc9b6440478ddbb90f387e9b618f2aade2a2e281
4
+ data.tar.gz: f1015c560142fd14deb6c9892b5349ea3c062da30610dd7fb56387abb59a309a
5
5
  SHA512:
6
- metadata.gz: bd302a69857e0968bc6bdfd7ddc232e0f00ccd1b22c61640cfe82e50a9eaa244e9121c6aef078f14bf25c87a6add8dfa9f55910a46a76b0568efb1c6b69a0fd2
7
- data.tar.gz: 06211e12d6a8ba0684315131909720e5f539773b97ebaec362101c7f5ff731e30718e2ee6b681f53bd00ecda96bd1f088d70a590056e93348daad5f926c50820
6
+ metadata.gz: 52e45a24efacfc15f4826b5fb696aae27c484bb1f8e507f04c70af9040707ee961862f5217b1bc8eac3e9075f71a563687d7e77e9073a2d168ce64c4c2a0b578
7
+ data.tar.gz: 321cb84832e867f3fa31dda24bf650f8e2b15df38775853795c1a07277e30c512abd2fdffc6087a2c17f9cc07fd958b379c784471d65a194516b1930ad95d3f3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.10.0 (2026-05-27)
4
+
5
+ Full Changelog: [v1.9.0...v1.10.0](https://github.com/with-ours/ingest-sdk-ruby/compare/v1.9.0...v1.10.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([3968b6e](https://github.com/with-ours/ingest-sdk-ruby/commit/3968b6e51b8ef31269c905af417dcde9c8bab383))
10
+
3
11
  ## 1.9.0 (2026-05-21)
4
12
 
5
13
  Full Changelog: [v1.8.0...v1.9.0](https://github.com/with-ours/ingest-sdk-ruby/compare/v1.8.0...v1.9.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.9.0"
20
+ gem "oursprivacy-ingest", "~> 1.10.0"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -416,6 +416,15 @@ module OursprivacyIngest
416
416
  # @return [Boolean, nil]
417
417
  optional :new_s, OursprivacyIngest::Internal::Type::Boolean, nil?: true
418
418
 
419
+ # @!attribute oppref
420
+ # The OpenAI Ads privacy-preserving reference, captured from the `oppref` URL
421
+ # parameter on landing pages (the OpenAI Pixel also stores it in a `__oppref`
422
+ # cookie). Sent to OpenAI Ads on Conversions API events for attribution. Ex:
423
+ # oppref_abc
424
+ #
425
+ # @return [String, nil]
426
+ optional :oppref, String, nil?: true
427
+
419
428
  # @!attribute os_name
420
429
  # The name of the operating system. Ex: Windows
421
430
  #
@@ -613,7 +622,7 @@ module OursprivacyIngest
613
622
  # @return [Boolean, nil]
614
623
  optional :webview, OursprivacyIngest::Internal::Type::Boolean, nil?: true
615
624
 
616
- # @!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, beeswax_auction_id: 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, viant_click_id: nil, viant_impression_id: nil, wbraid: nil, webview: nil)
625
+ # @!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, beeswax_auction_id: 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, oppref: 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, viant_click_id: nil, viant_impression_id: nil, wbraid: nil, webview: nil)
617
626
  # Some parameter documentations has been truncated, see
618
627
  # {OursprivacyIngest::Models::BatchCreateParams::Event::DefaultProperties} for
619
628
  # more details.
@@ -710,6 +719,8 @@ module OursprivacyIngest
710
719
  #
711
720
  # @param new_s [Boolean, nil] Deprecated
712
721
  #
722
+ # @param oppref [String, nil] The OpenAI Ads privacy-preserving reference, captured from the `oppref` URL para
723
+ #
713
724
  # @param os_name [String, nil] The name of the operating system. Ex: Windows
714
725
  #
715
726
  # @param os_version [String, nil] The version of the operating system. Ex: 10.0
@@ -999,6 +1010,11 @@ module OursprivacyIngest
999
1010
  # @return [String, nil]
1000
1011
  optional :ndclid, String, nil?: true
1001
1012
 
1013
+ # @!attribute oppref
1014
+ #
1015
+ # @return [String, nil]
1016
+ optional :oppref, String, nil?: true
1017
+
1002
1018
  # @!attribute phone_number
1003
1019
  #
1004
1020
  # @return [String, nil]
@@ -1114,7 +1130,7 @@ module OursprivacyIngest
1114
1130
  # @return [String, nil]
1115
1131
  optional :zip, String, nil?: true
1116
1132
 
1117
- # @!method initialize(_ef_transaction_id: nil, ad_id: nil, admitad_uid: nil, adset_id: nil, alart: nil, aleid: nil, axwrt: nil, basis_cid: nil, beeswax_auction_id: 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, viant_click_id: nil, viant_impression_id: nil, wbraid: nil, zip: nil)
1133
+ # @!method initialize(_ef_transaction_id: nil, ad_id: nil, admitad_uid: nil, adset_id: nil, alart: nil, aleid: nil, axwrt: nil, basis_cid: nil, beeswax_auction_id: 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, oppref: 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, viant_click_id: nil, viant_impression_id: nil, wbraid: nil, zip: nil)
1118
1134
  # Properties to set on the visitor. (optional) You can also update these
1119
1135
  # properties via the identify endpoint.
1120
1136
  #
@@ -1196,6 +1212,8 @@ module OursprivacyIngest
1196
1212
  #
1197
1213
  # @param ndclid [String, nil]
1198
1214
  #
1215
+ # @param oppref [String, nil]
1216
+ #
1199
1217
  # @param phone_number [String, nil]
1200
1218
  #
1201
1219
  # @param qclid [String, nil]
@@ -404,6 +404,15 @@ module OursprivacyIngest
404
404
  # @return [Boolean, nil]
405
405
  optional :new_s, OursprivacyIngest::Internal::Type::Boolean, nil?: true
406
406
 
407
+ # @!attribute oppref
408
+ # The OpenAI Ads privacy-preserving reference, captured from the `oppref` URL
409
+ # parameter on landing pages (the OpenAI Pixel also stores it in a `__oppref`
410
+ # cookie). Sent to OpenAI Ads on Conversions API events for attribution. Ex:
411
+ # oppref_abc
412
+ #
413
+ # @return [String, nil]
414
+ optional :oppref, String, nil?: true
415
+
407
416
  # @!attribute os_name
408
417
  # The name of the operating system. Ex: Windows
409
418
  #
@@ -601,7 +610,7 @@ module OursprivacyIngest
601
610
  # @return [Boolean, nil]
602
611
  optional :webview, OursprivacyIngest::Internal::Type::Boolean, nil?: true
603
612
 
604
- # @!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, beeswax_auction_id: 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, viant_click_id: nil, viant_impression_id: nil, wbraid: nil, webview: nil)
613
+ # @!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, beeswax_auction_id: 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, oppref: 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, viant_click_id: nil, viant_impression_id: nil, wbraid: nil, webview: nil)
605
614
  # Some parameter documentations has been truncated, see
606
615
  # {OursprivacyIngest::Models::TrackEventParams::DefaultProperties} for more
607
616
  # details.
@@ -698,6 +707,8 @@ module OursprivacyIngest
698
707
  #
699
708
  # @param new_s [Boolean, nil] Deprecated
700
709
  #
710
+ # @param oppref [String, nil] The OpenAI Ads privacy-preserving reference, captured from the `oppref` URL para
711
+ #
701
712
  # @param os_name [String, nil] The name of the operating system. Ex: Windows
702
713
  #
703
714
  # @param os_version [String, nil] The version of the operating system. Ex: 10.0
@@ -983,6 +994,11 @@ module OursprivacyIngest
983
994
  # @return [String, nil]
984
995
  optional :ndclid, String, nil?: true
985
996
 
997
+ # @!attribute oppref
998
+ #
999
+ # @return [String, nil]
1000
+ optional :oppref, String, nil?: true
1001
+
986
1002
  # @!attribute phone_number
987
1003
  #
988
1004
  # @return [String, nil]
@@ -1098,7 +1114,7 @@ module OursprivacyIngest
1098
1114
  # @return [String, nil]
1099
1115
  optional :zip, String, nil?: true
1100
1116
 
1101
- # @!method initialize(_ef_transaction_id: nil, ad_id: nil, admitad_uid: nil, adset_id: nil, alart: nil, aleid: nil, axwrt: nil, basis_cid: nil, beeswax_auction_id: 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, viant_click_id: nil, viant_impression_id: nil, wbraid: nil, zip: nil)
1117
+ # @!method initialize(_ef_transaction_id: nil, ad_id: nil, admitad_uid: nil, adset_id: nil, alart: nil, aleid: nil, axwrt: nil, basis_cid: nil, beeswax_auction_id: 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, oppref: 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, viant_click_id: nil, viant_impression_id: nil, wbraid: nil, zip: nil)
1102
1118
  # Properties to set on the visitor. (optional) You can also update these
1103
1119
  # properties via the identify endpoint.
1104
1120
  #
@@ -1180,6 +1196,8 @@ module OursprivacyIngest
1180
1196
  #
1181
1197
  # @param ndclid [String, nil]
1182
1198
  #
1199
+ # @param oppref [String, nil]
1200
+ #
1183
1201
  # @param phone_number [String, nil]
1184
1202
  #
1185
1203
  # @param qclid [String, nil]
@@ -288,6 +288,11 @@ module OursprivacyIngest
288
288
  # @return [String, nil]
289
289
  optional :ndclid, String, nil?: true
290
290
 
291
+ # @!attribute oppref
292
+ #
293
+ # @return [String, nil]
294
+ optional :oppref, String, nil?: true
295
+
291
296
  # @!attribute phone_number
292
297
  #
293
298
  # @return [String, nil]
@@ -403,7 +408,7 @@ module OursprivacyIngest
403
408
  # @return [String, nil]
404
409
  optional :zip, String, nil?: true
405
410
 
406
- # @!method initialize(_ef_transaction_id: nil, ad_id: nil, admitad_uid: nil, adset_id: nil, alart: nil, aleid: nil, axwrt: nil, basis_cid: nil, beeswax_auction_id: 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, viant_click_id: nil, viant_impression_id: nil, wbraid: nil, zip: nil)
411
+ # @!method initialize(_ef_transaction_id: nil, ad_id: nil, admitad_uid: nil, adset_id: nil, alart: nil, aleid: nil, axwrt: nil, basis_cid: nil, beeswax_auction_id: 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, oppref: 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, viant_click_id: nil, viant_impression_id: nil, wbraid: nil, zip: nil)
407
412
  # User properties to associate with this user. The existing user properties will
408
413
  # be updated. And all future events will have these properties associated with
409
414
  # them.
@@ -486,6 +491,8 @@ module OursprivacyIngest
486
491
  #
487
492
  # @param ndclid [String, nil]
488
493
  #
494
+ # @param oppref [String, nil]
495
+ #
489
496
  # @param phone_number [String, nil]
490
497
  #
491
498
  # @param qclid [String, nil]
@@ -806,6 +813,15 @@ module OursprivacyIngest
806
813
  # @return [Boolean, nil]
807
814
  optional :new_s, OursprivacyIngest::Internal::Type::Boolean, nil?: true
808
815
 
816
+ # @!attribute oppref
817
+ # The OpenAI Ads privacy-preserving reference, captured from the `oppref` URL
818
+ # parameter on landing pages (the OpenAI Pixel also stores it in a `__oppref`
819
+ # cookie). Sent to OpenAI Ads on Conversions API events for attribution. Ex:
820
+ # oppref_abc
821
+ #
822
+ # @return [String, nil]
823
+ optional :oppref, String, nil?: true
824
+
809
825
  # @!attribute os_name
810
826
  # The name of the operating system. Ex: Windows
811
827
  #
@@ -1003,7 +1019,7 @@ module OursprivacyIngest
1003
1019
  # @return [Boolean, nil]
1004
1020
  optional :webview, OursprivacyIngest::Internal::Type::Boolean, nil?: true
1005
1021
 
1006
- # @!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, beeswax_auction_id: 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, viant_click_id: nil, viant_impression_id: nil, wbraid: nil, webview: nil)
1022
+ # @!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, beeswax_auction_id: 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, oppref: 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, viant_click_id: nil, viant_impression_id: nil, wbraid: nil, webview: nil)
1007
1023
  # Some parameter documentations has been truncated, see
1008
1024
  # {OursprivacyIngest::Models::VisitorUpsertParams::DefaultProperties} for more
1009
1025
  # details.
@@ -1100,6 +1116,8 @@ module OursprivacyIngest
1100
1116
  #
1101
1117
  # @param new_s [Boolean, nil] Deprecated
1102
1118
  #
1119
+ # @param oppref [String, nil] The OpenAI Ads privacy-preserving reference, captured from the `oppref` URL para
1120
+ #
1103
1121
  # @param os_name [String, nil] The name of the operating system. Ex: Windows
1104
1122
  #
1105
1123
  # @param os_version [String, nil] The version of the operating system. Ex: 10.0
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OursprivacyIngest
4
- VERSION = "1.9.0"
4
+ VERSION = "1.10.0"
5
5
  end
@@ -451,6 +451,13 @@ module OursprivacyIngest
451
451
  sig { returns(T.nilable(T::Boolean)) }
452
452
  attr_accessor :new_s
453
453
 
454
+ # The OpenAI Ads privacy-preserving reference, captured from the `oppref` URL
455
+ # parameter on landing pages (the OpenAI Pixel also stores it in a `__oppref`
456
+ # cookie). Sent to OpenAI Ads on Conversions API events for attribution. Ex:
457
+ # oppref_abc
458
+ sig { returns(T.nilable(String)) }
459
+ attr_accessor :oppref
460
+
454
461
  # The name of the operating system. Ex: Windows
455
462
  sig { returns(T.nilable(String)) }
456
463
  attr_accessor :os_name
@@ -632,6 +639,7 @@ module OursprivacyIngest
632
639
  msclkid: T.nilable(String),
633
640
  ndclid: T.nilable(String),
634
641
  new_s: T.nilable(T::Boolean),
642
+ oppref: T.nilable(String),
635
643
  os_name: T.nilable(String),
636
644
  os_version: T.nilable(String),
637
645
  page_hash: T.nilable(Float),
@@ -763,6 +771,11 @@ module OursprivacyIngest
763
771
  ndclid: nil,
764
772
  # Deprecated
765
773
  new_s: nil,
774
+ # The OpenAI Ads privacy-preserving reference, captured from the `oppref` URL
775
+ # parameter on landing pages (the OpenAI Pixel also stores it in a `__oppref`
776
+ # cookie). Sent to OpenAI Ads on Conversions API events for attribution. Ex:
777
+ # oppref_abc
778
+ oppref: nil,
766
779
  # The name of the operating system. Ex: Windows
767
780
  os_name: nil,
768
781
  # The version of the operating system. Ex: 10.0
@@ -882,6 +895,7 @@ module OursprivacyIngest
882
895
  msclkid: T.nilable(String),
883
896
  ndclid: T.nilable(String),
884
897
  new_s: T.nilable(T::Boolean),
898
+ oppref: T.nilable(String),
885
899
  os_name: T.nilable(String),
886
900
  os_version: T.nilable(String),
887
901
  page_hash: T.nilable(Float),
@@ -1084,6 +1098,9 @@ module OursprivacyIngest
1084
1098
  sig { returns(T.nilable(String)) }
1085
1099
  attr_accessor :ndclid
1086
1100
 
1101
+ sig { returns(T.nilable(String)) }
1102
+ attr_accessor :oppref
1103
+
1087
1104
  sig { returns(T.nilable(String)) }
1088
1105
  attr_accessor :phone_number
1089
1106
 
@@ -1196,6 +1213,7 @@ module OursprivacyIngest
1196
1213
  li_fat_id: T.nilable(String),
1197
1214
  msclkid: T.nilable(String),
1198
1215
  ndclid: T.nilable(String),
1216
+ oppref: T.nilable(String),
1199
1217
  phone_number: T.nilable(String),
1200
1218
  qclid: T.nilable(String),
1201
1219
  rdt_cid: T.nilable(String),
@@ -1262,6 +1280,7 @@ module OursprivacyIngest
1262
1280
  li_fat_id: nil,
1263
1281
  msclkid: nil,
1264
1282
  ndclid: nil,
1283
+ oppref: nil,
1265
1284
  phone_number: nil,
1266
1285
  qclid: nil,
1267
1286
  rdt_cid: nil,
@@ -1331,6 +1350,7 @@ module OursprivacyIngest
1331
1350
  li_fat_id: T.nilable(String),
1332
1351
  msclkid: T.nilable(String),
1333
1352
  ndclid: T.nilable(String),
1353
+ oppref: T.nilable(String),
1334
1354
  phone_number: T.nilable(String),
1335
1355
  qclid: T.nilable(String),
1336
1356
  rdt_cid: T.nilable(String),
@@ -401,6 +401,13 @@ module OursprivacyIngest
401
401
  sig { returns(T.nilable(T::Boolean)) }
402
402
  attr_accessor :new_s
403
403
 
404
+ # The OpenAI Ads privacy-preserving reference, captured from the `oppref` URL
405
+ # parameter on landing pages (the OpenAI Pixel also stores it in a `__oppref`
406
+ # cookie). Sent to OpenAI Ads on Conversions API events for attribution. Ex:
407
+ # oppref_abc
408
+ sig { returns(T.nilable(String)) }
409
+ attr_accessor :oppref
410
+
404
411
  # The name of the operating system. Ex: Windows
405
412
  sig { returns(T.nilable(String)) }
406
413
  attr_accessor :os_name
@@ -582,6 +589,7 @@ module OursprivacyIngest
582
589
  msclkid: T.nilable(String),
583
590
  ndclid: T.nilable(String),
584
591
  new_s: T.nilable(T::Boolean),
592
+ oppref: T.nilable(String),
585
593
  os_name: T.nilable(String),
586
594
  os_version: T.nilable(String),
587
595
  page_hash: T.nilable(Float),
@@ -713,6 +721,11 @@ module OursprivacyIngest
713
721
  ndclid: nil,
714
722
  # Deprecated
715
723
  new_s: nil,
724
+ # The OpenAI Ads privacy-preserving reference, captured from the `oppref` URL
725
+ # parameter on landing pages (the OpenAI Pixel also stores it in a `__oppref`
726
+ # cookie). Sent to OpenAI Ads on Conversions API events for attribution. Ex:
727
+ # oppref_abc
728
+ oppref: nil,
716
729
  # The name of the operating system. Ex: Windows
717
730
  os_name: nil,
718
731
  # The version of the operating system. Ex: 10.0
@@ -832,6 +845,7 @@ module OursprivacyIngest
832
845
  msclkid: T.nilable(String),
833
846
  ndclid: T.nilable(String),
834
847
  new_s: T.nilable(T::Boolean),
848
+ oppref: T.nilable(String),
835
849
  os_name: T.nilable(String),
836
850
  os_version: T.nilable(String),
837
851
  page_hash: T.nilable(Float),
@@ -1032,6 +1046,9 @@ module OursprivacyIngest
1032
1046
  sig { returns(T.nilable(String)) }
1033
1047
  attr_accessor :ndclid
1034
1048
 
1049
+ sig { returns(T.nilable(String)) }
1050
+ attr_accessor :oppref
1051
+
1035
1052
  sig { returns(T.nilable(String)) }
1036
1053
  attr_accessor :phone_number
1037
1054
 
@@ -1144,6 +1161,7 @@ module OursprivacyIngest
1144
1161
  li_fat_id: T.nilable(String),
1145
1162
  msclkid: T.nilable(String),
1146
1163
  ndclid: T.nilable(String),
1164
+ oppref: T.nilable(String),
1147
1165
  phone_number: T.nilable(String),
1148
1166
  qclid: T.nilable(String),
1149
1167
  rdt_cid: T.nilable(String),
@@ -1210,6 +1228,7 @@ module OursprivacyIngest
1210
1228
  li_fat_id: nil,
1211
1229
  msclkid: nil,
1212
1230
  ndclid: nil,
1231
+ oppref: nil,
1213
1232
  phone_number: nil,
1214
1233
  qclid: nil,
1215
1234
  rdt_cid: nil,
@@ -1278,6 +1297,7 @@ module OursprivacyIngest
1278
1297
  li_fat_id: T.nilable(String),
1279
1298
  msclkid: T.nilable(String),
1280
1299
  ndclid: T.nilable(String),
1300
+ oppref: T.nilable(String),
1281
1301
  phone_number: T.nilable(String),
1282
1302
  qclid: T.nilable(String),
1283
1303
  rdt_cid: T.nilable(String),
@@ -295,6 +295,9 @@ module OursprivacyIngest
295
295
  sig { returns(T.nilable(String)) }
296
296
  attr_accessor :ndclid
297
297
 
298
+ sig { returns(T.nilable(String)) }
299
+ attr_accessor :oppref
300
+
298
301
  sig { returns(T.nilable(String)) }
299
302
  attr_accessor :phone_number
300
303
 
@@ -408,6 +411,7 @@ module OursprivacyIngest
408
411
  li_fat_id: T.nilable(String),
409
412
  msclkid: T.nilable(String),
410
413
  ndclid: T.nilable(String),
414
+ oppref: T.nilable(String),
411
415
  phone_number: T.nilable(String),
412
416
  qclid: T.nilable(String),
413
417
  rdt_cid: T.nilable(String),
@@ -474,6 +478,7 @@ module OursprivacyIngest
474
478
  li_fat_id: nil,
475
479
  msclkid: nil,
476
480
  ndclid: nil,
481
+ oppref: nil,
477
482
  phone_number: nil,
478
483
  qclid: nil,
479
484
  rdt_cid: nil,
@@ -542,6 +547,7 @@ module OursprivacyIngest
542
547
  li_fat_id: T.nilable(String),
543
548
  msclkid: T.nilable(String),
544
549
  ndclid: T.nilable(String),
550
+ oppref: T.nilable(String),
545
551
  phone_number: T.nilable(String),
546
552
  qclid: T.nilable(String),
547
553
  rdt_cid: T.nilable(String),
@@ -765,6 +771,13 @@ module OursprivacyIngest
765
771
  sig { returns(T.nilable(T::Boolean)) }
766
772
  attr_accessor :new_s
767
773
 
774
+ # The OpenAI Ads privacy-preserving reference, captured from the `oppref` URL
775
+ # parameter on landing pages (the OpenAI Pixel also stores it in a `__oppref`
776
+ # cookie). Sent to OpenAI Ads on Conversions API events for attribution. Ex:
777
+ # oppref_abc
778
+ sig { returns(T.nilable(String)) }
779
+ attr_accessor :oppref
780
+
768
781
  # The name of the operating system. Ex: Windows
769
782
  sig { returns(T.nilable(String)) }
770
783
  attr_accessor :os_name
@@ -946,6 +959,7 @@ module OursprivacyIngest
946
959
  msclkid: T.nilable(String),
947
960
  ndclid: T.nilable(String),
948
961
  new_s: T.nilable(T::Boolean),
962
+ oppref: T.nilable(String),
949
963
  os_name: T.nilable(String),
950
964
  os_version: T.nilable(String),
951
965
  page_hash: T.nilable(Float),
@@ -1077,6 +1091,11 @@ module OursprivacyIngest
1077
1091
  ndclid: nil,
1078
1092
  # Deprecated
1079
1093
  new_s: nil,
1094
+ # The OpenAI Ads privacy-preserving reference, captured from the `oppref` URL
1095
+ # parameter on landing pages (the OpenAI Pixel also stores it in a `__oppref`
1096
+ # cookie). Sent to OpenAI Ads on Conversions API events for attribution. Ex:
1097
+ # oppref_abc
1098
+ oppref: nil,
1080
1099
  # The name of the operating system. Ex: Windows
1081
1100
  os_name: nil,
1082
1101
  # The version of the operating system. Ex: 10.0
@@ -1196,6 +1215,7 @@ module OursprivacyIngest
1196
1215
  msclkid: T.nilable(String),
1197
1216
  ndclid: T.nilable(String),
1198
1217
  new_s: T.nilable(T::Boolean),
1218
+ oppref: T.nilable(String),
1199
1219
  os_name: T.nilable(String),
1200
1220
  os_version: T.nilable(String),
1201
1221
  page_hash: T.nilable(Float),
@@ -134,6 +134,7 @@ module OursprivacyIngest
134
134
  msclkid: String?,
135
135
  ndclid: String?,
136
136
  new_s: bool?,
137
+ oppref: String?,
137
138
  os_name: String?,
138
139
  os_version: String?,
139
140
  page_hash: Float?,
@@ -257,6 +258,8 @@ module OursprivacyIngest
257
258
 
258
259
  attr_accessor new_s: bool?
259
260
 
261
+ attr_accessor oppref: String?
262
+
260
263
  attr_accessor os_name: String?
261
264
 
262
265
  attr_accessor os_version: String?
@@ -366,6 +369,7 @@ module OursprivacyIngest
366
369
  ?msclkid: String?,
367
370
  ?ndclid: String?,
368
371
  ?new_s: bool?,
372
+ ?oppref: String?,
369
373
  ?os_name: String?,
370
374
  ?os_version: String?,
371
375
  ?page_hash: Float?,
@@ -445,6 +449,7 @@ module OursprivacyIngest
445
449
  msclkid: String?,
446
450
  ndclid: String?,
447
451
  new_s: bool?,
452
+ oppref: String?,
448
453
  os_name: String?,
449
454
  os_version: String?,
450
455
  page_hash: Float?,
@@ -533,6 +538,7 @@ module OursprivacyIngest
533
538
  li_fat_id: String?,
534
539
  msclkid: String?,
535
540
  ndclid: String?,
541
+ oppref: String?,
536
542
  phone_number: String?,
537
543
  qclid: String?,
538
544
  rdt_cid: String?,
@@ -637,6 +643,8 @@ module OursprivacyIngest
637
643
 
638
644
  attr_accessor ndclid: String?
639
645
 
646
+ attr_accessor oppref: String?
647
+
640
648
  attr_accessor phone_number: String?
641
649
 
642
650
  attr_accessor qclid: String?
@@ -723,6 +731,7 @@ module OursprivacyIngest
723
731
  ?li_fat_id: String?,
724
732
  ?msclkid: String?,
725
733
  ?ndclid: String?,
734
+ ?oppref: String?,
726
735
  ?phone_number: String?,
727
736
  ?qclid: String?,
728
737
  ?rdt_cid: String?,
@@ -788,6 +797,7 @@ module OursprivacyIngest
788
797
  li_fat_id: String?,
789
798
  msclkid: String?,
790
799
  ndclid: String?,
800
+ oppref: String?,
791
801
  phone_number: String?,
792
802
  qclid: String?,
793
803
  rdt_cid: String?,
@@ -118,6 +118,7 @@ module OursprivacyIngest
118
118
  msclkid: String?,
119
119
  ndclid: String?,
120
120
  new_s: bool?,
121
+ oppref: String?,
121
122
  os_name: String?,
122
123
  os_version: String?,
123
124
  page_hash: Float?,
@@ -241,6 +242,8 @@ module OursprivacyIngest
241
242
 
242
243
  attr_accessor new_s: bool?
243
244
 
245
+ attr_accessor oppref: String?
246
+
244
247
  attr_accessor os_name: String?
245
248
 
246
249
  attr_accessor os_version: String?
@@ -350,6 +353,7 @@ module OursprivacyIngest
350
353
  ?msclkid: String?,
351
354
  ?ndclid: String?,
352
355
  ?new_s: bool?,
356
+ ?oppref: String?,
353
357
  ?os_name: String?,
354
358
  ?os_version: String?,
355
359
  ?page_hash: Float?,
@@ -429,6 +433,7 @@ module OursprivacyIngest
429
433
  msclkid: String?,
430
434
  ndclid: String?,
431
435
  new_s: bool?,
436
+ oppref: String?,
432
437
  os_name: String?,
433
438
  os_version: String?,
434
439
  page_hash: Float?,
@@ -517,6 +522,7 @@ module OursprivacyIngest
517
522
  li_fat_id: String?,
518
523
  msclkid: String?,
519
524
  ndclid: String?,
525
+ oppref: String?,
520
526
  phone_number: String?,
521
527
  qclid: String?,
522
528
  rdt_cid: String?,
@@ -621,6 +627,8 @@ module OursprivacyIngest
621
627
 
622
628
  attr_accessor ndclid: String?
623
629
 
630
+ attr_accessor oppref: String?
631
+
624
632
  attr_accessor phone_number: String?
625
633
 
626
634
  attr_accessor qclid: String?
@@ -707,6 +715,7 @@ module OursprivacyIngest
707
715
  ?li_fat_id: String?,
708
716
  ?msclkid: String?,
709
717
  ?ndclid: String?,
718
+ ?oppref: String?,
710
719
  ?phone_number: String?,
711
720
  ?qclid: String?,
712
721
  ?rdt_cid: String?,
@@ -772,6 +781,7 @@ module OursprivacyIngest
772
781
  li_fat_id: String?,
773
782
  msclkid: String?,
774
783
  ndclid: String?,
784
+ oppref: String?,
775
785
  phone_number: String?,
776
786
  qclid: String?,
777
787
  rdt_cid: String?,
@@ -93,6 +93,7 @@ module OursprivacyIngest
93
93
  li_fat_id: String?,
94
94
  msclkid: String?,
95
95
  ndclid: String?,
96
+ oppref: String?,
96
97
  phone_number: String?,
97
98
  qclid: String?,
98
99
  rdt_cid: String?,
@@ -197,6 +198,8 @@ module OursprivacyIngest
197
198
 
198
199
  attr_accessor ndclid: String?
199
200
 
201
+ attr_accessor oppref: String?
202
+
200
203
  attr_accessor phone_number: String?
201
204
 
202
205
  attr_accessor qclid: String?
@@ -283,6 +286,7 @@ module OursprivacyIngest
283
286
  ?li_fat_id: String?,
284
287
  ?msclkid: String?,
285
288
  ?ndclid: String?,
289
+ ?oppref: String?,
286
290
  ?phone_number: String?,
287
291
  ?qclid: String?,
288
292
  ?rdt_cid: String?,
@@ -348,6 +352,7 @@ module OursprivacyIngest
348
352
  li_fat_id: String?,
349
353
  msclkid: String?,
350
354
  ndclid: String?,
355
+ oppref: String?,
351
356
  phone_number: String?,
352
357
  qclid: String?,
353
358
  rdt_cid: String?,
@@ -420,6 +425,7 @@ module OursprivacyIngest
420
425
  msclkid: String?,
421
426
  ndclid: String?,
422
427
  new_s: bool?,
428
+ oppref: String?,
423
429
  os_name: String?,
424
430
  os_version: String?,
425
431
  page_hash: Float?,
@@ -543,6 +549,8 @@ module OursprivacyIngest
543
549
 
544
550
  attr_accessor new_s: bool?
545
551
 
552
+ attr_accessor oppref: String?
553
+
546
554
  attr_accessor os_name: String?
547
555
 
548
556
  attr_accessor os_version: String?
@@ -652,6 +660,7 @@ module OursprivacyIngest
652
660
  ?msclkid: String?,
653
661
  ?ndclid: String?,
654
662
  ?new_s: bool?,
663
+ ?oppref: String?,
655
664
  ?os_name: String?,
656
665
  ?os_version: String?,
657
666
  ?page_hash: Float?,
@@ -731,6 +740,7 @@ module OursprivacyIngest
731
740
  msclkid: String?,
732
741
  ndclid: String?,
733
742
  new_s: bool?,
743
+ oppref: String?,
734
744
  os_name: String?,
735
745
  os_version: String?,
736
746
  page_hash: Float?,
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.9.0
4
+ version: 1.10.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-21 00:00:00.000000000 Z
11
+ date: 2026-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi