41 lines
1.5 KiB
PHP
41 lines
1.5 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 AdsInsightsActionBreakdownsValues getInstance()
|
|
*/
|
|
class AdsInsightsActionBreakdownsValues extends AbstractEnum {
|
|
|
|
const ACTION_CANVAS_COMPONENT_NAME = 'action_canvas_component_name';
|
|
const ACTION_CAROUSEL_CARD_ID = 'action_carousel_card_id';
|
|
const ACTION_CAROUSEL_CARD_NAME = 'action_carousel_card_name';
|
|
const ACTION_DESTINATION = 'action_destination';
|
|
const ACTION_DEVICE = 'action_device';
|
|
const ACTION_REACTION = 'action_reaction';
|
|
const ACTION_TARGET_ID = 'action_target_id';
|
|
const ACTION_TYPE = 'action_type';
|
|
const ACTION_VIDEO_SOUND = 'action_video_sound';
|
|
const ACTION_VIDEO_TYPE = 'action_video_type';
|
|
const CONVERSION_DESTINATION = 'conversion_destination';
|
|
const MATCHED_PERSONA_ID = 'matched_persona_id';
|
|
const MATCHED_PERSONA_NAME = 'matched_persona_name';
|
|
const SIGNAL_SOURCE_BUCKET = 'signal_source_bucket';
|
|
const STANDARD_EVENT_CONTENT_TYPE = 'standard_event_content_type';
|
|
}
|