Class: Google::Apis::DfareportingV4::CreativeAssetMetadata

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

Overview

CreativeAssets contains properties of a creative asset file which will be uploaded or has already been uploaded. Refer to the creative sample code for how to upload assets and insert a creative.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CreativeAssetMetadata

Returns a new instance of CreativeAssetMetadata.



4188
4189
4190
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4188

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

Instance Attribute Details

#asset_identifierGoogle::Apis::DfareportingV4::CreativeAssetId

Creative Asset ID. Corresponds to the JSON property assetIdentifier



4117
4118
4119
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4117

def asset_identifier
  @asset_identifier
end

#click_tagsArray<Google::Apis::DfareportingV4::ClickTag>

List of detected click tags for assets. This is a read-only, auto-generated field. This field is empty for a rich media asset. Corresponds to the JSON property clickTags



4123
4124
4125
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4123

def click_tags
  @click_tags
end

#counter_custom_eventsArray<Google::Apis::DfareportingV4::CreativeCustomEvent>

List of counter events configured for the asset. This is a read-only, auto- generated field and only applicable to a rich media asset. Corresponds to the JSON property counterCustomEvents



4129
4130
4131
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4129

def counter_custom_events
  @counter_custom_events
end

#detected_featuresArray<String>

List of feature dependencies for the creative asset that are detected by Campaign Manager. Feature dependencies are features that a browser must be able to support in order to render your HTML5 creative correctly. This is a read-only, auto-generated field. Corresponds to the JSON property detectedFeatures

Returns:

  • (Array<String>)


4137
4138
4139
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4137

def detected_features
  @detected_features
end

#exit_custom_eventsArray<Google::Apis::DfareportingV4::CreativeCustomEvent>

List of exit events configured for the asset. This is a read-only, auto- generated field and only applicable to a rich media asset. Corresponds to the JSON property exitCustomEvents



4143
4144
4145
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4143

def exit_custom_events
  @exit_custom_events
end

#idFixnum

Numeric ID of the asset. This is a read-only, auto-generated field. Corresponds to the JSON property id

Returns:

  • (Fixnum)


4148
4149
4150
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4148

def id
  @id
end

#id_dimension_valueGoogle::Apis::DfareportingV4::DimensionValue

Represents a DimensionValue resource. Corresponds to the JSON property idDimensionValue



4153
4154
4155
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4153

def id_dimension_value
  @id_dimension_value
end

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#creativeAssetMetadata". Corresponds to the JSON property kind

Returns:

  • (String)


4159
4160
4161
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4159

def kind
  @kind
end

#rich_mediaBoolean Also known as: rich_media?

True if the uploaded asset is a rich media asset. This is a read-only, auto- generated field. Corresponds to the JSON property richMedia

Returns:

  • (Boolean)


4165
4166
4167
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4165

def rich_media
  @rich_media
end

#timer_custom_eventsArray<Google::Apis::DfareportingV4::CreativeCustomEvent>

List of timer events configured for the asset. This is a read-only, auto- generated field and only applicable to a rich media asset. Corresponds to the JSON property timerCustomEvents



4172
4173
4174
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4172

def timer_custom_events
  @timer_custom_events
end

#warned_validation_rulesArray<String>

Rules validated during code generation that generated a warning. This is a read-only, auto-generated field. Possible values are: - "ADMOB_REFERENCED" - " ASSET_FORMAT_UNSUPPORTED_DCM" - "ASSET_INVALID" - "CLICK_TAG_HARD_CODED" - " CLICK_TAG_INVALID" - "CLICK_TAG_IN_GWD" - "CLICK_TAG_MISSING" - " CLICK_TAG_MORE_THAN_ONE" - "CLICK_TAG_NON_TOP_LEVEL" - " COMPONENT_UNSUPPORTED_DCM" - "ENABLER_UNSUPPORTED_METHOD_DCM" - " EXTERNAL_FILE_REFERENCED" - "FILE_DETAIL_EMPTY" - "FILE_TYPE_INVALID" - " GWD_PROPERTIES_INVALID" - "HTML5_FEATURE_UNSUPPORTED" - "LINKED_FILE_NOT_FOUND"

  • "MAX_FLASH_VERSION_11" - "MRAID_REFERENCED" - "NOT_SSL_COMPLIANT" - " ORPHANED_ASSET" - "PRIMARY_HTML_MISSING" - "SVG_INVALID" - "ZIP_INVALID" Corresponds to the JSON property warnedValidationRules

Returns:

  • (Array<String>)


4186
4187
4188
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4186

def warned_validation_rules
  @warned_validation_rules
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4193

def update!(**args)
  @asset_identifier = args[:asset_identifier] if args.key?(:asset_identifier)
  @click_tags = args[:click_tags] if args.key?(:click_tags)
  @counter_custom_events = args[:counter_custom_events] if args.key?(:counter_custom_events)
  @detected_features = args[:detected_features] if args.key?(:detected_features)
  @exit_custom_events = args[:exit_custom_events] if args.key?(:exit_custom_events)
  @id = args[:id] if args.key?(:id)
  @id_dimension_value = args[:id_dimension_value] if args.key?(:id_dimension_value)
  @kind = args[:kind] if args.key?(:kind)
  @rich_media = args[:rich_media] if args.key?(:rich_media)
  @timer_custom_events = args[:timer_custom_events] if args.key?(:timer_custom_events)
  @warned_validation_rules = args[:warned_validation_rules] if args.key?(:warned_validation_rules)
end