text stringlengths 107 15.4M |
|---|
datafield name:
TikTok Produktlink UTM
Parameter (Name | Type of data):
dynamic | text, id | text, url | text
formula:
url+"?utm_source=tt&utm_medium=organic&utm_content="+id+dynamic
|
datafield name:
Kelkoo Produktlink UTM
Parameter (Name | Type of data):
dynamic | text, id | text, url | text
formula:
url+"?utm_source=kelkoo&utm_medium=coop&utm_content="+id+dynamic
|
datafield name:
PriceRunner Produktlink UTM
Parameter (Name | Type of data):
dynamic | text, id | text, url | text
formula:
url+"?utm_source=pricerunner&utm_medium=coop&utm_content="+id+dynamic
|
datafield name:
PSM Filter
Parameter (Name | Type of data):
ava | text, ean | text, link | text
formula:
ean != "" AND link != "" AND ava != "out of stock"
|
datafield name:
filter_feed_40058
Parameter (Name | Type of data):
price | text
formula:
price == "0.00" OR price == ""
|
datafield name:
Bild1 ohne Production
Parameter (Name | Type of data):
img | text
formula:
replace(img,"https://production-eu01-zwilling.demandware.net","https://www.zwilling.com")
|
datafield name:
Bildprüfer
Parameter (Name | Type of data):
img1 | text, img2 | text, img3 | text, img4 | text, img5 | text, img6 | text, img7 | text
formula:
img1 //Zum Testen: 02181-468-0
|
datafield name:
Bild2 ohne Production
Parameter (Name | Type of data):
img | text
formula:
replace(img,"https://production-eu01-zwilling.demandware.net","https://www.zwilling.com")
|
datafield name:
Bild3 ohne Production
Parameter (Name | Type of data):
img | text
formula:
replace(img,"https://production-eu01-zwilling.demandware.net","https://www.zwilling.com")
|
datafield name:
Bild4 ohne Production
Parameter (Name | Type of data):
img | text
formula:
replace(img,"https://production-eu01-zwilling.demandware.net","https://www.zwilling.com")
|
datafield name:
Bild5 ohne Production
Parameter (Name | Type of data):
img | text
formula:
replace(img,"https://production-eu01-zwilling.demandware.net","https://www.zwilling.com")
|
datafield name:
Bild6 ohne Production
Parameter (Name | Type of data):
img | text
formula:
replace(img,"https://production-eu01-zwilling.demandware.net","https://www.zwilling.com")
|
datafield name:
Bild7 ohne Production
Parameter (Name | Type of data):
img | text
formula:
replace(img,"https://production-eu01-zwilling.demandware.net","https://www.zwilling.com")
|
datafield name:
Additional Images (Kommasep.)
Parameter (Name | Type of data):
img2 | text, img3 | text, img4 | text, img5 | text, img6 | text, img7 | text
formula:
if(img2 != "",img2 + ",","") + if(img3 != "",img3 + ",","") + if(img4 != "",img4 + ",","") + if(img5 != "",img5 + ",","") + if(img6 != "",img6 + ",","") + if(img7 != "",img7 + ",","")
|
datafield name:
Sale Price
Parameter (Name | Type of data):
selling | number, strike | number
formula:
if(strike > selling,selling,"") //Zum Testen: 66870-005-0
|
datafield name:
Preis manipuliert (Streichpreis)
Parameter (Name | Type of data):
price | number, sale | number, strike | number
formula:
if(sale == price,strike,price) //Zum Testen: 66870-005-0
|
datafield name:
UVP
Parameter (Name | Type of data):
selling | text, strike | text
formula:
if(strike != "",strike,selling)
|
datafield name:
Size bereinigt
Parameter (Name | Type of data):
size | text
formula:
replace(search_and_cut(size,"_"),"-","")
|
datafield name:
Beschreibung ohne HTML (Long)
Parameter (Name | Type of data):
descr | text
formula:
clean_html(descr)
|
datafield name:
Verfügbarkeit
Parameter (Name | Type of data):
stock | number
formula:
if(stock >= 1,"in stock","out of stock")
|
datafield name:
Material/Substance
Parameter (Name | Type of data):
specs | text
formula:
if(in_string(specs,"<spec_substance>"),search_and_cut(search_and_cut_back_v2(specs,"<spec_substance>"),"</spec_substance>"),"")
|
datafield name:
Stückzahl
Parameter (Name | Type of data):
specs | text
formula:
if(in_string(specs,"<spec_number-of-parts>"),search_and_cut(search_and_cut_back_v2(specs,"<spec_number-of-parts>"),"</spec_number-of-parts>"),"")
|
datafield name:
Versandkosten JP
Parameter (Name | Type of data):
price | number
formula:
if(price >= 11000,"0.00","550.00")
|
datafield name:
Beschreibung ohne HTML (Short)
Parameter (Name | Type of data):
descr | text
formula:
clean_html(descr)
|
datafield name:
Titel (Brand + Serie + DPName)
Parameter (Name | Type of data):
brand | text, farbe | text, name | text, serie | text
formula:
remove_duplicates( if(serie == "Fresh & Save" OR serie == "Enfinigy",brand + " " + serie + " " + name, if(serie != "",brand + " " + serie + " " + name, brand + " " + name)))
|
datafield name:
Farbe bereinigt
Parameter (Name | Type of data):
color | text
formula:
if(color == "no-color","",color)
|
datafield name:
Beschreibung Prüfer
Parameter (Name | Type of data):
long | text, short | text
formula:
if(short == "" AND long == "","MISSING DESCRIPTION","")
|
datafield name:
Beschreibung o. HTML -NEU-
Parameter (Name | Type of data):
long | text, name | text, short | text, sku | text
formula:
if(short != "",short, if(long != "",long, if(long == "" AND short == "",name, "")))
|
datafield name:
Versandkosten JP (Google)
Parameter (Name | Type of data):
price | number
formula:
"JP:::"+ if(price >= 11000,"0.00","550.00") +" JPY" //Nicht benötigt für Dänemark, dient nur als Kopiervorlage - EP/CP 24-03-23
|
datafield name:
Produktlink ohne Production
Parameter (Name | Type of data):
url | text
formula:
replace(url,"https://production-eu01-zwilling.demandware.net","https://www.zwilling.com")
|
datafield name:
Custom_Label_0
Parameter (Name | Type of data):
onsale | text, salep | text, serie | text
formula:
if(salep != "" AND serie != "Fresh & Save" AND serie != "Enfinigy","true","false")
|
datafield name:
Custom_Label_1
Parameter (Name | Type of data):
code | text
formula:
code
|
datafield name:
Custom_Label_2
Parameter (Name | Type of data):
brand | text
formula:
brand
|
datafield name:
AWIN Produktlink UTM
Parameter (Name | Type of data):
id | text, url | text
formula:
url + "?utm_content=" + id
|
datafield name:
Dynamic Productcatalog JA-JP
Parameter (Name | Type of data):
marke | text, serie | text
formula:
if(marke == "ZWILLING" AND serie == "Fresh & Save", "utm_campaign=zw_productcatalog_none_all_cnv_orders_focus_ja_jp", if(marke == "ZWILLING" AND serie == "Enfinigy", "utm_campaign=zw_productcatalog_none_all_cnv_orders_focus_ja_jp", if(marke == "Staub" AND serie == "Enfinigy", "utm_campaign=st_productcatalog_none_all_cnv_orders_focus_ja_jp", if(marke == "Staub" AND serie == "Fresh & Save", "utm_campaign=st_productcatalog_none_all_cnv_orders_focus_ja_jp", if(marke == "ZWILLING" AND serie != "Fresh & Save", "utm_campaign=zw_productcatalog_none_all_cnv_orders_dynamic_ja_jp", if(marke == "ZWILLING" AND serie != "Enfinigy", "utm_campaign=zw_productcatalog_none_all_cnv_orders_dynamic_ja_jp", if(marke == "Staub" AND serie != "Fresh & Save", "utm_campaign=st_productcatalog_none_all_cnv_orders_dynamic_ja_jp", if(marke == "Staub" AND serie != "Enfinigy", "utm_campaign=st_productcatalog_none_all_cnv_orders_dynamic_ja_jp", if(marke == "BALLARINI" AND serie == "Fresh & Save", "utm_campaign=ba_productcatalog_none_all_cnv_orders_focus_ja_jp", if(marke == "BALLARINI" AND serie == "Enfinigy", "utm_campaign=ba_productcatalog_none_all_cnv_orders_focus_ja_jp", if(marke == "Demeyere" AND serie == "Enfinigy", "utm_campaign=de_productcatalog_none_all_cnv_orders_focus_ja_jp", if(marke == "Demeyere" AND serie == "Fresh & Save", "utm_campaign=de_productcatalog_none_all_cnv_orders_focus_ja_jp", if(marke == "BALLARINI" AND serie != "Fresh & Save", "utm_campaign=ba_productcatalog_none_all_cnv_orders_dynamic_ja_jp", if(marke == "BALLARINI" AND serie != "Enfinigy", "utm_campaign=ba_productcatalog_none_all_cnv_orders_dynamic_ja_jp", if(marke == "Demeyere" AND serie != "Fresh & Save", "utm_campaign=de_productcatalog_none_all_cnv_orders_dynamic_ja_jp", if(marke == "Demeyere" AND serie != "Enfinigy", "utm_campaign=de_productcatalog_none_all_cnv_orders_dynamic_ja_jp", if(marke == "MIYABI" AND serie == "Fresh & Save", "utm_campaign=mi_productcatalog_none_all_cnv_orders_focus_ja_jp", if(marke == "MIYABI" AND serie == "Enfinigy", "utm_campaign=mi_productcatalog_none_all_cnv_orders_focus_ja_jp", if(marke == "MIYABI" AND serie != "Fresh & Save", "utm_campaign=mi_productcatalog_none_all_cnv_orders_dynamic_ja_jp", if(marke == "MIYABI" AND serie != "Enfinigy", "utm_campaign=mi_productcatalog_none_all_cnv_orders_dynamic_ja_jp", if(marke == "BSF" AND serie == "Fresh & Save", "utm_campaign=all_productcatalog_none_all_cnv_orders_focus_ja_jp", if(marke == "BSF" AND serie == "Enfinigy", "utm_campaign=all_productcatalog_none_all_cnv_orders_focus_ja_jp", if(marke == "BSF" AND serie != "Fresh & Save", "utm_campaign=all_productcatalog_none_all_cnv_orders_dynamic_ja_jp", if(marke == "BSF" AND serie != "Enfinigy", "utm_campaign=all_productcatalog_none_all_cnv_orders_dynamic_ja_jp", if(marke == "Henckels" AND serie == "Fresh & Save", "utm_campaign=hi_productcatalog_none_all_cnv_orders_focus_ja_jp", if(marke == "Henckels" AND serie == "Enfinigy", "utm_campaign=hi_productcatalog_none_all_cnv_orders_focus_ja_jp", if(marke == "Henckels" AND serie != "Fresh & Save", "utm_campaign=hi_productcatalog_none_all_cnv_orders_dynamic_ja_jp", if(marke == "Henckels" AND serie != "Enfinigy", "utm_campaign=hi_productcatalog_none_all_cnv_orders_dynamic_ja_jp", ""))))))))))))))))))))))))))))
|
datafield name:
FB/Insta Produktlink UTM
Parameter (Name | Type of data):
dynamic | text, id | text, url | text
formula:
url+"?utm_source=fb&utm_medium=organic&utm_content="+id+dynamic
|
datafield name:
Idealo Produktlink UTM
Parameter (Name | Type of data):
dynamic | text, id | text, url | text
formula:
url+"?utm_source=idealo&utm_medium=coop&utm_content="+id+dynamic
|
datafield name:
Pinterest Produktlink UTM
Parameter (Name | Type of data):
dynamic | text, id | text, url | text
formula:
url+"?utm_source=pinterest&utm_medium=organic&utm_content="+id+dynamic
|
datafield name:
S24 Produktlink UTM
Parameter (Name | Type of data):
dynamic | text, id | text, url | text
formula:
url+"?utm_source=shopping24&utm_medium=coop&utm_content="+id+dynamic
|
datafield name:
TikTok Produktlink UTM
Parameter (Name | Type of data):
dynamic | text, id | text, url | text
formula:
url+"?utm_source=tt&utm_medium=organic&utm_content="+id+dynamic
|
datafield name:
Kelkoo Produktlink UTM
Parameter (Name | Type of data):
dynamic | text, id | text, url | text
formula:
url+"?utm_source=kelkoo&utm_medium=coop&utm_content="+id+dynamic
|
datafield name:
PriceRunner Produktlink UTM
Parameter (Name | Type of data):
dynamic | text, id | text, url | text
formula:
url+"?utm_source=pricerunner&utm_medium=coop&utm_content="+id+dynamic
|
datafield name:
PSM Filter
Parameter (Name | Type of data):
ava | text, ean | text, link | text, prodID | text
formula:
ean == "" OR link == "" OR ava == "out of stock" OR in_string(prodID,"SET")
|
datafield name:
VARIO-Tasse
Parameter (Name | Type of data):
VArtArtike1 | text
formula:
if(VArtArtike1 == "MERCH-TASSE-VARIO-SIGNATURE", "true", "false")
|
datafield name:
Tester David
Parameter (Name | Type of data):
name | text, productIG0705content | text, productkeyfact1 | text, productkeyfact2 | text, productkeyfact3 | text, produkt | text, test | text
formula:
productkeyfact1 + " " + productkeyfact2 + " " + productkeyfact3
|
datafield name:
Titel Google Shopping
Parameter (Name | Type of data):
bezeichnung | text, name | text
formula:
len(if(in_string(bezeichnung,name), bezeichnung, bezeichnung + " " + name))
|
datafield name:
Kategorie
Parameter (Name | Type of data):
MasterDim0 | text, MasterDim1 | text, MasterDim2 | text, MasterDim3 | text, MasterDim4 | text
formula:
category( ">", // Separator MasterDim0, // [MASTER] Dim1 MasterDim1, // [MASTER] Dim2 MasterDim2, // [MASTER] Dim3 MasterDim3, // [MASTER] Dim4 MasterDim4 // [MASTER] Dim5 )
|
datafield name:
Gewicht
Parameter (Name | Type of data):
gewicht | number, gewichtpro | text
formula:
//if(gewicht == replace(gewicht," kg",""),true,false) to_text(gewicht * 1000) + " g"
|
datafield name:
filter_feed_39710
Parameter (Name | Type of data):
variant | text
formula:
variant != ""
|
datafield name:
custom_title
Parameter (Name | Type of data):
id | text, t | text, titel | text
formula:
if(is_empty(titel), case_in_string(t,"Gemälde",t+", handgemalt, Original Design by WERNS", case_in_string(id,"37971","Gemälde Cigar Gorilla, handgemalt, Original Design by WERNS", case_in_string(t,"Blue Fishes",t+", handgemalt, Original Design by WERNS", case_in_string(t,"School of Fish",t+", handgemalt, Original Design by WERNS", case_in_string(t,"Chen Lu",t+", handgemalt, Original Design by WERNS", case_in_string(t,"Ying",t+", handgemalt, Original Design by WERNS", case_in_string(t,"Jingjing",t+", handgemalt, Original Design by WERNS", case_in_string(t,"Blue Leo",t+", handgemalt, Original Design by WERNS", t+", Original Design by WERNS")))))))),titel+", Original Design by WERNS")
|
datafield name:
custom_description
Parameter (Name | Type of data):
d | text, t | text, z | text
formula:
clean_html( replace( if(d=="" OR len(d)<30, "WERNS "+t+", "+z+", Kostenloser Versand und Rückversand",d+", Kostenloser Versand und Rückversand"), "",""))
|
datafield name:
custom_unit_pricing_measure
Parameter (Name | Type of data):
id | text
formula:
case_in_string(id,"51532","10.05m", case_in_string(id,"51536","10.05m", case_in_string(id,"51531","10.05m", case_in_string(id,"51537","10.05m", case_in_string(id,"51534","10.05m", case_in_string(id,"51529","10.05m", case_in_string(id,"51533","10.05m", case_in_string(id,"51535","10.05m", case_in_string(id,"51530","10.05m", "")))))))))
|
datafield name:
custom_unit_pricing_base_measure
Parameter (Name | Type of data):
id | text
formula:
case_in_string(id,"51532","1m", case_in_string(id,"51536","1m", case_in_string(id,"51531","1m", case_in_string(id,"51537","1m", case_in_string(id,"51534","1m", case_in_string(id,"51529","1m", case_in_string(id,"51533","1m", case_in_string(id,"51535","1m", case_in_string(id,"51530","1m", "")))))))))
|
datafield name:
custom_product_type
Parameter (Name | Type of data):
id | text, pt | text
formula:
case_in_string(id,"49255","Vasen",pt)
|
datafield name:
custom_product_highlight
Parameter (Name | Type of data):
a | text, b | text, id | text
formula:
case_in_string(id,"37971", b+"Handgemalte Kunst"+b+", "+b+"Pop Art"+b+", "+b+"Acryl auf Leinwand"+b+", "+b+"30 Tage Geld-zurück-Garantie"+b,"")
|
datafield name:
Preis>49CHF
Parameter (Name | Type of data):
p | text
formula:
if(to_number(p,true)>49,"ja","nein")
|
datafield name:
Price_to_Number
Parameter (Name | Type of data):
p | text
formula:
to_number(p,true)
|
datafield name:
custom_URL
Parameter (Name | Type of data):
help | text, url | text
formula:
case_in_string(url,help,replace(url,help,"%2C"),url)
|
datafield name:
custom_add_image_link
Parameter (Name | Type of data):
a1 | text, a2 | text, a3 | text, a4 | text, a5 | text, a6 | text, a7 | text, a8 | text, a9 | text, help | text
formula:
if(is_empty(a1),"", if(is_empty(a2),a1, if(is_empty(a3),a1+help+a2, if(is_empty(a4),a1+help+a2+help+a3, if(is_empty(a5),a1+help+a2+help+a3+help+a4, if(is_empty(a6),a1+help+a2+help+a3+help+a4+help+a5, if(is_empty(a7),a1+help+a2+help+a3+help+a4+help+a5+help+a6, if(is_empty(a8),a1+help+a2+help+a3+help+a4+help+a5+help+a6+help+a7, if(is_empty(a9),a1+help+a2+help+a3+help+a4+help+a5+help+a6+help+a7+help+a8, a1+help+a2+help+a3+help+a4+help+a5+help+a6+help+a7+help+a8+a9)))))))))
|
datafield name:
custom_add-link1
Parameter (Name | Type of data):
a1 | text, help | text
formula:
case_in_string(a1,help,replace(a1,help,"%2C"),a1)
|
datafield name:
custom_add-link2
Parameter (Name | Type of data):
a2 | text, help | text
formula:
case_in_string(a2,help,replace(a2,help,"%2C"),a2)
|
datafield name:
custom_add-link3
Parameter (Name | Type of data):
a3 | text, help | text
formula:
case_in_string(a3,help,replace(a3,help,"%2C"),a3)
|
datafield name:
custom_add-link4
Parameter (Name | Type of data):
a4 | text, help | text
formula:
case_in_string(a4,help,replace(a4,help,"%2C"),a4)
|
datafield name:
custom_add-link5
Parameter (Name | Type of data):
a5 | text, help | text
formula:
case_in_string(a5,help,replace(a5,help,"%2C"),a5)
|
datafield name:
custom_add-link6
Parameter (Name | Type of data):
a6 | text, help | text
formula:
case_in_string(a6,help,replace(a6,help,"%2C"),a6)
|
datafield name:
custom_add-link7
Parameter (Name | Type of data):
a7 | text, help | text
formula:
case_in_string(a7,help,replace(a7,help,"%2C"),a7)
|
datafield name:
custom_add-link8
Parameter (Name | Type of data):
a8 | text, help | text
formula:
case_in_string(a8,help,replace(a8,help,"%2C"),a8)
|
datafield name:
custom_add-link9
Parameter (Name | Type of data):
a9 | text, help | text
formula:
case_in_string(a9,help,replace(a9,help,"%2C"),a9)
|
datafield name:
custom_image_link
Parameter (Name | Type of data):
a1 | text, help | text
formula:
case_in_string(a1,help,replace(a1,help,"%2C"),a1)
|
datafield name:
Preis>49CHF
Parameter (Name | Type of data):
p | number, price | text
formula:
if(p<48,true,false)
|
datafield name:
filter_feed_39715
Parameter (Name | Type of data):
id | text
formula:
case(id, "42176", true, "48264", true, "42173", true, "37971", true, "49988", true, "48226", true, "48227", true, "48225", true, "52826", true, "51148", true, "50708", true, "43022", true, "52847", true, false)
|
datafield name:
image_PD
Parameter (Name | Type of data):
bigimage | text, smallimage | text
formula:
if(bigimage == "", smallimage, bigimage)
|
datafield name:
title_PD
Parameter (Name | Type of data):
brand | text, name | text
formula:
brand + " "+ name
|
datafield name:
description_PD
Parameter (Name | Type of data):
description | text, title | text
formula:
if(description == "", title, description)
|
datafield name:
isOffer_PD
Parameter (Name | Type of data):
is_offer | text
formula:
if(is_offer == "ANGEBOT", "true", is_offer)
|
datafield name:
priceregular_PD
Parameter (Name | Type of data):
retailprice | text, saleprice | text
formula:
if (retailprice == "", saleprice, retailprice)
|
datafield name:
price_PD
Parameter (Name | Type of data):
retailprice | text, saleprice | text
formula:
if(saleprice == "", retailprice, saleprice)
|
datafield name:
issale
Parameter (Name | Type of data):
offer | text
formula:
if(offer == "ANGEBOT", "true", "false")
|
datafield name:
saleprice_PD
Parameter (Name | Type of data):
retailprice | text, saleprice | text
formula:
if(saleprice == "", retailprice, saleprice)
|
datafield name:
discount_percentage
Parameter (Name | Type of data):
retailprice | number, sale_price | number
formula:
if (sale_price == 0, 0,round((1-sale_price / retailprice) *100))
|
datafield name:
Availability
Parameter (Name | Type of data):
availability | text
formula:
in_string(availability,"out of stock")
|
datafield name:
Blacklist_PD_DE
Parameter (Name | Type of data):
brand | text
formula:
lower(brand) == "dior" OR lower(brand) == "chanel" OR lower(brand) == "hermès" OR lower(brand) == "baobab"
|
datafield name:
Main-Filter
Parameter (Name | Type of data):
availability | filter, Blacklist_PD_DE | filter
formula:
availability == false OR Blacklist_PD_DE == false
|
datafield name:
Exclude-from-Display
Parameter (Name | Type of data):
brand | text
formula:
lower(brand) == "dior" OR lower(brand) == "chanel" OR lower(brand) == "hermès" OR lower(brand) == "baobab"
|
datafield name:
Artikel Übersicht
Parameter (Name | Type of data):
Bezeichnung | text, EANUPCCode | text, Material | text, Materialkurztext | text, ProductgroupingBrand | text, ProductgroupingCategory | text, ProductgroupingFamily | text, ProductgroupingGroup | text, ProductgroupingSubGroup | text, ProductgroupingSubSubGroup | text, ProductgroupingSubSubSubGroup | text, ProductgroupingSubSubSubSubGroup | text, UVP | text
formula:
Bezeichnung
|
datafield name:
Differenz zu Idealo Position 1 in Prozent
Parameter (Name | Type of data):
preis1idealo | number, uvp | number
formula:
round(((preis1idealo - uvp)/uvp) * - 100,2)
|
datafield name:
Wettbewerber Idealo
Parameter (Name | Type of data):
IDEALO_DE_POS_10_SHOP | text, IDEALO_DE_POS_1_SHOP | text, IDEALO_DE_POS_2_SHOP | text, IDEALO_DE_POS_3_SHOP | text, IDEALO_DE_POS_4_SHOP | text, IDEALO_DE_POS_5_SHOP | text, IDEALO_DE_POS_6_SHOP | text, IDEALO_DE_POS_7_SHOP | text, IDEALO_DE_POS_8_SHOP | text, IDEALO_DE_POS_9_SHOP | text
formula:
IDEALO_DE_POS_1_SHOP+"|"+ IDEALO_DE_POS_2_SHOP+"|"+ IDEALO_DE_POS_3_SHOP+"|"+ IDEALO_DE_POS_4_SHOP+"|"+ IDEALO_DE_POS_5_SHOP+"|"+ IDEALO_DE_POS_6_SHOP+"|"+ IDEALO_DE_POS_7_SHOP+"|"+ IDEALO_DE_POS_8_SHOP+"|"+ IDEALO_DE_POS_9_SHOP+"|"+ IDEALO_DE_POS_10_SHOP
|
datafield name:
Wettbewerber Google
Parameter (Name | Type of data):
GOOGLESHOPPING_DE_POS_10_SHOP | text, GOOGLESHOPPING_DE_POS_1_SHOP | text, GOOGLESHOPPING_DE_POS_2_SHOP | text, GOOGLESHOPPING_DE_POS_3_SHOP | text, GOOGLESHOPPING_DE_POS_4_SHOP | text, GOOGLESHOPPING_DE_POS_5_SHOP | text, GOOGLESHOPPING_DE_POS_6_SHOP | text, GOOGLESHOPPING_DE_POS_7_SHOP | text, GOOGLESHOPPING_DE_POS_8_SHOP | text, GOOGLESHOPPING_DE_POS_9_SHOP | text
formula:
GOOGLESHOPPING_DE_POS_1_SHOP+"|"+ GOOGLESHOPPING_DE_POS_2_SHOP+"|"+ GOOGLESHOPPING_DE_POS_3_SHOP+"|"+ GOOGLESHOPPING_DE_POS_4_SHOP+"|"+ GOOGLESHOPPING_DE_POS_5_SHOP+"|"+ GOOGLESHOPPING_DE_POS_6_SHOP+"|"+ GOOGLESHOPPING_DE_POS_7_SHOP+"|"+ GOOGLESHOPPING_DE_POS_8_SHOP+"|"+ GOOGLESHOPPING_DE_POS_9_SHOP+"|"+ GOOGLESHOPPING_DE_POS_10_SHOP
|
datafield name:
Wettbewerber eBay
Parameter (Name | Type of data):
EBAY_DE_POS_10_SHOP | text, EBAY_DE_POS_1_SHOP | text, EBAY_DE_POS_2_SHOP | text, EBAY_DE_POS_3_SHOP | text, EBAY_DE_POS_4_SHOP | text, EBAY_DE_POS_5_SHOP | text, EBAY_DE_POS_6_SHOP | text, EBAY_DE_POS_7_SHOP | text, EBAY_DE_POS_8_SHOP | text, EBAY_DE_POS_9_SHOP | text
formula:
EBAY_DE_POS_1_SHOP+"|"+ EBAY_DE_POS_2_SHOP+"|"+ EBAY_DE_POS_3_SHOP+"|"+ EBAY_DE_POS_4_SHOP+"|"+ EBAY_DE_POS_5_SHOP+"|"+ EBAY_DE_POS_6_SHOP+"|"+ EBAY_DE_POS_7_SHOP+"|"+ EBAY_DE_POS_8_SHOP+"|"+ EBAY_DE_POS_9_SHOP+"|"+ EBAY_DE_POS_10_SHOP
|
datafield name:
Hohe Ausreißer Idealo
Parameter (Name | Type of data):
prozent | number, uvp | number
formula:
if(prozent == 100,"", if(prozent > 30,"Hoher Ausreißer",""))
|
datafield name:
Differenz zu Google Shopping Position 1
Parameter (Name | Type of data):
preis1idealo | number, uvp | number
formula:
round(((preis1idealo - uvp)/uvp) * - 100,2)
|
datafield name:
Differenz zu eBay Position 1 in Prozent
Parameter (Name | Type of data):
preis1idealo | number, uvp | number
formula:
round(((preis1idealo - uvp)/uvp) * - 100,2)
|
datafield name:
Hohe Ausreißer Google Shopping
Parameter (Name | Type of data):
prozent | number, uvp | number
formula:
if(prozent == 100,"", if(prozent > 30,"Hoher Ausreißer",""))
|
datafield name:
Hohe Ausreißer eBay
Parameter (Name | Type of data):
prozent | number, uvp | number
formula:
if(prozent == 100,"", if(prozent > 30,"Hoher Ausreißer",""))
|
datafield name:
MPA Filter
Parameter (Name | Type of data):
prozent | number, uvp | number
formula:
prozent > 10
|
datafield name:
MPA Filter Test
Parameter (Name | Type of data):
EAN | text
formula:
EAN != ""
|
datafield name:
GTIN
Parameter (Name | Type of data):
source | text
formula:
valueInMappingTable(source, -1, false, false, false, false, '', '')//randomized number to force recomputation:0.4227284383959158
|
datafield name:
Produktname
Parameter (Name | Type of data):
source | text
formula:
valueInMappingTable(source, -1, false, false, false, false, '', '')//randomized number to force recomputation:0.5626461058685897
|
datafield name:
Artikelmerkmale
Parameter (Name | Type of data):
brand | text, cat | text, farbe | text, material | text, mpn | text
formula:
if(brand != "","Marke:"+brand+"|","")+ if(farbe != "","Farbe:"+farbe+"|","")+ //if(size != "","Größe:"+size+"|","")+ if(material != "","Außenmaterial:"+material+"|","")+ if(cat != "","Produktart:"+cat+"|","")+ //if(art != "","Stil:"+art+"|","")+ if(mpn != "","Herstellernummer:"+mpn+"|","")
|
datafield name:
Salesprice_Ebay
Parameter (Name | Type of data):
Immer_price | number, Sonderpreis | number, WTS_price | number
formula:
if(Sonderpreis>0,Sonderpreis, round(if(Immer_price>0,Immer_price,WTS_price)*1.04,2))
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.