Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Side by Side Diff: generated/googleapis/lib/dfareporting/v2_2.dart

Issue 2226653002: Api-roll 40: 2016-08-08 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Addressed review comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // This is a generated file (see the discoveryapis_generator project). 1 // This is a generated file (see the discoveryapis_generator project).
2 2
3 library googleapis.dfareporting.v2_2; 3 library googleapis.dfareporting.v2_2;
4 4
5 import 'dart:core' as core; 5 import 'dart:core' as core;
6 import 'dart:async' as async; 6 import 'dart:async' as async;
7 import 'dart:convert' as convert; 7 import 'dart:convert' as convert;
8 8
9 import 'package:_discoveryapis_commons/_discoveryapis_commons.dart' as commons; 9 import 'package:_discoveryapis_commons/_discoveryapis_commons.dart' as commons;
10 import 'package:http/http.dart' as http; 10 import 'package:http/http.dart' as http;
(...skipping 2485 matching lines...) Expand 10 before | Expand all | Expand 10 after
2496 * - "OBJECT_PLACEMENT" 2496 * - "OBJECT_PLACEMENT"
2497 * - "OBJECT_PLACEMENT_STRATEGY" 2497 * - "OBJECT_PLACEMENT_STRATEGY"
2498 * - "OBJECT_PLAYSTORE_LINK" 2498 * - "OBJECT_PLAYSTORE_LINK"
2499 * - "OBJECT_PROVIDED_LIST_CLIENT" 2499 * - "OBJECT_PROVIDED_LIST_CLIENT"
2500 * - "OBJECT_RATE_CARD" 2500 * - "OBJECT_RATE_CARD"
2501 * - "OBJECT_REMARKETING_LIST" 2501 * - "OBJECT_REMARKETING_LIST"
2502 * - "OBJECT_RICHMEDIA_CREATIVE" 2502 * - "OBJECT_RICHMEDIA_CREATIVE"
2503 * - "OBJECT_SD_SITE" 2503 * - "OBJECT_SD_SITE"
2504 * - "OBJECT_SIZE" 2504 * - "OBJECT_SIZE"
2505 * - "OBJECT_SUBACCOUNT" 2505 * - "OBJECT_SUBACCOUNT"
2506 * - "OBJECT_TARGETING_TEMPLATE"
2506 * - "OBJECT_USER_PROFILE" 2507 * - "OBJECT_USER_PROFILE"
2507 * - "OBJECT_USER_PROFILE_FILTER" 2508 * - "OBJECT_USER_PROFILE_FILTER"
2508 * - "OBJECT_USER_ROLE" 2509 * - "OBJECT_USER_ROLE"
2509 * 2510 *
2510 * [pageToken] - Value of the nextPageToken from the previous result page. 2511 * [pageToken] - Value of the nextPageToken from the previous result page.
2511 * 2512 *
2512 * [searchString] - Select only change logs whose object ID, user name, old or 2513 * [searchString] - Select only change logs whose object ID, user name, old or
2513 * new values match the search string. 2514 * new values match the search string.
2514 * 2515 *
2515 * [userProfileIds] - Select only change logs with these user profile IDs. 2516 * [userProfileIds] - Select only change logs with these user profile IDs.
(...skipping 8907 matching lines...) Expand 10 before | Expand all | Expand 10 after
11423 core.String accountProfile; 11424 core.String accountProfile;
11424 /** Whether this account is active. */ 11425 /** Whether this account is active. */
11425 core.bool active; 11426 core.bool active;
11426 /** 11427 /**
11427 * Maximum number of active ads allowed for this account. 11428 * Maximum number of active ads allowed for this account.
11428 * Possible string values are: 11429 * Possible string values are:
11429 * - "ACTIVE_ADS_TIER_100K" 11430 * - "ACTIVE_ADS_TIER_100K"
11430 * - "ACTIVE_ADS_TIER_200K" 11431 * - "ACTIVE_ADS_TIER_200K"
11431 * - "ACTIVE_ADS_TIER_300K" 11432 * - "ACTIVE_ADS_TIER_300K"
11432 * - "ACTIVE_ADS_TIER_40K" 11433 * - "ACTIVE_ADS_TIER_40K"
11434 * - "ACTIVE_ADS_TIER_500K"
11433 * - "ACTIVE_ADS_TIER_75K" 11435 * - "ACTIVE_ADS_TIER_75K"
11434 */ 11436 */
11435 core.String activeAdsLimitTier; 11437 core.String activeAdsLimitTier;
11436 /** 11438 /**
11437 * Whether to serve creatives with Active View tags. If disabled, viewability 11439 * Whether to serve creatives with Active View tags. If disabled, viewability
11438 * data will not be available for any impressions. 11440 * data will not be available for any impressions.
11439 */ 11441 */
11440 core.bool activeViewOptOut; 11442 core.bool activeViewOptOut;
11441 /** User role permissions available to the user roles of this account. */ 11443 /** User role permissions available to the user roles of this account. */
11442 core.List<core.String> availablePermissionIds; 11444 core.List<core.String> availablePermissionIds;
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
11682 core.String accountId; 11684 core.String accountId;
11683 /** Ads that have been activated for the account */ 11685 /** Ads that have been activated for the account */
11684 core.String activeAds; 11686 core.String activeAds;
11685 /** 11687 /**
11686 * Maximum number of active ads allowed for the account. 11688 * Maximum number of active ads allowed for the account.
11687 * Possible string values are: 11689 * Possible string values are:
11688 * - "ACTIVE_ADS_TIER_100K" 11690 * - "ACTIVE_ADS_TIER_100K"
11689 * - "ACTIVE_ADS_TIER_200K" 11691 * - "ACTIVE_ADS_TIER_200K"
11690 * - "ACTIVE_ADS_TIER_300K" 11692 * - "ACTIVE_ADS_TIER_300K"
11691 * - "ACTIVE_ADS_TIER_40K" 11693 * - "ACTIVE_ADS_TIER_40K"
11694 * - "ACTIVE_ADS_TIER_500K"
11692 * - "ACTIVE_ADS_TIER_75K" 11695 * - "ACTIVE_ADS_TIER_75K"
11693 */ 11696 */
11694 core.String activeAdsLimitTier; 11697 core.String activeAdsLimitTier;
11695 /** Ads that can be activated for the account. */ 11698 /** Ads that can be activated for the account. */
11696 core.String availableAds; 11699 core.String availableAds;
11697 /** 11700 /**
11698 * Identifies what kind of resource this is. Value: the fixed string 11701 * Identifies what kind of resource this is. Value: the fixed string
11699 * "dfareporting#accountActiveAdSummary". 11702 * "dfareporting#accountActiveAdSummary".
11700 */ 11703 */
11701 core.String kind; 11704 core.String kind;
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
12305 * APP_INTERSTITIAL are for rendering in mobile apps. IN_STREAM_VIDEO refers 12308 * APP_INTERSTITIAL are for rendering in mobile apps. IN_STREAM_VIDEO refers
12306 * to rendering an in-stream video ads developed with the VAST standard. 12309 * to rendering an in-stream video ads developed with the VAST standard.
12307 * Possible string values are: 12310 * Possible string values are:
12308 * - "APP" 12311 * - "APP"
12309 * - "APP_INTERSTITIAL" 12312 * - "APP_INTERSTITIAL"
12310 * - "IN_STREAM_VIDEO" 12313 * - "IN_STREAM_VIDEO"
12311 * - "WEB" 12314 * - "WEB"
12312 * - "WEB_INTERSTITIAL" 12315 * - "WEB_INTERSTITIAL"
12313 */ 12316 */
12314 core.String compatibility; 12317 core.String compatibility;
12315 /** Information about the creation of this ad.This is a read-only field. */ 12318 /** Information about the creation of this ad. This is a read-only field. */
12316 LastModifiedInfo createInfo; 12319 LastModifiedInfo createInfo;
12317 /** 12320 /**
12318 * Creative group assignments for this ad. Applicable when type is 12321 * Creative group assignments for this ad. Applicable when type is
12319 * AD_SERVING_CLICK_TRACKER. Only one assignment per creative group number is 12322 * AD_SERVING_CLICK_TRACKER. Only one assignment per creative group number is
12320 * allowed for a maximum of two assignments. 12323 * allowed for a maximum of two assignments.
12321 */ 12324 */
12322 core.List<CreativeGroupAssignment> creativeGroupAssignments; 12325 core.List<CreativeGroupAssignment> creativeGroupAssignments;
12323 /** 12326 /**
12324 * Creative rotation for this ad. Applicable when type is 12327 * Creative rotation for this ad. Applicable when type is
12325 * AD_SERVING_DEFAULT_AD, AD_SERVING_STANDARD_AD, or AD_SERVING_TRACKING. When 12328 * AD_SERVING_DEFAULT_AD, AD_SERVING_STANDARD_AD, or AD_SERVING_TRACKING. When
12326 * type is AD_SERVING_DEFAULT_AD, this field should have exactly one 12329 * type is AD_SERVING_DEFAULT_AD, this field should have exactly one
12327 * creativeAssignment. 12330 * creativeAssignment.
12328 */ 12331 */
12329 CreativeRotation creativeRotation; 12332 CreativeRotation creativeRotation;
12330 /** 12333 /**
12331 * Time and day targeting information for this ad. Applicable when type is 12334 * Time and day targeting information for this ad. This field must be left
12335 * blank if the ad is using a targeting template. Applicable when type is
12332 * AD_SERVING_STANDARD_AD. 12336 * AD_SERVING_STANDARD_AD.
12333 */ 12337 */
12334 DayPartTargeting dayPartTargeting; 12338 DayPartTargeting dayPartTargeting;
12335 /** Default click-through event tag properties for this ad. */ 12339 /** Default click-through event tag properties for this ad. */
12336 DefaultClickThroughEventTagProperties defaultClickThroughEventTagProperties; 12340 DefaultClickThroughEventTagProperties defaultClickThroughEventTagProperties;
12337 /** 12341 /**
12338 * Delivery schedule information for this ad. Applicable when type is 12342 * Delivery schedule information for this ad. Applicable when type is
12339 * AD_SERVING_STANDARD_AD or AD_SERVING_TRACKING. This field along with 12343 * AD_SERVING_STANDARD_AD or AD_SERVING_TRACKING. This field along with
12340 * subfields priority and impressionRatio are required on insertion when type 12344 * subfields priority and impressionRatio are required on insertion when type
12341 * is AD_SERVING_STANDARD_AD. 12345 * is AD_SERVING_STANDARD_AD.
12342 */ 12346 */
12343 DeliverySchedule deliverySchedule; 12347 DeliverySchedule deliverySchedule;
12344 /** 12348 /**
12345 * Whether this ad is a dynamic click tracker. Applicable when type is 12349 * Whether this ad is a dynamic click tracker. Applicable when type is
12346 * AD_SERVING_CLICK_TRACKER. This is a required field on insert, and is 12350 * AD_SERVING_CLICK_TRACKER. This is a required field on insert, and is
12347 * read-only after insert. 12351 * read-only after insert.
12348 */ 12352 */
12349 core.bool dynamicClickTracker; 12353 core.bool dynamicClickTracker;
12350 /** 12354 /**
12351 * Date and time that this ad should stop serving. Must be later than the 12355 * Date and time that this ad should stop serving. Must be later than the
12352 * start time. This is a required field on insertion. 12356 * start time. This is a required field on insertion.
12353 */ 12357 */
12354 core.DateTime endTime; 12358 core.DateTime endTime;
12355 /** Event tag overrides for this ad. */ 12359 /** Event tag overrides for this ad. */
12356 core.List<EventTagOverride> eventTagOverrides; 12360 core.List<EventTagOverride> eventTagOverrides;
12357 /** 12361 /**
12358 * Geographical targeting information for this ad.Applicable when type is 12362 * Geographical targeting information for this ad. This field must be left
12363 * blank if the ad is using a targeting template. Applicable when type is
12359 * AD_SERVING_STANDARD_AD. 12364 * AD_SERVING_STANDARD_AD.
12360 */ 12365 */
12361 GeoTargeting geoTargeting; 12366 GeoTargeting geoTargeting;
12362 /** ID of this ad. This is a read-only, auto-generated field. */ 12367 /** ID of this ad. This is a read-only, auto-generated field. */
12363 core.String id; 12368 core.String id;
12364 /** 12369 /**
12365 * Dimension value for the ID of this ad. This is a read-only, auto-generated 12370 * Dimension value for the ID of this ad. This is a read-only, auto-generated
12366 * field. 12371 * field.
12367 */ 12372 */
12368 DimensionValue idDimensionValue; 12373 DimensionValue idDimensionValue;
12369 /** 12374 /**
12370 * Key-value targeting information for this ad. Applicable when type is 12375 * Key-value targeting information for this ad. This field must be left blank
12376 * if the ad is using a targeting template. Applicable when type is
12371 * AD_SERVING_STANDARD_AD. 12377 * AD_SERVING_STANDARD_AD.
12372 */ 12378 */
12373 KeyValueTargetingExpression keyValueTargetingExpression; 12379 KeyValueTargetingExpression keyValueTargetingExpression;
12374 /** 12380 /**
12375 * Identifies what kind of resource this is. Value: the fixed string 12381 * Identifies what kind of resource this is. Value: the fixed string
12376 * "dfareporting#ad". 12382 * "dfareporting#ad".
12377 */ 12383 */
12378 core.String kind; 12384 core.String kind;
12379 /** 12385 /**
12380 * Information about the most recent modification of this ad. This is a 12386 * Information about the most recent modification of this ad. This is a
12381 * read-only field. 12387 * read-only field.
12382 */ 12388 */
12383 LastModifiedInfo lastModifiedInfo; 12389 LastModifiedInfo lastModifiedInfo;
12384 /** 12390 /**
12385 * Name of this ad. This is a required field and must be less than 256 12391 * Name of this ad. This is a required field and must be less than 256
12386 * characters long. 12392 * characters long.
12387 */ 12393 */
12388 core.String name; 12394 core.String name;
12389 /** Placement assignments for this ad. */ 12395 /** Placement assignments for this ad. */
12390 core.List<PlacementAssignment> placementAssignments; 12396 core.List<PlacementAssignment> placementAssignments;
12391 /** 12397 /**
12392 * Applicable when type is AD_SERVING_STANDARD_AD. Remarketing list targeting 12398 * Remarketing list targeting expression for this ad. This field must be left
12393 * expression for this ad. 12399 * blank if the ad is using a targeting template. Applicable when type is
12400 * AD_SERVING_STANDARD_AD.
12394 */ 12401 */
12395 ListTargetingExpression remarketingListExpression; 12402 ListTargetingExpression remarketingListExpression;
12396 /** Size of this ad. Applicable when type is AD_SERVING_DEFAULT_AD. */ 12403 /** Size of this ad. Applicable when type is AD_SERVING_DEFAULT_AD. */
12397 Size size; 12404 Size size;
12398 /** 12405 /**
12399 * Whether this ad is ssl compliant. This is a read-only field that is 12406 * Whether this ad is ssl compliant. This is a read-only field that is
12400 * auto-generated when the ad is inserted or updated. 12407 * auto-generated when the ad is inserted or updated.
12401 */ 12408 */
12402 core.bool sslCompliant; 12409 core.bool sslCompliant;
12403 /** 12410 /**
12404 * Whether this ad requires ssl. This is a read-only field that is 12411 * Whether this ad requires ssl. This is a read-only field that is
12405 * auto-generated when the ad is inserted or updated. 12412 * auto-generated when the ad is inserted or updated.
12406 */ 12413 */
12407 core.bool sslRequired; 12414 core.bool sslRequired;
12408 /** 12415 /**
12409 * Date and time that this ad should start serving. If creating an ad, this 12416 * Date and time that this ad should start serving. If creating an ad, this
12410 * field must be a time in the future. This is a required field on insertion. 12417 * field must be a time in the future. This is a required field on insertion.
12411 */ 12418 */
12412 core.DateTime startTime; 12419 core.DateTime startTime;
12413 /** 12420 /**
12414 * Subaccount ID of this ad. This is a read-only field that can be left blank. 12421 * Subaccount ID of this ad. This is a read-only field that can be left blank.
12415 */ 12422 */
12416 core.String subaccountId; 12423 core.String subaccountId;
12417 /** 12424 /**
12418 * Technology platform targeting information for this ad. Applicable when type 12425 * Technology platform targeting information for this ad. This field must be
12419 * is AD_SERVING_STANDARD_AD. 12426 * left blank if the ad is using a targeting template. Applicable when type is
12427 * AD_SERVING_STANDARD_AD.
12420 */ 12428 */
12421 TechnologyTargeting technologyTargeting; 12429 TechnologyTargeting technologyTargeting;
12422 /** 12430 /**
12423 * Type of ad. This is a required field on insertion. Note that default ads 12431 * Type of ad. This is a required field on insertion. Note that default ads
12424 * (AD_SERVING_DEFAULT_AD) cannot be created directly (see Creative resource). 12432 * (AD_SERVING_DEFAULT_AD) cannot be created directly (see Creative resource).
12425 * Possible string values are: 12433 * Possible string values are:
12426 * - "AD_SERVING_CLICK_TRACKER" 12434 * - "AD_SERVING_CLICK_TRACKER"
12427 * - "AD_SERVING_DEFAULT_AD" 12435 * - "AD_SERVING_DEFAULT_AD"
12428 * - "AD_SERVING_STANDARD_AD" 12436 * - "AD_SERVING_STANDARD_AD"
12429 * - "AD_SERVING_TRACKING" 12437 * - "AD_SERVING_TRACKING"
(...skipping 1613 matching lines...) Expand 10 before | Expand all | Expand 10 after
14043 _json["regionDartId"] = regionDartId; 14051 _json["regionDartId"] = regionDartId;
14044 } 14052 }
14045 return _json; 14053 return _json;
14046 } 14054 }
14047 } 14055 }
14048 14056
14049 /** Creative Click Tag. */ 14057 /** Creative Click Tag. */
14050 class ClickTag { 14058 class ClickTag {
14051 /** 14059 /**
14052 * Advertiser event name associated with the click tag. This field is used by 14060 * Advertiser event name associated with the click tag. This field is used by
14053 * ENHANCED_BANNER, ENHANCED_IMAGE, and HTML5_BANNER creatives. 14061 * ENHANCED_IMAGE, and HTML5_BANNER creatives. Applicable to ENHANCED_BANNER
14062 * when the primary asset type is not HTML_IMAGE
14054 */ 14063 */
14055 core.String eventName; 14064 core.String eventName;
14056 /** 14065 /**
14057 * Parameter name for the specified click tag. For ENHANCED_IMAGE creative 14066 * Parameter name for the specified click tag. For ENHANCED_IMAGE creative
14058 * assets, this field must match the value of the creative asset's 14067 * assets, this field must match the value of the creative asset's
14059 * creativeAssetId.name field. 14068 * creativeAssetId.name field.
14060 */ 14069 */
14061 core.String name; 14070 core.String name;
14062 /** 14071 /**
14063 * Parameter value for the specified click tag. This field contains a 14072 * Parameter value for the specified click tag. This field contains a
(...skipping 1339 matching lines...) Expand 10 before | Expand all | Expand 10 after
15403 * DCM. Feature dependencies are features that a browser must be able to 15412 * DCM. Feature dependencies are features that a browser must be able to
15404 * support in order to render your HTML5 creative correctly. This is a 15413 * support in order to render your HTML5 creative correctly. This is a
15405 * read-only, auto-generated field. Applicable to the following creative 15414 * read-only, auto-generated field. Applicable to the following creative
15406 * types: ENHANCED_BANNER and HTML5_BANNER. 15415 * types: ENHANCED_BANNER and HTML5_BANNER.
15407 */ 15416 */
15408 core.List<core.String> detectedFeatures; 15417 core.List<core.String> detectedFeatures;
15409 /** 15418 /**
15410 * Type of rich media asset. This is a read-only field. Applicable to the 15419 * Type of rich media asset. This is a read-only field. Applicable to the
15411 * following creative types: all RICH_MEDIA. 15420 * following creative types: all RICH_MEDIA.
15412 * Possible string values are: 15421 * Possible string values are:
15422 * - "ASSET_DISPLAY_TYPE_BACKDROP"
15413 * - "ASSET_DISPLAY_TYPE_EXPANDING" 15423 * - "ASSET_DISPLAY_TYPE_EXPANDING"
15414 * - "ASSET_DISPLAY_TYPE_FLASH_IN_FLASH" 15424 * - "ASSET_DISPLAY_TYPE_FLASH_IN_FLASH"
15415 * - "ASSET_DISPLAY_TYPE_FLASH_IN_FLASH_EXPANDING" 15425 * - "ASSET_DISPLAY_TYPE_FLASH_IN_FLASH_EXPANDING"
15416 * - "ASSET_DISPLAY_TYPE_FLOATING" 15426 * - "ASSET_DISPLAY_TYPE_FLOATING"
15417 * - "ASSET_DISPLAY_TYPE_INPAGE" 15427 * - "ASSET_DISPLAY_TYPE_INPAGE"
15418 * - "ASSET_DISPLAY_TYPE_OVERLAY" 15428 * - "ASSET_DISPLAY_TYPE_OVERLAY"
15419 * - "ASSET_DISPLAY_TYPE_PEEL_DOWN" 15429 * - "ASSET_DISPLAY_TYPE_PEEL_DOWN"
15420 * - "ASSET_DISPLAY_TYPE_VPAID_LINEAR" 15430 * - "ASSET_DISPLAY_TYPE_VPAID_LINEAR"
15421 * - "ASSET_DISPLAY_TYPE_VPAID_NON_LINEAR" 15431 * - "ASSET_DISPLAY_TYPE_VPAID_NON_LINEAR"
15422 */ 15432 */
(...skipping 7528 matching lines...) Expand 10 before | Expand all | Expand 10 after
22951 * - "PLANNING_PLACEMENT_GROUP_TYPE_ROADBLOCK" 22961 * - "PLANNING_PLACEMENT_GROUP_TYPE_ROADBLOCK"
22952 */ 22962 */
22953 core.String groupType; 22963 core.String groupType;
22954 /** 22964 /**
22955 * Pricing type of this inventory item. 22965 * Pricing type of this inventory item.
22956 * Possible string values are: 22966 * Possible string values are:
22957 * - "PLANNING_PLACEMENT_PRICING_TYPE_CLICKS" 22967 * - "PLANNING_PLACEMENT_PRICING_TYPE_CLICKS"
22958 * - "PLANNING_PLACEMENT_PRICING_TYPE_CPA" 22968 * - "PLANNING_PLACEMENT_PRICING_TYPE_CPA"
22959 * - "PLANNING_PLACEMENT_PRICING_TYPE_CPC" 22969 * - "PLANNING_PLACEMENT_PRICING_TYPE_CPC"
22960 * - "PLANNING_PLACEMENT_PRICING_TYPE_CPM" 22970 * - "PLANNING_PLACEMENT_PRICING_TYPE_CPM"
22971 * - "PLANNING_PLACEMENT_PRICING_TYPE_CPM_ACTIVEVIEW"
22961 * - "PLANNING_PLACEMENT_PRICING_TYPE_FLAT_RATE_CLICKS" 22972 * - "PLANNING_PLACEMENT_PRICING_TYPE_FLAT_RATE_CLICKS"
22962 * - "PLANNING_PLACEMENT_PRICING_TYPE_FLAT_RATE_IMPRESSIONS" 22973 * - "PLANNING_PLACEMENT_PRICING_TYPE_FLAT_RATE_IMPRESSIONS"
22963 * - "PLANNING_PLACEMENT_PRICING_TYPE_IMPRESSIONS" 22974 * - "PLANNING_PLACEMENT_PRICING_TYPE_IMPRESSIONS"
22964 */ 22975 */
22965 core.String pricingType; 22976 core.String pricingType;
22966 /** Start date of this inventory item. */ 22977 /** Start date of this inventory item. */
22967 core.DateTime startDate; 22978 core.DateTime startDate;
22968 22979
22969 Pricing(); 22980 Pricing();
22970 22981
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
23045 */ 23056 */
23046 core.String floodlightActivityId; 23057 core.String floodlightActivityId;
23047 /** Pricing periods for this placement. */ 23058 /** Pricing periods for this placement. */
23048 core.List<PricingSchedulePricingPeriod> pricingPeriods; 23059 core.List<PricingSchedulePricingPeriod> pricingPeriods;
23049 /** 23060 /**
23050 * Placement pricing type. This field is required on insertion. 23061 * Placement pricing type. This field is required on insertion.
23051 * Possible string values are: 23062 * Possible string values are:
23052 * - "PRICING_TYPE_CPA" 23063 * - "PRICING_TYPE_CPA"
23053 * - "PRICING_TYPE_CPC" 23064 * - "PRICING_TYPE_CPC"
23054 * - "PRICING_TYPE_CPM" 23065 * - "PRICING_TYPE_CPM"
23066 * - "PRICING_TYPE_CPM_ACTIVEVIEW"
23055 * - "PRICING_TYPE_FLAT_RATE_CLICKS" 23067 * - "PRICING_TYPE_FLAT_RATE_CLICKS"
23056 * - "PRICING_TYPE_FLAT_RATE_IMPRESSIONS" 23068 * - "PRICING_TYPE_FLAT_RATE_IMPRESSIONS"
23057 */ 23069 */
23058 core.String pricingType; 23070 core.String pricingType;
23059 /** 23071 /**
23060 * Placement start date. This date must be later than, or the same day as, the 23072 * Placement start date. This date must be later than, or the same day as, the
23061 * campaign start date. The hours, minutes, and seconds of the start date 23073 * campaign start date. The hours, minutes, and seconds of the start date
23062 * should not be set, as doing so will result in an error. This field is 23074 * should not be set, as doing so will result in an error. This field is
23063 * required on insertion. 23075 * required on insertion.
23064 */ 23076 */
(...skipping 2926 matching lines...) Expand 10 before | Expand all | Expand 10 after
25991 } 26003 }
25992 return _json; 26004 return _json;
25993 } 26005 }
25994 } 26006 }
25995 26007
25996 /** Technology Targeting. */ 26008 /** Technology Targeting. */
25997 class TechnologyTargeting { 26009 class TechnologyTargeting {
25998 /** 26010 /**
25999 * Browsers that this ad targets. For each browser either set browserVersionId 26011 * Browsers that this ad targets. For each browser either set browserVersionId
26000 * or dartId along with the version numbers. If both are specified, only 26012 * or dartId along with the version numbers. If both are specified, only
26001 * browserVersionId will be used.The other fields are populated automatically 26013 * browserVersionId will be used. The other fields are populated automatically
26002 * when the ad is inserted or updated. 26014 * when the ad is inserted or updated.
26003 */ 26015 */
26004 core.List<Browser> browsers; 26016 core.List<Browser> browsers;
26005 /** 26017 /**
26006 * Connection types that this ad targets. For each connection type only id is 26018 * Connection types that this ad targets. For each connection type only id is
26007 * required.The other fields are populated automatically when the ad is 26019 * required. The other fields are populated automatically when the ad is
26008 * inserted or updated. 26020 * inserted or updated.
26009 */ 26021 */
26010 core.List<ConnectionType> connectionTypes; 26022 core.List<ConnectionType> connectionTypes;
26011 /** 26023 /**
26012 * Mobile carriers that this ad targets. For each mobile carrier only id is 26024 * Mobile carriers that this ad targets. For each mobile carrier only id is
26013 * required, and the other fields are populated automatically when the ad is 26025 * required, and the other fields are populated automatically when the ad is
26014 * inserted or updated. If targeting a mobile carrier, do not set targeting 26026 * inserted or updated. If targeting a mobile carrier, do not set targeting
26015 * for any zip codes. 26027 * for any zip codes.
26016 */ 26028 */
26017 core.List<MobileCarrier> mobileCarriers; 26029 core.List<MobileCarrier> mobileCarriers;
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
26183 * User-friendly name for the variable which will appear in reports. This is a 26195 * User-friendly name for the variable which will appear in reports. This is a
26184 * required field, must be less than 64 characters long, and cannot contain 26196 * required field, must be less than 64 characters long, and cannot contain
26185 * the following characters: ""<>". 26197 * the following characters: ""<>".
26186 */ 26198 */
26187 core.String reportName; 26199 core.String reportName;
26188 /** 26200 /**
26189 * Variable name in the tag. This is a required field. 26201 * Variable name in the tag. This is a required field.
26190 * Possible string values are: 26202 * Possible string values are:
26191 * - "U1" 26203 * - "U1"
26192 * - "U10" 26204 * - "U10"
26205 * - "U100"
26193 * - "U11" 26206 * - "U11"
26194 * - "U12" 26207 * - "U12"
26195 * - "U13" 26208 * - "U13"
26196 * - "U14" 26209 * - "U14"
26197 * - "U15" 26210 * - "U15"
26198 * - "U16" 26211 * - "U16"
26199 * - "U17" 26212 * - "U17"
26200 * - "U18" 26213 * - "U18"
26201 * - "U19" 26214 * - "U19"
26202 * - "U2" 26215 * - "U2"
26203 * - "U20" 26216 * - "U20"
26217 * - "U21"
26218 * - "U22"
26219 * - "U23"
26220 * - "U24"
26221 * - "U25"
26222 * - "U26"
26223 * - "U27"
26224 * - "U28"
26225 * - "U29"
26204 * - "U3" 26226 * - "U3"
26227 * - "U30"
26228 * - "U31"
26229 * - "U32"
26230 * - "U33"
26231 * - "U34"
26232 * - "U35"
26233 * - "U36"
26234 * - "U37"
26235 * - "U38"
26236 * - "U39"
26205 * - "U4" 26237 * - "U4"
26238 * - "U40"
26239 * - "U41"
26240 * - "U42"
26241 * - "U43"
26242 * - "U44"
26243 * - "U45"
26244 * - "U46"
26245 * - "U47"
26246 * - "U48"
26247 * - "U49"
26206 * - "U5" 26248 * - "U5"
26249 * - "U50"
26250 * - "U51"
26251 * - "U52"
26252 * - "U53"
26253 * - "U54"
26254 * - "U55"
26255 * - "U56"
26256 * - "U57"
26257 * - "U58"
26258 * - "U59"
26207 * - "U6" 26259 * - "U6"
26260 * - "U60"
26261 * - "U61"
26262 * - "U62"
26263 * - "U63"
26264 * - "U64"
26265 * - "U65"
26266 * - "U66"
26267 * - "U67"
26268 * - "U68"
26269 * - "U69"
26208 * - "U7" 26270 * - "U7"
26271 * - "U70"
26272 * - "U71"
26273 * - "U72"
26274 * - "U73"
26275 * - "U74"
26276 * - "U75"
26277 * - "U76"
26278 * - "U77"
26279 * - "U78"
26280 * - "U79"
26209 * - "U8" 26281 * - "U8"
26282 * - "U80"
26283 * - "U81"
26284 * - "U82"
26285 * - "U83"
26286 * - "U84"
26287 * - "U85"
26288 * - "U86"
26289 * - "U87"
26290 * - "U88"
26291 * - "U89"
26210 * - "U9" 26292 * - "U9"
26293 * - "U90"
26294 * - "U91"
26295 * - "U92"
26296 * - "U93"
26297 * - "U94"
26298 * - "U95"
26299 * - "U96"
26300 * - "U97"
26301 * - "U98"
26302 * - "U99"
26211 */ 26303 */
26212 core.String variableType; 26304 core.String variableType;
26213 26305
26214 UserDefinedVariableConfiguration(); 26306 UserDefinedVariableConfiguration();
26215 26307
26216 UserDefinedVariableConfiguration.fromJson(core.Map _json) { 26308 UserDefinedVariableConfiguration.fromJson(core.Map _json) {
26217 if (_json.containsKey("dataType")) { 26309 if (_json.containsKey("dataType")) {
26218 dataType = _json["dataType"]; 26310 dataType = _json["dataType"];
26219 } 26311 }
26220 if (_json.containsKey("reportName")) { 26312 if (_json.containsKey("reportName")) {
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
26661 } 26753 }
26662 if (nextPageToken != null) { 26754 if (nextPageToken != null) {
26663 _json["nextPageToken"] = nextPageToken; 26755 _json["nextPageToken"] = nextPageToken;
26664 } 26756 }
26665 if (userRoles != null) { 26757 if (userRoles != null) {
26666 _json["userRoles"] = userRoles.map((value) => (value).toJson()).toList(); 26758 _json["userRoles"] = userRoles.map((value) => (value).toJson()).toList();
26667 } 26759 }
26668 return _json; 26760 return _json;
26669 } 26761 }
26670 } 26762 }
OLDNEW
« no previous file with comments | « generated/googleapis/lib/content/v2sandbox.dart ('k') | generated/googleapis/lib/dfareporting/v2_3.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698