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 bec04ac commit 3d68190
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions facebook_business/adobjects/adset.py
Expand Up @@ -197,9 +197,21 @@ class DestinationType:
app = 'APP'
applinks_automatic = 'APPLINKS_AUTOMATIC'
facebook = 'FACEBOOK'
instagram_direct = 'INSTAGRAM_DIRECT'
messaging_instagram_direct_messenger = 'MESSAGING_INSTAGRAM_DIRECT_MESSENGER'
messaging_instagram_direct_messenger_whatsapp = 'MESSAGING_INSTAGRAM_DIRECT_MESSENGER_WHATSAPP'
messaging_instagram_direct_whatsapp = 'MESSAGING_INSTAGRAM_DIRECT_WHATSAPP'
messaging_messenger_whatsapp = 'MESSAGING_MESSENGER_WHATSAPP'
messenger = 'MESSENGER'
on_ad = 'ON_AD'
on_event = 'ON_EVENT'
on_page = 'ON_PAGE'
on_post = 'ON_POST'
on_video = 'ON_VIDEO'
shop_automatic = 'SHOP_AUTOMATIC'
undefined = 'UNDEFINED'
website = 'WEBSITE'
whatsapp = 'WHATSAPP'

class ExecutionOptions:
include_recommendations = 'include_recommendations'
Expand Down

0 comments on commit 3d68190

Please sign in to comment.