You're using a metafield with the namespace "facebook" and the key "title" to store custom product titles but your feed is showing a different title, this is because in some cases the feed does not automatically pull data from this metafield.
Solution: Create a Custom Metafield Rule #
To ensure that your feed uses the title stored in facebook.title, you need to manually override the default title mapping by creating a custom product- or variant-metafield rule.
Steps to Assign "facebook.title" to the Feed Title #
- Navigate to Flexify Settings page > Catalog Fields > Metafields
- Click "Manage" to edit the metafield-rules
- Assing a new rule by clicking "Add new Metafield"
- Select Product or Variant Metafield as the source.
- Enter the metafield reference: Namespace:
facebook
, Key:title
- Select title as the feed attribute
- Save the settings.
Why This Works #
Custom metafield rules take precedence over all automatic matching rules. Once you’ve added this rule, the feed will always use the title from facebook.title
instead of any default Shopify fields.