public enum ReportDefinitionReportType extends Enum<ReportDefinitionReportType>
Java class for ReportDefinition.ReportType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ReportDefinition.ReportType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="KEYWORDS_PERFORMANCE_REPORT"/>
<enumeration value="AD_PERFORMANCE_REPORT"/>
<enumeration value="URL_PERFORMANCE_REPORT"/>
<enumeration value="ADGROUP_PERFORMANCE_REPORT"/>
<enumeration value="CAMPAIGN_PERFORMANCE_REPORT"/>
<enumeration value="ACCOUNT_PERFORMANCE_REPORT"/>
<enumeration value="GEO_PERFORMANCE_REPORT"/>
<enumeration value="SEARCH_QUERY_PERFORMANCE_REPORT"/>
<enumeration value="AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT"/>
<enumeration value="CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT"/>
<enumeration value="CAMPAIGN_NEGATIVE_PLACEMENTS_PERFORMANCE_REPORT"/>
<enumeration value="SHARED_SET_REPORT"/>
<enumeration value="CAMPAIGN_SHARED_SET_REPORT"/>
<enumeration value="SHARED_SET_CRITERIA_REPORT"/>
<enumeration value="CREATIVE_CONVERSION_REPORT"/>
<enumeration value="CALL_METRICS_CALL_DETAILS_REPORT"/>
<enumeration value="KEYWORDLESS_QUERY_REPORT"/>
<enumeration value="KEYWORDLESS_CATEGORY_REPORT"/>
<enumeration value="CRITERIA_PERFORMANCE_REPORT"/>
<enumeration value="CLICK_PERFORMANCE_REPORT"/>
<enumeration value="BUDGET_PERFORMANCE_REPORT"/>
<enumeration value="BID_GOAL_PERFORMANCE_REPORT"/>
<enumeration value="DISPLAY_KEYWORD_PERFORMANCE_REPORT"/>
<enumeration value="PLACEHOLDER_FEED_ITEM_REPORT"/>
<enumeration value="PLACEMENT_PERFORMANCE_REPORT"/>
<enumeration value="CAMPAIGN_NEGATIVE_LOCATIONS_REPORT"/>
<enumeration value="GENDER_PERFORMANCE_REPORT"/>
<enumeration value="AGE_RANGE_PERFORMANCE_REPORT"/>
<enumeration value="CAMPAIGN_LOCATION_TARGET_REPORT"/>
<enumeration value="CAMPAIGN_AD_SCHEDULE_TARGET_REPORT"/>
<enumeration value="PAID_ORGANIC_QUERY_REPORT"/>
<enumeration value="AUDIENCE_PERFORMANCE_REPORT"/>
<enumeration value="DISPLAY_TOPICS_PERFORMANCE_REPORT"/>
<enumeration value="USER_AD_DISTANCE_REPORT"/>
<enumeration value="SHOPPING_PERFORMANCE_REPORT"/>
<enumeration value="PRODUCT_PARTITION_REPORT"/>
<enumeration value="PARENTAL_STATUS_PERFORMANCE_REPORT"/>
<enumeration value="PLACEHOLDER_REPORT"/>
<enumeration value="AD_CUSTOMIZERS_FEED_ITEM_REPORT"/>
<enumeration value="LABEL_REPORT"/>
<enumeration value="FINAL_URL_REPORT"/>
<enumeration value="VIDEO_PERFORMANCE_REPORT"/>
<enumeration value="TOP_CONTENT_PERFORMANCE_REPORT"/>
<enumeration value="CAMPAIGN_CRITERIA_REPORT"/>
<enumeration value="CAMPAIGN_GROUP_PERFORMANCE_REPORT"/>
<enumeration value="LANDING_PAGE_REPORT"/>
<enumeration value="MARKETPLACE_PERFORMANCE_REPORT"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ACCOUNT_PERFORMANCE_REPORT
Reports performance data for your entire account.
|
AD_CUSTOMIZERS_FEED_ITEM_REPORT
Reports performance of ad placeholders when instantiated with specific FeedItems.
|
AD_PERFORMANCE_REPORT
Reports performance data for your ads.
|
ADGROUP_PERFORMANCE_REPORT
Reports ad group performance data for one or more of your campaigns.
|
AGE_RANGE_PERFORMANCE_REPORT
Reports performance data for managed and automatic age ranges in a combined report.
|
AUDIENCE_PERFORMANCE_REPORT
Reports performance data for your audience criteria.
|
AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT
Reports performance data for automatic placements on the content network.
|
BID_GOAL_PERFORMANCE_REPORT
Reports performance data for your (shared) bid strategies.
|
BUDGET_PERFORMANCE_REPORT
Reports performance data for budgets.
|
CALL_METRICS_CALL_DETAILS_REPORT
Reports per-phone-call details for calls tracked using call metrics.
|
CAMPAIGN_AD_SCHEDULE_TARGET_REPORT
Reports performance data for campaign level ad schedule targets.
|
CAMPAIGN_CRITERIA_REPORT
Report to show campaign criteria structure.
|
CAMPAIGN_GROUP_PERFORMANCE_REPORT
Report performance data for Campaign Groups.
|
CAMPAIGN_LOCATION_TARGET_REPORT
Reports performance data for campaign level location targets.
|
CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT
Reports performance data for negative keywords at the campaign level.
|
CAMPAIGN_NEGATIVE_LOCATIONS_REPORT
Reports performance data for negative location targets at campaign level.
|
CAMPAIGN_NEGATIVE_PLACEMENTS_PERFORMANCE_REPORT
Reports performance data for the negative placements at the campaign
level.
|
CAMPAIGN_PERFORMANCE_REPORT
Reports performance data for your campaigns.
|
CAMPAIGN_SHARED_SET_REPORT
Reports data for campaign shared sets.
|
CLICK_PERFORMANCE_REPORT
Reports performance data for clicks.
|
CREATIVE_CONVERSION_REPORT
Reports performance data for creative conversions (e.g.
|
CRITERIA_PERFORMANCE_REPORT
Reports performance data for all published criteria types including keywords,
placements, topics, user-lists in a single report.
|
DISPLAY_KEYWORD_PERFORMANCE_REPORT
Reports performance data for your display keywords.
|
DISPLAY_TOPICS_PERFORMANCE_REPORT
Reports performance data for your topic criteria.
|
FINAL_URL_REPORT
Reports performance data for final urls.
|
GENDER_PERFORMANCE_REPORT
Reports performance data for managed and automatic genders in a combined report.
|
GEO_PERFORMANCE_REPORT
Reports performance data by geographic origin.
|
KEYWORDLESS_CATEGORY_REPORT
Reports performance data for keywordless ads.
|
KEYWORDLESS_QUERY_REPORT
Reports performance data for keywordless ads.
|
KEYWORDS_PERFORMANCE_REPORT
Reports performance data for your keywords.
|
LABEL_REPORT
Reports stats and settings details for labels.
|
LANDING_PAGE_REPORT
Reports performance data for landing pages on unexpanded and expanded final url levels.
|
MARKETPLACE_PERFORMANCE_REPORT
Report performance data for Marketplace Ads Clients.
|
PAID_ORGANIC_QUERY_REPORT
Paid & organic report
|
PARENTAL_STATUS_PERFORMANCE_REPORT
Reports performance data for managed and automatic parental statuses in a combined report.
|
PLACEHOLDER_FEED_ITEM_REPORT
Reports performance data for your placeholder feed items
|
PLACEHOLDER_REPORT
Performance data for Extension placeholders
|
PLACEMENT_PERFORMANCE_REPORT
Reports performance data for your placements.
|
PRODUCT_PARTITION_REPORT
Performance data for product partitions in shopping campaigns.
|
SEARCH_QUERY_PERFORMANCE_REPORT
Reports performance data for search queries which triggered your ad and
received clicks.
|
SHARED_SET_CRITERIA_REPORT
Provides a downloadable snapshot of shared set criteria.
|
SHARED_SET_REPORT
Reports data for shared sets.
|
SHOPPING_PERFORMANCE_REPORT
Performance data for shopping campaigns.
|
TOP_CONTENT_PERFORMANCE_REPORT
Reports performance data for top content bid modifier criteria.
|
UNKNOWN
Used for return value only.
|
URL_PERFORMANCE_REPORT
Reports performance data for URLs which triggered your ad and
received clicks.
|
USER_AD_DISTANCE_REPORT
Distance report
|
VIDEO_PERFORMANCE_REPORT
Video performance report.
|
| Modifier and Type | Method and Description |
|---|---|
static ReportDefinitionReportType |
fromValue(String v) |
String |
value() |
static ReportDefinitionReportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportDefinitionReportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportDefinitionReportType KEYWORDS_PERFORMANCE_REPORT
public static final ReportDefinitionReportType AD_PERFORMANCE_REPORT
public static final ReportDefinitionReportType URL_PERFORMANCE_REPORT
public static final ReportDefinitionReportType ADGROUP_PERFORMANCE_REPORT
public static final ReportDefinitionReportType CAMPAIGN_PERFORMANCE_REPORT
public static final ReportDefinitionReportType ACCOUNT_PERFORMANCE_REPORT
public static final ReportDefinitionReportType GEO_PERFORMANCE_REPORT
public static final ReportDefinitionReportType SEARCH_QUERY_PERFORMANCE_REPORT
public static final ReportDefinitionReportType AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT
public static final ReportDefinitionReportType CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT
public static final ReportDefinitionReportType CAMPAIGN_NEGATIVE_PLACEMENTS_PERFORMANCE_REPORT
public static final ReportDefinitionReportType SHARED_SET_REPORT
public static final ReportDefinitionReportType CAMPAIGN_SHARED_SET_REPORT
public static final ReportDefinitionReportType SHARED_SET_CRITERIA_REPORT
public static final ReportDefinitionReportType CREATIVE_CONVERSION_REPORT
public static final ReportDefinitionReportType CALL_METRICS_CALL_DETAILS_REPORT
public static final ReportDefinitionReportType KEYWORDLESS_QUERY_REPORT
public static final ReportDefinitionReportType KEYWORDLESS_CATEGORY_REPORT
public static final ReportDefinitionReportType CRITERIA_PERFORMANCE_REPORT
public static final ReportDefinitionReportType CLICK_PERFORMANCE_REPORT
public static final ReportDefinitionReportType BUDGET_PERFORMANCE_REPORT
public static final ReportDefinitionReportType BID_GOAL_PERFORMANCE_REPORT
public static final ReportDefinitionReportType DISPLAY_KEYWORD_PERFORMANCE_REPORT
public static final ReportDefinitionReportType PLACEHOLDER_FEED_ITEM_REPORT
public static final ReportDefinitionReportType PLACEMENT_PERFORMANCE_REPORT
public static final ReportDefinitionReportType CAMPAIGN_NEGATIVE_LOCATIONS_REPORT
public static final ReportDefinitionReportType GENDER_PERFORMANCE_REPORT
public static final ReportDefinitionReportType AGE_RANGE_PERFORMANCE_REPORT
public static final ReportDefinitionReportType CAMPAIGN_LOCATION_TARGET_REPORT
public static final ReportDefinitionReportType CAMPAIGN_AD_SCHEDULE_TARGET_REPORT
public static final ReportDefinitionReportType PAID_ORGANIC_QUERY_REPORT
public static final ReportDefinitionReportType AUDIENCE_PERFORMANCE_REPORT
public static final ReportDefinitionReportType DISPLAY_TOPICS_PERFORMANCE_REPORT
public static final ReportDefinitionReportType USER_AD_DISTANCE_REPORT
public static final ReportDefinitionReportType SHOPPING_PERFORMANCE_REPORT
public static final ReportDefinitionReportType PRODUCT_PARTITION_REPORT
public static final ReportDefinitionReportType PARENTAL_STATUS_PERFORMANCE_REPORT
public static final ReportDefinitionReportType PLACEHOLDER_REPORT
public static final ReportDefinitionReportType AD_CUSTOMIZERS_FEED_ITEM_REPORT
public static final ReportDefinitionReportType LABEL_REPORT
public static final ReportDefinitionReportType FINAL_URL_REPORT
public static final ReportDefinitionReportType VIDEO_PERFORMANCE_REPORT
public static final ReportDefinitionReportType TOP_CONTENT_PERFORMANCE_REPORT
public static final ReportDefinitionReportType CAMPAIGN_CRITERIA_REPORT
public static final ReportDefinitionReportType CAMPAIGN_GROUP_PERFORMANCE_REPORT
public static final ReportDefinitionReportType LANDING_PAGE_REPORT
public static final ReportDefinitionReportType MARKETPLACE_PERFORMANCE_REPORT
public static final ReportDefinitionReportType UNKNOWN
public static ReportDefinitionReportType[] values()
for (ReportDefinitionReportType c : ReportDefinitionReportType.values()) System.out.println(c);
public static ReportDefinitionReportType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static ReportDefinitionReportType fromValue(String v)
Copyright © 2023. All rights reserved.