Skip to content

Tags: project-a/bingads-performance-downloader

Tags

4.0.0

release 4.0.0

- Changed the API so that it works with BingAds v13.
- Added scope to the report requests so that they can query the Bingads server.
- Removed language from the requests.
- Changed version number to 4.0.0 and the required bingads library to 13.0.1.

**required changes**

If used together with mara_app, then add the following lines to `local_setup.py`:

```
patch(bingads_downloader.config.oauth2_customer_id)(lambda: 2435435)
patch(bingads_downloader.config.oauth2_account_id)(lambda: 435435435)
patch(bingads_downloader.config.output_file_version)(lambda: 'v4')
patch(bingads_downloader.config.oauth2_account_array)(lambda: ['43543543','345435'])
```

3.0.0

Release 3.0.0

- Change MARA_XXX variables to functions to delay importing of imports

**required changes**

- If used together with a mara project, Update `mara-app` to `>=2.0.0`

2.3.0


    

2.2.1

Release 2.2.1

Print Authorization Endpoint

2.2.0

Release 2.2.0: Campaign structure in separate file

2.1.0

Improve ordering of output columns (was quite random before)

2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #10 from mara/allow-campaign-data-download

Allow campaign data download

1.2.2

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Typos, upgrade bingads

1.2.1

fixes if file exists check

1.2.0

use v11 reporting