Skip to content

Commit

Permalink
Override Enum EnumAffectedChannels for All Languages
Browse files Browse the repository at this point in the history
Summary: [BizSDK] Override Enum EnumAffectedChannels for All Languages

Reviewed By: mengxuanzhangz

Differential Revision: D54956307

fbshipit-source-id: 54bdd9067039aa8496966f8d563ad4e4127631ee
  • Loading branch information
stcheng authored and facebook-github-bot committed Mar 15, 2024
1 parent b8f6ae7 commit e765825
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions lib/facebook_ads/ad_objects/product_catalog_diagnostic_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,20 @@ module FacebookAds

class ProductCatalogDiagnosticGroup < AdObject
AFFECTED_CHANNELS = [
"business_inbox_in_messenger",
"b2c_marketplace",
"c2c_marketplace",
"da",
"daily_deals",
"daily_deals_legacy",
"ig_product_tagging",
"marketplace",
"marketplace_ads_deprecated",
"marketplace_shops",
"mini_shops",
"offline_conversions",
"shops",
"test_capability",
"universal_checkout",
"us_marketplace",
"whatsapp",
]

AFFECTED_ENTITY = [
Expand Down

0 comments on commit e765825

Please sign in to comment.