[BD-5773] Fix incorrect in-app message type names in campaign export endpoints#12395
Merged
[BD-5773] Fix incorrect in-app message type names in campaign export endpoints#12395
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes documented in-app message type names for campaign export endpoints so they align with the response examples (and expected API values), improving accuracy for API consumers.
Changes:
- Updates
/campaigns/detailsresponse field description to usetrigger_in_app_messagefor thechannelvalue list. - Updates
/campaigns/data_seriesmessage type list to usetrigger_in_app_messageto match the multivariate response example.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
_docs/_api/endpoints/export/campaigns/get_campaign_details.md |
Adjusts documented channel enum values in the response schema to use trigger_in_app_message. |
_docs/_api/endpoints/export/campaigns/get_campaign_analytics.md |
Updates the “possible message types” list to match the trigger_in_app_message key used in the response example. |
…names in campaign export endpoints Made-with: Cursor
42191f9 to
882cedd
Compare
ArmanG
approved these changes
Mar 3, 2026
bre-fitzgerald
pushed a commit
that referenced
this pull request
Mar 4, 2026
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.
Summary
A user reported that the documented in-app message type names are incorrect in two campaign export API endpoint pages:
Export Campaign Analytics (
/campaigns/data_series): The message types list at the bottom of the page referencedin_app_message, but the multivariate response example directly above it usestrigger_in_app_message. Changedin_app_messagetotrigger_in_app_messageto match the actual API response.Export Campaign Details (
/campaigns/details): Thechannelfield description listedin-app_message(with a hyphen instead of an underscore), which is both inconsistently formatted and incorrect. Changedin-app_messagetotrigger_in_app_message.Test plan
trigger_in_app_message.trigger_in_app_message.Made with Cursor
Fixes #11445