-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support for review events #32
Comments
@StevenJRowe123 @jcottriel-sdi — I reviewed the BV docs. In summary, next step is to have a call with a BV solution architect. It would be best to bring a draft spec of e.g. a BackgroundBV has invested heavily into building out its own reporting functionality, and strongly encourages customers to use it. BV as a company doesn't seem to care much if a customer's business users want to see BV reporting in GA4. Option 1: Use BV's one-size-fits-all solution (i.e. no customization)BV offers its own tracking tag, but also pushes its own GTM
(Note that the code sample provided wouldn't work — it doesn't wrap any of the string values in quotes, although it does wrap the This support page tells us to set up a Custom Event trigger to fire whenever a custom event matching the string The implication is that you cannot bring your own spec—BV likely doesn't want to devote resources to supporting clients' bespoke requirements. However, if the information provided in these events is sufficient to satisfy Kenvue business requirements, then we needn't look any further. Option 2: Limited customization (possibly)The only mention of customization seems to be at the very bottom of this docs page for its GA (Universal) integration. In order to use it, the GA integration has to be enabled, and a function name must be registered somewhere in the BV console. In theory, site developers could add callbacks to pages with BV components on them to send data layer events that conform to a spec that conforms to Kenvue requirements, as long as they could be met by whatever data is passed in via a series of pre-configured parameters. |
We don't currently have events spec'd out for reviews — we're anticipating that Bazaarvoice will be the vendor selected to provide ratings & reviews functionality.
Bazaarvoice docs aren't super clear about how to send R&R events to
dataLayer
, but here are some trailheads we need to explore before we can add events to the spec:Tasks
The text was updated successfully, but these errors were encountered: