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

Side by Side Diff: generated/googleapis/lib/dfareporting/v2_5.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_5; 3 library googleapis.dfareporting.v2_5;
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 2490 matching lines...) Expand 10 before | Expand all | Expand 10 after
2501 * - "OBJECT_PLACEMENT" 2501 * - "OBJECT_PLACEMENT"
2502 * - "OBJECT_PLACEMENT_STRATEGY" 2502 * - "OBJECT_PLACEMENT_STRATEGY"
2503 * - "OBJECT_PLAYSTORE_LINK" 2503 * - "OBJECT_PLAYSTORE_LINK"
2504 * - "OBJECT_PROVIDED_LIST_CLIENT" 2504 * - "OBJECT_PROVIDED_LIST_CLIENT"
2505 * - "OBJECT_RATE_CARD" 2505 * - "OBJECT_RATE_CARD"
2506 * - "OBJECT_REMARKETING_LIST" 2506 * - "OBJECT_REMARKETING_LIST"
2507 * - "OBJECT_RICHMEDIA_CREATIVE" 2507 * - "OBJECT_RICHMEDIA_CREATIVE"
2508 * - "OBJECT_SD_SITE" 2508 * - "OBJECT_SD_SITE"
2509 * - "OBJECT_SIZE" 2509 * - "OBJECT_SIZE"
2510 * - "OBJECT_SUBACCOUNT" 2510 * - "OBJECT_SUBACCOUNT"
2511 * - "OBJECT_TARGETING_TEMPLATE"
2511 * - "OBJECT_USER_PROFILE" 2512 * - "OBJECT_USER_PROFILE"
2512 * - "OBJECT_USER_PROFILE_FILTER" 2513 * - "OBJECT_USER_PROFILE_FILTER"
2513 * - "OBJECT_USER_ROLE" 2514 * - "OBJECT_USER_ROLE"
2514 * 2515 *
2515 * [pageToken] - Value of the nextPageToken from the previous result page. 2516 * [pageToken] - Value of the nextPageToken from the previous result page.
2516 * 2517 *
2517 * [searchString] - Select only change logs whose object ID, user name, old or 2518 * [searchString] - Select only change logs whose object ID, user name, old or
2518 * new values match the search string. 2519 * new values match the search string.
2519 * 2520 *
2520 * [userProfileIds] - Select only change logs with these user profile IDs. 2521 * [userProfileIds] - Select only change logs with these user profile IDs.
(...skipping 9110 matching lines...) Expand 10 before | Expand all | Expand 10 after
11631 core.String accountProfile; 11632 core.String accountProfile;
11632 /** Whether this account is active. */ 11633 /** Whether this account is active. */
11633 core.bool active; 11634 core.bool active;
11634 /** 11635 /**
11635 * Maximum number of active ads allowed for this account. 11636 * Maximum number of active ads allowed for this account.
11636 * Possible string values are: 11637 * Possible string values are:
11637 * - "ACTIVE_ADS_TIER_100K" 11638 * - "ACTIVE_ADS_TIER_100K"
11638 * - "ACTIVE_ADS_TIER_200K" 11639 * - "ACTIVE_ADS_TIER_200K"
11639 * - "ACTIVE_ADS_TIER_300K" 11640 * - "ACTIVE_ADS_TIER_300K"
11640 * - "ACTIVE_ADS_TIER_40K" 11641 * - "ACTIVE_ADS_TIER_40K"
11642 * - "ACTIVE_ADS_TIER_500K"
11641 * - "ACTIVE_ADS_TIER_75K" 11643 * - "ACTIVE_ADS_TIER_75K"
11642 */ 11644 */
11643 core.String activeAdsLimitTier; 11645 core.String activeAdsLimitTier;
11644 /** 11646 /**
11645 * Whether to serve creatives with Active View tags. If disabled, viewability 11647 * Whether to serve creatives with Active View tags. If disabled, viewability
11646 * data will not be available for any impressions. 11648 * data will not be available for any impressions.
11647 */ 11649 */
11648 core.bool activeViewOptOut; 11650 core.bool activeViewOptOut;
11649 /** User role permissions available to the user roles of this account. */ 11651 /** User role permissions available to the user roles of this account. */
11650 core.List<core.String> availablePermissionIds; 11652 core.List<core.String> availablePermissionIds;
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
11890 core.String accountId; 11892 core.String accountId;
11891 /** Ads that have been activated for the account */ 11893 /** Ads that have been activated for the account */
11892 core.String activeAds; 11894 core.String activeAds;
11893 /** 11895 /**
11894 * Maximum number of active ads allowed for the account. 11896 * Maximum number of active ads allowed for the account.
11895 * Possible string values are: 11897 * Possible string values are:
11896 * - "ACTIVE_ADS_TIER_100K" 11898 * - "ACTIVE_ADS_TIER_100K"
11897 * - "ACTIVE_ADS_TIER_200K" 11899 * - "ACTIVE_ADS_TIER_200K"
11898 * - "ACTIVE_ADS_TIER_300K" 11900 * - "ACTIVE_ADS_TIER_300K"
11899 * - "ACTIVE_ADS_TIER_40K" 11901 * - "ACTIVE_ADS_TIER_40K"
11902 * - "ACTIVE_ADS_TIER_500K"
11900 * - "ACTIVE_ADS_TIER_75K" 11903 * - "ACTIVE_ADS_TIER_75K"
11901 */ 11904 */
11902 core.String activeAdsLimitTier; 11905 core.String activeAdsLimitTier;
11903 /** Ads that can be activated for the account. */ 11906 /** Ads that can be activated for the account. */
11904 core.String availableAds; 11907 core.String availableAds;
11905 /** 11908 /**
11906 * Identifies what kind of resource this is. Value: the fixed string 11909 * Identifies what kind of resource this is. Value: the fixed string
11907 * "dfareporting#accountActiveAdSummary". 11910 * "dfareporting#accountActiveAdSummary".
11908 */ 11911 */
11909 core.String kind; 11912 core.String kind;
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
12516 * compatibility types. IN_STREAM_VIDEO refers to rendering in-stream video 12519 * compatibility types. IN_STREAM_VIDEO refers to rendering in-stream video
12517 * ads developed with the VAST standard. 12520 * ads developed with the VAST standard.
12518 * Possible string values are: 12521 * Possible string values are:
12519 * - "APP" 12522 * - "APP"
12520 * - "APP_INTERSTITIAL" 12523 * - "APP_INTERSTITIAL"
12521 * - "DISPLAY" 12524 * - "DISPLAY"
12522 * - "DISPLAY_INTERSTITIAL" 12525 * - "DISPLAY_INTERSTITIAL"
12523 * - "IN_STREAM_VIDEO" 12526 * - "IN_STREAM_VIDEO"
12524 */ 12527 */
12525 core.String compatibility; 12528 core.String compatibility;
12526 /** Information about the creation of this ad.This is a read-only field. */ 12529 /** Information about the creation of this ad. This is a read-only field. */
12527 LastModifiedInfo createInfo; 12530 LastModifiedInfo createInfo;
12528 /** 12531 /**
12529 * Creative group assignments for this ad. Applicable when type is 12532 * Creative group assignments for this ad. Applicable when type is
12530 * AD_SERVING_CLICK_TRACKER. Only one assignment per creative group number is 12533 * AD_SERVING_CLICK_TRACKER. Only one assignment per creative group number is
12531 * allowed for a maximum of two assignments. 12534 * allowed for a maximum of two assignments.
12532 */ 12535 */
12533 core.List<CreativeGroupAssignment> creativeGroupAssignments; 12536 core.List<CreativeGroupAssignment> creativeGroupAssignments;
12534 /** 12537 /**
12535 * Creative rotation for this ad. Applicable when type is 12538 * Creative rotation for this ad. Applicable when type is
12536 * AD_SERVING_DEFAULT_AD, AD_SERVING_STANDARD_AD, or AD_SERVING_TRACKING. When 12539 * AD_SERVING_DEFAULT_AD, AD_SERVING_STANDARD_AD, or AD_SERVING_TRACKING. When
12537 * type is AD_SERVING_DEFAULT_AD, this field should have exactly one 12540 * type is AD_SERVING_DEFAULT_AD, this field should have exactly one
12538 * creativeAssignment. 12541 * creativeAssignment.
12539 */ 12542 */
12540 CreativeRotation creativeRotation; 12543 CreativeRotation creativeRotation;
12541 /** 12544 /**
12542 * Time and day targeting information for this ad. Applicable when type is 12545 * Time and day targeting information for this ad. This field must be left
12546 * blank if the ad is using a targeting template. Applicable when type is
12543 * AD_SERVING_STANDARD_AD. 12547 * AD_SERVING_STANDARD_AD.
12544 */ 12548 */
12545 DayPartTargeting dayPartTargeting; 12549 DayPartTargeting dayPartTargeting;
12546 /** Default click-through event tag properties for this ad. */ 12550 /** Default click-through event tag properties for this ad. */
12547 DefaultClickThroughEventTagProperties defaultClickThroughEventTagProperties; 12551 DefaultClickThroughEventTagProperties defaultClickThroughEventTagProperties;
12548 /** 12552 /**
12549 * Delivery schedule information for this ad. Applicable when type is 12553 * Delivery schedule information for this ad. Applicable when type is
12550 * AD_SERVING_STANDARD_AD or AD_SERVING_TRACKING. This field along with 12554 * AD_SERVING_STANDARD_AD or AD_SERVING_TRACKING. This field along with
12551 * subfields priority and impressionRatio are required on insertion when type 12555 * subfields priority and impressionRatio are required on insertion when type
12552 * is AD_SERVING_STANDARD_AD. 12556 * is AD_SERVING_STANDARD_AD.
12553 */ 12557 */
12554 DeliverySchedule deliverySchedule; 12558 DeliverySchedule deliverySchedule;
12555 /** 12559 /**
12556 * Whether this ad is a dynamic click tracker. Applicable when type is 12560 * Whether this ad is a dynamic click tracker. Applicable when type is
12557 * AD_SERVING_CLICK_TRACKER. This is a required field on insert, and is 12561 * AD_SERVING_CLICK_TRACKER. This is a required field on insert, and is
12558 * read-only after insert. 12562 * read-only after insert.
12559 */ 12563 */
12560 core.bool dynamicClickTracker; 12564 core.bool dynamicClickTracker;
12561 /** 12565 /**
12562 * Date and time that this ad should stop serving. Must be later than the 12566 * Date and time that this ad should stop serving. Must be later than the
12563 * start time. This is a required field on insertion. 12567 * start time. This is a required field on insertion.
12564 */ 12568 */
12565 core.DateTime endTime; 12569 core.DateTime endTime;
12566 /** Event tag overrides for this ad. */ 12570 /** Event tag overrides for this ad. */
12567 core.List<EventTagOverride> eventTagOverrides; 12571 core.List<EventTagOverride> eventTagOverrides;
12568 /** 12572 /**
12569 * Geographical targeting information for this ad.Applicable when type is 12573 * Geographical targeting information for this ad. This field must be left
12574 * blank if the ad is using a targeting template. Applicable when type is
12570 * AD_SERVING_STANDARD_AD. 12575 * AD_SERVING_STANDARD_AD.
12571 */ 12576 */
12572 GeoTargeting geoTargeting; 12577 GeoTargeting geoTargeting;
12573 /** ID of this ad. This is a read-only, auto-generated field. */ 12578 /** ID of this ad. This is a read-only, auto-generated field. */
12574 core.String id; 12579 core.String id;
12575 /** 12580 /**
12576 * Dimension value for the ID of this ad. This is a read-only, auto-generated 12581 * Dimension value for the ID of this ad. This is a read-only, auto-generated
12577 * field. 12582 * field.
12578 */ 12583 */
12579 DimensionValue idDimensionValue; 12584 DimensionValue idDimensionValue;
12580 /** 12585 /**
12581 * Key-value targeting information for this ad. Applicable when type is 12586 * Key-value targeting information for this ad. This field must be left blank
12587 * if the ad is using a targeting template. Applicable when type is
12582 * AD_SERVING_STANDARD_AD. 12588 * AD_SERVING_STANDARD_AD.
12583 */ 12589 */
12584 KeyValueTargetingExpression keyValueTargetingExpression; 12590 KeyValueTargetingExpression keyValueTargetingExpression;
12585 /** 12591 /**
12586 * Identifies what kind of resource this is. Value: the fixed string 12592 * Identifies what kind of resource this is. Value: the fixed string
12587 * "dfareporting#ad". 12593 * "dfareporting#ad".
12588 */ 12594 */
12589 core.String kind; 12595 core.String kind;
12590 /** 12596 /**
12591 * Information about the most recent modification of this ad. This is a 12597 * Information about the most recent modification of this ad. This is a
12592 * read-only field. 12598 * read-only field.
12593 */ 12599 */
12594 LastModifiedInfo lastModifiedInfo; 12600 LastModifiedInfo lastModifiedInfo;
12595 /** 12601 /**
12596 * Name of this ad. This is a required field and must be less than 256 12602 * Name of this ad. This is a required field and must be less than 256
12597 * characters long. 12603 * characters long.
12598 */ 12604 */
12599 core.String name; 12605 core.String name;
12600 /** Placement assignments for this ad. */ 12606 /** Placement assignments for this ad. */
12601 core.List<PlacementAssignment> placementAssignments; 12607 core.List<PlacementAssignment> placementAssignments;
12602 /** 12608 /**
12603 * Applicable when type is AD_SERVING_STANDARD_AD. Remarketing list targeting 12609 * Remarketing list targeting expression for this ad. This field must be left
12604 * expression for this ad. 12610 * blank if the ad is using a targeting template. Applicable when type is
12611 * AD_SERVING_STANDARD_AD.
12605 */ 12612 */
12606 ListTargetingExpression remarketingListExpression; 12613 ListTargetingExpression remarketingListExpression;
12607 /** Size of this ad. Applicable when type is AD_SERVING_DEFAULT_AD. */ 12614 /** Size of this ad. Applicable when type is AD_SERVING_DEFAULT_AD. */
12608 Size size; 12615 Size size;
12609 /** 12616 /**
12610 * Whether this ad is ssl compliant. This is a read-only field that is 12617 * Whether this ad is ssl compliant. This is a read-only field that is
12611 * auto-generated when the ad is inserted or updated. 12618 * auto-generated when the ad is inserted or updated.
12612 */ 12619 */
12613 core.bool sslCompliant; 12620 core.bool sslCompliant;
12614 /** 12621 /**
12615 * Whether this ad requires ssl. This is a read-only field that is 12622 * Whether this ad requires ssl. This is a read-only field that is
12616 * auto-generated when the ad is inserted or updated. 12623 * auto-generated when the ad is inserted or updated.
12617 */ 12624 */
12618 core.bool sslRequired; 12625 core.bool sslRequired;
12619 /** 12626 /**
12620 * Date and time that this ad should start serving. If creating an ad, this 12627 * Date and time that this ad should start serving. If creating an ad, this
12621 * field must be a time in the future. This is a required field on insertion. 12628 * field must be a time in the future. This is a required field on insertion.
12622 */ 12629 */
12623 core.DateTime startTime; 12630 core.DateTime startTime;
12624 /** 12631 /**
12625 * Subaccount ID of this ad. This is a read-only field that can be left blank. 12632 * Subaccount ID of this ad. This is a read-only field that can be left blank.
12626 */ 12633 */
12627 core.String subaccountId; 12634 core.String subaccountId;
12628 /** 12635 /**
12629 * Technology platform targeting information for this ad. Applicable when type 12636 * Technology platform targeting information for this ad. This field must be
12630 * is AD_SERVING_STANDARD_AD. 12637 * left blank if the ad is using a targeting template. Applicable when type is
12638 * AD_SERVING_STANDARD_AD.
12631 */ 12639 */
12632 TechnologyTargeting technologyTargeting; 12640 TechnologyTargeting technologyTargeting;
12633 /** 12641 /**
12634 * Type of ad. This is a required field on insertion. Note that default ads 12642 * Type of ad. This is a required field on insertion. Note that default ads
12635 * (AD_SERVING_DEFAULT_AD) cannot be created directly (see Creative resource). 12643 * (AD_SERVING_DEFAULT_AD) cannot be created directly (see Creative resource).
12636 * Possible string values are: 12644 * Possible string values are:
12637 * - "AD_SERVING_CLICK_TRACKER" 12645 * - "AD_SERVING_CLICK_TRACKER"
12638 * - "AD_SERVING_DEFAULT_AD" 12646 * - "AD_SERVING_DEFAULT_AD"
12639 * - "AD_SERVING_STANDARD_AD" 12647 * - "AD_SERVING_STANDARD_AD"
12640 * - "AD_SERVING_TRACKING" 12648 * - "AD_SERVING_TRACKING"
(...skipping 1613 matching lines...) Expand 10 before | Expand all | Expand 10 after
14254 _json["regionDartId"] = regionDartId; 14262 _json["regionDartId"] = regionDartId;
14255 } 14263 }
14256 return _json; 14264 return _json;
14257 } 14265 }
14258 } 14266 }
14259 14267
14260 /** Creative Click Tag. */ 14268 /** Creative Click Tag. */
14261 class ClickTag { 14269 class ClickTag {
14262 /** 14270 /**
14263 * Advertiser event name associated with the click tag. This field is used by 14271 * Advertiser event name associated with the click tag. This field is used by
14264 * ENHANCED_BANNER, ENHANCED_IMAGE, and HTML5_BANNER creatives. 14272 * DISPLAY_IMAGE_GALLERY and HTML5_BANNER creatives. Applicable to DISPLAY
14273 * when the primary asset type is not HTML_IMAGE.
14265 */ 14274 */
14266 core.String eventName; 14275 core.String eventName;
14267 /** 14276 /**
14268 * Parameter name for the specified click tag. For ENHANCED_IMAGE creative 14277 * Parameter name for the specified click tag. For DISPLAY_IMAGE_GALLERY
14269 * assets, this field must match the value of the creative asset's 14278 * creative assets, this field must match the value of the creative asset's
14270 * creativeAssetId.name field. 14279 * creativeAssetId.name field.
14271 */ 14280 */
14272 core.String name; 14281 core.String name;
14273 /** 14282 /**
14274 * Parameter value for the specified click tag. This field contains a 14283 * Parameter value for the specified click tag. This field contains a
14275 * click-through url. 14284 * click-through url.
14276 */ 14285 */
14277 core.String value; 14286 core.String value;
14278 14287
14279 ClickTag(); 14288 ClickTag();
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
14694 * A Conversion represents when a user successfully performs a desired action 14703 * A Conversion represents when a user successfully performs a desired action
14695 * after seeing an ad. 14704 * after seeing an ad.
14696 */ 14705 */
14697 class Conversion { 14706 class Conversion {
14698 /** Whether the conversion was directed toward children. */ 14707 /** Whether the conversion was directed toward children. */
14699 core.bool childDirectedTreatment; 14708 core.bool childDirectedTreatment;
14700 /** Custom floodlight variables. */ 14709 /** Custom floodlight variables. */
14701 core.List<CustomFloodlightVariable> customVariables; 14710 core.List<CustomFloodlightVariable> customVariables;
14702 /** 14711 /**
14703 * The alphanumeric encrypted user ID. When set, encryptionInfo should also be 14712 * The alphanumeric encrypted user ID. When set, encryptionInfo should also be
14704 * specified. This field is mutually exclusive with mobileDeviceId. This or 14713 * specified. This field is mutually exclusive with
14705 * mobileDeviceId is a required field. 14714 * encryptedUserIdCandidates[] and mobileDeviceId. This or
14715 * encryptedUserIdCandidates[] or mobileDeviceId is a required field.
14706 */ 14716 */
14707 core.String encryptedUserId; 14717 core.String encryptedUserId;
14708 /** Floodlight Activity ID of this conversion. This is a required field. */ 14718 /** Floodlight Activity ID of this conversion. This is a required field. */
14709 core.String floodlightActivityId; 14719 core.String floodlightActivityId;
14710 /** 14720 /**
14711 * Floodlight Configuration ID of this conversion. This is a required field. 14721 * Floodlight Configuration ID of this conversion. This is a required field.
14712 */ 14722 */
14713 core.String floodlightConfigurationId; 14723 core.String floodlightConfigurationId;
14714 /** 14724 /**
14715 * Identifies what kind of resource this is. Value: the fixed string 14725 * Identifies what kind of resource this is. Value: the fixed string
14716 * "dfareporting#conversion". 14726 * "dfareporting#conversion".
14717 */ 14727 */
14718 core.String kind; 14728 core.String kind;
14719 /** Whether the user has Limit Ad Tracking set. */ 14729 /** Whether the user has Limit Ad Tracking set. */
14720 core.bool limitAdTracking; 14730 core.bool limitAdTracking;
14721 /** 14731 /**
14722 * The mobile device ID. This field is mutually exclusive with 14732 * The mobile device ID. This field is mutually exclusive with encryptedUserId
14723 * encryptedUserId. This or encryptedUserId is a required field. 14733 * and encryptedUserIdCandidates[]. This or encryptedUserId or
14734 * encryptedUserIdCandidates[] is a required field.
14724 */ 14735 */
14725 core.String mobileDeviceId; 14736 core.String mobileDeviceId;
14726 /** 14737 /**
14727 * The ordinal of the conversion. Use this field to control how conversions of 14738 * The ordinal of the conversion. Use this field to control how conversions of
14728 * the same user and day are de-duplicated. This is a required field. 14739 * the same user and day are de-duplicated. This is a required field.
14729 */ 14740 */
14730 core.String ordinal; 14741 core.String ordinal;
14731 /** The quantity of the conversion. */ 14742 /** The quantity of the conversion. */
14732 core.String quantity; 14743 core.String quantity;
14733 /** 14744 /**
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
14814 if (timestampMicros != null) { 14825 if (timestampMicros != null) {
14815 _json["timestampMicros"] = timestampMicros; 14826 _json["timestampMicros"] = timestampMicros;
14816 } 14827 }
14817 if (value != null) { 14828 if (value != null) {
14818 _json["value"] = value; 14829 _json["value"] = value;
14819 } 14830 }
14820 return _json; 14831 return _json;
14821 } 14832 }
14822 } 14833 }
14823 14834
14824 /** The error code and description for a conversion that failed to insert. */ 14835 /**
14836 * The error code and description for a conversion that failed to insert or
14837 * update.
14838 */
14825 class ConversionError { 14839 class ConversionError {
14826 /** 14840 /**
14827 * The error code. 14841 * The error code.
14828 * Possible string values are: 14842 * Possible string values are:
14829 * - "INTERNAL" 14843 * - "INTERNAL"
14830 * - "INVALID_ARGUMENT" 14844 * - "INVALID_ARGUMENT"
14831 * - "NOT_FOUND" 14845 * - "NOT_FOUND"
14832 * - "PERMISSION_DENIED" 14846 * - "PERMISSION_DENIED"
14833 */ 14847 */
14834 core.String code; 14848 core.String code;
(...skipping 28 matching lines...) Expand all
14863 _json["kind"] = kind; 14877 _json["kind"] = kind;
14864 } 14878 }
14865 if (message != null) { 14879 if (message != null) {
14866 _json["message"] = message; 14880 _json["message"] = message;
14867 } 14881 }
14868 return _json; 14882 return _json;
14869 } 14883 }
14870 } 14884 }
14871 14885
14872 /** 14886 /**
14873 * The original conversion that was inserted and whether there were any errors. 14887 * The original conversion that was inserted or updated and whether there were
14888 * any errors.
14874 */ 14889 */
14875 class ConversionStatus { 14890 class ConversionStatus {
14876 /** The original conversion that was inserted. */ 14891 /** The original conversion that was inserted or updated. */
14877 Conversion conversion; 14892 Conversion conversion;
14878 /** A list of errors related to this conversion. */ 14893 /** A list of errors related to this conversion. */
14879 core.List<ConversionError> errors; 14894 core.List<ConversionError> errors;
14880 /** 14895 /**
14881 * Identifies what kind of resource this is. Value: the fixed string 14896 * Identifies what kind of resource this is. Value: the fixed string
14882 * "dfareporting#conversionStatus". 14897 * "dfareporting#conversionStatus".
14883 */ 14898 */
14884 core.String kind; 14899 core.String kind;
14885 14900
14886 ConversionStatus(); 14901 ConversionStatus();
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
15151 core.String authoringSource; 15166 core.String authoringSource;
15152 /** 15167 /**
15153 * Authoring tool for HTML5 banner creatives. This is a read-only field. 15168 * Authoring tool for HTML5 banner creatives. This is a read-only field.
15154 * Applicable to the following creative types: HTML5_BANNER. 15169 * Applicable to the following creative types: HTML5_BANNER.
15155 * Possible string values are: 15170 * Possible string values are:
15156 * - "NINJA" 15171 * - "NINJA"
15157 * - "SWIFFY" 15172 * - "SWIFFY"
15158 */ 15173 */
15159 core.String authoringTool; 15174 core.String authoringTool;
15160 /** 15175 /**
15161 * Whether images are automatically advanced for enhanced image creatives. 15176 * Whether images are automatically advanced for image gallery creatives.
15162 * Applicable to the following creative types: DISPLAY_IMAGE_GALLERY. 15177 * Applicable to the following creative types: DISPLAY_IMAGE_GALLERY.
15163 */ 15178 */
15164 core.bool autoAdvanceImages; 15179 core.bool autoAdvanceImages;
15165 /** 15180 /**
15166 * The 6-character HTML color code, beginning with #, for the background of 15181 * The 6-character HTML color code, beginning with #, for the background of
15167 * the window area where the Flash file is displayed. Default is white. 15182 * the window area where the Flash file is displayed. Default is white.
15168 * Applicable to the following creative types: FLASH_INPAGE. 15183 * Applicable to the following creative types: FLASH_INPAGE.
15169 */ 15184 */
15170 core.String backgroundColor; 15185 core.String backgroundColor;
15171 /** 15186 /**
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
15223 * List of companion creatives assigned to an in-Stream videocreative. 15238 * List of companion creatives assigned to an in-Stream videocreative.
15224 * Acceptable values include IDs of existing flash and image creatives. 15239 * Acceptable values include IDs of existing flash and image creatives.
15225 * Applicable to the following creative types: all INSTREAM_VIDEO and all 15240 * Applicable to the following creative types: all INSTREAM_VIDEO and all
15226 * VPAID. 15241 * VPAID.
15227 */ 15242 */
15228 core.List<core.String> companionCreatives; 15243 core.List<core.String> companionCreatives;
15229 /** 15244 /**
15230 * Compatibilities associated with this creative. This is a read-only field. 15245 * Compatibilities associated with this creative. This is a read-only field.
15231 * DISPLAY and DISPLAY_INTERSTITIAL refer to rendering either on desktop or on 15246 * DISPLAY and DISPLAY_INTERSTITIAL refer to rendering either on desktop or on
15232 * mobile devices or in mobile apps for regular or interstitial ads, 15247 * mobile devices or in mobile apps for regular or interstitial ads,
15233 * respectively. APP and APP_INTERSTITIAL are for rendering in mobile apps. 15248 * respectively. APP and APP_INTERSTITIAL are for rendering in mobile apps.
15234 * Only pre-existing creatives may have these compatibilities since new 15249 * Only pre-existing creatives may have these compatibilities since new
15235 * creatives will either be assigned DISPLAY or DISPLAY_INTERSTITIAL instead. 15250 * creatives will either be assigned DISPLAY or DISPLAY_INTERSTITIAL instead.
15236 * IN_STREAM_VIDEO refers to rendering in in-stream video ads developed with 15251 * IN_STREAM_VIDEO refers to rendering in in-stream video ads developed with
15237 * the VAST standard. Applicable to all creative types. 15252 * the VAST standard. Applicable to all creative types.
15238 * 15253 *
15239 * Acceptable values are: 15254 * Acceptable values are:
15240 * - "APP" 15255 * - "APP"
15241 * - "APP_INTERSTITIAL" 15256 * - "APP_INTERSTITIAL"
15242 * - "IN_STREAM_VIDEO" 15257 * - "IN_STREAM_VIDEO"
15243 * - "DISPLAY" 15258 * - "DISPLAY"
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
15944 * support in order to render your HTML5 creative correctly. This is a 15959 * support in order to render your HTML5 creative correctly. This is a
15945 * read-only, auto-generated field. Applicable to the following creative 15960 * read-only, auto-generated field. Applicable to the following creative
15946 * types: HTML5_BANNER. Applicable to DISPLAY when the primary asset type is 15961 * types: HTML5_BANNER. Applicable to DISPLAY when the primary asset type is
15947 * not HTML_IMAGE. 15962 * not HTML_IMAGE.
15948 */ 15963 */
15949 core.List<core.String> detectedFeatures; 15964 core.List<core.String> detectedFeatures;
15950 /** 15965 /**
15951 * Type of rich media asset. This is a read-only field. Applicable to the 15966 * Type of rich media asset. This is a read-only field. Applicable to the
15952 * following creative types: all RICH_MEDIA. 15967 * following creative types: all RICH_MEDIA.
15953 * Possible string values are: 15968 * Possible string values are:
15969 * - "ASSET_DISPLAY_TYPE_BACKDROP"
15954 * - "ASSET_DISPLAY_TYPE_EXPANDING" 15970 * - "ASSET_DISPLAY_TYPE_EXPANDING"
15955 * - "ASSET_DISPLAY_TYPE_FLASH_IN_FLASH" 15971 * - "ASSET_DISPLAY_TYPE_FLASH_IN_FLASH"
15956 * - "ASSET_DISPLAY_TYPE_FLASH_IN_FLASH_EXPANDING" 15972 * - "ASSET_DISPLAY_TYPE_FLASH_IN_FLASH_EXPANDING"
15957 * - "ASSET_DISPLAY_TYPE_FLOATING" 15973 * - "ASSET_DISPLAY_TYPE_FLOATING"
15958 * - "ASSET_DISPLAY_TYPE_INPAGE" 15974 * - "ASSET_DISPLAY_TYPE_INPAGE"
15959 * - "ASSET_DISPLAY_TYPE_OVERLAY" 15975 * - "ASSET_DISPLAY_TYPE_OVERLAY"
15960 * - "ASSET_DISPLAY_TYPE_PEEL_DOWN" 15976 * - "ASSET_DISPLAY_TYPE_PEEL_DOWN"
15961 * - "ASSET_DISPLAY_TYPE_VPAID_LINEAR" 15977 * - "ASSET_DISPLAY_TYPE_VPAID_LINEAR"
15962 * - "ASSET_DISPLAY_TYPE_VPAID_NON_LINEAR" 15978 * - "ASSET_DISPLAY_TYPE_VPAID_NON_LINEAR"
15963 */ 15979 */
(...skipping 1621 matching lines...) Expand 10 before | Expand all | Expand 10 after
17585 * Identifies what kind of resource this is. Value: the fixed string 17601 * Identifies what kind of resource this is. Value: the fixed string
17586 * "dfareporting#customFloodlightVariable". 17602 * "dfareporting#customFloodlightVariable".
17587 */ 17603 */
17588 core.String kind; 17604 core.String kind;
17589 /** 17605 /**
17590 * The type of custom floodlight variable to supply a value for. These map to 17606 * The type of custom floodlight variable to supply a value for. These map to
17591 * the "u[1-20]=" in the tags. 17607 * the "u[1-20]=" in the tags.
17592 * Possible string values are: 17608 * Possible string values are:
17593 * - "U1" 17609 * - "U1"
17594 * - "U10" 17610 * - "U10"
17611 * - "U100"
17595 * - "U11" 17612 * - "U11"
17596 * - "U12" 17613 * - "U12"
17597 * - "U13" 17614 * - "U13"
17598 * - "U14" 17615 * - "U14"
17599 * - "U15" 17616 * - "U15"
17600 * - "U16" 17617 * - "U16"
17601 * - "U17" 17618 * - "U17"
17602 * - "U18" 17619 * - "U18"
17603 * - "U19" 17620 * - "U19"
17604 * - "U2" 17621 * - "U2"
17605 * - "U20" 17622 * - "U20"
17623 * - "U21"
17624 * - "U22"
17625 * - "U23"
17626 * - "U24"
17627 * - "U25"
17628 * - "U26"
17629 * - "U27"
17630 * - "U28"
17631 * - "U29"
17606 * - "U3" 17632 * - "U3"
17633 * - "U30"
17634 * - "U31"
17635 * - "U32"
17636 * - "U33"
17637 * - "U34"
17638 * - "U35"
17639 * - "U36"
17640 * - "U37"
17641 * - "U38"
17642 * - "U39"
17607 * - "U4" 17643 * - "U4"
17644 * - "U40"
17645 * - "U41"
17646 * - "U42"
17647 * - "U43"
17648 * - "U44"
17649 * - "U45"
17650 * - "U46"
17651 * - "U47"
17652 * - "U48"
17653 * - "U49"
17608 * - "U5" 17654 * - "U5"
17655 * - "U50"
17656 * - "U51"
17657 * - "U52"
17658 * - "U53"
17659 * - "U54"
17660 * - "U55"
17661 * - "U56"
17662 * - "U57"
17663 * - "U58"
17664 * - "U59"
17609 * - "U6" 17665 * - "U6"
17666 * - "U60"
17667 * - "U61"
17668 * - "U62"
17669 * - "U63"
17670 * - "U64"
17671 * - "U65"
17672 * - "U66"
17673 * - "U67"
17674 * - "U68"
17675 * - "U69"
17610 * - "U7" 17676 * - "U7"
17677 * - "U70"
17678 * - "U71"
17679 * - "U72"
17680 * - "U73"
17681 * - "U74"
17682 * - "U75"
17683 * - "U76"
17684 * - "U77"
17685 * - "U78"
17686 * - "U79"
17611 * - "U8" 17687 * - "U8"
17688 * - "U80"
17689 * - "U81"
17690 * - "U82"
17691 * - "U83"
17692 * - "U84"
17693 * - "U85"
17694 * - "U86"
17695 * - "U87"
17696 * - "U88"
17697 * - "U89"
17612 * - "U9" 17698 * - "U9"
17699 * - "U90"
17700 * - "U91"
17701 * - "U92"
17702 * - "U93"
17703 * - "U94"
17704 * - "U95"
17705 * - "U96"
17706 * - "U97"
17707 * - "U98"
17708 * - "U99"
17613 */ 17709 */
17614 core.String type; 17710 core.String type;
17615 /** 17711 /**
17616 * The value of the custom floodlight variable. The length of string must not 17712 * The value of the custom floodlight variable. The length of string must not
17617 * exceed 50 characters. 17713 * exceed 50 characters.
17618 */ 17714 */
17619 core.String value; 17715 core.String value;
17620 17716
17621 CustomFloodlightVariable(); 17717 CustomFloodlightVariable();
17622 17718
(...skipping 6124 matching lines...) Expand 10 before | Expand all | Expand 10 after
23747 * - "PLANNING_PLACEMENT_GROUP_TYPE_ROADBLOCK" 23843 * - "PLANNING_PLACEMENT_GROUP_TYPE_ROADBLOCK"
23748 */ 23844 */
23749 core.String groupType; 23845 core.String groupType;
23750 /** 23846 /**
23751 * Pricing type of this inventory item. 23847 * Pricing type of this inventory item.
23752 * Possible string values are: 23848 * Possible string values are:
23753 * - "PLANNING_PLACEMENT_PRICING_TYPE_CLICKS" 23849 * - "PLANNING_PLACEMENT_PRICING_TYPE_CLICKS"
23754 * - "PLANNING_PLACEMENT_PRICING_TYPE_CPA" 23850 * - "PLANNING_PLACEMENT_PRICING_TYPE_CPA"
23755 * - "PLANNING_PLACEMENT_PRICING_TYPE_CPC" 23851 * - "PLANNING_PLACEMENT_PRICING_TYPE_CPC"
23756 * - "PLANNING_PLACEMENT_PRICING_TYPE_CPM" 23852 * - "PLANNING_PLACEMENT_PRICING_TYPE_CPM"
23853 * - "PLANNING_PLACEMENT_PRICING_TYPE_CPM_ACTIVEVIEW"
23757 * - "PLANNING_PLACEMENT_PRICING_TYPE_FLAT_RATE_CLICKS" 23854 * - "PLANNING_PLACEMENT_PRICING_TYPE_FLAT_RATE_CLICKS"
23758 * - "PLANNING_PLACEMENT_PRICING_TYPE_FLAT_RATE_IMPRESSIONS" 23855 * - "PLANNING_PLACEMENT_PRICING_TYPE_FLAT_RATE_IMPRESSIONS"
23759 * - "PLANNING_PLACEMENT_PRICING_TYPE_IMPRESSIONS" 23856 * - "PLANNING_PLACEMENT_PRICING_TYPE_IMPRESSIONS"
23760 */ 23857 */
23761 core.String pricingType; 23858 core.String pricingType;
23762 /** Start date of this inventory item. */ 23859 /** Start date of this inventory item. */
23763 core.DateTime startDate; 23860 core.DateTime startDate;
23764 23861
23765 Pricing(); 23862 Pricing();
23766 23863
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
23841 */ 23938 */
23842 core.String floodlightActivityId; 23939 core.String floodlightActivityId;
23843 /** Pricing periods for this placement. */ 23940 /** Pricing periods for this placement. */
23844 core.List<PricingSchedulePricingPeriod> pricingPeriods; 23941 core.List<PricingSchedulePricingPeriod> pricingPeriods;
23845 /** 23942 /**
23846 * Placement pricing type. This field is required on insertion. 23943 * Placement pricing type. This field is required on insertion.
23847 * Possible string values are: 23944 * Possible string values are:
23848 * - "PRICING_TYPE_CPA" 23945 * - "PRICING_TYPE_CPA"
23849 * - "PRICING_TYPE_CPC" 23946 * - "PRICING_TYPE_CPC"
23850 * - "PRICING_TYPE_CPM" 23947 * - "PRICING_TYPE_CPM"
23948 * - "PRICING_TYPE_CPM_ACTIVEVIEW"
23851 * - "PRICING_TYPE_FLAT_RATE_CLICKS" 23949 * - "PRICING_TYPE_FLAT_RATE_CLICKS"
23852 * - "PRICING_TYPE_FLAT_RATE_IMPRESSIONS" 23950 * - "PRICING_TYPE_FLAT_RATE_IMPRESSIONS"
23853 */ 23951 */
23854 core.String pricingType; 23952 core.String pricingType;
23855 /** 23953 /**
23856 * Placement start date. This date must be later than, or the same day as, the 23954 * Placement start date. This date must be later than, or the same day as, the
23857 * campaign start date. The hours, minutes, and seconds of the start date 23955 * campaign start date. The hours, minutes, and seconds of the start date
23858 * should not be set, as doing so will result in an error. This field is 23956 * should not be set, as doing so will result in an error. This field is
23859 * required on insertion. 23957 * required on insertion.
23860 */ 23958 */
(...skipping 2943 matching lines...) Expand 10 before | Expand all | Expand 10 after
26804 } 26902 }
26805 return _json; 26903 return _json;
26806 } 26904 }
26807 } 26905 }
26808 26906
26809 /** Technology Targeting. */ 26907 /** Technology Targeting. */
26810 class TechnologyTargeting { 26908 class TechnologyTargeting {
26811 /** 26909 /**
26812 * Browsers that this ad targets. For each browser either set browserVersionId 26910 * Browsers that this ad targets. For each browser either set browserVersionId
26813 * or dartId along with the version numbers. If both are specified, only 26911 * or dartId along with the version numbers. If both are specified, only
26814 * browserVersionId will be used.The other fields are populated automatically 26912 * browserVersionId will be used. The other fields are populated automatically
26815 * when the ad is inserted or updated. 26913 * when the ad is inserted or updated.
26816 */ 26914 */
26817 core.List<Browser> browsers; 26915 core.List<Browser> browsers;
26818 /** 26916 /**
26819 * Connection types that this ad targets. For each connection type only id is 26917 * Connection types that this ad targets. For each connection type only id is
26820 * required.The other fields are populated automatically when the ad is 26918 * required. The other fields are populated automatically when the ad is
26821 * inserted or updated. 26919 * inserted or updated.
26822 */ 26920 */
26823 core.List<ConnectionType> connectionTypes; 26921 core.List<ConnectionType> connectionTypes;
26824 /** 26922 /**
26825 * Mobile carriers that this ad targets. For each mobile carrier only id is 26923 * Mobile carriers that this ad targets. For each mobile carrier only id is
26826 * required, and the other fields are populated automatically when the ad is 26924 * required, and the other fields are populated automatically when the ad is
26827 * inserted or updated. If targeting a mobile carrier, do not set targeting 26925 * inserted or updated. If targeting a mobile carrier, do not set targeting
26828 * for any zip codes. 26926 * for any zip codes.
26829 */ 26927 */
26830 core.List<MobileCarrier> mobileCarriers; 26928 core.List<MobileCarrier> mobileCarriers;
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
26996 * User-friendly name for the variable which will appear in reports. This is a 27094 * User-friendly name for the variable which will appear in reports. This is a
26997 * required field, must be less than 64 characters long, and cannot contain 27095 * required field, must be less than 64 characters long, and cannot contain
26998 * the following characters: ""<>". 27096 * the following characters: ""<>".
26999 */ 27097 */
27000 core.String reportName; 27098 core.String reportName;
27001 /** 27099 /**
27002 * Variable name in the tag. This is a required field. 27100 * Variable name in the tag. This is a required field.
27003 * Possible string values are: 27101 * Possible string values are:
27004 * - "U1" 27102 * - "U1"
27005 * - "U10" 27103 * - "U10"
27104 * - "U100"
27006 * - "U11" 27105 * - "U11"
27007 * - "U12" 27106 * - "U12"
27008 * - "U13" 27107 * - "U13"
27009 * - "U14" 27108 * - "U14"
27010 * - "U15" 27109 * - "U15"
27011 * - "U16" 27110 * - "U16"
27012 * - "U17" 27111 * - "U17"
27013 * - "U18" 27112 * - "U18"
27014 * - "U19" 27113 * - "U19"
27015 * - "U2" 27114 * - "U2"
27016 * - "U20" 27115 * - "U20"
27116 * - "U21"
27117 * - "U22"
27118 * - "U23"
27119 * - "U24"
27120 * - "U25"
27121 * - "U26"
27122 * - "U27"
27123 * - "U28"
27124 * - "U29"
27017 * - "U3" 27125 * - "U3"
27126 * - "U30"
27127 * - "U31"
27128 * - "U32"
27129 * - "U33"
27130 * - "U34"
27131 * - "U35"
27132 * - "U36"
27133 * - "U37"
27134 * - "U38"
27135 * - "U39"
27018 * - "U4" 27136 * - "U4"
27137 * - "U40"
27138 * - "U41"
27139 * - "U42"
27140 * - "U43"
27141 * - "U44"
27142 * - "U45"
27143 * - "U46"
27144 * - "U47"
27145 * - "U48"
27146 * - "U49"
27019 * - "U5" 27147 * - "U5"
27148 * - "U50"
27149 * - "U51"
27150 * - "U52"
27151 * - "U53"
27152 * - "U54"
27153 * - "U55"
27154 * - "U56"
27155 * - "U57"
27156 * - "U58"
27157 * - "U59"
27020 * - "U6" 27158 * - "U6"
27159 * - "U60"
27160 * - "U61"
27161 * - "U62"
27162 * - "U63"
27163 * - "U64"
27164 * - "U65"
27165 * - "U66"
27166 * - "U67"
27167 * - "U68"
27168 * - "U69"
27021 * - "U7" 27169 * - "U7"
27170 * - "U70"
27171 * - "U71"
27172 * - "U72"
27173 * - "U73"
27174 * - "U74"
27175 * - "U75"
27176 * - "U76"
27177 * - "U77"
27178 * - "U78"
27179 * - "U79"
27022 * - "U8" 27180 * - "U8"
27181 * - "U80"
27182 * - "U81"
27183 * - "U82"
27184 * - "U83"
27185 * - "U84"
27186 * - "U85"
27187 * - "U86"
27188 * - "U87"
27189 * - "U88"
27190 * - "U89"
27023 * - "U9" 27191 * - "U9"
27192 * - "U90"
27193 * - "U91"
27194 * - "U92"
27195 * - "U93"
27196 * - "U94"
27197 * - "U95"
27198 * - "U96"
27199 * - "U97"
27200 * - "U98"
27201 * - "U99"
27024 */ 27202 */
27025 core.String variableType; 27203 core.String variableType;
27026 27204
27027 UserDefinedVariableConfiguration(); 27205 UserDefinedVariableConfiguration();
27028 27206
27029 UserDefinedVariableConfiguration.fromJson(core.Map _json) { 27207 UserDefinedVariableConfiguration.fromJson(core.Map _json) {
27030 if (_json.containsKey("dataType")) { 27208 if (_json.containsKey("dataType")) {
27031 dataType = _json["dataType"]; 27209 dataType = _json["dataType"];
27032 } 27210 }
27033 if (_json.containsKey("reportName")) { 27211 if (_json.containsKey("reportName")) {
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
27474 } 27652 }
27475 if (nextPageToken != null) { 27653 if (nextPageToken != null) {
27476 _json["nextPageToken"] = nextPageToken; 27654 _json["nextPageToken"] = nextPageToken;
27477 } 27655 }
27478 if (userRoles != null) { 27656 if (userRoles != null) {
27479 _json["userRoles"] = userRoles.map((value) => (value).toJson()).toList(); 27657 _json["userRoles"] = userRoles.map((value) => (value).toJson()).toList();
27480 } 27658 }
27481 return _json; 27659 return _json;
27482 } 27660 }
27483 } 27661 }
OLDNEW
« no previous file with comments | « generated/googleapis/lib/dfareporting/v2_4.dart ('k') | generated/googleapis/lib/dfareporting/v2_6.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698