Skip to content
feedlab Request early access

Channel comparison

Meta vs Microsoft Advertising: feed requirements compared

Meta and Microsoft Advertising both borrowed Google's attribute names, which makes them look interchangeable, but they disagree on almost every conditional field. Microsoft wants the Google product taxonomy and a strict identifier chain; Meta ignores the taxonomy entirely and requires condition on every item instead.

Where the two specifications diverge

The 5 attributes one channel treats differently from the other. Everything else is identical and is listed further down.

Attributes treated differently by Meta and Microsoft Advertising
Attribute Meta Microsoft Advertising What that means
brand Recommended Required in some cases Stricter on Microsoft Advertising.
condition Required Optional Stricter on Meta.
google_product_category Not supported Recommended Only Microsoft Advertising accepts it.
gtin Recommended Required in some cases Stricter on Microsoft Advertising.
mpn Optional Required in some cases Stricter on Microsoft Advertising.

Differences a table cannot show

Requirement levels are the easy part. These are the differences in values, structure and delivery that break a feed copied from one channel to the other.

Microsoft needs the taxonomy Meta ignores

Microsoft accepts Google's product category taxonomy and uses it to place your items. Meta does not read that attribute at all. A store that has only ever fed Meta has usually never mapped a taxonomy value, and that mapping is the largest single piece of work in this direction.

condition is required on Meta and optional on Microsoft

Meta expects condition on every item. Microsoft treats it as optional throughout. The attribute is worth sending to both regardless, but only one of them will stop your feed over it.

Identifier enforcement runs the other way

Meta recommends gtin and treats mpn as optional, so a catalogue of own-brand goods is comfortable there. Microsoft expects the gtin, mpn and brand chain and can reject items outright where Google would only warn. The same catalogue can be healthy on Meta and heavily rejected on Microsoft.

Refresh cadence differs by an order of magnitude

Meta offers hourly scheduled fetches and a Catalog Batch API for individual updates. Microsoft fetches daily with no finer option and no push API to fall back on. If your stock moves within the day, the two channels need genuinely different accuracy expectations rather than one shared schedule.

Delimited formats are not the same file

Meta accepts CSV, TSV and Google Sheets. Microsoft's delimited format is tab separated. A comma-delimited file that Meta reads happily is not a Microsoft feed, and the fix is regenerating rather than renaming.

Reusing one feed for the other channel

What actually has to change, in the order it is worth doing.

  1. Map google_product_category before anything else

    This is the field Meta let you skip. Map it from product type, tags or a metafield, and map it properly: it is what decides which vertical rules apply to your items on Microsoft, and the same values then serve a Google feed unchanged.

  2. Audit identifier coverage across the catalogue

    Count the variants with no structurally valid barcode and no brand and mpn pair. On Meta those items simply performed a little worse. On Microsoft they can be rejected, so you need the number before you launch rather than after.

  3. Regenerate the file as tab-delimited text

    Same columns, different delimiter, and check that a tab cannot appear inside a description after HTML is stripped.

  4. Keep condition mapped even though Microsoft does not require it

    You already have it for Meta. Leaving it in place costs nothing and it is what stops a shopper arriving on a refurbished item expecting a new one.

  5. Give each channel its own schedule

    Meta can take an hourly fetch and benefits from one. Microsoft cannot, so regenerate before its daily fetch and accept the window rather than pretending the two channels behave alike.

Every attribute, side by side

All 16 attributes documented in this knowledge base, as Meta and Microsoft Advertising each treat them.

Full attribute comparison between Meta and Microsoft Advertising
Attribute Meta Microsoft Advertising
availability Required availability Required availability
brand Recommended brand Required in some cases brand
condition Required condition Optional condition
custom_label_0 Optional custom_label_0 Optional custom_label_0
description Required description Required description
google_product_category Not supported Recommended google_product_category
gtin Recommended gtin Required in some cases gtin
id Required id Required id
identifier_exists Not documented here Optional identifier_exists
image_link Required image_link Required image_link
item_group_id Required in some cases item_group_id Required in some cases item_group_id
link Required link Required link
mpn Optional mpn Required in some cases mpn
price Required price Required price
sale_price Optional sale_price Optional sale_price
title Required title Required title

Frequently asked questions

Can I reuse a Meta catalogue feed for Microsoft Advertising?

Partly. The attribute names carry over, but Microsoft wants google_product_category, which Meta ignores, and enforces the identifier chain far more strictly. Expect to add a taxonomy mapping and to look hard at identifier coverage first.

Which channel refreshes a feed more often?

Meta, by a wide margin. It offers hourly scheduled fetches plus a batch API for individual updates, where Microsoft fetches once a day with no push option.

Does Microsoft Advertising require condition?

No, it treats condition as optional. Meta requires it on every item. Sending it to both is still the right call for any store selling anything that is not new.

Is it easier to go from Google to Microsoft than from Meta?

Considerably. A Google feed already carries the taxonomy values and the identifier logic Microsoft expects, so the work is a format change. From Meta, those are both missing.

Both specifications in full

Errors on either channel

Related concepts

Primary sources

Channel specifications change. These are the official documents this page is based on.

Last reviewed View as markdown