-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add analytics models and integration tests #118
Draft
gilderlane
wants to merge
44
commits into
feature-dev/analytics-models
Choose a base branch
from
feature-add/analytics-models-and-int-tests
base: feature-dev/analytics-models
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Add analytics models and integration tests #118
gilderlane
wants to merge
44
commits into
feature-dev/analytics-models
from
feature-add/analytics-models-and-int-tests
Conversation
This file contains 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
* Update generated client to 0.1.7 * Fix null configs for converion_tag * Linting * Feature fix/conversion tag configs (#83) * Linting * Update test
Calling <entity>.get_all() would return a list of entities and a Bookmark model that returns a new entity_list on each Bookmark.get_next() call which performs API calls only when necessary to fetch a new set, and eventually returns all entities for the parent.
As a result of the `PinterestBaseModel.__init__` getting called without the passed in client from the `Ad` model constructor, the requests failed resulting in an Auth error. This PR should fix the problem.
As integration_tests was a folder too, a PHONY target needed to be added for the makefile target.
* Update conversion tag * Update conversion event * Update pin model
* fix: test board * fix: test board * fix: change media to base64 * fix: typo random (#101) * fix: typo * Fix: typo
* Fix integration test set up * Fix lint error
* Fix bug for following bookmark on list_pins in Board model * Don't pass params if cls present
* Generate docs 0.2.1 * Update doc versioning
… feature-dev/analytics-models
…erting error is raised
…est-Generated-Client
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.
GET ad_accounts/{ad_account_id}/analytics
)GET ad_accounts/{ad_account_id}/targeting_analytics
)GET ad_accounts/{ad_account_id}/ad_groups/analytics
)GET ad_accounts/{ad_account_id}/ad_groups/targeting_analytics
)GET ad_accounts/{ad_account_id}/campaigns/analytics
)GET ad_accounts/{ad_account_id}/campaigns/targeting_analytics
)GET pins/{pin_id}/analytics
)