Open
Conversation
update report request errors when getting a 429 or a 500 setup.py for integration with requirements.txt
This updates the version of the advertising API to v2. Only `GET` operations have been updated along with the `POST` operations for the snapshotting and reporting endpoints. The remaining `POST`, `PUT`, and `DELETE` operations have _not_ been updated and may fail due to version inconsistencies.
This commit makes sure that the new `campaign_type` parameters are added to the end of the parameters list. This accounts for users that were using positional arguments and not keyword arguments.
Update use of the advertising API to v2
Targeting endpoints
add campaign_type support to missing entities
* Fix wrong params naming * Add api v3 for sb * Update snapshot endpoints * Fix docs * Delete v3 if's * Now requests return api_version * Request response format output * Refactor * Return v3 in json * Fix
* add argo ci workflows
* fix application version reference
* revert response param rename and fix snapshot endpoint
…orts Adding handling of dsp reports endpoints
…location Getting api to return url for dsp report
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added handling of GET request for dsp entities.