<?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 AdCampaignDeliveryEstimateOptimizationGoalValues getInstance()
 */
class AdCampaignDeliveryEstimateOptimizationGoalValues extends AbstractEnum {

  const ADVERTISER_SILOED_VALUE = 'ADVERTISER_SILOED_VALUE';
  const AD_RECALL_LIFT = 'AD_RECALL_LIFT';
  const APP_INSTALLS = 'APP_INSTALLS';
  const APP_INSTALLS_AND_OFFSITE_CONVERSIONS = 'APP_INSTALLS_AND_OFFSITE_CONVERSIONS';
  const AUTOMATIC_OBJECTIVE = 'AUTOMATIC_OBJECTIVE';
  const CONVERSATIONS = 'CONVERSATIONS';
  const DERIVED_EVENTS = 'DERIVED_EVENTS';
  const ENGAGED_USERS = 'ENGAGED_USERS';
  const EVENT_RESPONSES = 'EVENT_RESPONSES';
  const IMPRESSIONS = 'IMPRESSIONS';
  const IN_APP_VALUE = 'IN_APP_VALUE';
  const LANDING_PAGE_VIEWS = 'LANDING_PAGE_VIEWS';
  const LEAD_GENERATION = 'LEAD_GENERATION';
  const LINK_CLICKS = 'LINK_CLICKS';
  const MEANINGFUL_CALL_ATTEMPT = 'MEANINGFUL_CALL_ATTEMPT';
  const MESSAGING_APPOINTMENT_CONVERSION = 'MESSAGING_APPOINTMENT_CONVERSION';
  const MESSAGING_PURCHASE_CONVERSION = 'MESSAGING_PURCHASE_CONVERSION';
  const NONE = 'NONE';
  const OFFSITE_CONVERSIONS = 'OFFSITE_CONVERSIONS';
  const PAGE_LIKES = 'PAGE_LIKES';
  const POST_ENGAGEMENT = 'POST_ENGAGEMENT';
  const PROFILE_AND_PAGE_ENGAGEMENT = 'PROFILE_AND_PAGE_ENGAGEMENT';
  const PROFILE_VISIT = 'PROFILE_VISIT';
  const QUALITY_CALL = 'QUALITY_CALL';
  const QUALITY_LEAD = 'QUALITY_LEAD';
  const REACH = 'REACH';
  const REMINDERS_SET = 'REMINDERS_SET';
  const SUBSCRIBERS = 'SUBSCRIBERS';
  const THRUPLAY = 'THRUPLAY';
  const VALUE = 'VALUE';
  const VISIT_INSTAGRAM_PROFILE = 'VISIT_INSTAGRAM_PROFILE';
}
