Google Tag Manager
Last updated
Last updated
The Growify PowerPixel is a code snippet that enables us to gather behavioral data about your website visitors. The data feeds into our backend graph, allowing us to track customer journeys from site visit to purchase, along with marketing touchpoints in between.
✅ If you complete this GTM setup, you do not need to do the manual site integration.
Go to and select the website where you want to install the Growify Power Pixel (1)
Click on Add a new tag (2)
Give the tag a clear name, such as "Growify Pixel", to make it easy to identify in the future (3).
Then, navigate to the Tag Configuration section and click on "Choose a tag type to begin setup..." to proceed (4)
5. In the "Choose a tag type" menu, click "Custom HTML" type (5)
Complete the following steps to add the Growify PowerPixel:
Add the PowerPixel to the HTML section of the screen. You can find your code snippet below (6)
Select Support document.write (7)
Set Tag firing priority to "99" (8)
Set Tag firing options to "Once per page" (9)
Click "Choose a trigger to make this tag fire..." to configure Trigger settings and Select All Pages (10)
Click Save to save the tag
Click Submit and Publish to go live (11)
Step 1: Navigate to your store's homepage
Step 2: Open a DevTools
Windows: Ctrl + Shift + I or F12
macOS: ⌘ + ⌥ + I
Refresh the page, then go to the Network Tab. Filter by the keyword 'grpV2' and locate the event
4/ If the event has been located, the status will be updated as soon as the data is indexed (which takes around 10-15 minutes) on the Growify dashboard (10)
Great job! The Power Pixel SDK has been successfully installed and view events are now being collected.
Our generic script to track Conversion events from any checkout page. Please be sure it fires at the tail end of your customer journey -- normally on your 'order confirmation page' or 'thank you page'.
The SDK should be configured to run on your Order Details page. Ensure that Steps 1 and 2 are properly set up. It's recommended that somebody with basic GTM and Javascript knowledge sets up the script to decrease the likelihood of any issues.
You can fire the Purchase event using:
- Native JavaScript Integration
- Custom Tag with GTM Data Layer
Note: If you use the GTM Data Layer, we assume you are familiar with Variables and Triggers.
Example: Firing a Purchase Event (Native JavaScript Integration)
Validation
Products: At least one product must be included in the products array.
Product quantity: This is required and must be an integer value greater than 0. If the value is missing, null, less than or equal to 0, or non-numeric, the conversion event will not be triggered.
Product price: This is required and must be a number value greater than 0. If the value is missing, null, less than or equal to 0, or non-numeric, the conversion event will not be triggered.
Currency
The pixel assumes that all incoming data uses the same currency as the Workspace currency.
Please ensure that currency conversion is handled on your end before firing an event in the same currency as the Workspace.