class Google::Apis::DfareportingV2_1::ClickThroughUrl

Click-through URL

Attributes

custom_click_through_url[RW]

Custom click-through URL. Applicable if the defaultLandingPage field is set to false and the landingPageId field is left unset. Corresponds to the JSON property `customClickThroughUrl` @return [String]

default_landing_page[RW]

Whether the campaign default landing page is used. Corresponds to the JSON property `defaultLandingPage` @return [Boolean]

default_landing_page?[RW]

Whether the campaign default landing page is used. Corresponds to the JSON property `defaultLandingPage` @return [Boolean]

landing_page_id[RW]

ID of the landing page for the click-through URL. Applicable if the defaultLandingPage field is set to false. Corresponds to the JSON property `landingPageId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 1942
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/dfareporting_v2_1/classes.rb, line 1947
def update!(**args)
  @custom_click_through_url = args[:custom_click_through_url] unless args[:custom_click_through_url].nil?
  @default_landing_page = args[:default_landing_page] unless args[:default_landing_page].nil?
  @landing_page_id = args[:landing_page_id] unless args[:landing_page_id].nil?
end