Where to insert Google Merchant Center Account ID code?

Hey,
Looking for some help with Google Merchant ID. I have the code ready to put in but not sure where my home page is to up it.

In Shopify, you can add your Google Merchant ID by following these steps:

  1. Log in to your Shopify admin panel.
  2. Go to “Online Store” and click on “Themes.”
  3. Find the theme you are currently using and click on “Actions,” then select “Edit code.”
  4. In the code editor, locate and open the “theme.liquid” file. This is typically found under the “Layout” section.
  5. Look for the <head> tag in the “theme.liquid” file.
  6. Insert the Google Merchant ID code inside the <head> tag. You can add it as a meta tag, like this: <meta name="google-site-verification" content="XXXXXXXXXXXXXXXXXXXXXXXXX">, replacing “XXXXXXXXXXXXXXXXXXXXXXXXX” with your actual Google Merchant ID.
  7. Save the changes to the “theme.liquid” file.
  8. Go back to your Shopify admin panel and navigate to “Sales Channels” and select “Online Store.”
  9. Click on “Preferences” under the “Online Store” section.
  10. Scroll down to the “Google Analytics” section.
  11. Check if the “Google Analytics account number” field is empty or contains the correct Google Analytics ID. If it is empty, add your Google Analytics ID.

Hi there @D_Dog_21 !

I can see that you’ve already got some good input here from @NomtechSolution , that’s great!

It is correct that you would need to be adding this to your theme.liquid file in your theme’s code, in order for it to be included all across your store.

You would also need to place it within the head tags, as outlined!

We’ve also got these steps outlined here on our help site, and you can also view a video guide here as well!

Would you still be in the process of setting your business up and working towards launch?

Add your HTML meta tag that you copied from Google Merchant Center to the theme.liquid file inside the