Facebookads

Latest version: v2.11.4

Safety actively analyzes 638430 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

2.2.1

- You can now optionally specify an access token inside your config.json to make it easier to run tests.
- Object collections are friendlier to native python functions: `print adaccount_object` or `print len(adaccount.get_ad_groups())` will behave as expected and not spit out random strings
- You can also now call .total() on object collections: `print adaccount.get_ad_groups().total()` will output total number of ad groups for that account (not just what's in the array)
- Pagination has been tweaked, pagination can be done with the following code:
`adgroups = account.get_ad_groups(fields=['name'])`


while True:
for adgroup in adgroups:
print adgroup['name']
if not adgroups.load_next_page():
break

- Fixed method calls for endpoints that did not return cursor-friendly responses: get_conversion_stats() or get_stats() (which just return JSON objects).

2.2.0

- Added changes for Custom Audiences
- Added support for Reach Frequency Predictions
- Some code organization

0.2.2

0.2.1

- pip install relying on old README file fixed

0.2.0

- Added ObjectStorySpec and specs module
- Moved integration tests to their own file
- Added ValidatesFields mixin
- Added bootstrap.auth() function to make using REPL easier
- Deprecated remote_create_with_filename
- Deprecated AbstractObject child method
- Renamed _read_update() to _set_data()

0.1.1

- Increase version requirement for required configparser package (Python 3 compatibility fix)
- Misc issue fix requests

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.