UNPKG

nodejs-google-adwords

Version:
70 lines (69 loc) 4.99 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ReportDefinition; (function (ReportDefinition) { var ReportType; (function (ReportType) { ReportType["KEYWORDS_PERFORMANCE_REPORT"] = "KEYWORDS_PERFORMANCE_REPORT"; ReportType["AD_PERFORMANCE_REPORT"] = "AD_PERFORMANCE_REPORT"; ReportType["URL_PERFORMANCE_REPORT"] = "URL_PERFORMANCE_REPORT"; ReportType["ADGROUP_PERFORMANCE_REPORT"] = "ADGROUP_PERFORMANCE_REPORT"; ReportType["CAMPAIGN_PERFORMANCE_REPORT"] = "CAMPAIGN_PERFORMANCE_REPORT"; ReportType["ACCOUNT_PERFORMANCE_REPORT"] = "ACCOUNT_PERFORMANCE_REPORT"; ReportType["GEO_PERFORMANCE_REPORT"] = "GEO_PERFORMANCE_REPORT"; ReportType["SEARCH_QUERY_PERFORMANCE_REPORT"] = "SEARCH_QUERY_PERFORMANCE_REPORT"; ReportType["AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT"] = "AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT"; ReportType["CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT"] = "CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT"; ReportType["CAMPAIGN_NEGATIVE_PLACEMENTS_PERFORMANCE_REPORT"] = "CAMPAIGN_NEGATIVE_PLACEMENTS_PERFORMANCE_REPORT"; ReportType["SHARED_SET_REPORT"] = "SHARED_SET_REPORT"; ReportType["CAMPAIGN_SHARED_SET_REPORT"] = "CAMPAIGN_SHARED_SET_REPORT"; ReportType["SHARED_SET_CRITERIA_REPORT"] = "SHARED_SET_CRITERIA_REPORT"; ReportType["CREATIVE_CONVERSION_REPORT"] = "CREATIVE_CONVERSION_REPORT"; ReportType["CALL_METRICS_CALL_DETAILS_REPORT"] = "CALL_METRICS_CALL_DETAILS_REPORT"; ReportType["KEYWORDLESS_QUERY_REPORT"] = "KEYWORDLESS_QUERY_REPORT"; ReportType["KEYWORDLESS_CATEGORY_REPORT"] = "KEYWORDLESS_CATEGORY_REPORT"; ReportType["CRITERIA_PERFORMANCE_REPORT"] = "CRITERIA_PERFORMANCE_REPORT"; ReportType["CLICK_PERFORMANCE_REPORT"] = "CLICK_PERFORMANCE_REPORT"; ReportType["BUDGET_PERFORMANCE_REPORT"] = "BUDGET_PERFORMANCE_REPORT"; ReportType["BID_GOAL_PERFORMANCE_REPORT"] = "BID_GOAL_PERFORMANCE_REPORT"; ReportType["DISPLAY_KEYWORD_PERFORMANCE_REPORT"] = "DISPLAY_KEYWORD_PERFORMANCE_REPORT"; ReportType["PLACEHOLDER_FEED_ITEM_REPORT"] = "PLACEHOLDER_FEED_ITEM_REPORT"; ReportType["PLACEMENT_PERFORMANCE_REPORT"] = "PLACEMENT_PERFORMANCE_REPORT"; ReportType["CAMPAIGN_NEGATIVE_LOCATIONS_REPORT"] = "CAMPAIGN_NEGATIVE_LOCATIONS_REPORT"; ReportType["GENDER_PERFORMANCE_REPORT"] = "GENDER_PERFORMANCE_REPORT"; ReportType["AGE_RANGE_PERFORMANCE_REPORT"] = "AGE_RANGE_PERFORMANCE_REPORT"; ReportType["CAMPAIGN_LOCATION_TARGET_REPORT"] = "CAMPAIGN_LOCATION_TARGET_REPORT"; ReportType["CAMPAIGN_AD_SCHEDULE_TARGET_REPORT"] = "CAMPAIGN_AD_SCHEDULE_TARGET_REPORT"; ReportType["PAID_ORGANIC_QUERY_REPORT"] = "PAID_ORGANIC_QUERY_REPORT"; ReportType["AUDIENCE_PERFORMANCE_REPORT"] = "AUDIENCE_PERFORMANCE_REPORT"; ReportType["DISPLAY_TOPICS_PERFORMANCE_REPORT"] = "DISPLAY_TOPICS_PERFORMANCE_REPORT"; ReportType["USER_AD_DISTANCE_REPORT"] = "USER_AD_DISTANCE_REPORT"; ReportType["SHOPPING_PERFORMANCE_REPORT"] = "SHOPPING_PERFORMANCE_REPORT"; ReportType["PRODUCT_PARTITION_REPORT"] = "PRODUCT_PARTITION_REPORT"; ReportType["PARENTAL_STATUS_PERFORMANCE_REPORT"] = "PARENTAL_STATUS_PERFORMANCE_REPORT"; ReportType["PLACEHOLDER_REPORT"] = "PLACEHOLDER_REPORT"; ReportType["AD_CUSTOMIZERS_FEED_ITEM_REPORT"] = "AD_CUSTOMIZERS_FEED_ITEM_REPORT"; ReportType["LABEL_REPORT"] = "LABEL_REPORT"; ReportType["FINAL_URL_REPORT"] = "FINAL_URL_REPORT"; ReportType["VIDEO_PERFORMANCE_REPORT"] = "VIDEO_PERFORMANCE_REPORT"; ReportType["TOP_CONTENT_PERFORMANCE_REPORT"] = "TOP_CONTENT_PERFORMANCE_REPORT"; ReportType["CAMPAIGN_CRITERIA_REPORT"] = "CAMPAIGN_CRITERIA_REPORT"; ReportType["CAMPAIGN_GROUP_PERFORMANCE_REPORT"] = "CAMPAIGN_GROUP_PERFORMANCE_REPORT"; ReportType["LANDING_PAGE_REPORT"] = "LANDING_PAGE_REPORT"; ReportType["MARKETPLACE_PERFORMANCE_REPORT"] = "MARKETPLACE_PERFORMANCE_REPORT"; ReportType["UNKNOW"] = "UNKNOW"; })(ReportType = ReportDefinition.ReportType || (ReportDefinition.ReportType = {})); var DateRangeType; (function (DateRangeType) { DateRangeType["TODAY"] = "TODAY"; DateRangeType["YESTERDAY"] = "YESTERDAY"; DateRangeType["LAST_7_DAYS"] = "LAST_7_DAYS"; DateRangeType["LAST_30_DAYS"] = "LAST_30_DAYS"; DateRangeType["ALL_TIME"] = "ALL_TIME"; })(DateRangeType = ReportDefinition.DateRangeType || (ReportDefinition.DateRangeType = {})); var DownloadFormatType; (function (DownloadFormatType) { DownloadFormatType["CSV"] = "CSV"; DownloadFormatType["XML"] = "XML"; })(DownloadFormatType = ReportDefinition.DownloadFormatType || (ReportDefinition.DownloadFormatType = {})); })(ReportDefinition = exports.ReportDefinition || (exports.ReportDefinition = {}));