-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
✨Source Outbrain Amplify: Add new optional parameter 'conversionsByClickDate' for performance reports #55746
base: master
Are you sure you want to change the base?
✨Source Outbrain Amplify: Add new optional parameter 'conversionsByClickDate' for performance reports #55746
Conversation
@FelixJetschiny is attempting to deploy a commit to the Airbyte Growth Team on Vercel. A member of the Team first needs to authorize it. |
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.
I'll trigger tests to validate your changes @FelixJetschiny
/format-fix
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
What
Addition of a new optional parameter
conversionsByClickDate
for Outbrain Amplify performance reports. Users are now able to define the conversion metrics in the performance reports individually.How
New optional parameter is added. If not defined in connection, value will be
conversionsByClickDate=false
, which is the default behavior as before.Review guide
source.py
-> Consideration of new parameter in report streamsspec.yaml
-> Definition of parameter in connector specificationsUser Impact
Option to choose between conversion metrics defined as "Time of Conversion" (default) and "Time of Click/View"
Can this PR be safely reverted and rolled back?