Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.19 KB

File metadata and controls

28 lines (22 loc) · 1.19 KB

Zernio::UpdateAdTrackingTagsRequest

Properties

Name Type Description Notes
url_tags Array<UpdateAdTrackingTagsRequestUrlTagsInner> Meta only. Click-URL params appended to a freshly-rebuilt creative. [optional]
creative UpdateAdTrackingTagsRequestCreative [optional]
tracking_url_template String Google only. Full tracking template (must contain {lpurl}). [optional]
final_url_suffix String Google only. Parse-only key=value params. [optional]
dynamic_value_parameters Hash<String, String> LinkedIn only. key -> dynamic value enum (CAMPAIGN_ID, CAMPAIGN_NAME, CREATIVE_ID, ...). [optional]
custom_value_parameters Hash<String, String> LinkedIn only. key -> static value. [optional]

Example

require 'zernio-sdk'

instance = Zernio::UpdateAdTrackingTagsRequest.new(
  url_tags: null,
  creative: null,
  tracking_url_template: null,
  final_url_suffix: null,
  dynamic_value_parameters: null,
  custom_value_parameters: null
)