| Index: generated/googleapis/lib/dfareporting/v2_4.dart
|
| diff --git a/generated/googleapis/lib/dfareporting/v2_4.dart b/generated/googleapis/lib/dfareporting/v2_4.dart
|
| index 12beb2601f020adf777145453bf334ff527666df..ef8584731963b328c92ff5d955fd071c59205e51 100644
|
| --- a/generated/googleapis/lib/dfareporting/v2_4.dart
|
| +++ b/generated/googleapis/lib/dfareporting/v2_4.dart
|
| @@ -2503,6 +2503,7 @@ class ChangeLogsResourceApi {
|
| * - "OBJECT_SD_SITE"
|
| * - "OBJECT_SIZE"
|
| * - "OBJECT_SUBACCOUNT"
|
| + * - "OBJECT_TARGETING_TEMPLATE"
|
| * - "OBJECT_USER_PROFILE"
|
| * - "OBJECT_USER_PROFILE_FILTER"
|
| * - "OBJECT_USER_ROLE"
|
| @@ -11394,6 +11395,7 @@ class Account {
|
| * - "ACTIVE_ADS_TIER_200K"
|
| * - "ACTIVE_ADS_TIER_300K"
|
| * - "ACTIVE_ADS_TIER_40K"
|
| + * - "ACTIVE_ADS_TIER_500K"
|
| * - "ACTIVE_ADS_TIER_75K"
|
| */
|
| core.String activeAdsLimitTier;
|
| @@ -11653,6 +11655,7 @@ class AccountActiveAdSummary {
|
| * - "ACTIVE_ADS_TIER_200K"
|
| * - "ACTIVE_ADS_TIER_300K"
|
| * - "ACTIVE_ADS_TIER_40K"
|
| + * - "ACTIVE_ADS_TIER_500K"
|
| * - "ACTIVE_ADS_TIER_75K"
|
| */
|
| core.String activeAdsLimitTier;
|
| @@ -12279,7 +12282,7 @@ class Ad {
|
| * - "IN_STREAM_VIDEO"
|
| */
|
| core.String compatibility;
|
| - /** Information about the creation of this ad.This is a read-only field. */
|
| + /** Information about the creation of this ad. This is a read-only field. */
|
| LastModifiedInfo createInfo;
|
| /**
|
| * Creative group assignments for this ad. Applicable when type is
|
| @@ -12295,7 +12298,8 @@ class Ad {
|
| */
|
| CreativeRotation creativeRotation;
|
| /**
|
| - * Time and day targeting information for this ad. Applicable when type is
|
| + * Time and day targeting information for this ad. This field must be left
|
| + * blank if the ad is using a targeting template. Applicable when type is
|
| * AD_SERVING_STANDARD_AD.
|
| */
|
| DayPartTargeting dayPartTargeting;
|
| @@ -12322,7 +12326,8 @@ class Ad {
|
| /** Event tag overrides for this ad. */
|
| core.List<EventTagOverride> eventTagOverrides;
|
| /**
|
| - * Geographical targeting information for this ad.Applicable when type is
|
| + * Geographical targeting information for this ad. This field must be left
|
| + * blank if the ad is using a targeting template. Applicable when type is
|
| * AD_SERVING_STANDARD_AD.
|
| */
|
| GeoTargeting geoTargeting;
|
| @@ -12334,7 +12339,8 @@ class Ad {
|
| */
|
| DimensionValue idDimensionValue;
|
| /**
|
| - * Key-value targeting information for this ad. Applicable when type is
|
| + * Key-value targeting information for this ad. This field must be left blank
|
| + * if the ad is using a targeting template. Applicable when type is
|
| * AD_SERVING_STANDARD_AD.
|
| */
|
| KeyValueTargetingExpression keyValueTargetingExpression;
|
| @@ -12356,8 +12362,9 @@ class Ad {
|
| /** Placement assignments for this ad. */
|
| core.List<PlacementAssignment> placementAssignments;
|
| /**
|
| - * Applicable when type is AD_SERVING_STANDARD_AD. Remarketing list targeting
|
| - * expression for this ad.
|
| + * Remarketing list targeting expression for this ad. This field must be left
|
| + * blank if the ad is using a targeting template. Applicable when type is
|
| + * AD_SERVING_STANDARD_AD.
|
| */
|
| ListTargetingExpression remarketingListExpression;
|
| /** Size of this ad. Applicable when type is AD_SERVING_DEFAULT_AD. */
|
| @@ -12382,8 +12389,9 @@ class Ad {
|
| */
|
| core.String subaccountId;
|
| /**
|
| - * Technology platform targeting information for this ad. Applicable when type
|
| - * is AD_SERVING_STANDARD_AD.
|
| + * Technology platform targeting information for this ad. This field must be
|
| + * left blank if the ad is using a targeting template. Applicable when type is
|
| + * AD_SERVING_STANDARD_AD.
|
| */
|
| TechnologyTargeting technologyTargeting;
|
| /**
|
| @@ -14017,7 +14025,8 @@ class City {
|
| class ClickTag {
|
| /**
|
| * Advertiser event name associated with the click tag. This field is used by
|
| - * ENHANCED_BANNER, ENHANCED_IMAGE, and HTML5_BANNER creatives.
|
| + * ENHANCED_IMAGE, and HTML5_BANNER creatives. Applicable to ENHANCED_BANNER
|
| + * when the primary asset type is not HTML_IMAGE
|
| */
|
| core.String eventName;
|
| /**
|
| @@ -14675,7 +14684,7 @@ class Creative {
|
| * Compatibilities associated with this creative. This is a read-only field.
|
| * DISPLAY and DISPLAY_INTERSTITIAL refer to rendering either on desktop or on
|
| * mobile devices or in mobile apps for regular or interstitial ads,
|
| - * respectively. APP and APP_INTERSTITIAL are for rendering in mobile apps.
|
| + * respectively. APP and APP_INTERSTITIAL are for rendering in mobile apps.
|
| * Only pre-existing creatives may have these compatibilities since new
|
| * creatives will either be assigned DISPLAY or DISPLAY_INTERSTITIAL instead.
|
| * IN_STREAM_VIDEO refers to rendering in in-stream video ads developed with
|
| @@ -15395,6 +15404,7 @@ class CreativeAsset {
|
| * Type of rich media asset. This is a read-only field. Applicable to the
|
| * following creative types: all RICH_MEDIA.
|
| * Possible string values are:
|
| + * - "ASSET_DISPLAY_TYPE_BACKDROP"
|
| * - "ASSET_DISPLAY_TYPE_EXPANDING"
|
| * - "ASSET_DISPLAY_TYPE_FLASH_IN_FLASH"
|
| * - "ASSET_DISPLAY_TYPE_FLASH_IN_FLASH_EXPANDING"
|
| @@ -22958,6 +22968,7 @@ class Pricing {
|
| * - "PLANNING_PLACEMENT_PRICING_TYPE_CPA"
|
| * - "PLANNING_PLACEMENT_PRICING_TYPE_CPC"
|
| * - "PLANNING_PLACEMENT_PRICING_TYPE_CPM"
|
| + * - "PLANNING_PLACEMENT_PRICING_TYPE_CPM_ACTIVEVIEW"
|
| * - "PLANNING_PLACEMENT_PRICING_TYPE_FLAT_RATE_CLICKS"
|
| * - "PLANNING_PLACEMENT_PRICING_TYPE_FLAT_RATE_IMPRESSIONS"
|
| * - "PLANNING_PLACEMENT_PRICING_TYPE_IMPRESSIONS"
|
| @@ -23052,6 +23063,7 @@ class PricingSchedule {
|
| * - "PRICING_TYPE_CPA"
|
| * - "PRICING_TYPE_CPC"
|
| * - "PRICING_TYPE_CPM"
|
| + * - "PRICING_TYPE_CPM_ACTIVEVIEW"
|
| * - "PRICING_TYPE_FLAT_RATE_CLICKS"
|
| * - "PRICING_TYPE_FLAT_RATE_IMPRESSIONS"
|
| */
|
| @@ -26015,13 +26027,13 @@ class TechnologyTargeting {
|
| /**
|
| * Browsers that this ad targets. For each browser either set browserVersionId
|
| * or dartId along with the version numbers. If both are specified, only
|
| - * browserVersionId will be used.The other fields are populated automatically
|
| + * browserVersionId will be used. The other fields are populated automatically
|
| * when the ad is inserted or updated.
|
| */
|
| core.List<Browser> browsers;
|
| /**
|
| * Connection types that this ad targets. For each connection type only id is
|
| - * required.The other fields are populated automatically when the ad is
|
| + * required. The other fields are populated automatically when the ad is
|
| * inserted or updated.
|
| */
|
| core.List<ConnectionType> connectionTypes;
|
| @@ -26207,6 +26219,7 @@ class UserDefinedVariableConfiguration {
|
| * Possible string values are:
|
| * - "U1"
|
| * - "U10"
|
| + * - "U100"
|
| * - "U11"
|
| * - "U12"
|
| * - "U13"
|
| @@ -26218,13 +26231,92 @@ class UserDefinedVariableConfiguration {
|
| * - "U19"
|
| * - "U2"
|
| * - "U20"
|
| + * - "U21"
|
| + * - "U22"
|
| + * - "U23"
|
| + * - "U24"
|
| + * - "U25"
|
| + * - "U26"
|
| + * - "U27"
|
| + * - "U28"
|
| + * - "U29"
|
| * - "U3"
|
| + * - "U30"
|
| + * - "U31"
|
| + * - "U32"
|
| + * - "U33"
|
| + * - "U34"
|
| + * - "U35"
|
| + * - "U36"
|
| + * - "U37"
|
| + * - "U38"
|
| + * - "U39"
|
| * - "U4"
|
| + * - "U40"
|
| + * - "U41"
|
| + * - "U42"
|
| + * - "U43"
|
| + * - "U44"
|
| + * - "U45"
|
| + * - "U46"
|
| + * - "U47"
|
| + * - "U48"
|
| + * - "U49"
|
| * - "U5"
|
| + * - "U50"
|
| + * - "U51"
|
| + * - "U52"
|
| + * - "U53"
|
| + * - "U54"
|
| + * - "U55"
|
| + * - "U56"
|
| + * - "U57"
|
| + * - "U58"
|
| + * - "U59"
|
| * - "U6"
|
| + * - "U60"
|
| + * - "U61"
|
| + * - "U62"
|
| + * - "U63"
|
| + * - "U64"
|
| + * - "U65"
|
| + * - "U66"
|
| + * - "U67"
|
| + * - "U68"
|
| + * - "U69"
|
| * - "U7"
|
| + * - "U70"
|
| + * - "U71"
|
| + * - "U72"
|
| + * - "U73"
|
| + * - "U74"
|
| + * - "U75"
|
| + * - "U76"
|
| + * - "U77"
|
| + * - "U78"
|
| + * - "U79"
|
| * - "U8"
|
| + * - "U80"
|
| + * - "U81"
|
| + * - "U82"
|
| + * - "U83"
|
| + * - "U84"
|
| + * - "U85"
|
| + * - "U86"
|
| + * - "U87"
|
| + * - "U88"
|
| + * - "U89"
|
| * - "U9"
|
| + * - "U90"
|
| + * - "U91"
|
| + * - "U92"
|
| + * - "U93"
|
| + * - "U94"
|
| + * - "U95"
|
| + * - "U96"
|
| + * - "U97"
|
| + * - "U98"
|
| + * - "U99"
|
| */
|
| core.String variableType;
|
|
|
|
|