Metadaten-Tags

Du kannst optional Metadaten-Tags in deinen Produkt-Feed-Dateien festlegen. Dadurch kann Facebook Kataloge, die diesen Feed verwenden, deiner App zuordnen. Sobald deiner App ein Katalog zugeordnet wurde, ist das Meta-Tag bei nachfolgenden Feed-Uploads in diesen Katalog nicht mehr erforderlich.

Füge die folgenden Elemente als durch Leerzeichen getrennte Kommentare oben in TSV-/CSV-Feeds oder innerhalb eines metadata-Tags in deinen XML-Feeds ein:

  • ref_application_id – Deine Facebook-App-ID
  • ref_asset_id – ID, mit der dieser Feed in deinem System eindeutig identifiziert wird

Feed-Formate

Feed-Format Beschreibung

CSV

CSV-Feed-Beispieldatei mit Referenzinformationen im Metadaten-Tag.

Download (Rechtsklick > Link speichern als)

TSV

TSV-Feed-Beispieldatei mit Referenzinformationen im Metadaten-Tag.

Download (Rechtsklick > Link speichern als)

RSS XML

RSS-XML-Feed-Beispieldatei mit Referenzinformationen im Metadaten-Tag.

Download (Rechtsklick > Link speichern als)

ATOM XML

Atom-XML-Feed-Beispieldatei mit Referenzinformationen im Metadaten-Tag.

Download (Rechtsklick > Link speichern als)

Beispiel – TSV-Feed-Format

# ref_application_id <YOUR_APP_ID>
# ref_asset_id <YOUR_ASSET_ID>
id  title  ios_url  ios_app_store_id  ios_app_name  android_url  android_package  android_app_name  windows_phone_url  windows_phone_app_id  windows_phone_app_name  description  google_product_category  product_type  link  image_link  condition  availability  price  sale_price  sale_price_effective_date  gtin  brand  mpn  item_group_id  gender  age_group  color  size  shipping  custom_label_0
DB_1  Dog Bowl In Blue  example-ios://electronic/db_1  123  Electronic Example iOS  example-android://electronic/db_1  com.electronic.example  Electronic Example Android  example-windows://electronic/db_1  64ec0d1b-5b3b-4c77-a86b-5e12d465edc0  Electronic Example Windows  Solid plastic Dog Bowl in marine blue color  Animals > Pet Supplies  Bowls & Dining > Food & Water Bowls  http://www.example.com/bowls/db-1.html  https://www.facebook.com/images/product_image_template.png?id=1  new  in stock  9.99 GBP        Example    DB_GROUP_1          UK::Standard:9.95 GBP  "Made in Waterford, IE"
...

Beispiel – RSS-XML-Feed-Format

...
<?xml version="1.0"?>
<rss xmlns:g="http://base.google.com/ns/1.0" version="2.0">
  <channel>
    <metadata>
      <ref_application_id><YOUR_APP_ID></ref_application_id>
      <ref_asset_id><YOUR_ASSET_ID></ref_asset_id>
    </metadata>
  </channel>
</rss>
...

Beispiel – ATOM-XML-Feed-Format

...
<?xml version="1.0"?>
<rss xmlns:g="http://base.google.com/ns/1.0" version="2.0">
  <feed>
    <metadata>
      <ref_application_id><YOUR_APP_ID></ref_application_id>
      <ref_asset_id><YOUR_ASSET_ID></ref_asset_id>
    </metadata>
  </feed>
</rss>
...