| Index: generated/googleapis/lib/dfareporting/v2_3.dart
|
| diff --git a/generated/googleapis/lib/dfareporting/v2_3.dart b/generated/googleapis/lib/dfareporting/v2_3.dart
|
| index 0bcbbb8e7ed0248c4d35dae05d44cb4ca890ed4d..d95e97cefae91931460bffae52b3a2b05c79b08d 100644
|
| --- a/generated/googleapis/lib/dfareporting/v2_3.dart
|
| +++ b/generated/googleapis/lib/dfareporting/v2_3.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"
|
| @@ -11386,6 +11387,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;
|
| @@ -11645,6 +11647,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;
|
| @@ -12268,7 +12271,7 @@ class Ad {
|
| * - "WEB_INTERSTITIAL"
|
| */
|
| 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
|
| @@ -12284,7 +12287,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;
|
| @@ -12311,7 +12315,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;
|
| @@ -12323,7 +12328,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;
|
| @@ -12345,8 +12351,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. */
|
| @@ -12371,8 +12378,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;
|
| /**
|
| @@ -14006,7 +14014,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;
|
| /**
|
| @@ -15382,6 +15391,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"
|
| @@ -22930,6 +22940,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"
|
| @@ -23024,6 +23035,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"
|
| */
|
| @@ -25987,13 +25999,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;
|
| @@ -26179,6 +26191,7 @@ class UserDefinedVariableConfiguration {
|
| * Possible string values are:
|
| * - "U1"
|
| * - "U10"
|
| + * - "U100"
|
| * - "U11"
|
| * - "U12"
|
| * - "U13"
|
| @@ -26190,13 +26203,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;
|
|
|
|
|