Update Experience Event class for Datastream Config Override Feature#397
Merged
addb merged 6 commits intoadobe:feature/datastreamConfigOverridefrom Sep 13, 2023
Merged
Conversation
Downmerge `main` to `dev` after v4.2.0 release
…eamConfigOverride fields.
Codecov Report
@@ Coverage Diff @@
## feature/datastreamConfigOverride #397 +/- ##
====================================================================
+ Coverage 96.77% 96.82% +0.05%
====================================================================
Files 27 27
Lines 1671 1698 +27
====================================================================
+ Hits 1617 1644 +27
Misses 54 54 |
timkimadobe
reviewed
Sep 8, 2023
emdobrin
reviewed
Sep 12, 2023
timkimadobe
approved these changes
Sep 12, 2023
emdobrin
reviewed
Sep 12, 2023
emdobrin
reviewed
Sep 13, 2023
emdobrin
reviewed
Sep 13, 2023
emdobrin
approved these changes
Sep 13, 2023
addb
added a commit
that referenced
this pull request
Oct 24, 2023
* Update Experience Event class for Datastream Config Override Feature (#397) * Modify Experience event class to add datastreamIdOverride and datastreamConfigOverride fields. * Updates based on reviews * format fixes * Review updates * Add more unit test --------- Co-authored-by: Kevin Lind <40409666+kevinlind@users.noreply.github.com> * Update documentation for Datastream Override Feature (#399) * Update documentation for datastream override feature * Added objective c sample and made changes based on reviews * Formatting fixes * Updates based on reviews * Datastream Id Override and Datastream Config Override Implementation (#398) * Implemented Datastream Id override and Datastream config override feature. Refactored processHit function for readability and swift lint warnings. * Added unit tests for the override feature * Add Functional tests * formatting fix * Refactored code based on reviews * Updates based on reviews * More review updates * Test update * Updates based on reviews * Update Codecov configuration * Added upstream integration tests for configOverrides feature (#413) * Added upstream integration tests for configOverrides feature * Updates based on reviews * Assert errors * format fixes * Moved ConfigOverrides test in a separate file. Moved helpers to TestBase and TestHelpers. Refactored some helper code to make it extensible and reusable. * Move edge helpers to a separate extension of TestBase * Updates based on reviews * Updates based on reviews * More updates based on reviews * Skipping tests till Konductor issue PDCL-11131 is fixed --------- Co-authored-by: Kevin Lind <40409666+kevinlind@users.noreply.github.com> Co-authored-by: Emilia Dobrin <33132425+emdobrin@users.noreply.github.com>
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.
Description
Add datastream config override using sendEvent API:
Event Payload:
Changes:
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: