Skip to content

Tags: ShakeSpears/facebook-python-ads-sdk

Tags

2.7.1

Toggle 2.7.1's commit message
Incermenting SDK version

Summary: SDK version should start with minoe .1

Test Plan: Unit tests

2.6.2.1

Toggle 2.6.2.1's commit message
Add api version to FacebookAdsApi object so that user-specified versi…

…on can be passed around.

Test Plan: python -m unit & python -m integration

2.6.2.0

Toggle 2.6.2.0's commit message
Add api version to FacebookAdsApi object so that user-specified versi…

…on can be passed around.

Test Plan: python -m unit & python -m integration

2.6.2

Toggle 2.6.2's commit message
Fix api object issue for batch call (issue facebook#180)

Summary: Fix api object issue for batch call (issue facebook#180)

Test Plan:
iamingliu-mbp:python-ads-sdk jiamingliu$ python -m facebookads.test.unit

Ran 32 tests in 0.009s

OK

==================

jiamingliu-mbp:python-ads-sdk jiamingliu$ python -m facebookads.test.integration
Ran 22 tests in 15.911s

FAILED (failures=1, errors=1)

The failure is because new_test_campaign() doesn't provide objective for the campaign. Doesn't seem related to this diff because they fail on master.

2.6.1

Toggle 2.6.1's commit message
Incrementing version for setup changes

Summary: The setup change needs to be tagged and therefore incrementing the version

Test Plan: Unit tests and Integration tests

2.6.0

Toggle 2.6.0's commit message
SDK Autogen

Summary: Committing the Autogen SDK

Test Plan: Unit tests and Integration tests

2.5.1

Toggle 2.5.1's commit message
bumping version

Summary: bumping to next version

Test Plan: Run tests

2.5.0

Toggle 2.5.0's commit message
Updating Insights class to remove fields which are not available thro…

…ugh the API

Summary: Some of the fields are not exposed through the Insights edge any longer. This diff removes those fields from the insights class.

Test Plan:
Integration tests and Unit tests pass
ritu-mbp:python-ads-sdk ritu$ python -m facebookads.test.unit
............................
----------------------------------------------------------------------
Ran 28 tests in 0.013s

OK
ritu-mbp:python-ads-sdk ritu$
ritu-mbp:python-ads-sdk ritu$ python3 -m facebookads.test.unit
............................
----------------------------------------------------------------------
Ran 28 tests in 0.016s

OK
ritu-mbp:python-ads-sdk ritu$ python3 -m facebookads.test.integration
....................
----------------------------------------------------------------------
Ran 20 tests in 52.802s

OK
ritu-mbp:python-ads-sdk ritu$ python -m facebookads.test.integration
....................
----------------------------------------------------------------------
Ran 20 tests in 43.585s

OK

2.4.2

Toggle 2.4.2's commit message
Bump to 2.4.2

Summary:
Bump to 2.4.2
Fixes preset class, fixes api.API_VERSION

Test Plan: none

2.4.1

Toggle 2.4.1's commit message
Bump to 2.4.1

Summary: Bump version to 2.4.1 (includes fix for pypi)

Test Plan: doitlive