-
Notifications
You must be signed in to change notification settings - Fork 108
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
Add logging for config id #3514
Conversation
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.
Have you verified your change in local demo? You can register event listeners by calling registerEventListener
API.
registerEventListener( |
The function can simply print out propagated event objects and you can check the presence of configId field there.
Thanks for the review! I don't have the config ids passed from the newsletter yet, but I used a hard coded value in |
Because we can now have multiple prompts of the same type we now need to provide the configuration id for publishers so that they can aggregate their logs by specific prompts.
b/336857804