generated/google/apis/dfareporting_v2_1/classes.rb in google-api-client-0.9.pre3 vs generated/google/apis/dfareporting_v2_1/classes.rb in google-api-client-0.9.pre4
- old
+ new
@@ -107,10 +107,13 @@
# - "32" for ILS
# - "33" for CHF
# - "34" for VEF
# - "35" for COP
# - "36" for GTQ
+ # - "37" for PLN
+ # - "39" for INR
+ # - "40" for THB
# Corresponds to the JSON property `currencyId`
# @return [String]
attr_accessor :currency_id
# Default placement dimensions for this account.
@@ -2378,18 +2381,18 @@
# Corresponds to the JSON property `clickTags`
# @return [Array<Google::Apis::DfareportingV2_1::ClickTag>]
attr_accessor :click_tags
# Industry standard ID assigned to creative for reach and frequency. Applicable
- # to the following creative types: INSTREAM_VIDEO and all VPAID.
+ # to the following creative types: all INSTREAM_VIDEO and all VPAID.
# Corresponds to the JSON property `commercialId`
# @return [String]
attr_accessor :commercial_id
# List of companion creatives assigned to an in-Stream videocreative. Acceptable
# values include IDs of existing flash and image creatives. Applicable to the
- # following creative types: INSTREAM_VIDEO and all VPAID.
+ # following creative types: all INSTREAM_VIDEO and all VPAID.
# Corresponds to the JSON property `companionCreatives`
# @return [Array<String>]
attr_accessor :companion_creatives
# Compatibilities associated with this creative. This is a read-only field. WEB
@@ -2415,12 +2418,13 @@
# Corresponds to the JSON property `convertFlashToHtml5`
# @return [Boolean]
attr_accessor :convert_flash_to_html5
alias_method :convert_flash_to_html5?, :convert_flash_to_html5
- # List of counter events configured for the creative. Applicable to the
- # following creative types: all RICH_MEDIA, and all VPAID.
+ # List of counter events configured for the creative. For ENHANCED_IMAGE
+ # creatives, these are read-only and auto-generated from clickTags. Applicable
+ # to the following creative types: ENHANCED_IMAGE, all RICH_MEDIA, and all VPAID.
# Corresponds to the JSON property `counterCustomEvents`
# @return [Array<Google::Apis::DfareportingV2_1::CreativeCustomEvent>]
attr_accessor :counter_custom_events
# Assets associated with a creative. Applicable to all but the following
@@ -2442,12 +2446,15 @@
# all RICH_MEDIA, and all VPAID.
# Corresponds to the JSON property `customKeyValues`
# @return [Array<String>]
attr_accessor :custom_key_values
- # List of exit events configured for the creative. Applicable to the following
- # creative types: all RICH_MEDIA, and all VPAID.
+ # List of exit events configured for the creative. For ENHANCED_BANNER and
+ # ENHANCED_IMAGE creatives, these are read-only and auto-generated from
+ # clickTags, For ENHANCED_BANNER, an event is also created from the
+ # backupImageReportingLabel. Applicable to the following creative types:
+ # ENHANCED_BANNER, ENHANCED_IMAGE, all RICH_MEDIA, and all VPAID.
# Corresponds to the JSON property `exitCustomEvents`
# @return [Array<Google::Apis::DfareportingV2_1::CreativeCustomEvent>]
attr_accessor :exit_custom_events
# FsCommand.
@@ -2509,13 +2516,16 @@
# creative types: all RICH_MEDIA.
# Corresponds to the JSON property `overrideCss`
# @return [String]
attr_accessor :override_css
- # URL of hosted image or another ad tag. This is a required field when
+ # URL of hosted image or hosted video or another ad tag. For
+ # INSTREAM_VIDEO_REDIRECT creatives this is the in-stream video redirect URL.
+ # The standard for a VAST (Video Ad Serving Template) ad response allows for a
+ # redirect link to another VAST 2.0 or 3.0 call. This is a required field when
# applicable. Applicable to the following creative types: INTERNAL_REDIRECT,
- # INTERSTITIAL_INTERNAL_REDIRECT, and REDIRECT
+ # INTERSTITIAL_INTERNAL_REDIRECT, REDIRECT, and INSTREAM_VIDEO_REDIRECT
# Corresponds to the JSON property `redirectUrl`
# @return [String]
attr_accessor :redirect_url
# ID of current rendering version. This is a read-only field. Applicable to all
@@ -2547,11 +2557,11 @@
# Corresponds to the JSON property `size`
# @return [Google::Apis::DfareportingV2_1::Size]
attr_accessor :size
# Whether the user can choose to skip the creative. Applicable to the following
- # creative types: INSTREAM_VIDEO.
+ # creative types: all INSTREAM_VIDEO and all VPAID.
# Corresponds to the JSON property `skippable`
# @return [Boolean]
attr_accessor :skippable
alias_method :skippable?, :skippable
@@ -2601,17 +2611,18 @@
# Corresponds to the JSON property `thirdPartyRichMediaImpressionsUrl`
# @return [String]
attr_accessor :third_party_rich_media_impressions_url
# Third-party URLs for tracking in-stream video creative events. Applicable to
- # the following creative types: INSTREAM_VIDEO and all VPAID.
+ # the following creative types: all INSTREAM_VIDEO and all VPAID.
# Corresponds to the JSON property `thirdPartyUrls`
# @return [Array<Google::Apis::DfareportingV2_1::ThirdPartyTrackingUrl>]
attr_accessor :third_party_urls
- # List of timer events configured for the creative. Applicable to the following
- # creative types: all RICH_MEDIA, and all VPAID.
+ # List of timer events configured for the creative. For ENHANCED_IMAGE creatives,
+ # these are read-only and auto-generated from clickTags. Applicable to the
+ # following creative types: ENHANCED_IMAGE, all RICH_MEDIA, and all VPAID.
# Corresponds to the JSON property `timerCustomEvents`
# @return [Array<Google::Apis::DfareportingV2_1::CreativeCustomEvent>]
attr_accessor :timer_custom_events
# Combined size of all creative assets. This is a read-only field. Applicable to
@@ -2635,11 +2646,11 @@
# creative merging. Applicable to all creative types.
# Corresponds to the JSON property `version`
# @return [Fixnum]
attr_accessor :version
- # Description of the video ad. Applicable to the following creative types:
+ # Description of the video ad. Applicable to the following creative types: all
# INSTREAM_VIDEO and all VPAID.
# Corresponds to the JSON property `videoDescription`
# @return [String]
attr_accessor :video_description
@@ -3328,11 +3339,12 @@
# Target type used by the event.
# Corresponds to the JSON property `targetType`
# @return [String]
attr_accessor :target_type
- # Reporting ID, used to differentiate multiple videos in a single creative.
+ # Video reporting ID, used to differentiate multiple videos in a single creative.
+ # This is a read-only field.
# Corresponds to the JSON property `videoReportingId`
# @return [String]
attr_accessor :video_reporting_id
def initialize(**args)
@@ -4332,9 +4344,12 @@
# - "32" for ILS
# - "33" for CHF
# - "34" for VEF
# - "35" for COP
# - "36" for GTQ
+ # - "37" for PLN
+ # - "39" for INR
+ # - "40" for THB
# Corresponds to the JSON property `currencyId`
# @return [String]
attr_accessor :currency_id
# Description of this directory site.