Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bing Ads Integration #5197

Merged
merged 43 commits into from
Aug 28, 2024
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
422e75b
Microsoft Advertising (Bing Ads)
galvana Aug 14, 2024
aaaad5f
Adding Base Bing script placeholder space
Vagoasdf Aug 14, 2024
3fc13c0
Base Bing Script. Using Sanbox credentials.
Vagoasdf Aug 20, 2024
5cdec3c
Adding fixture csv for Bulk Uploading
Vagoasdf Aug 20, 2024
41c9053
Setting up Call Nro 1
Vagoasdf Aug 20, 2024
f0412d7
Updating Call Nro 2, Getting Account Request
Vagoasdf Aug 20, 2024
3d2a009
Updating Call Nro 3: Getting Audiences by ID
Vagoasdf Aug 20, 2024
2723fc3
Building up the CSV
Vagoasdf Aug 20, 2024
9080d63
Creating the CSV and sending the Bulk Upload
Vagoasdf Aug 21, 2024
c215989
Updating SaaSPreparedRequests to send Files
Vagoasdf Aug 21, 2024
8cdaec9
Cleaning Up Bing Script and Playground
Vagoasdf Aug 21, 2024
80874ed
implementing XPath to avoid nesting loops
Vagoasdf Aug 21, 2024
23efb45
preparing Productiond endpoints in config
Vagoasdf Aug 21, 2024
e2c68ca
Managing Common Requests Failures
Vagoasdf Aug 22, 2024
162b8a1
Adding Base Fixtures Data
Vagoasdf Aug 22, 2024
a4a2199
Adding Endpoints for Production
Vagoasdf Aug 22, 2024
7e16d11
Setting up missing mixture data
Vagoasdf Aug 23, 2024
1b070c3
Using Client URI for proper targeting of endpoints
Vagoasdf Aug 23, 2024
e7172fd
Adding required parameter on the delete request
Vagoasdf Aug 23, 2024
5b22de6
Using request override for the test connection
Vagoasdf Aug 23, 2024
a2284f9
Setting up for multiple audiences
Vagoasdf Aug 23, 2024
f6e5cb2
Updating Request Overrides for multiple accounts sucessfully
Vagoasdf Aug 26, 2024
7cdb936
Properly setting up the headers authentication on Bulk Upload
Vagoasdf Aug 26, 2024
c81eece
Setting Correctly the base variables for the Test Connection override…
Vagoasdf Aug 26, 2024
4a1363c
Using live endpoints in microsoft ads config
Vagoasdf Aug 26, 2024
5dcd8cb
running linters and format checkers
Vagoasdf Aug 26, 2024
4e5bc7a
base defusedxm and Element import and funciton mapping
Vagoasdf Aug 26, 2024
a467a61
Adding dev token to the missing config
Vagoasdf Aug 26, 2024
5310cf2
FInalizing update import on the request override
Vagoasdf Aug 26, 2024
511696b
Adding removal of file after being used
Vagoasdf Aug 26, 2024
059b09f
Updating Shared Schemas to comply with Pydantic V2 Upgrade
Vagoasdf Aug 26, 2024
46a536b
Merge branch 'main' into bing-ads
galvana Aug 27, 2024
c095a9e
Running Linters and static tests
Vagoasdf Aug 27, 2024
c1bef90
Adding Types stub so mypy can recognize the defusedXML library
Vagoasdf Aug 27, 2024
b1ee7e3
Merge branch 'main' into bing-ads
galvana Aug 27, 2024
91fb2c4
Merge branch 'main' into bing-ads
galvana Aug 28, 2024
cd6e057
Remove Sandbox References
Vagoasdf Aug 28, 2024
5dc3ace
Removing Sandbox Input on the base user delete
Vagoasdf Aug 28, 2024
57b274d
Setting up a proper Type for files. Adding Arbitrary types
Vagoasdf Aug 28, 2024
b63e025
Removing unnecesary parameters
Vagoasdf Aug 28, 2024
488c78c
Updating Changelog
Vagoasdf Aug 28, 2024
203e887
Uploading Import order on shared schema
Vagoasdf Aug 28, 2024
8f0fe95
Merge branch 'main' into bing-ads
galvana Aug 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into bing-ads
  • Loading branch information
galvana authored Aug 28, 2024
commit 8f0fe95e60a0f4e647ce093dc6cfa941172b8fa7
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@ The types of changes are:
### Added
- Added Gzip Middleware for responses [#5225](https://github.com/ethyca/fides/pull/5225)
- Adding source and submitted_by fields to privacy requests (Fidesplus) [#5206](https://github.com/ethyca/fides/pull/5206)
- Added Action Required / Monitored / Unmonitored tabs to Data Detection & Discovery page [#5236](https://github.com/ethyca/fides/pull/5236)
- Adding erasure support for Microsoft Advertising [#5197](https://github.com/ethyca/fides/pull/5197)

### Changed
You are viewing a condensed version of this merge commit. You can view the full changes here.