<?php
 /*
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 * All rights reserved.
 *
 * This source code is licensed under the license found in the
 * LICENSE file in the root directory of this source tree.
 */

namespace FacebookPixelPlugin\FacebookAds\Object\Values;

use FacebookPixelPlugin\FacebookAds\Enum\AbstractEnum;

/**
 * This class is auto-generated.
 *
 * For any issues or feature requests related to this class, please let us know
 * on github and we'll fix in our codegen framework. We'll not be able to accept
 * pull request for this class.
 *
 * @method static AdsInsightsBreakdownsValues getInstance()
 */
class AdsInsightsBreakdownsValues extends AbstractEnum {

  const AD_EXTENSION_DOMAIN = 'ad_extension_domain';
  const AD_EXTENSION_URL = 'ad_extension_url';
  const AD_FORMAT_ASSET = 'ad_format_asset';
  const AGE = 'age';
  const APP_ID = 'app_id';
  const BODY_ASSET = 'body_asset';
  const BREAKDOWN_AD_OBJECTIVE = 'breakdown_ad_objective';
  const BREAKDOWN_REPORTING_AD_ID = 'breakdown_reporting_ad_id';
  const CALL_TO_ACTION_ASSET = 'call_to_action_asset';
  const COARSE_CONVERSION_VALUE = 'coarse_conversion_value';
  const COMSCORE_MARKET = 'comscore_market';
  const CONVERSION_DESTINATION = 'conversion_destination';
  const COUNTRY = 'country';
  const CREATIVE_AUTOMATION_ASSET_ID = 'creative_automation_asset_id';
  const CREATIVE_RELAXATION_ASSET_TYPE = 'creative_relaxation_asset_type';
  const CRM_ADVERTISER_L12_TERRITORY_IDS = 'crm_advertiser_l12_territory_ids';
  const CRM_ADVERTISER_SUBVERTICAL_ID = 'crm_advertiser_subvertical_id';
  const CRM_ADVERTISER_VERTICAL_ID = 'crm_advertiser_vertical_id';
  const CRM_ULT_ADVERTISER_ID = 'crm_ult_advertiser_id';
  const DESCRIPTION_ASSET = 'description_asset';
  const DEVICE_PLATFORM = 'device_platform';
  const DMA = 'dma';
  const FIDELITY_TYPE = 'fidelity_type';
  const FLEXIBLE_FORMAT_ASSET_TYPE = 'flexible_format_asset_type';
  const FREQUENCY_VALUE = 'frequency_value';
  const GEN_AI_ASSET_TYPE = 'gen_ai_asset_type';
  const GENDER = 'gender';
  const HOURLY_STATS_AGGREGATED_BY_ADVERTISER_TIME_ZONE = 'hourly_stats_aggregated_by_advertiser_time_zone';
  const HOURLY_STATS_AGGREGATED_BY_AUDIENCE_TIME_ZONE = 'hourly_stats_aggregated_by_audience_time_zone';
  const HSID = 'hsid';
  const IMAGE_ASSET = 'image_asset';
  const IMPRESSION_DEVICE = 'impression_device';
  const IMPRESSION_VIEW_TIME_ADVERTISER_HOUR_V2 = 'impression_view_time_advertiser_hour_v2';
  const IS_AUTO_ADVANCE = 'is_auto_advance';
  const IS_CONVERSION_ID_MODELED = 'is_conversion_id_modeled';
  const IS_RENDERED_AS_DELAYED_SKIP_AD = 'is_rendered_as_delayed_skip_ad';
  const LANDING_DESTINATION = 'landing_destination';
  const LINK_URL_ASSET = 'link_url_asset';
  const MARKETING_MESSAGES_BTN_NAME = 'marketing_messages_btn_name';
  const MDSA_LANDING_DESTINATION = 'mdsa_landing_destination';
  const MEDIA_ASSET_URL = 'media_asset_url';
  const MEDIA_CREATOR = 'media_creator';
  const MEDIA_DESTINATION_URL = 'media_destination_url';
  const MEDIA_FORMAT = 'media_format';
  const MEDIA_ORIGIN_URL = 'media_origin_url';
  const MEDIA_TEXT_CONTENT = 'media_text_content';
  const MEDIA_TYPE = 'media_type';
  const MMM = 'mmm';
  const PLACE_PAGE_ID = 'place_page_id';
  const PLATFORM_POSITION = 'platform_position';
  const POSTBACK_SEQUENCE_INDEX = 'postback_sequence_index';
  const PRODUCT_BRAND_BREAKDOWN = 'product_brand_breakdown';
  const PRODUCT_CATEGORY_BREAKDOWN = 'product_category_breakdown';
  const PRODUCT_CUSTOM_LABEL_0_BREAKDOWN = 'product_custom_label_0_breakdown';
  const PRODUCT_CUSTOM_LABEL_1_BREAKDOWN = 'product_custom_label_1_breakdown';
  const PRODUCT_CUSTOM_LABEL_2_BREAKDOWN = 'product_custom_label_2_breakdown';
  const PRODUCT_CUSTOM_LABEL_3_BREAKDOWN = 'product_custom_label_3_breakdown';
  const PRODUCT_CUSTOM_LABEL_4_BREAKDOWN = 'product_custom_label_4_breakdown';
  const PRODUCT_GROUP_CONTENT_ID_BREAKDOWN = 'product_group_content_id_breakdown';
  const PRODUCT_ID = 'product_id';
  const PRODUCT_SET_ID_BREAKDOWN = 'product_set_id_breakdown';
  const PUBLISHER_PLATFORM = 'publisher_platform';
  const REDOWNLOAD = 'redownload';
  const REGION = 'region';
  const RTA_UGC_TOPIC = 'rta_ugc_topic';
  const RULE_SET_ID = 'rule_set_id';
  const RULE_SET_NAME = 'rule_set_name';
  const SIGNAL_SOURCE_BUCKET = 'signal_source_bucket';
  const SKAN_CAMPAIGN_ID = 'skan_campaign_id';
  const SKAN_CONVERSION_ID = 'skan_conversion_id';
  const SKAN_VERSION = 'skan_version';
  const SOT_ATTRIBUTION_MODEL_TYPE = 'sot_attribution_model_type';
  const SOT_ATTRIBUTION_WINDOW = 'sot_attribution_window';
  const SOT_CHANNEL = 'sot_channel';
  const SOT_EVENT_TYPE = 'sot_event_type';
  const SOT_SOURCE = 'sot_source';
  const STANDARD_EVENT_CONTENT_TYPE = 'standard_event_content_type';
  const TITLE_ASSET = 'title_asset';
  const USER_PERSONA_ID = 'user_persona_id';
  const USER_PERSONA_NAME = 'user_persona_name';
  const VIDEO_ASSET = 'video_asset';
}
