• Greetings,

    Wondering how can we send additional data to Facebook, more specifically the product category on the website so we can create more specific sets withing the Facebook Catalog.

    Thanks in advance for the support,
    Toma

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Antonino Scarfì

    (@antoscarface)

    Hi,

    you can customize the parameters for the events using this hook:

    
    add_filter('aepc_event_parameters', function($params, $event) {
    	// $params = the actual parameters collected for the event
    	// $event = the event
    	
    	// Do whatever you want...
    	
    	return $params; // always return something
    }, 10, 2);
    

    Edit it according to your needs.

    Thread Starter tomagrozavescu

    (@tomagrozavescu)

    Greetings Antonio and thanks for the reply. I know you probably have a lot to do.

    I just have a question about the code.

    From what I read it (not a developer), it seems to be about events.

    What I am trying to achieve is to actually have the WordPress Product Category in the Product Catalog Feed/Product Catalog.

    So that I can create Sets based on the categories on the website. For example, when I click to choose Product Categories, only the Google Category appears: https://monosnap.com/file/A1nepeNJ1kzyeyDPBs4n56KHJGwrPi?idx=2&total=1054

    I normally should see Course/Webinars etc. what we have on the website.

    I looked in the product info on Facebook but can’t see anything related to the category on the website.

    Am I missing something?

    Plugin Author Antonino Scarfì

    (@antoscarface)

    Oh, I see! Sorry for the misunderstanding.

    Unfortunately, it’s not possible at the moment to have different Product Categories in the product feed. The product category in the product feed must match the standard categorization from the Google Product Feed standard (https://support.google.com/merchants/answer/6324436?hl=en) and it’s not possible assign different product categories in the same feed at the moment. I’m sorry ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Product Categories in Facebook Catalog’ is closed to new replies.