facebook / facebook-python-business-sdk

Python SDK for Meta Marketing APIs
https://developers.facebook.com/docs/business-sdk
Other
1.28k stars 631 forks source link

backport adaccount transactions #564

Closed alternativshik closed 1 year ago

alternativshik commented 4 years ago

This PR implements AdAccount.get_transactions (fields, params) from this doc https://developers.facebook.com/docs/marketing-api/reference/sdks/python/ad-account/v6.0

This method was removed on v3.0 upgrade process, but still available on API, still present on SDK docs and didn't deprecate.

Mxiim commented 4 years ago

Hi, can you provide a description of what this change does?

alternativshik commented 4 years ago

Hi, can you provide a description of what this change does?

Description added