-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[ADD] ecommerce/google merchant center: new page #13957
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
base: saas-18.3
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,120 @@ | ||||||
====================== | ||||||
Google Merchant Center | ||||||
====================== | ||||||
|
||||||
Google Merchant Center is a specialized tool for ecommerce retailers that helps to manage product | ||||||
data and make products visible to online shoppers across Google's platforms, including | ||||||
Google Search, Google Maps, Google Shopping, and YouTube. It serves as a centralized hub where | ||||||
retailers can upload and maintain details about their products such as images, prices, and | ||||||
descriptions. By leveraging this tool, businesses can enhance their products' visibility as well as | ||||||
enhance their advertising and sales performance. | ||||||
|
||||||
Getting started | ||||||
lman-odoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
=============== | ||||||
|
||||||
To connect your ecommerce with the :abbr:`GMC (Google Merchant Center)` platform, proceed as | ||||||
follows: | ||||||
|
||||||
#. First, go the `Google Merchant Center page <https://business.google.com/us/merchant-center/>`_. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
#. Click to :guilabel:`Get started` button to register your ecommerce shop. | ||||||
lman-odoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
#. Indicate that you sell products online, and enter :guilabel:`Your store's website`. | ||||||
|
||||||
.. image:: google_merchant_center/gmc-first-steps.png | ||||||
:alt: Your store's website screen | ||||||
lman-odoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
#. Click :guilabel:`Continue`, then click :guilabel:`Continue to Merchant Center`. | ||||||
|
||||||
#. Enter your business details by adding the :guilabel:`Business name` and the | ||||||
:guilabel:`Registered country`, then click the :guilabel:`Continue to Merchant Center` button | ||||||
twice. | ||||||
|
||||||
#. Go through the tasks to provide additional business information or click :guilabel:`Do it later` | ||||||
to access the dashboard directly. | ||||||
lman-odoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
Site ownership verification | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Site ownership verification is already explained on the Google Search console doc page (with some relevant links, etc.). However, verification using an HTML tag like you describe here is not explained in much detail (only with a link to the Google help page). Therefore, I suggest the following:
What do you think? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok, will do it like this, no problem |
||||||
--------------------------- | ||||||
|
||||||
In order to use the :abbr:`GMC (Google Merchant Center)` tool, verify your website's ownership | ||||||
first. To do so, go to the :guilabel:`Business info` tab in the left menu, and click | ||||||
:guilabel:`Confirm online store`. | ||||||
|
||||||
There are several verification options: | ||||||
|
||||||
- Via an ecommerce platform | ||||||
- Via HTML tag or file | ||||||
- Via :ref:`Google Tag Manager <analytics/google-tag-manager>` | ||||||
- Via :ref:`Google Analytics <analytics/google-analytics>` | ||||||
|
||||||
If you are not using Google Tag Manager or Google Analytics, the simplest method is adding | ||||||
the HTML tag. | ||||||
lman-odoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
To verify using an HTML tag, follow the instructions: | ||||||
|
||||||
.. image:: google_merchant_center/gmc-add-tag.png | ||||||
:alt: Instructions to add the HTML tag. | ||||||
Comment on lines
+53
to
+56
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Images shouldn't replace text so I'd add the (basic) steps and remove the screenshot. Like we did here for the HTML file upload for GSC: https://www.odoo.com/documentation/master/applications/websites/website/configuration/google_search_console.html#html-file-upload There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hmm the image doesn't replace the text as it is is explained right after that but I can change the screenshot |
||||||
|
||||||
#. Copy the HTML tag to clipboard. | ||||||
|
||||||
#. On the website of your Odoo database, click :guilabel:`Edit` in the upper-right corner, go to | ||||||
lman-odoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
the :guilabel:`Theme` tab, scroll down to the :guilabel:`Advanced` section, then | ||||||
click :guilabel:`<head> and </body>` next to :guilabel:`Code Injection`. | ||||||
Paste the copied tag in the first field (:guilabel:`<head>`), and click :guilabel:`Save`. | ||||||
|
||||||
.. image:: google_merchant_center/gmc-copy-tag.png | ||||||
:alt: Paste tag in head field. | ||||||
lman-odoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
#. Return to :abbr:`GMC (Google Merchant Center)`, click :guilabel:`Verify your online store`, | ||||||
and :guilabel:`Continue`. | ||||||
|
||||||
Linking Odoo to GMC | ||||||
=================== | ||||||
|
||||||
To activate the :abbr:`GMC (Google Merchant Center)` integration in your Odoo database, at least one | ||||||
pricelist has to be enabled for your website. | ||||||
|
||||||
To do so: | ||||||
|
||||||
#. Go to :menuselection:`eCommerce --> Pricelists`, choose an existing pricelist | ||||||
or create a :guilabel:`New` one. On the pricelist form, navigate to the :guilabel:`Ecommerce` | ||||||
tab, and select a website in the :guilabel:`Website` field. | ||||||
|
||||||
.. image:: google_merchant_center/ecommerce-add-pricelist.png | ||||||
:alt: Add pricelist to shop. | ||||||
lman-odoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
#. Next, navigate to :menuselection:`Configuration --> Settings`, scroll to the | ||||||
:guilabel:`SEO - Search Engine Optimization` section. Then tick the | ||||||
:guilabel:`Google Merchant Center Data Source` option, click the :guilabel:`Copy file link` | ||||||
button, and :guilabel:`Save`. | ||||||
lman-odoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
#. Go to the :abbr:`GMC (Google Merchant Center)` platform, navigate to the :guilabel:`Products` | ||||||
tab in the side menu, and click the :guilabel:`Add products` button. | ||||||
lman-odoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
.. image:: google_merchant_center/gmc-add-products.png | ||||||
:alt: Add products on Google Merchant Center. | ||||||
lman-odoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
#. Choose :guilabel:`Add products from a file`, and paste the URL of the copied file. | ||||||
lman-odoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
.. image:: google_merchant_center/gmc-add-products-from-file.png | ||||||
:alt: Add products from file. | ||||||
lman-odoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
.. important:: | ||||||
Make sure to select all the countries where you intend to sell your products. You are not | ||||||
able to proceed without selecting at least one target country. | ||||||
Comment on lines
+102
to
+104
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
|
||||||
.. image:: google_merchant_center/gmc-select-countries.png | ||||||
:alt: Select countries in GMC. | ||||||
|
||||||
#. Click :guilabel:`Continue`. | ||||||
|
||||||
.. tip:: | ||||||
We recommend using the tool alongside other Google services, such as :doc:`Google Search Console | ||||||
<../website/configuration/google_search_console>`, | ||||||
:ref:`Google Analytics <analytics/google-analytics>` or :ref:`Google Tag Manager | ||||||
<analytics/google-tag-manager>` to obtain detailed reports on product listing issues, | ||||||
improve marketing strategies, increase your products' online visibility and enhance | ||||||
lman-odoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
the overall sales performance. | ||||||
|
||||||
.. seealso:: | ||||||
`Google Merchant Center Help <https://support.google.com/merchants/answer/12564959?hl=en>`_ |
Uh oh!
There was an error while loading. Please reload this page.