Sha256: 2dd3db12bc2e0a28fd131d99829a10a39743bba9a6afd184e0a91e45680697bb
Contents?: true
Size: 861 Bytes
Versions: 203
Compression:
Stored size: 861 Bytes
Contents
# UltracartClient::ScreenRecordingAdPlatform ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **fbc** | **String** | Facebook Click Id (Cookie) | [optional] | | **fbclid** | **String** | Facebook Click Id Parameter (Parameter) | [optional] | | **fbp** | **String** | Facebook Browser Id (Cookie) | [optional] | | **gacid** | **String** | Google Analytics CID (Cookie) | [optional] | | **glcid** | **String** | Google Adwords Click Id (Parameter) | [optional] | | **msclkid** | **String** | Bing Click Id (Parameter | [optional] | | **ttclid** | **String** | TikTok Click Id (Parameter | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ScreenRecordingAdPlatform.new( fbc: null, fbclid: null, fbp: null, gacid: null, glcid: null, msclkid: null, ttclid: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems