adding assisted metrics, roas breakdown and conversion rate view rm apis#27
Open
Emerson-Hoffmann wants to merge 10 commits into
Open
adding assisted metrics, roas breakdown and conversion rate view rm apis#27Emerson-Hoffmann wants to merge 10 commits into
Emerson-Hoffmann wants to merge 10 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the export/report example docs to include newly introduced assisted sales metrics, ROAS breakdown (click/view), and a views-based conversion rate across relevant endpoints.
Changes:
- Adds
conversion_rate_viewto example JSON responses and metrics field tables. - Adds ROAS breakdown and assisted metrics fields (
click_roas,view_roas,assisted_*,overall_roas) to applicable example responses and field tables. - Updates
order_bydocumentation to includeconversion_rate_viewwhere supported.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| examples/EXPORT_PUBLISHER_DATA.md | Documents new conversion/ROAS/assisted metrics for publisher export and adds sorting option for conversion_rate_view. |
| examples/EXPORT_NETWORK_PUBLISHERS_DATA.md | Adds conversion_rate_view to network publishers export docs and sorting options. |
| examples/EXPORT_CAMPAIGN_DATA.md | Adds conversion_rate_view and ROAS/assisted metrics to campaign detail response docs. |
| examples/EXPORT_CAMPAIGNS_LIST_DATA.md | Adds conversion_rate_view and ROAS/assisted metrics to campaign list export docs. |
| examples/EXPORT_ADVERTISER_DATA.md | Adds conversion_rate_view and ROAS/assisted metrics to advertiser export docs. |
| examples/EXPORT_ADVERTISER_CAMPAIGNS_DETAILED_DATA.md | Adds conversion_rate_view to advertiser campaigns detailed export docs and sorting options. |
| examples/EXPORT_ADVERTISER_ADS_DETAILED_DATA.md | Adds conversion_rate_view to advertiser ads detailed export docs and sorting options. |
| examples/EXPORT_ADS_DATA.md | Adds conversion_rate_view and ROAS/assisted metrics to ads export docs and sorting options. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 8 out of 8 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Adding assisted metrics and conversion rate view
This PR adds the new assisted sales metrics and conversion rate per view.
Updating the responses and descriptions of the data export endpoints.