52 lines
2.1 KiB
PHP
52 lines
2.1 KiB
PHP
<?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 AdRuleHistoryActionValues getInstance()
|
|
*/
|
|
class AdRuleHistoryActionValues extends AbstractEnum {
|
|
|
|
const BUDGET_NOT_REDISTRIBUTED = 'BUDGET_NOT_REDISTRIBUTED';
|
|
const CHANGED_BID = 'CHANGED_BID';
|
|
const CHANGED_BUDGET = 'CHANGED_BUDGET';
|
|
const CONSOLIDATE_ASC_FRAGMENTATION = 'CONSOLIDATE_ASC_FRAGMENTATION';
|
|
const CONSOLIDATE_FRAGMENTATION = 'CONSOLIDATE_FRAGMENTATION';
|
|
const CONVERT_ASC_CP_SINGLE_INSTANCE = 'CONVERT_ASC_CP_SINGLE_INSTANCE';
|
|
const EMAIL = 'EMAIL';
|
|
const ENABLE_ADVANTAGE_CAMPAIGN_BUDGET = 'ENABLE_ADVANTAGE_CAMPAIGN_BUDGET';
|
|
const ENABLE_ADVANTAGE_PLUS_AUDIENCE = 'ENABLE_ADVANTAGE_PLUS_AUDIENCE';
|
|
const ENABLE_ADVANTAGE_PLUS_CREATIVE = 'ENABLE_ADVANTAGE_PLUS_CREATIVE';
|
|
const ENABLE_ADVANTAGE_PLUS_PLACEMENTS = 'ENABLE_ADVANTAGE_PLUS_PLACEMENTS';
|
|
const ENABLE_AUTOFLOW = 'ENABLE_AUTOFLOW';
|
|
const ENABLE_GEN_UNCROP = 'ENABLE_GEN_UNCROP';
|
|
const ENABLE_LANDING_PAGE_VIEWS = 'ENABLE_LANDING_PAGE_VIEWS';
|
|
const ENABLE_MUSIC = 'ENABLE_MUSIC';
|
|
const ENABLE_PRODUCT_SET_BOOSTING = 'ENABLE_PRODUCT_SET_BOOSTING';
|
|
const ENABLE_REELS_PLACEMENTS = 'ENABLE_REELS_PLACEMENTS';
|
|
const ENABLE_SEMANTIC_BASED_AUDIENCE_EXPANSION = 'ENABLE_SEMANTIC_BASED_AUDIENCE_EXPANSION';
|
|
const ENABLE_SHOPS_ADS = 'ENABLE_SHOPS_ADS';
|
|
const ENDPOINT_PINGED = 'ENDPOINT_PINGED';
|
|
const ERROR = 'ERROR';
|
|
const FACEBOOK_NOTIFICATION_SENT = 'FACEBOOK_NOTIFICATION_SENT';
|
|
const MESSAGE_SENT = 'MESSAGE_SENT';
|
|
const NOT_CHANGED = 'NOT_CHANGED';
|
|
const PAUSED = 'PAUSED';
|
|
const UNPAUSED = 'UNPAUSED';
|
|
}
|