| Name | Type | Description | Notes |
|---|---|---|---|
| pixel_id | String | [optional] | |
| url_tags | Array<BoostPostRequestTrackingUrlTagsInner> | URL parameters appended to the ad link, rendered as `key=value` pairs joined with `&`. | [optional] |
require 'zernio-sdk'
instance = Zernio::BoostPostRequestTracking.new(
pixel_id: null,
url_tags: null
)