facebook / facebook-php-business-sdk

PHP SDK for Meta Marketing API
https://developers.facebook.com/docs/business-sdk
Other
827 stars 514 forks source link

Where is the TWO_SECOND_CONTINUOUS_VIDEO_VIEWS option? #608

Open saliTVL opened 1 month ago

saliTVL commented 1 month ago

I was trying to implement the TWO_SECOND_CONTINUOUS_VIDEO_VIEWS option on code, but I could not find it on AdSetOptimizationGoalValues.php. Should it be updated in AdSetOptimizationGoalValues.php or in an other document?

I have searchd in the whole project and could not find the TWO_SECOND_CONTINUOUS_VIDEO_VIEWS option, help!

Screenshot from 2024-08-06 13-33-14

truongd3 commented 4 weeks ago

Hi @saliTVL , I can't find the exact TWO_SECOND_CONTINUOUS_VIDEO_VIEWS but found const VIDEO_VIEWS_2S_UPPER = 'video_views_2s_upper' in file src/FacebookAds/Object/Fields/ReachFrequencyCurveUpperConfidenceRangeFields.php. Hope this helps!