-
Notifications
You must be signed in to change notification settings - Fork 257
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
[LAB-1682] Create presets for each standard audience action destination #2714
base: main
Are you sure you want to change the base?
Conversation
packages/destination-actions/src/destinations/google-enhanced-conversions/index.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From my understanding, the new actions will be visible to all users, regardless of whether they are using the entities flow or not. Given that adding these presets essentially creates new actions with predefined property values, it might lead to confusion among users who don’t need these actions or aren’t familiar with the concept.
Would it be possible to hide these new actions from the UI for all customers to avoid adding unnecessary complexity? Alternatively, perhaps we could include a more detailed explanation of these actions in the docs or setup flow, so users understand their purpose and context better.
This would help streamline the user experience and prevent any potential confusion when these actions appear in the UI.
Just considering the user flow, we've received numerous questions and feedback in the past regarding multiple actions that essentially perform the same function, which has led to confusion.
CC: @smultani
Hi @rvadera12! We're not adding any new You can see the PR which added |
Got it! Thanks for clarifying, I didn't know we had the capability to hide presets if it is an engage flow. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2714 +/- ##
==========================================
+ Coverage 78.46% 78.50% +0.03%
==========================================
Files 1036 1036
Lines 18771 18801 +30
Branches 3561 3576 +15
==========================================
+ Hits 14729 14760 +31
+ Misses 2844 2836 -8
- Partials 1198 1205 +7 ☔ View full report in Codecov by Sentry. |
@drew-thompson @SethNuteTwilio |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've reached internal consensus and you'll be deployed in 2/18. Thank you for your patience.
This PR adds presets (of the
specificEvent
kind) for each of the standard (not full sync) audience action destinations in our catalog. These presets will be used in filtering out actions which are extraneous to event emitter creation, leaving only the ones used for syncing profiles.Testing
Include any additional information about the testing you have completed to
ensure your changes behave as expected. For a speedy review, please check
any of the tasks you completed below during your testing.