Class: Google::Apis::DfareportingV2_7::CreativeAssignment

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v2_7/classes.rb,
generated/google/apis/dfareporting_v2_7/representations.rb,
generated/google/apis/dfareporting_v2_7/representations.rb

Overview

Creative Assignment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ CreativeAssignment

Returns a new instance of CreativeAssignment



3711
3712
3713
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 3711

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#activeBoolean Also known as: active?

Whether this creative assignment is active. When true, the creative will be included in the ad's rotation. Corresponds to the JSON property active

Returns:

  • (Boolean)


3625
3626
3627
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 3625

def active
  @active
end

#apply_event_tagsBoolean Also known as: apply_event_tags?

Whether applicable event tags should fire when this creative assignment is rendered. If this value is unset when the ad is inserted or updated, it will default to true for all creative types EXCEPT for INTERNAL_REDIRECT, INTERSTITIAL_INTERNAL_REDIRECT, and INSTREAM_VIDEO. Corresponds to the JSON property applyEventTags

Returns:

  • (Boolean)


3634
3635
3636
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 3634

def apply_event_tags
  @apply_event_tags
end

#click_through_urlGoogle::Apis::DfareportingV2_7::ClickThroughUrl

Click-through URL Corresponds to the JSON property clickThroughUrl



3640
3641
3642
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 3640

def click_through_url
  @click_through_url
end

#companion_creative_overridesArray<Google::Apis::DfareportingV2_7::CompanionClickThroughOverride>

Companion creative overrides for this creative assignment. Applicable to video ads. Corresponds to the JSON property companionCreativeOverrides



3646
3647
3648
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 3646

def companion_creative_overrides
  @companion_creative_overrides
end

#creative_group_assignmentsArray<Google::Apis::DfareportingV2_7::CreativeGroupAssignment>

Creative group assignments for this creative assignment. Only one assignment per creative group number is allowed for a maximum of two assignments. Corresponds to the JSON property creativeGroupAssignments



3652
3653
3654
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 3652

def creative_group_assignments
  @creative_group_assignments
end

#creative_idString

ID of the creative to be assigned. This is a required field. Corresponds to the JSON property creativeId

Returns:

  • (String)


3657
3658
3659
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 3657

def creative_id
  @creative_id
end

#creative_id_dimension_valueGoogle::Apis::DfareportingV2_7::DimensionValue

Represents a DimensionValue resource. Corresponds to the JSON property creativeIdDimensionValue



3662
3663
3664
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 3662

def creative_id_dimension_value
  @creative_id_dimension_value
end

#end_timeDateTime

Date and time that the assigned creative should stop serving. Must be later than the start time. Corresponds to the JSON property endTime

Returns:

  • (DateTime)


3668
3669
3670
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 3668

def end_time
  @end_time
end

#rich_media_exit_overridesArray<Google::Apis::DfareportingV2_7::RichMediaExitOverride>

Rich media exit overrides for this creative assignment. Applicable when the creative type is any of the following:

  • RICH_MEDIA_INPAGE
  • RICH_MEDIA_INPAGE_FLOATING
  • RICH_MEDIA_IM_EXPAND
  • RICH_MEDIA_EXPANDING
  • RICH_MEDIA_INTERSTITIAL_FLOAT
  • RICH_MEDIA_MOBILE_IN_APP
  • RICH_MEDIA_MULTI_FLOATING
  • RICH_MEDIA_PEEL_DOWN
  • ADVANCED_BANNER
  • VPAID_LINEAR
  • VPAID_NON_LINEAR Corresponds to the JSON property richMediaExitOverrides


3685
3686
3687
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 3685

def rich_media_exit_overrides
  @rich_media_exit_overrides
end

#sequenceFixnum

Sequence number of the creative assignment, applicable when the rotation type is CREATIVE_ROTATION_TYPE_SEQUENTIAL. Corresponds to the JSON property sequence

Returns:

  • (Fixnum)


3691
3692
3693
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 3691

def sequence
  @sequence
end

#ssl_compliantBoolean Also known as: ssl_compliant?

Whether the creative to be assigned is SSL-compliant. This is a read-only field that is auto-generated when the ad is inserted or updated. Corresponds to the JSON property sslCompliant

Returns:

  • (Boolean)


3697
3698
3699
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 3697

def ssl_compliant
  @ssl_compliant
end

#start_timeDateTime

Date and time that the assigned creative should start serving. Corresponds to the JSON property startTime

Returns:

  • (DateTime)


3703
3704
3705
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 3703

def start_time
  @start_time
end

#weightFixnum

Weight of the creative assignment, applicable when the rotation type is CREATIVE_ROTATION_TYPE_RANDOM. Corresponds to the JSON property weight

Returns:

  • (Fixnum)


3709
3710
3711
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 3709

def weight
  @weight
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 3716

def update!(**args)
  @active = args[:active] if args.key?(:active)
  @apply_event_tags = args[:apply_event_tags] if args.key?(:apply_event_tags)
  @click_through_url = args[:click_through_url] if args.key?(:click_through_url)
  @companion_creative_overrides = args[:companion_creative_overrides] if args.key?(:companion_creative_overrides)
  @creative_group_assignments = args[:creative_group_assignments] if args.key?(:creative_group_assignments)
  @creative_id = args[:creative_id] if args.key?(:creative_id)
  @creative_id_dimension_value = args[:creative_id_dimension_value] if args.key?(:creative_id_dimension_value)
  @end_time = args[:end_time] if args.key?(:end_time)
  @rich_media_exit_overrides = args[:rich_media_exit_overrides] if args.key?(:rich_media_exit_overrides)
  @sequence = args[:sequence] if args.key?(:sequence)
  @ssl_compliant = args[:ssl_compliant] if args.key?(:ssl_compliant)
  @start_time = args[:start_time] if args.key?(:start_time)
  @weight = args[:weight] if args.key?(:weight)
end