Skip to content

Commit abc7ae9

Browse files
author
lman-odoo
committed
[ADD] ecommerce/google merchant center: new page
task-4806648
1 parent 85b0a6e commit abc7ae9

File tree

9 files changed

+114
-0
lines changed

9 files changed

+114
-0
lines changed

content/applications/websites/ecommerce.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ products and increase your average cart sizes.
3030
ecommerce/order_handling
3131
ecommerce/customer_accounts
3232
ecommerce/performance
33+
ecommerce/google_merchant_center
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
======================
2+
Google Merchant Center
3+
======================
4+
5+
Google Merchant Center is a specialized tool for eCommerce retailers that helps to manage product
6+
data and make products visible to online shoppers across Google's platforms, including
7+
Google Search, Google Maps, Google Shopping, and YouTube. It serves as a centralized hub where
8+
retailers can upload and maintain details about their products such as images, prices, and
9+
descriptions. By leveraging this tool, businesses can improve their products' visibility as well as
10+
their advertising and sales performance.
11+
12+
Getting started
13+
===============
14+
15+
To connect your eCommerce with the Google Merchant Center platform, proceed as follows:
16+
17+
#. First, go the `Google Merchant Center page <https://business.google.com/us/merchant-center/>`_.
18+
19+
#. Click to :guilabel:`Get started` button to register your ecommerce shop.
20+
21+
#. Indicate that you sell products online, and enter :guilabel:`Your store's website`.
22+
23+
.. image:: google_merchant_center/gmc-first-steps.png
24+
:alt: Your store's website screen
25+
26+
#. Click :guilabel:`Continue` and then the :guilabel:`Continue to Merchant Center` button.
27+
28+
#. Enter all the information on your business by adding the :guilabel:`Business name` and the
29+
:guilabel:`Registered country`, and click the :guilabel:`Continue to Merchant Center` button, and
30+
then :guilabel:`Continue to Merchant Center`.
31+
32+
#. Go through the tasks to add some more details on your business or click :guilabel:`Do it later`
33+
to access the dashboard right away.
34+
35+
Site ownership verification
36+
---------------------------
37+
38+
In order to use Google Merchant Center, you have to verify your website's ownership first. To do so,
39+
go to the :guilabel:`Business info` tab on the left menu and click :guilabel:`Confirm online store`.
40+
41+
There are several options to verify the ownership:
42+
43+
- Via an eCommerce platform;
44+
- Via HTML tag or file;
45+
- Via :ref:`Google Tag Manager <analytics/google-tag-manager>`;
46+
- Via :ref:`Google Analytics <analytics/google-analytics>`.
47+
48+
If you are not using Google Tag Manager or Google Analytics, the easiest way is adding the HTML tag.
49+
50+
Follow the instructions:
51+
52+
.. image:: google_merchant_center/gmc-add-tag.png
53+
:alt: Instructions to add the HTML tag.
54+
55+
#. Copy the HTML tag to clipboard.
56+
57+
#. On the website of your Odoo database, click :guilabel:`Edit` in the upper-right corner, go to
58+
the :guilabel:`Theme` tab, scroll down to the :guilabel:`Advanced` section, then
59+
click :guilabel:`<head> and </body>` next to :guilabel:`Code Injection` to paste the codes.
60+
Paste the copied tag in the first field (:guilabel:`<head>`), click :guilabel:`Save`.
61+
62+
.. image:: google_merchant_center/gmc-copy-tag.png
63+
:alt: Paste tag in head field.
64+
65+
#. Go back to Google Merchant Center and click :guilabel:`Verify your online store` and
66+
:guilabel:`Continue`.
67+
68+
Linking Odoo to GMC
69+
===================
70+
71+
In order to use the function in your database, at least one pricelist has to be enabled for your
72+
website. To do so, go to :menuselection:`eCommerce --> Pricelists`, choose an existing pricelist
73+
or create a :guilabel:`New` one. On the pricelist form, navigate to the :guilabel:`Ecommerce` tab,
74+
and select a website in the :guilabel:`Website` field.
75+
76+
.. image:: google_merchant_center/ecommerce-add-pricelist.png
77+
:alt: Add pricelist to shop.
78+
79+
Next, navigate to :menuselection:`Configuration --> Settings`, scroll to the
80+
:guilabel:`SEO - Search Engine Optimization` section. Then tick the
81+
:guilabel:`Google Merchant Center Data Source` option, click the :guilabel:`Copy file link`
82+
button, and :guilabel:`Save`.
83+
84+
Go to the Google Merchant Center platform, then to the :guilabel:`Products` tab on the side menu,
85+
and click the :guilabel:`Add products` button.
86+
87+
.. image:: google_merchant_center/gmc-add-products.png
88+
:alt: Add products on Google Merchant Center.
89+
90+
Choose :guilabel:`Add products from a file` and enter the link to your file.
91+
92+
.. image:: google_merchant_center/gmc-add-products-from-file.png
93+
:alt: Add products from file.
94+
95+
.. important::
96+
Make sure to select all the countries you want to sell your products in. Otherwise you cannot
97+
proceed.
98+
99+
.. image:: google_merchant_center/gmc-select-countries.png
100+
:alt: Select countries in GMC.
101+
102+
Click :guilabel:`Continue`.
103+
104+
.. tip::
105+
We recommend using the tool alongside other Google services, such as :doc:`Google Search Console
106+
<../../../website/configuration/google_search_console>`,
107+
:ref:`Google Analytics <analytics/google-analytics>` or :ref:`Google Tag Manager
108+
<analytics/google-tag-manager>` to obtain detailed reports on product listing issues,
109+
improve marketing strategies, increase your products' online visibility and enhance
110+
the overall sales performance.
111+
112+
.. seealso::
113+
`Google Merchant Center Help <https://support.google.com/merchants/answer/12564959?hl=en`_
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)