Files
krolewskie-miody.pl/wp-content/plugins/official-facebook-pixel/FacebookAds/Object/Values/AdsInsightsActionAttributionWindowsValues.php
2026-04-28 15:13:50 +02:00

45 lines
1.6 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 AdsInsightsActionAttributionWindowsValues getInstance()
*/
class AdsInsightsActionAttributionWindowsValues extends AbstractEnum {
const VALUE_1D_CLICK = '1d_click';
const VALUE_1D_EV = '1d_ev';
const VALUE_1D_VIEW = '1d_view';
const VALUE_28D_CLICK = '28d_click';
const VALUE_28D_VIEW = '28d_view';
const VALUE_28D_VIEW_ALL_CONVERSIONS = '28d_view_all_conversions';
const VALUE_28D_VIEW_FIRST_CONVERSION = '28d_view_first_conversion';
const VALUE_7D_CLICK = '7d_click';
const VALUE_7D_VIEW = '7d_view';
const VALUE_7D_VIEW_ALL_CONVERSIONS = '7d_view_all_conversions';
const VALUE_7D_VIEW_FIRST_CONVERSION = '7d_view_first_conversion';
const DDA = 'dda';
const VALUE_DEFAULT = 'default';
const SKAN_CLICK = 'skan_click';
const SKAN_CLICK_SECOND_POSTBACK = 'skan_click_second_postback';
const SKAN_CLICK_THIRD_POSTBACK = 'skan_click_third_postback';
const SKAN_VIEW = 'skan_view';
const SKAN_VIEW_SECOND_POSTBACK = 'skan_view_second_postback';
const SKAN_VIEW_THIRD_POSTBACK = 'skan_view_third_postback';
}