class Google::Apis::DfareportingV3_5::DefaultClickThroughEventTagProperties

Properties of inheriting and overriding the default click-through event tag. A campaign may override the event tag defined at the advertiser level, and an ad may also override the campaign's setting further.

Attributes

default_click_through_event_tag_id[RW]

ID of the click-through event tag to apply to all ads in this entity's scope. Corresponds to the JSON property `defaultClickThroughEventTagId` @return [Fixnum]

override_inherited_event_tag[RW]

Whether this entity should override the inherited default click-through event tag with its own defined value. Corresponds to the JSON property `overrideInheritedEventTag` @return [Boolean]

override_inherited_event_tag?[RW]

Whether this entity should override the inherited default click-through event tag with its own defined value. Corresponds to the JSON property `overrideInheritedEventTag` @return [Boolean]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dfareporting_v3_5/classes.rb, line 4860
def update!(**args)
  @default_click_through_event_tag_id = args[:default_click_through_event_tag_id] if args.key?(:default_click_through_event_tag_id)
  @override_inherited_event_tag = args[:override_inherited_event_tag] if args.key?(:override_inherited_event_tag)
end