<?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\Fields;

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.
 *
 */

class AdPromotedObjectFields extends AbstractEnum {

  const APPLICATION_ID = 'application_id';
  const BOOSTED_PRODUCT_SET_ID = 'boosted_product_set_id';
  const CONVERSION_GOAL_ID = 'conversion_goal_id';
  const CUSTOM_CONVERSION_ID = 'custom_conversion_id';
  const CUSTOM_EVENT_STR = 'custom_event_str';
  const CUSTOM_EVENT_TYPE = 'custom_event_type';
  const DATASET_SPLIT_ID = 'dataset_split_id';
  const DATASET_SPLIT_IDS = 'dataset_split_ids';
  const EVENT_ID = 'event_id';
  const FULL_FUNNEL_OBJECTIVE = 'full_funnel_objective';
  const FUNDRAISER_CAMPAIGN_ID = 'fundraiser_campaign_id';
  const LEAD_ADS_CUSTOM_EVENT_STR = 'lead_ads_custom_event_str';
  const LEAD_ADS_CUSTOM_EVENT_TYPE = 'lead_ads_custom_event_type';
  const LEAD_ADS_FORM_EVENT_SOURCE_TYPE = 'lead_ads_form_event_source_type';
  const LEAD_ADS_OFFSITE_CONVERSION_TYPE = 'lead_ads_offsite_conversion_type';
  const LEAD_ADS_SELECTED_PIXEL_ID = 'lead_ads_selected_pixel_id';
  const MCME_CONVERSION_ID = 'mcme_conversion_id';
  const MULTI_EVENT_PRODUCT = 'multi_event_product';
  const OBJECT_STORE_URL = 'object_store_url';
  const OBJECT_STORE_URLS = 'object_store_urls';
  const OFFER_ID = 'offer_id';
  const OFFLINE_CONVERSION_DATA_SET_ID = 'offline_conversion_data_set_id';
  const OFFSITE_CONVERSION_EVENT_ID = 'offsite_conversion_event_id';
  const OMNICHANNEL_OBJECT = 'omnichannel_object';
  const PAGE_ID = 'page_id';
  const PASSBACK_APPLICATION_ID = 'passback_application_id';
  const PASSBACK_PIXEL_ID = 'passback_pixel_id';
  const PIXEL_AGGREGATION_RULE = 'pixel_aggregation_rule';
  const PIXEL_ID = 'pixel_id';
  const PIXEL_RULE = 'pixel_rule';
  const PLACE_PAGE_SET = 'place_page_set';
  const PLACE_PAGE_SET_ID = 'place_page_set_id';
  const PRODUCT_CATALOG_ID = 'product_catalog_id';
  const PRODUCT_ITEM_ID = 'product_item_id';
  const PRODUCT_SET = 'product_set';
  const PRODUCT_SET_ID = 'product_set_id';
  const PRODUCT_SET_OPTIMIZATION = 'product_set_optimization';
  const RETENTION_DAYS = 'retention_days';
  const VALUE_SEMANTIC_TYPE = 'value_semantic_type';
  const VARIATION = 'variation';
  const WHATS_APP_BUSINESS_PHONE_NUMBER_ID = 'whats_app_business_phone_number_id';
  const WHATSAPP_PHONE_NUMBER = 'whatsapp_phone_number';

  public function getFieldTypes() {
    return array(
      'application_id' => 'string',
      'boosted_product_set_id' => 'string',
      'conversion_goal_id' => 'string',
      'custom_conversion_id' => 'string',
      'custom_event_str' => 'string',
      'custom_event_type' => 'CustomEventType',
      'dataset_split_id' => 'string',
      'dataset_split_ids' => 'list<string>',
      'event_id' => 'string',
      'full_funnel_objective' => 'FullFunnelObjective',
      'fundraiser_campaign_id' => 'string',
      'lead_ads_custom_event_str' => 'string',
      'lead_ads_custom_event_type' => 'LeadAdsCustomEventType',
      'lead_ads_form_event_source_type' => 'string',
      'lead_ads_offsite_conversion_type' => 'string',
      'lead_ads_selected_pixel_id' => 'string',
      'mcme_conversion_id' => 'string',
      'multi_event_product' => 'string',
      'object_store_url' => 'string',
      'object_store_urls' => 'list<string>',
      'offer_id' => 'string',
      'offline_conversion_data_set_id' => 'string',
      'offsite_conversion_event_id' => 'string',
      'omnichannel_object' => 'Object',
      'page_id' => 'string',
      'passback_application_id' => 'string',
      'passback_pixel_id' => 'string',
      'pixel_aggregation_rule' => 'string',
      'pixel_id' => 'string',
      'pixel_rule' => 'string',
      'place_page_set' => 'AdPlacePageSet',
      'place_page_set_id' => 'string',
      'product_catalog_id' => 'string',
      'product_item_id' => 'string',
      'product_set' => 'ProductSet',
      'product_set_id' => 'string',
      'product_set_optimization' => 'string',
      'retention_days' => 'string',
      'value_semantic_type' => 'string',
      'variation' => 'string',
      'whats_app_business_phone_number_id' => 'string',
      'whatsapp_phone_number' => 'string',
    );
  }
}
