Facebook ID is missing in Business Manager

#86211
  • Resolved Daria
    Rank Math free

    Hello,

    I have the following error message when i am in the facebook buisness manager.
    A required field is missing: id
    Products without “id” information can’t be uploaded. Please check that this field is included for each product in a separate, labeled column.

    I have added the following snippet with a plugin to my functions php but it is not working.
    /**
    * Filter to change the Rank Math schema data for Product.
    * @param array $entity
    * @return array
    */
    add_filter(‘rank_math/snippet/rich_snippet_product_entity’, function ($entity) {
    $entity[‘@id’] = get_permalink().’#product’;
    return $entity;
    });

    Can you please provide help.

    Thank you

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    Could you please share your URL so we can loo into this from our end.

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Facebook ID is missing in Business Manager’ is closed to new replies.