class Google::Apis::DfareportingV2_3::RichMediaExitOverride
Rich Media Exit Override.
Attributes
custom_exit_url[RW]
Click-through URL to override the default exit URL. Applicable if the useCustomExitUrl field is set to true. Corresponds to the JSON property `customExitUrl` @return [String]
exit_id[RW]
ID for the override to refer to a specific exit in the creative. Corresponds to the JSON property `exitId` @return [String]
use_custom_exit_url[RW]
Whether to use the custom exit URL. Corresponds to the JSON property `useCustomExitUrl` @return [Boolean]
use_custom_exit_url?[RW]
Whether to use the custom exit URL. Corresponds to the JSON property `useCustomExitUrl` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/dfareporting_v2_3/classes.rb, line 9642 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_3/classes.rb, line 9647 def update!(**args) @custom_exit_url = args[:custom_exit_url] if args.key?(:custom_exit_url) @exit_id = args[:exit_id] if args.key?(:exit_id) @use_custom_exit_url = args[:use_custom_exit_url] if args.key?(:use_custom_exit_url) end