Skip to content

Commit

Permalink
Update Supported Destination Types
Browse files Browse the repository at this point in the history
Summary: [BizSDK] Update Supported Destination Types

Reviewed By: mengxuanzhangz

Differential Revision: D54613743

fbshipit-source-id: 45a3e4bb007aa64944a823d6d19310d8f011b5fb
  • Loading branch information
stcheng authored and facebook-github-bot committed Mar 7, 2024
1 parent ea9ddea commit 67c3ba5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/FacebookAds/Object/Values/AdSetDestinationTypeValues.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,19 @@ class AdSetDestinationTypeValues extends AbstractEnum {
const APP = 'APP';
const APPLINKS_AUTOMATIC = 'APPLINKS_AUTOMATIC';
const FACEBOOK = 'FACEBOOK';
const INSTAGRAM_DIRECT = 'INSTAGRAM_DIRECT';
const MESSAGING_INSTAGRAM_DIRECT_MESSENGER = 'MESSAGING_INSTAGRAM_DIRECT_MESSENGER';
const MESSAGING_INSTAGRAM_DIRECT_MESSENGER_WHATSAPP = 'MESSAGING_INSTAGRAM_DIRECT_MESSENGER_WHATSAPP';
const MESSAGING_INSTAGRAM_DIRECT_WHATSAPP = 'MESSAGING_INSTAGRAM_DIRECT_WHATSAPP';
const MESSAGING_MESSENGER_WHATSAPP = 'MESSAGING_MESSENGER_WHATSAPP';
const MESSENGER = 'MESSENGER';
const ON_AD = 'ON_AD';
const ON_EVENT = 'ON_EVENT';
const ON_PAGE = 'ON_PAGE';
const ON_POST = 'ON_POST';
const ON_VIDEO = 'ON_VIDEO';
const SHOP_AUTOMATIC = 'SHOP_AUTOMATIC';
const UNDEFINED = 'UNDEFINED';
const WEBSITE = 'WEBSITE';
const WHATSAPP = 'WHATSAPP';
}

0 comments on commit 67c3ba5

Please sign in to comment.