Autogenerated update (2017-11-12)
Update: - dfareporting_v2_8
This commit is contained in:
parent
b481f92ed6
commit
ee33024468
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://developers.google.com/doubleclick-advertisers/
|
||||
module DfareportingV2_8
|
||||
VERSION = 'V2_8'
|
||||
REVISION = '20170818'
|
||||
REVISION = '20171109'
|
||||
|
||||
# Manage DoubleClick Digital Marketing conversions
|
||||
AUTH_DDMCONVERSIONS = 'https://www.googleapis.com/auth/ddmconversions'
|
||||
|
|
|
@ -114,6 +114,7 @@ module Google
|
|||
# - "47" for BGN
|
||||
# - "48" for HRK
|
||||
# - "49" for MXN
|
||||
# - "50" for NGN
|
||||
# Corresponds to the JSON property `currencyId`
|
||||
# @return [Fixnum]
|
||||
attr_accessor :currency_id
|
||||
|
@ -2797,7 +2798,7 @@ module Google
|
|||
attr_accessor :background_color
|
||||
|
||||
# Click-through URL for backup image. Applicable to the following creative types:
|
||||
# FLASH_INPAGE and HTML5_BANNER. Applicable to DISPLAY when the primary asset
|
||||
# FLASH_INPAGE, and HTML5_BANNER. Applicable to DISPLAY when the primary asset
|
||||
# type is not HTML_IMAGE.
|
||||
# Corresponds to the JSON property `backupImageClickThroughUrl`
|
||||
# @return [String]
|
||||
|
@ -4972,6 +4973,7 @@ module Google
|
|||
# - "47" for BGN
|
||||
# - "48" for HRK
|
||||
# - "49" for MXN
|
||||
# - "50" for NGN
|
||||
# Corresponds to the JSON property `currencyId`
|
||||
# @return [Fixnum]
|
||||
attr_accessor :currency_id
|
||||
|
@ -5773,7 +5775,8 @@ module Google
|
|||
class FloodlightActivitiesGenerateTagResponse
|
||||
include Google::Apis::Core::Hashable
|
||||
|
||||
# Generated tag for this floodlight activity.
|
||||
# Generated tag for this Floodlight activity. For global site tags, this is the
|
||||
# event snippet.
|
||||
# Corresponds to the JSON property `floodlightActivityTag`
|
||||
# @return [String]
|
||||
attr_accessor :floodlight_activity_tag
|
||||
|
@ -5983,7 +5986,7 @@ module Google
|
|||
# @return [String]
|
||||
attr_accessor :tag_format
|
||||
|
||||
# Value of the cat= paramter in the floodlight tag, which the ad servers use to
|
||||
# Value of the cat= parameter in the floodlight tag, which the ad servers use to
|
||||
# identify the activity. This is optional: if empty, a new tag string will be
|
||||
# generated for you. This string must be 1 to 8 characters long, with valid
|
||||
# characters being [a-z][A-Z][0-9][-][ _ ]. This tag string must also be unique
|
||||
|
@ -10180,8 +10183,8 @@ module Google
|
|||
attr_accessor :dimensions
|
||||
|
||||
# Whether to enable all reach dimension combinations in the report. Defaults to
|
||||
# false. If enabled, the date range of the report should be within the last
|
||||
# three months.
|
||||
# false. If enabled, the date range of the report should be within the last 42
|
||||
# days.
|
||||
# Corresponds to the JSON property `enableAllDimensionCombinations`
|
||||
# @return [Boolean]
|
||||
attr_accessor :enable_all_dimension_combinations
|
||||
|
|
Loading…
Reference in New Issue