<?php
/**
 * Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
 *
 * You are hereby granted a non-exclusive, worldwide, royalty-free license to
 * use, copy, modify, and distribute this software in source code or binary
 * form for use in connection with the web services and APIs provided by
 * Facebook.
 *
 * As with any software that integrates with the Facebook platform, your use
 * of this software is subject to the Facebook Developer Principles and
 * Policies [http://developers.facebook.com/policy/]. This copyright notice
 * shall be included in all copies or substantial portions of the software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 * DEALINGS IN THE SOFTWARE.
 *
 */

namespace PYS_PRO_GLOBAL\FacebookAds\Object\Values;

use PYS_PRO_GLOBAL\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 AdStudyCellCreationTemplateValues getInstance()
 */
class AdStudyCellCreationTemplateValues extends AbstractEnum {

  const AUTOMATIC_PLACEMENTS = 'AUTOMATIC_PLACEMENTS';
  const BRAND_AWARENESS = 'BRAND_AWARENESS';
  const FACEBOOK = 'FACEBOOK';
  const FACEBOOK_AUDIENCE_NETWORK = 'FACEBOOK_AUDIENCE_NETWORK';
  const FACEBOOK_INSTAGRAM = 'FACEBOOK_INSTAGRAM';
  const FACEBOOK_NEWS_FEED = 'FACEBOOK_NEWS_FEED';
  const FACEBOOK_NEWS_FEED_IN_STREAM_VIDEO = 'FACEBOOK_NEWS_FEED_IN_STREAM_VIDEO';
  const HIGH_FREQUENCY = 'HIGH_FREQUENCY';
  const INSTAGRAM = 'INSTAGRAM';
  const IN_STREAM_VIDEO = 'IN_STREAM_VIDEO';
  const LOW_FREQUENCY = 'LOW_FREQUENCY';
  const MEDIUM_FREQUENCY = 'MEDIUM_FREQUENCY';
  const MOBILE_OPTIMIZED_VIDEO = 'MOBILE_OPTIMIZED_VIDEO';
  const PAGE_POST_ENGAGEMENT = 'PAGE_POST_ENGAGEMENT';
  const REACH = 'REACH';
  const TV_COMMERCIAL = 'TV_COMMERCIAL';
  const TV_FACEBOOK = 'TV_FACEBOOK';
  const VIDEO_VIEW_OPTIMIZATION = 'VIDEO_VIEW_OPTIMIZATION';
}
