Commerce / Template

Google Merchant Center

Read-only Template-Definition aus dem DataEngine-Commerce-Katalog. Importiert wird immer als tenant-isolierter Managed Draft.

RLS aktiv Host ortho-live

export · google_merchant

commerce_export_google_merchant

Diese Vorlage ist Teil der Tool-Implementierung und wird nicht direkt editiert. Für fachliche Anpassungen wird sie als Managed Definition in den Tenant importiert.

engine Typ
export Runner
google_merchant Kanal
export Rolle

YAML

Template-Inhalt

Source_Config: enhanceEngine
Target_Config: exportEngine
Source_Datapool: commerce_product_v1
Target_Datapool: commerce_feed_google_merchant
Primary_Key: [id]
Datapool_Definition:
  id: TEXT
  title: TEXT
  description: TEXT
  link: TEXT
  image_link: TEXT
  additional_image_link: TEXT
  availability: TEXT
  price: TEXT
  sale_price: TEXT
  brand: TEXT
  gtin: TEXT
  mpn: TEXT
  identifier_exists: TEXT
  condition: TEXT
  google_product_category: TEXT
  product_type: TEXT
  item_group_id: TEXT
  color: TEXT
  size: TEXT
  gender: TEXT
  age_group: TEXT
  shipping_weight: TEXT
  custom_label_0: TEXT
  custom_label_1: TEXT
Mapping:
  id: commerce_product_v1.id
  title: commerce_product_v1.title
  description: commerce_product_v1.description
  link: commerce_product_v1.link
  image_link: commerce_product_v1.image_link
  additional_image_link: commerce_product_v1.additional_image_link
  availability: commerce_product_v1.availability
  price: commerce_product_v1.price
  sale_price: commerce_product_v1.sale_price
  brand: commerce_product_v1.brand
  gtin: commerce_product_v1.gtin
  mpn: commerce_product_v1.mpn
  identifier_exists:
    Source: commerce_product_v1.identifier_exists
    Field_Adapter:
      - trim: " "
      - tolower: true
      - replace: ["true", "yes"]
      - replace: ["false", "no"]
      - replace_empty: "yes"
  condition: commerce_product_v1.condition
  google_product_category: commerce_product_v1.google_product_category
  product_type: commerce_product_v1.product_type
  item_group_id: commerce_product_v1.item_group_id
  color: commerce_product_v1.color
  size: commerce_product_v1.size
  gender: commerce_product_v1.gender
  age_group: commerce_product_v1.age_group
  shipping_weight: commerce_product_v1.shipping_weight
  custom_label_0: commerce_product_v1.custom_label_0
  custom_label_1: commerce_product_v1.custom_label_1
Filters: []
Engine_Mode: full