• Anonymous User

    (@anonymized-5790536)


    It syncs products and works but some required fields, like Brand, have to be added on each individual product with no way easy to bulk edit them.

    • This topic was modified 3 years ago by Anonymous User.
    • This topic was modified 3 years ago by Anonymous User.
Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support B C. a11n

    (@battouly)

    Hi there @cfreek,

    Product field is included in the Google Listings & Ads plugin. See the following screenshot:

    https://snipboard.io/U94nx2.jpg

    Can you please share what you see?

    I recommend https://snipboard.io/ for easily sharing screenshots – please follow the instructions on the page, then paste the URL(s) in your reply.
    You can simply drag the image and drop it to generate a link to share.

    Thanks!

    Thread Starter Anonymous User

    (@anonymized-5790536)

    So, brand has to be entered individually for _every_ product. That still falls under “no (easy) ways to include it” when the exact same thing has to be entered for 100’s of items, with no way to bulk edit it.

    Thread Starter Anonymous User

    (@anonymized-5790536)

    I’ve updated my review.

    Gabriel B. a11n

    (@gabrielgsantana)

    Hi @acook,

    In fact, our extension requires that you add the brand for each product. You’re welcome to post your idea on the extension’s ideas board.

    If you want to add a brand to your products in bulk, you could export your products to a CSV file, edit it, and re-import it. During the export process, make sure you check the Export custom meta option so Google Listings & Ads data are carried along to the CSV.

    You can find more details about the Product CSV Importer and Exporter on this link.

    Thread Starter Anonymous User

    (@anonymized-5790536)

    > our extension requires that you add the brand for each product
    And yet my products do not have a brand in them, and everything was synced with no brand to google.

    > add a brand to your products in bulk, you could export your products to a CSV file, edit it, and re-import it
    3rd time is the charm. “no (easy) ways to include it”

    Plugin Support Adam Heckler

    (@adamkheckler)

    We are tracking the request to bulk edit products here:

    https://github.com/woocommerce/google-listings-and-ads/issues/15

    So it’s on our devs’ radar, but I cannot say for sure if or when they will work on it. If you’d like, you can along at the link above for updates.

    Sorry I can’t be of more help here! ??

    Try this… It’ll mark all your products with your brand.

    function custom_woocommerce_structured_data_product ($data) {
        global $product;
        
    	$data['brand'] = 'Your Brand Name Here';
        return $data;
    }
    add_filter( 'woocommerce_structured_data_product', 'custom_woocommerce_structured_data_product' );
    • This reply was modified 2 years, 11 months ago by cactii10.
    • This reply was modified 2 years, 11 months ago by cactii10.
    Plugin Support B C. a11n

    (@battouly)

    Hey @cfreek,

    You may want to give the snippet provided above a try too!

    I hope that helps!

    @gabrielgsantana
    [You can find more details about the Product CSV Importer and Exporter on this link.]

    This does not provide GLA column name formatting and beleive this doesn’t connect to gla format.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Can’t easily add required information’ is closed to new replies.