This Chrome extension is designed to monitor and inspect network requests related to Google’s ads Enhanced Conversions. It listens for requets going to Google e.g. "googleadservices.com/pagead/conversion/" or "google.com/pagead/1p-conversion/".
When a relevant network request is detected, the extension allows you to view the payload and inspect the query string parameters. It specifically looks for the "em" parameter, which contains a hashed string starting with "tv.1~em". -
This parameter indicates that the enhanced conversions tag is successfully capturing and hashing the enhanced_conversion_data object.
You can use this extension to verify that enhanced conversion tracking is functioning correctly on your site, ensuring that customer data is being accurately hashed and securely transmitted.
Additionally, it serves as a monitoring tool to understand which websites are sharing your information with Google.
Learn more about setting up and validating Enhanced Conversions
-
Download the extension from this Gibhub Repo
-
Navigate to 'chrome://extensions/' in Google Chrome.
-
Enable "Developer mode" using the toggle switch in the top-right corner.
-
Click "Load unpacked" and select your extension's folder.
-
Enable on the Extensions page.
-
Navigate to a website where enhanced conversion is enabled.