Class: OursprivacyIngest::Models::VisitorUpsertParams::UserProperties
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OursprivacyIngest::Models::VisitorUpsertParams::UserProperties
- Defined in:
- lib/oursprivacy_ingest/models/visitor_upsert_params.rb,
sig/oursprivacy_ingest/models/visitor_upsert_params.rbs
Instance Attribute Summary collapse
- #_ef_transaction_id ⇒ String?
- #ad_id ⇒ String?
- #admitad_uid ⇒ String?
- #adset_id ⇒ String?
- #alart ⇒ String?
- #aleid ⇒ String?
- #axwrt ⇒ String?
- #basis_cid ⇒ String?
- #beeswax_auction_id ⇒ String?
- #campaign_id ⇒ String?
- #city ⇒ String?
- #clickid ⇒ String?
- #clid ⇒ String?
- #company_name ⇒ String?
- #consent ⇒ Hash{Symbol=>String, nil}?
- #country ⇒ String?
- #custom_properties ⇒ Hash{Symbol=>String, nil}?
- #date_of_birth ⇒ String?
- #dclid ⇒ String?
- #email ⇒ String?
- #epik ⇒ String?
- #external_id ⇒ String?
- #fbc ⇒ String?
- #fbclid ⇒ String?
- #fbp ⇒ String?
- #first_name ⇒ String?
- #gad_source ⇒ String?
- #gbraid ⇒ String?
- #gclid ⇒ String?
- #gender ⇒ String?
- #im_ref ⇒ String?
-
#ip ⇒ String?
The IP address of the user.
- #irclickid ⇒ String?
- #is_bot ⇒ String?
- #job_title ⇒ String?
- #last_name ⇒ String?
- #li_fat_id ⇒ String?
- #msclkid ⇒ String?
- #ndclid ⇒ String?
- #ob_click_id ⇒ String?
- #oppref ⇒ String?
- #phone_number ⇒ String?
- #qclid ⇒ String?
- #rdt_cid ⇒ String?
- #referrer ⇒ String?
- #referring_domain ⇒ String?
- #sacid ⇒ String?
- #sccid ⇒ String?
- #sid ⇒ String?
- #state ⇒ String?
- #ttclid ⇒ String?
- #twclid ⇒ String?
- #user_agent ⇒ String?
- #user_agent_full_list ⇒ String?
- #utm_campaign ⇒ String?
- #utm_content ⇒ String?
- #utm_medium ⇒ String?
- #utm_name ⇒ String?
- #utm_source ⇒ String?
- #utm_term ⇒ String?
- #viant_click_id ⇒ String?
- #viant_impression_id ⇒ String?
- #wbraid ⇒ String?
- #zip ⇒ String?
Instance Method Summary collapse
-
#initialize(token:, user_properties:, default_properties: nil, email: nil, external_id: nil, identity_context: nil, user_id: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see OursprivacyIngest::Models::VisitorUpsertParams for more details.
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(token:, user_properties:, default_properties: nil, email: nil, external_id: nil, identity_context: nil, user_id: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see OursprivacyIngest::Models::VisitorUpsertParams for more details.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 95 class UserProperties < OursprivacyIngest::Internal::Type::BaseModel # @!attribute _ef_transaction_id # # @return [String, nil] optional :_ef_transaction_id, String, nil?: true # @!attribute ad_id # # @return [String, nil] optional :ad_id, String, nil?: true # @!attribute admitad_uid # # @return [String, nil] optional :admitad_uid, String, nil?: true # @!attribute adset_id # # @return [String, nil] optional :adset_id, String, nil?: true # @!attribute alart # # @return [String, nil] optional :alart, String, nil?: true # @!attribute aleid # # @return [String, nil] optional :aleid, String, nil?: true # @!attribute axwrt # # @return [String, nil] optional :axwrt, String, nil?: true # @!attribute basis_cid # # @return [String, nil] optional :basis_cid, String, nil?: true # @!attribute beeswax_auction_id # # @return [String, nil] optional :beeswax_auction_id, String, nil?: true # @!attribute campaign_id # # @return [String, nil] optional :campaign_id, String, nil?: true # @!attribute city # # @return [String, nil] optional :city, String, nil?: true # @!attribute clickid # # @return [String, nil] optional :clickid, String, nil?: true # @!attribute clid # # @return [String, nil] optional :clid, String, nil?: true # @!attribute company_name # # @return [String, nil] optional :company_name, String, nil?: true # @!attribute consent # # @return [Hash{Symbol=>String, nil}, nil] optional :consent, OursprivacyIngest::Internal::Type::HashOf[String, nil?: true], nil?: true # @!attribute country # # @return [String, nil] optional :country, String, nil?: true # @!attribute custom_properties # # @return [Hash{Symbol=>String, nil}, nil] optional :custom_properties, OursprivacyIngest::Internal::Type::HashOf[String, nil?: true], nil?: true # @!attribute date_of_birth # # @return [String, nil] optional :date_of_birth, String, nil?: true # @!attribute dclid # # @return [String, nil] optional :dclid, String, nil?: true # @!attribute email # # @return [String, nil] optional :email, String, nil?: true # @!attribute epik # # @return [String, nil] optional :epik, String, nil?: true # @!attribute external_id # # @return [String, nil] optional :external_id, String, nil?: true # @!attribute fbc # # @return [String, nil] optional :fbc, String, nil?: true # @!attribute fbclid # # @return [String, nil] optional :fbclid, String, nil?: true # @!attribute fbp # # @return [String, nil] optional :fbp, String, nil?: true # @!attribute first_name # # @return [String, nil] optional :first_name, String, nil?: true # @!attribute gad_source # # @return [String, nil] optional :gad_source, String, nil?: true # @!attribute gbraid # # @return [String, nil] optional :gbraid, String, nil?: true # @!attribute gclid # # @return [String, nil] optional :gclid, String, nil?: true # @!attribute gender # # @return [String, nil] optional :gender, String, nil?: true # @!attribute im_ref # # @return [String, nil] optional :im_ref, String, nil?: true # @!attribute ip # The IP address of the user # # @return [String, nil] optional :ip, String, nil?: true # @!attribute irclickid # # @return [String, nil] optional :irclickid, String, nil?: true # @!attribute is_bot # # @return [String, nil] optional :is_bot, String, nil?: true # @!attribute job_title # # @return [String, nil] optional :job_title, String, nil?: true # @!attribute last_name # # @return [String, nil] optional :last_name, String, nil?: true # @!attribute li_fat_id # # @return [String, nil] optional :li_fat_id, String, nil?: true # @!attribute msclkid # # @return [String, nil] optional :msclkid, String, nil?: true # @!attribute ndclid # # @return [String, nil] optional :ndclid, String, nil?: true # @!attribute ob_click_id # # @return [String, nil] optional :ob_click_id, String, nil?: true # @!attribute oppref # # @return [String, nil] optional :oppref, String, nil?: true # @!attribute phone_number # # @return [String, nil] optional :phone_number, String, nil?: true # @!attribute qclid # # @return [String, nil] optional :qclid, String, nil?: true # @!attribute rdt_cid # # @return [String, nil] optional :rdt_cid, String, nil?: true # @!attribute referrer # # @return [String, nil] optional :referrer, String, nil?: true # @!attribute referring_domain # # @return [String, nil] optional :referring_domain, String, nil?: true # @!attribute sacid # # @return [String, nil] optional :sacid, String, nil?: true # @!attribute sccid # # @return [String, nil] optional :sccid, String, nil?: true # @!attribute sid # # @return [String, nil] optional :sid, String, nil?: true # @!attribute state # # @return [String, nil] optional :state, String, nil?: true # @!attribute ttclid # # @return [String, nil] optional :ttclid, String, nil?: true # @!attribute twclid # # @return [String, nil] optional :twclid, String, nil?: true # @!attribute user_agent # # @return [String, nil] optional :user_agent, String, nil?: true # @!attribute user_agent_full_list # # @return [String, nil] optional :user_agent_full_list, String, nil?: true # @!attribute utm_campaign # # @return [String, nil] optional :utm_campaign, String, nil?: true # @!attribute utm_content # # @return [String, nil] optional :utm_content, String, nil?: true # @!attribute utm_medium # # @return [String, nil] optional :utm_medium, String, nil?: true # @!attribute utm_name # # @return [String, nil] optional :utm_name, String, nil?: true # @!attribute utm_source # # @return [String, nil] optional :utm_source, String, nil?: true # @!attribute utm_term # # @return [String, nil] optional :utm_term, String, nil?: true # @!attribute viant_click_id # # @return [String, nil] optional :viant_click_id, String, nil?: true # @!attribute viant_impression_id # # @return [String, nil] optional :viant_impression_id, String, nil?: true # @!attribute wbraid # # @return [String, nil] optional :wbraid, String, nil?: true # @!attribute zip # # @return [String, nil] optional :zip, String, nil?: true # @!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, ob_click_id: 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) # User properties to associate with this user. The existing user properties will # be updated. And all future events will have these properties associated with # them. # # @param _ef_transaction_id [String, nil] # # @param ad_id [String, nil] # # @param admitad_uid [String, nil] # # @param adset_id [String, nil] # # @param alart [String, nil] # # @param aleid [String, nil] # # @param axwrt [String, nil] # # @param basis_cid [String, nil] # # @param beeswax_auction_id [String, nil] # # @param campaign_id [String, nil] # # @param city [String, nil] # # @param clickid [String, nil] # # @param clid [String, nil] # # @param company_name [String, nil] # # @param consent [Hash{Symbol=>String, nil}, nil] # # @param country [String, nil] # # @param custom_properties [Hash{Symbol=>String, nil}, nil] # # @param date_of_birth [String, nil] # # @param dclid [String, nil] # # @param email [String, nil] # # @param epik [String, nil] # # @param external_id [String, nil] # # @param fbc [String, nil] # # @param fbclid [String, nil] # # @param fbp [String, nil] # # @param first_name [String, nil] # # @param gad_source [String, nil] # # @param gbraid [String, nil] # # @param gclid [String, nil] # # @param gender [String, nil] # # @param im_ref [String, nil] # # @param ip [String, nil] The IP address of the user # # @param irclickid [String, nil] # # @param is_bot [String, nil] # # @param job_title [String, nil] # # @param last_name [String, nil] # # @param li_fat_id [String, nil] # # @param msclkid [String, nil] # # @param ndclid [String, nil] # # @param ob_click_id [String, nil] # # @param oppref [String, nil] # # @param phone_number [String, nil] # # @param qclid [String, nil] # # @param rdt_cid [String, nil] # # @param referrer [String, nil] # # @param referring_domain [String, nil] # # @param sacid [String, nil] # # @param sccid [String, nil] # # @param sid [String, nil] # # @param state [String, nil] # # @param ttclid [String, nil] # # @param twclid [String, nil] # # @param user_agent [String, nil] # # @param user_agent_full_list [String, nil] # # @param utm_campaign [String, nil] # # @param utm_content [String, nil] # # @param utm_medium [String, nil] # # @param utm_name [String, nil] # # @param utm_source [String, nil] # # @param utm_term [String, nil] # # @param viant_click_id [String, nil] # # @param viant_impression_id [String, nil] # # @param wbraid [String, nil] # # @param zip [String, nil] end |
Instance Attribute Details
#_ef_transaction_id ⇒ String?
99 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 99 optional :_ef_transaction_id, String, nil?: true |
#ad_id ⇒ String?
104 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 104 optional :ad_id, String, nil?: true |
#admitad_uid ⇒ String?
109 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 109 optional :admitad_uid, String, nil?: true |
#adset_id ⇒ String?
114 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 114 optional :adset_id, String, nil?: true |
#alart ⇒ String?
119 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 119 optional :alart, String, nil?: true |
#aleid ⇒ String?
124 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 124 optional :aleid, String, nil?: true |
#axwrt ⇒ String?
129 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 129 optional :axwrt, String, nil?: true |
#basis_cid ⇒ String?
134 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 134 optional :basis_cid, String, nil?: true |
#beeswax_auction_id ⇒ String?
139 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 139 optional :beeswax_auction_id, String, nil?: true |
#campaign_id ⇒ String?
144 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 144 optional :campaign_id, String, nil?: true |
#city ⇒ String?
149 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 149 optional :city, String, nil?: true |
#clickid ⇒ String?
154 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 154 optional :clickid, String, nil?: true |
#clid ⇒ String?
159 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 159 optional :clid, String, nil?: true |
#company_name ⇒ String?
164 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 164 optional :company_name, String, nil?: true |
#consent ⇒ Hash{Symbol=>String, nil}?
169 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 169 optional :consent, OursprivacyIngest::Internal::Type::HashOf[String, nil?: true], nil?: true |
#country ⇒ String?
174 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 174 optional :country, String, nil?: true |
#custom_properties ⇒ Hash{Symbol=>String, nil}?
179 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 179 optional :custom_properties, OursprivacyIngest::Internal::Type::HashOf[String, nil?: true], nil?: true |
#date_of_birth ⇒ String?
184 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 184 optional :date_of_birth, String, nil?: true |
#dclid ⇒ String?
189 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 189 optional :dclid, String, nil?: true |
#email ⇒ String?
194 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 194 optional :email, String, nil?: true |
#epik ⇒ String?
199 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 199 optional :epik, String, nil?: true |
#external_id ⇒ String?
204 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 204 optional :external_id, String, nil?: true |
#fbc ⇒ String?
209 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 209 optional :fbc, String, nil?: true |
#fbclid ⇒ String?
214 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 214 optional :fbclid, String, nil?: true |
#fbp ⇒ String?
219 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 219 optional :fbp, String, nil?: true |
#first_name ⇒ String?
224 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 224 optional :first_name, String, nil?: true |
#gad_source ⇒ String?
229 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 229 optional :gad_source, String, nil?: true |
#gbraid ⇒ String?
234 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 234 optional :gbraid, String, nil?: true |
#gclid ⇒ String?
239 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 239 optional :gclid, String, nil?: true |
#gender ⇒ String?
244 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 244 optional :gender, String, nil?: true |
#im_ref ⇒ String?
249 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 249 optional :im_ref, String, nil?: true |
#ip ⇒ String?
The IP address of the user
255 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 255 optional :ip, String, nil?: true |
#irclickid ⇒ String?
260 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 260 optional :irclickid, String, nil?: true |
#is_bot ⇒ String?
265 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 265 optional :is_bot, String, nil?: true |
#job_title ⇒ String?
270 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 270 optional :job_title, String, nil?: true |
#last_name ⇒ String?
275 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 275 optional :last_name, String, nil?: true |
#li_fat_id ⇒ String?
280 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 280 optional :li_fat_id, String, nil?: true |
#msclkid ⇒ String?
285 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 285 optional :msclkid, String, nil?: true |
#ndclid ⇒ String?
290 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 290 optional :ndclid, String, nil?: true |
#ob_click_id ⇒ String?
295 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 295 optional :ob_click_id, String, nil?: true |
#oppref ⇒ String?
300 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 300 optional :oppref, String, nil?: true |
#phone_number ⇒ String?
305 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 305 optional :phone_number, String, nil?: true |
#qclid ⇒ String?
310 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 310 optional :qclid, String, nil?: true |
#rdt_cid ⇒ String?
315 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 315 optional :rdt_cid, String, nil?: true |
#referrer ⇒ String?
320 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 320 optional :referrer, String, nil?: true |
#referring_domain ⇒ String?
325 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 325 optional :referring_domain, String, nil?: true |
#sacid ⇒ String?
330 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 330 optional :sacid, String, nil?: true |
#sccid ⇒ String?
335 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 335 optional :sccid, String, nil?: true |
#sid ⇒ String?
340 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 340 optional :sid, String, nil?: true |
#state ⇒ String?
345 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 345 optional :state, String, nil?: true |
#ttclid ⇒ String?
350 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 350 optional :ttclid, String, nil?: true |
#twclid ⇒ String?
355 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 355 optional :twclid, String, nil?: true |
#user_agent ⇒ String?
360 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 360 optional :user_agent, String, nil?: true |
#user_agent_full_list ⇒ String?
365 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 365 optional :user_agent_full_list, String, nil?: true |
#utm_campaign ⇒ String?
370 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 370 optional :utm_campaign, String, nil?: true |
#utm_content ⇒ String?
375 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 375 optional :utm_content, String, nil?: true |
#utm_medium ⇒ String?
380 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 380 optional :utm_medium, String, nil?: true |
#utm_name ⇒ String?
385 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 385 optional :utm_name, String, nil?: true |
#utm_source ⇒ String?
390 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 390 optional :utm_source, String, nil?: true |
#utm_term ⇒ String?
395 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 395 optional :utm_term, String, nil?: true |
#viant_click_id ⇒ String?
400 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 400 optional :viant_click_id, String, nil?: true |
#viant_impression_id ⇒ String?
405 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 405 optional :viant_impression_id, String, nil?: true |
#wbraid ⇒ String?
410 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 410 optional :wbraid, String, nil?: true |
#zip ⇒ String?
415 |
# File 'lib/oursprivacy_ingest/models/visitor_upsert_params.rb', line 415 optional :zip, String, nil?: true |
Instance Method Details
#to_hash ⇒ {
319 |
# File 'sig/oursprivacy_ingest/models/visitor_upsert_params.rbs', line 319
def to_hash: -> {
|