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/
|
# @see https://developers.google.com/doubleclick-advertisers/
|
||||||
module DfareportingV2_8
|
module DfareportingV2_8
|
||||||
VERSION = 'V2_8'
|
VERSION = 'V2_8'
|
||||||
REVISION = '20170818'
|
REVISION = '20171109'
|
||||||
|
|
||||||
# Manage DoubleClick Digital Marketing conversions
|
# Manage DoubleClick Digital Marketing conversions
|
||||||
AUTH_DDMCONVERSIONS = 'https://www.googleapis.com/auth/ddmconversions'
|
AUTH_DDMCONVERSIONS = 'https://www.googleapis.com/auth/ddmconversions'
|
||||||
|
|
|
@ -114,6 +114,7 @@ module Google
|
||||||
# - "47" for BGN
|
# - "47" for BGN
|
||||||
# - "48" for HRK
|
# - "48" for HRK
|
||||||
# - "49" for MXN
|
# - "49" for MXN
|
||||||
|
# - "50" for NGN
|
||||||
# Corresponds to the JSON property `currencyId`
|
# Corresponds to the JSON property `currencyId`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :currency_id
|
attr_accessor :currency_id
|
||||||
|
@ -2797,7 +2798,7 @@ module Google
|
||||||
attr_accessor :background_color
|
attr_accessor :background_color
|
||||||
|
|
||||||
# Click-through URL for backup image. Applicable to the following creative types:
|
# 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.
|
# type is not HTML_IMAGE.
|
||||||
# Corresponds to the JSON property `backupImageClickThroughUrl`
|
# Corresponds to the JSON property `backupImageClickThroughUrl`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
|
@ -4972,6 +4973,7 @@ module Google
|
||||||
# - "47" for BGN
|
# - "47" for BGN
|
||||||
# - "48" for HRK
|
# - "48" for HRK
|
||||||
# - "49" for MXN
|
# - "49" for MXN
|
||||||
|
# - "50" for NGN
|
||||||
# Corresponds to the JSON property `currencyId`
|
# Corresponds to the JSON property `currencyId`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :currency_id
|
attr_accessor :currency_id
|
||||||
|
@ -5773,7 +5775,8 @@ module Google
|
||||||
class FloodlightActivitiesGenerateTagResponse
|
class FloodlightActivitiesGenerateTagResponse
|
||||||
include Google::Apis::Core::Hashable
|
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`
|
# Corresponds to the JSON property `floodlightActivityTag`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :floodlight_activity_tag
|
attr_accessor :floodlight_activity_tag
|
||||||
|
@ -5983,7 +5986,7 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :tag_format
|
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
|
# 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
|
# 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
|
# characters being [a-z][A-Z][0-9][-][ _ ]. This tag string must also be unique
|
||||||
|
@ -10180,8 +10183,8 @@ module Google
|
||||||
attr_accessor :dimensions
|
attr_accessor :dimensions
|
||||||
|
|
||||||
# Whether to enable all reach dimension combinations in the report. Defaults to
|
# 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
|
# false. If enabled, the date range of the report should be within the last 42
|
||||||
# three months.
|
# days.
|
||||||
# Corresponds to the JSON property `enableAllDimensionCombinations`
|
# Corresponds to the JSON property `enableAllDimensionCombinations`
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
attr_accessor :enable_all_dimension_combinations
|
attr_accessor :enable_all_dimension_combinations
|
||||||
|
|
Loading…
Reference in New Issue