Skip to content

Commit

Permalink
Add DSA Support on AdAccount
Browse files Browse the repository at this point in the history
Summary:
[BizSDK][API-Spec] Add DSA Support on AdAccount

Add default_dsa_beneficiary and default_dsa_payor two fields in adaccount.json file.

Reviewed By: scutexasece

Differential Revision: D48134776

fbshipit-source-id: b672146998f4eac5d20ac2e04624c4b41dceafd1
  • Loading branch information
stcheng authored and facebook-github-bot committed Aug 8, 2023
1 parent 7bba445 commit 2ed193d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/facebook_ads/ad_objects/ad_account.rb
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ class AdAccount < AdObject
field :created_time, 'datetime'
field :currency, 'string'
field :custom_audience_info, 'CustomAudienceGroup'
field :default_dsa_beneficiary, 'string'
field :default_dsa_payor, 'string'
field :disable_reason, 'int'
field :end_advertiser, 'string'
field :end_advertiser_name, 'string'
Expand Down
2 changes: 1 addition & 1 deletion lib/facebook_ads/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
# FB:AUTOGEN

module FacebookAds
VERSION = '17.0.1'
VERSION = '17.0.2'
API_VERSION = '17.0'
end

0 comments on commit 2ed193d

Please sign in to comment.