Skip to content

Latest commit

 

History

History
982 lines (754 loc) · 84.2 KB

Technical Onboarding Guide.md

File metadata and controls

982 lines (754 loc) · 84.2 KB
Bildschirmfoto 2023-08-01 um 14 04 28

Technical Onboarding Guide

To alternatively view this file on Github, kindly visit the URL below.
https://github.com/cabonyi/Technical-onboarding-document/blob/main/Technical%20Onboarding%20Guide.md

Table of Contents


Purpose

The purpose of this document is to assist Kleinanzeigen Advertising Partners during the Technical Onboarding phase and post technical onboarding. It serves as a guide in feed set-up and management.


Getting Started

This guide provides you with a step-by-step guide on how to get started with your technical onboarding process. It includes information on setting up your feed, accessing essential resource reference, and getting acquainted with our Retail Media Advertising platform.


Introduction

Dear Valued Customer,

Congratulations on choosing Kleinanzeigen. We are thrilled to partner with you and assist you in showcasing your products to our extensive network of users. Our commitment to your success starts right here with this comprehensive onboarding guide.

As you embark on this exciting journey with us, we want to make your transition as smooth and efficient as possible. This guide is designed to walk you through the process of importing your product feeds into our Ad Server, so you can get your ads up and running quickly. Here's what you need to know:

  1. XML Feed: In the past, creating an XML feed was a customer responsibility. However, to streamline the process and ensure accuracy, our dedicated Technical Account Manager will now handle the creation of the XML feed for you. Details on how to proceed with this option are provided in the guide.

  2. TSV (Tab-Separated Values) Feed: If you prefer, you can utilize TSV format to import your product feeds. This option offers flexibility and simplicity, and this guide includes step-by-step instructions to get you started.

  3. API Connection (Beta Phase): For those interested in cutting-edge solutions, we are excited to offer an API connection. This option is currently in Beta testing phase, and we invite you to be part of this innovative integration. Please note that as this is a Beta feature, you'll have direct support from our technical team to ensure a seamless experience. Our Customer Success team is always here to support you, and we encourage you to reach out with any questions or concerns. Your success is our success, and we are committed to providing you with the tools, resources, and personalized support you need to thrive on our platform.


XML Data Feed Ad Example

<?xml version="1.0" encoding="UTF-8"?>
<ads xmlns:admarkt="http://admarkt.marktplaats.nl/schemas/1.0">
    <ad>
        <vendorId>42</vendorId>
        <title>Bally 1992 Adams Family</title>
        <description>Best pinball machine ever made</description>
        <categoryId>999</categoryId>
        <url>https://pinball.com/game/bally-adams-family/</url>
        <vanityUrl>https://pinball.com</vanityUrl>
        <price>875000</price>
        <originalPrice>875000</originalPrice>
        <priceType>FIXED_PRICE</priceType>
        <phoneNumber>16123456789</phoneNumber>
        <emailAdvertiser>true</emailAdvertiser>
        <sellerName>Pinball King</sellerName>
        <status>ACTIVE</status>
        <media>
            <image url="https://pinball.com/game/bally-adams-family/1.jpg"/>
        </media>
        <budget>
            <totalBudget>10000</totalBudget>
            <dailyBudget>1000</dailyBudget>
            <autobid>true</autobid>
        </budget>
        <shippingOptions>
            <shippingOption>
                <shippingType>PICKUP</shippingType>
                <location>1097DN</location>
            </shippingOption>
            <shippingOption>
                <shippingType>PICKUP</shippingType>
                <location>1055AB</location>
            </shippingOption>
            <shippingOption>
                <shippingType>SHIP</shippingType>
                <cost>695</cost>
                <time>2d-5d;</time>
            </shippingOption>
            <shippingOption>
                <shippingType>SHIP</shippingType>
                <cost>1195</cost>
                <time>1d-2d</time>
            </shippingOption>
        </shippingOptions>
        <attributes>
            <attribute>
                <attributeName>model</attributeName>
                <attributeValue>Adams Family</attributeValue>
            </attribute>
            <attribute>
                <attributeName>multiball</attributeName>
                <attributeValue>TRUE</attributeValue>
            </attribute>
            <attribute>
                <attributeName>screen size</attributeName>
                <attributeValue>32"</attributeValue>
            </attribute>
            <attribute>
                <attributeName>resolutions</attributeName>
                <attributeValue>1024x768:24dpi</attributeValue>
                <attributeValue>800x600:18dpi</attributeValue>
            </attribute>
        </attributes>
        <gtin>93845278905</gtin>
        <productType>Hobby &amp; Games &gt; Arcade Games &gt; Pinball Machines</productType>
        <googleProductCategory>Electronics &gt; Arcade Equipment &gt; Pinball Machines</googleProductCategory>
        <brand>Bally</brand>
        <condition>refurbished</condition>
        <energyEfficiencyClass>E</energyEfficiencyClass>
        <minEnergyEfficiencyClass>F</minEnergyEfficiencyClass>
        <maxEnergyEfficiencyClass>D</maxEnergyEfficiencyClass>
        <color>black/white/green</color>
        <gender>unisex</gender>
        <ageGroup>adult</ageGroup>
        <itemGroupId>BC23456</itemGroupId>
    </ad>
</ads>

Import Types & Schedule

Feed are imported into our platform 4 times daily in following time points 07:00, 10:00, 14:00, 18:00 (CET)

Feed formats allowed included the following file types namely

Images and Feed Downloads

Images & feeds are downloaded from the following ip addresses. Ensure that all image URLs are accessible by these ip addresses and that there is no rate limit.

5.255.156.110 (Production)

5.255.156.126 (Production)

3.64.37.25 (Production)

18.194.96.182 (Production)

3.72.155.39 (Production)

34.253.123.82 (Production)

34.246.217.218 (Production)

52.214.29.214 (Production)

3.68.139.10 (Sandbox)

3.77.63.23 (Sandbox)

3.77.131.63 (Sandbox)

91.211.74.6 (Sandbox)

To reduce the latency when updating an ad we suggest that the response contains either an ETag and/or Last-Modified header which only changes when the image itself has changed. It should also be possible to check these headers using a HEAD request.

Keep in mind that when feeds are imported, we potentially have to download many images. Make sure your hosting can handle bursts of image downloads.

Feed Fields

A set of required and optional fields defined by a feed for XML file formats are listed below.

XML

Field Description Restrictions Mandatory
vendor Id unique ad identifier max. 64 chars yes
price product price in cents if applicable positive integer yes/no
title product title see title yes
description product description description yes
category id category identifier numeric, positive yes
Url product URL max. 2048 chars yes
vanityUrl displayed URL max. 256 chars yes
price type sales model for product enum yes
status desired status (default ACTIVE) ACTIVE,PAUSED no
Attributes collection of product attributes attributes no
budget budget details budget details no
shippingOptions shipping options shipping & pick-up no
MPN Manufacturer Part Number (MPN) 2-70 chars no
google product category google category for your product string no
product type customer product type max. 750 chars no
brand product brand name max. 70 chars no
GTIN Global Trade Identification Number max. 50 chars no
item group id groups product variants in your max. 50 chars no
condition condition of product enum no
material main product fabrics or materials max. 200 chars no
energy efficiency class energy efficiency class enum no
min energy efficiency class minimal energy efficiency class enum no
max energy efficiency class maximal energy efficiency class enum no
color product colors max. 100 chars no
gender gender product is designed for enum no
age group age group product is intended for enum no
size size information enum no
unit pricing base measure denominator for product unit price string no
unit pricing measure measure and dimension of product string no
original price original price before discount positive integer no
media product images product images no
phone number phone number max. 32 chars no
email advertiser allow emails to the seller true,false no
seller name your company name max. 60 chars no
micro tip tiny product highlight max. 18 chars no

vendor Id

The vendor id field is the unique identifier of the ad. It is there to let us know, for consecutive imports, which ads are the same. This results is allowing us to track and update an existing ad with the same vendor id instead of creating a new ad. vendor id is mandatory and, unique for each ad in the feed.

        <vendorId>15839942</vendorId>

Restrictions: Any non-empty string with a maximum length of 64 characters.


title

Use the title title field to clearly identify the product you are selling. The title is one of the most prominent parts of your ad or free listing. A specific and accurate title will help us show your product to the right customer.

        <title>Goedkope A-merk herenfietsen</title>

Restrictions: Any string, with minimum and maximum length determined by the category, with a maximum cap of 120 characters. See Categories. URLs are not allowed as part of the title.


description

Use the description field to tell customers about the details of the product you are selling.

        <description><![CDATA[
            <p><strong><u>De goedkoopste webshop</u></strong>
                <strong>voor tweedehands fietsen met garantie!
                Gratis en rijklaar thuisbezorgd!</strong>
            </p>
            <p><strong><br></strong>
            </p>
            <ul>
                <li><strong>Laagste prijsgarantie</strong></li>
                <li>Fietsen <strong>100% rijklaar</strong>
                gratis thuisbezorgd</li>
                <li><strong>Ruime voorraad</strong>, voor ieder wat wils</li>
                <li>Snelle <strong>customer service</strong>
                via Whatsapp, bellen en e-mail</li>
                <li>1 <strong>maand garantie</strong></li>
                <li>Aangesloten bij <strong>Webwinkelkeur</strong></li>
            </ul>
            <strong><br></strong>
            <p>Check dus snel onze website en vind de fiets die bij je past!<br>
            </p>
            <strong><br></strong>
            <p>WhatsApp, bel of mail ons voor verdere vragen.
            </p>]]>
        <description/> 

Restrictions: Maximum character limit is 999 chars. URLs are not allowed as part of the description. All HTML elements except for the ones below will be removed:

       <u> <em> <ul> <li> <p> <strong> <br>


category id

Use category id to place your product in the Categories tree.

Each product belongs to one and only one category.

     <categoryId>945</categoryId> 

Restrictions: An integer value from the category list. Must be an id of a leaf category with a non-zero parent id.


status

Use status to change the state of your ad.

Must be one of the following:

Name description
ACTIVE The ad will be active (as long as there is budget for it) and it can be found on the marketplace.
PAUSED The ad will be paused, effectively not found on the marketplace.

The provided (desired) status may differ from the resulting one, depending on the other conditions. For instance, budget may be depleted, or you may have too many active ads already in the category.


Url

Utilize the url to establish a connection to your product page from the advertisement. This represents an external URL, which will be displayed on the ad detail page or search result page.

        <url>https://www.bmw.de</url>

Restrictions: Must be a valid http(s) url.


vanityUrl

Use vanity url to provide the text for the url link

        <vanityUrl>BMW</vanityUrl>

Price type

Use price type to define pricing model for your product.

        <priceType>FIXED_PRICE</priceType>
        <priceType>NOT_APPLICABLE</priceType>

Allowed Values: FIXED_PRICED, NOT_APPLICABLE.
The Value NOT_APPLICABLE is used for products that do not specify price (example in Job category)


price

Use price to tell customers the price of the product you are selling. The meaning of the value depends on the price type. Price should be in cent. In the example below, the price value is 15 EUR.

        <price>1500</price>

Restrictions: The maximum allowed price value is 10000000000 given in cents of the local market currency. (100.000.000,00 EUR / CAD / … )


Images

You can provide multiple images for your product.

All images will be resized if necessary to a size of maximum 1024px height and 1024px width (preserving the aspect ratio) The system will download the images and, if they meet the requirements, store them on our servers in several sizes.

Use <media> tag for grouping your product images. <media> should contain from 0 to N <image> ordered elements, where the exact limit depends on the category in taxonomy. <image> elements must contain a complete URL link pointing to an image on a publicly available web server.

    <media>
    <image url="https://images.pexels.com/photos/62289/62289.jpeg"/>
    <image url="https://images.pexels.com/photos/47547/47547.jpeg"/>
    <media/>

The images will be presented in the provided order. The first image is shown in search results and acts as the main image on the item page.

Allowed image formats: JPEG, JPG, PNG, GIF*, BMP.

*Please note that GIFs are not recommended format as they are only 256 colors or less. Also, animated GIFs and PNGs are not supported.


Attributes

Use attributes field to provide additional information on your product in a structured way.

attributes tag contains collection of product User-Defined Attributes (category-dependent), that can be used to influence the ad relevance.

        <attributes>
            <attribute>
                <attributeName>color</attributeName>
                <attributeLocale>nl</attributeLocale>
                <attributeLabel>Kleur</attributeLabel>
                <attributeValue>Rood</attributeValue>
            </attribute>
            <attribute>
                <attributeName>color</attributeName>
                <attributeLocale>en</attributeLocale>
                <attributeLabel>Color</attributeLabel>
                <attributeValue>Red</attributeValue>
            </attribute>
            <attribute>
                <attributeName>Model</attributeName>
                <attributeValue>Slim</attributeValue>
                <attributeValue>Pro</attributeValue>
            </attribute>
        </attributes>

attributes tag contains collection of product User-Defined Attributes (category-dependent), that can be used to influence the ad relevance.


shipping & pick-up

Provide the information on how your product can be delivered to customers.

You can provide multiple shipping/ pick-up options for each product. Each option can be described with the following information:

Name Description Required
shippingType SHIP, PICKUP Yes
time time it takes to deliver the product No
location pick up location of the product No

SHIP means the item can be delivered to the buyer in the provided time and for the provided cost. For shippingType ‘SHIP’ provide ‘cost’ in cents and ‘time’ in days. ‘location’ is ignored.

PICKUP means the item can be picked up at the provided location For shippingType ‘PICKUP’ provide ‘location’. Both ‘cost’ and ‘time’ are ignored.

        <shippingOptions>
            <shippingOption>
                <shippingType>PICKUP</shippingType>
                <location>1097DN</location>
            </shippingOption>
        </shippingOptions>

Restrictions: Shipping options can be disabled/optional/mandatory for an ad. It is configured per category, see Category Configuration.


MPN

Manufacturer Part Number (MPN), definition follows Google Merchant Center guidelines.

        <mpn>AB12345R89TN6E</mpn>

Restrictions: String identifier max 70 characters long.


google product category

Use this field to describe your product category in Google’s product taxonomy. See Google Merchant Center

        <googleProductCategory>
            Apparel &amp; Accessories &gt; Clothing &gt; Dresses
        </googleProductCategory>
        <:googleProductCategory>2271</googleProductCategory>

Restrictions: Should be a valid category. You can provide it, either with identifier, or giving full category path.


brand

Use the brand field to help customers identify your product. Brand definition follows Google Merchant Center guidelines.

    <brand>iPhone</brand>

Restrictions: Do not exceed 70 characters limit for your text.


product type

The product type field provides an opportunity for you to incorporate your unique product classification system into the dataset. Definition follows Google Merchant Center guidelines.

        <productType>
        Home &gt; Women &gt; Dresses &gt; Maxi Dresses
       </productType>

Restrictions: Do not exceed 70 characters limit for your text.


GTIN

GTIN (Your product’s Global Trade Item Number), definition follows Google Merchant Center guidelines.

    <gtin>44320194113475</gtin>

Restrictions: String identifier max 50 chars.


item group id

Use this field to group product variants in your product data. Item group id definition follows Google Merchant Center guidelines.

    <itemGroupId>BC23456</itemGroupId>

Restrictions: Text max. length 50 characters.


condition

Use this field to inform customers about the condition of your product. Condition definition follows Google Merchant Center guidelines.

    <condition>used</condition>

Accepted values: new, refurbished, used


material

Material field describes the main fabric or material that your product is made of. Material definition follows Google Merchant Center guidelines.

    <material>Cotton/Silk</material>

Restrictions: Use human readable material names. Provide up to 3 materials. Separate materials with a slash (“/”) character when there are multiple. Do not exceed 200 characters limit for your text.


energy efficiency class

Use this field to tell customers how your product rates on a given energy efficiency range. See Google Merchant Center

Allowed values: A+++, A++, A+, A++, B, C, B, E, F, G

min energy efficiency class

Used in combination with max energy efficiency class to describe the product energy efficiency label. Possible values defined in energy efficiency class

    <energyEfficiencyClass>A+</energyEfficiencyClass>

max energy efficiency class

Used in combination with min energy efficiency class to describe the product energy efficiency label. Possible values defined in energy efficiency class

    <minEnergyEfficiencyClass>G</minEnergyEfficiencyClass>

color

Use color field to tell customers about the dominant colors of your product. Color definition follows Google Merchant Center guidelines.

    <color>Black/Grey</color>

Restrictions: Use human readable color names. Provide up to 3 colors. Separate colors with / if more than one. Do not exceed 100 characters limit for your text.


gender

Use gender field to describe the gender your product is designed for. Gender definition follows Google Merchant Center guidelines.

    <gender>unisex</gender>

age group

Use age group field to describe the age group your product is targeted at. Definition follows Google Merchant Center guidelines.

    <ageGroup>adult</ageGroup>

Allowed values: newborn, infant, toddler, kids, adult


size

Use size field to describe standardized size of your product. Size definition follows Google Merchant Center guidelines.

    <unitPricingBaseMeasure>1kg</unitPricingBaseMeasure>

Restrictions: String identifier max 1-100 chars.


unit pricing base measure

The denominator for product unit price. See Google Merchant Center. This field attribute tells the customer how the price of your product translates per unit.

    <unitPricingBaseMeasure>1kg</unitPricingBaseMeasure>

Restrictions: Value should be an integer number with unit.

Supported unit values:

  • Weight: oz, lb, mg, g, kg

  • Volume: floz, pt, qt, gal, ml, cl, l, cbm

  • Length: in, ft, yd, cm, m

  • Area: sqft, sqm

  • Per unit: ct


unit pricing measure

Defines the measure and dimension of the product. That value helps the customers to understand the exact price per unit for your product. Example 125ml, 100g. See Google Merchant Center.

    <unitPricingMeasure>15kg</unitPricingMeasure>

Restrictions: Value should be an integer number with a unit.

Supported unit values:

  • Weight: oz, lb, mg, g, kg

  • Volume: floz, pt, qt, gal, ml, cl, l, cbm

  • Length: in, ft, yd, cm, m

  • Area: sqft, sqm

  • Per unit: ct


Frequently Asked Questions

Below are some common scenarios and questions with their explanations/answers.

How to use TSV format?
We introduced the TSV format in our system, to simplify the integration path. 
Our customers commonly use spreadsheets to store and manipulate the data, 
and “TSV export” is a standard option for the majority of spreadsheet programs.

The three important things to remember for successful integration:

1.There are some column names, that we will look for, and expect to find in your TSV feed.
2.Multiline fields need to be escaped with double quotes, or all the line breaks changed to \n.
3.Some complex fields, like shipping & pick-up or attributes must follow the specified encoding conventions.
What are the newly added fields

Those fields are considered a ‘widely adopted market standard’, required, or recommended for advertising on many other channels:

What happens if my feed file cannot be fetched
When a feed file cannot be fetched, nothing will change on the user’s ads. It’s as if the import didn’t happen.
Since the file represents the desired list of ads to be live, we won’t do anything if we can’t get the file - 
we cannot read a change in the desired situation.
I have updated my feed images, and after the successful import there is no change.
If you’re changing the images without changing the URLs, the changes may not be picked up, in case the rest of the ad is also unchanged.
We suggest adding a bogus parameter to the image URL to force a re-processing of the ad and its images. 
Make sure to not change this for every feed import, but only when you require images to be re-processed.
What happens if my feed file cannot be fetched
If the fetched XML file does not validate against the XSD there will be no changes to your ads.
Existing ads will remain unchanged and no new ads will be created.
What happens when my XML does not validate against XSD
If the fetched XML file does not validate against the XSD there will be no changes to your ads. 
Existing ads will remain unchanged and no new ads will be created.
Do I have to insert a price if I am business model do not support prices
For service providers (for e.g in the Job category), combination of the following tags ``` <price>0</price> ``` 
and ` <priceType>NOT_APPLICABLE</priceType>` can be used to achieve the same purpose.
Do I need to add a Price?
Yes, Price is mandatory. If you are using ‘FIXED_PRICE’ as your priceType then the value must be greater than ‘0’.

For customers importing Jobs or Services using ‘0’  for price is suggested
Do I need to include a budget?
Yes, Price is mandatory. If you are using ‘FIXED_PRICE’ as your priceType then the value must be greater than ‘0’.
For customers importing Jobs or Services using ‘0’  for price is suggested

Sample Budget XML:

  <budget>

     <cpc>50</cpc>

     <dailyBudget>2500</dailyBudget>

     <totalBudget>50000</totalBudget>

   

Based on the above configuration, this Ad will no longer be displayed when the total budget exceeds 50000 Cents (€500)
or the daily budget exceeds 2500 Cents (€25).

The Daily Budget for Ads is reset at midnight, where the Total Budget persits as long as the item is included in the feed.
Daily Budget is an optional field and can be left blank. 
When setting the Daily Budget via the feed, the value must be 10 Cents or greater.


**There is also the ‘Feed Daily' budget which controls the limit for the entire feed. 
This budget is configured by an eBK Admin and must be discussed with the Business Development prior to the feed activation.
What is a vanityUrl? Do we need it?
The vanityUrl is a mandatory field. This field is displayed in the Ad and should be ‘YourCompanyName.com’
How can I display Ads which offer Free shipping?
     <attributes>

            <attribute>

                <attributeName>shipment_cost_visible</attributeName>

                <attributeLabel>Versandkosten anzeigen</attributeLabel>

                <attributeLocale>de_DE</attributeLocale>

                <attributeValue>true</attributeValue>

            </attribute>

            <attribute>

                <attributeName>shipment_cost_desc</attributeName>

                <attributeLabel>Versandkosten</attributeLabel>

                <attributeLocale>de_DE</attributeLocale>

                <attributeValue>Versandkostenfrei</attributeValue>

            </attribute>

        </attributes>
.

Feed Debugging and Validation

All data feeds must be validated before importing to the EBK platform. The command line script below can be used in any terminal to identify errors.

When an error is reached, the script will terminate and output the error to the console.

When the file passes the validation process, the script will output to the console:

‘fileName.xml validates’

Validation Script:

xmllint --nonet --nowarning --noout --encode "UTF-8" --dropdtd --noent fileName.xml --schema Admarkt.xsd

-Replace filename.xml with your XML file name.

Bildschirmfoto 2023-08-01 um 14 04 28

Kleinanzeigen Category Tree

L1 - CATEGORY NAME L2 - SUB CATEGORY CATEGORY ID Attributes
Auto_Rad_Boot
Anhaenger_Nutzfahrzeuge 276 Agrarfahrzeuge, Anhänger, Baumaschinen, Busse, LKW, Sattelzugmaschinen & Auflieger, Stapler, Nutzfahrzeugteile & Zubehör, Weitere Nutzfahrzeuge & Anhänger
Autos 216
Autoteile_Reifen 223 Auto Hifi & Navigation, Ersatz- & Reparaturteile, Reifen & Felgen, Tuning & Styling, Werkzeug, Weitere Autoteile
Boote_Bootszubehoer 211 Motorboote, Segelboote, Kleinboote, Schlauchboote, Jetski, Bootstrailer, Bootsliegeplätze, Bootszubehör, Weitere Boote
Fahrraeder 217
Motorraeder_Roller 305 Mofas & Mopeds, Motorräder, Quads, Motorroller & Scooter
Motorraeder_Roller_Teile 306 Ersatz- & Reparaturteile, Reifen & Felgen, Motorradbekleidung
Reparaturen_Dienstleistungen 280
Wohnwagen_Mobile 220 Alkoven, Integrierter, Kastenwagen, Teilintegrierter, Wohnwagen, Weitere Wohnwagen & -mobile
Sonstiges 241
Eintrittskarten_Tickets
Comedy_Kabarett 254
Kinder 252
Klassik_Kultur 251
Konzerte 255
Sport 257
Bahn_OEPNV 286
Gutscheine 287
Sonstige 256
Familie_Kind_Baby
Altenpflege 236
Baby_Kinderkleidung 22 Hosen & Jeans, Kleider & Röcke, Shirts & Tops, Hemden, Jacken & Mäntel, Pullover & Strickjacken, Wäsche, Sportbekleidung, Bademode, Accessoires, Kleidungspakete, Weitere Baby- & Kinderkleidung
Baby_Kinderschuhe 19 Ballerinas, Halb- & Schnürschuhe, Hausschuhe, Sandalen, Outdoor & Wanderschuhe, Sneaker & Sportschuhe, Stiefel & Stiefeletten, Badeschuhe, Weitere Schuhe
Babyausstattung 258
Babyschalen_Kindersitze 21
Babysitter_Kinderbetreuung 237
Kinderwagen_Buggys 25
Kinderzimmermoebel 20 Betten & Wiegen, Hochstühle & Laufställe, Schränke & Kommoden, Wickeltische & Zubehör, Wippen & Schaukeln, Weitere Kinderzimmermöbel
Spielzeug 23 Action- & Spielfiguren, Babyspielzeug, Barbie & Co, Dreirad & Co, Gesellschaftsspiele, Holzspielzeug, LEGO & Duplo, Lernspielzeug, Playmobil, Puppen, Spielzeugautos, Spielzeug für draußen, Stofftiere, Weiteres Spielzeug
Sonstiges 18
Freizeit_Nachbarschaft
Esoterik_Spirituelles 232
Essen_Trinken 248
Freizeitaktivitaeten 187
Handarbeit_Basteln_Kunsthandwerk 282
Kuenstler_Musiker 191
Kunst 240
Modellbau 249
Reise_Eventservices 233
Sammeln 234 Ansichts- & Postkarten, Autogramme, Bierkrüge & -gläser, Briefmarken, Comics, Flaggen, Münzen, Porzellan, Puppen & Puppenzubehör, Sammelbilder & Sticker, Sammelkartenspiele, Überraschungseier, Werbeartikel, Weiteres Sammeln
Sport_Camping 230 Ballsport, Camping & Outdoor, Fitness, Radsport, Tanzen & Laufen, Wassersport, Wintersport, Weiteres Sport & Camping
Troedel_kistenweise 250
Verloren_Gefunden 189
Sonstiges 242
Haus_Garten
Badezimmer 91
Bueromoebel 93
Dekoration 246 Bilder & Poster, Kerzen & Kerzenhalter, Spiegel, Vasen, Weitere Dekoration
Dienstleistungen_Haus_Garten 239 Bau & Handwerk, Garten- & Landschaftsbau, Haushaltshilfe, Reinigungsservice, Reparaturen, Wohnungsauflösungen, Weitere Dienstleistungen Haus & Garten
Garten_Pflanzen 89 Blumentöpfe, Dekoration, Gartengeräte, Gartenmöbel, Pflanzen, Weiteres Gartenzubehör & Pflanzen
Heimtextilien 90
Heimwerken 84
Kueche_Esszimmer 86 Besteck, Geschirr, Gläser, Kleingeräte, Küchenschränke, Stühle, Tische, Weiteres Küche & Esszimmer
Lampen_Licht 82
Schlafzimmer 81 Betten, Lattenroste, Matratzen, Nachttische, Schränke, Weiteres Schlafzimmer
Wohnzimmer 88 Regale, Schränke & Schrankwände, Sitzmöbel, Sofas & Sitzgarnituren, Tische, TV & Phonomöbel, Weiteres Wohnzimmer
Sonstiges 87
Haustiere
Fische 138 Aquariumfische, Barsche, Diskusfische, Garnelen & Krebse, Koi, Schnecken, Wasserpflanzen, Welse, Weitere Fische
Hunde 134 Mischlinge, Beagle, Bernhardiner, Border Collie, Boxer, Cocker Spaniel, Collie, Dackel, Dalmatiner, Dobermann, Dogge, Golden Retriever, Husky, Jack Russell Terrier, Labrador, Malteser, Pudel, Schäferhunde, Spitz, Terrier, Weitere Hunde
Katzen 136 Britisch Kurzhaar, Hauskatze, Maine Coon, Perser, Siam, Weitere Katzen
Kleintiere 132 Hamster, Hasen & Kaninchen, Mäuse & Ratten, Meerschweinchen, Weitere Kleintiere
Pferde 139 Großpferde, Kleinpferde & Ponys
Reptilien 244 Schlangen, Echsen, Spinnen, Weitere Reptilien
Tierbetreuung_Training 133
Vermisste_Tiere 283 Entlaufen, Gefunden
Vogel 243
Sonstige 131
zubehoer 313 Fische, Hunde, Katzen, Kleintiere, Pferde, Reptilien, Vögel, Weiteres Zubehör Haustiere
Immobilien
Auf_Zeit_WG 199
Ferienwohnung_Ferienhaus 275 Kaufen, Mieten
Garage_Lagerraum 197 Kaufen, Mieten
Gewerbeimmobilien 277 Kaufen, Mieten
Grundstuecke_Garten 207
Haus_kaufen 208
Haus_mieten 205
Umzug_Transport 238
Wohnung_kaufen 196
Wohnung_mieten 203
Sonstiges 198
Jobs
Ausbildung 118
Bau_Handwerk_Produktion 111 Bauhelfer, Dachdecker, Elektriker, Fliesenleger, Maler, Maurer, Produktionshelfer, Schlosser, Tischler, Weitere Berufe
Bueroarbeit_Verwaltung 114 Buchhalter, Bürokauffrau/-mann, Sachbearbeiter/-in, Sekretärin, Weitere Berufe
Gastronomie_Tourismus 110 Barkeeper, Hotelfachfrau/-mann, Kellner/-in, Koch/Köchin, Küchenhilfe, Servicekraft, Zimmermädchen, Weitere Berufe
Heimarbeit_Mini_Nebenjobs 107
Kundenservice_Callcenter 105
Praktika 125
Sozialer_Sektor_Pflege 123 Altenpfleger/-in, Arzthelferin, Erzieher/-in, Krankenschwester/ Krankenpfleger, Physiotherapeut/-in, Weitere Berufe
Transport_Logistik_Verkehr 247 Kraftfahrer, Kurierfahrer, Lagerhelfer, Staplerfahrer, Weitere Berufe
Vertrieb_Einkauf_Verkauf 117 Buchhalter/-in, Immobilienmakler, Kaufmann/-frau, Verkäufer/-in, Weitere Berufe
Sonstige_Berufe 109 Designer/Grafiker, Friseur/-in, Haushaltshilfe, Hausmeister, Reinigungskraft, Weitere Berufe
Mode_Beauty
Accessoires_Schmuck 156 Mützen, Schals & Handschuhe, Schmuck, Sonnenbrillen, Taschen & Rucksäcke, Uhren, Weitere Accessoires & Schmuck
Beauty_Gesundheit 224 Make-Up & Gesichtspflege, Haarpflege, Körperpflege, Hand- & Nagelpflege, Gesundheit, Weiteres Beauty & Gesundheit
Kleidung_Damen 154 Hemden & Blusen, Hosen, Jacken & Mäntel, Pullover, Röcke & Kleider, Shirts & Tops, Umstandsmode, Weitere Damenbekleidung
Kleidung_Herren 160 Hemden, Hosen, Jacken & Mäntel, Pullover, Shirts, Weitere Herrenbekleidung
Schuhe_Damen 159 Ballerinas, Halb- & Schnürschuhe, Hausschuhe, Outdoor & Wanderschuhe, Pumps & High Heels, Sandalen, Sneaker & Sportschuhe, Stiefel & Stiefeletten, Weitere Schuhe
Schuhe_Herren 158 Halb- & Schnürschuhe, Hausschuhe, Sandalen, Sneaker & Sportschuhe, Stiefel & Stiefeletten, Outdoor & Wanderschuhe, Weitere Schuhe
Sonstiges 155
Multimedia_Elektronik
Audio_Hifi 172 CD Player, Lautsprecher & Kopfhörer, MP3 Player, Radio & Receiver, Stereoanlagen, Weiteres Audio & Hifi
Dienstleistungen_EDV 226
Foto 245 Kamera, Objektiv, Zubehör, Kamera & Zubehör, Weiteres Foto
Handy_Telekom 173 Apple, HTC, LG, Motorola, Nokia, Samsung, Siemens, Sony, Faxgeräte, Telefone, Weitere Handys & Telefone
Haushaltsgeraete 176 Haushaltskleingeräte, Herde & Backöfen, Kaffee- & Espressomaschinen, Kühlschränke & Gefriergeräte, Spülmaschinen, Staubsauger, Waschmaschinen & Trockner, Weitere Haushaltsgeräte
Konsolen 279 Pocket Konsolen, PlayStation, Xbox, Wii, Weitere Konsolen
Notebooks 278
PC_Videospiele 227 DS, Nintendo Spiele, PlayStation Spiele, Xbox Spiele, Wii Spiele, PC Spiele, Weitere Videospiele
PC_Zubehoer_Software 225 Drucker & Scanner, Festplatten & Laufwerke, Gehäuse, Grafikkarten, Kabel & Adapter, Mainboards, Monitore, Multimedia, Netzwerk & Modem, Prozessoren / CPUs, Speicher, Software, Tastatur & Maus, Weiteres PC-Zubehör
PCs 228
TV_Video 175 DVD-Player & Recorder, Fernseher, TV-Receiver, Weitere TV & Video
Tablets_reader 285 iPad, Kindle, Samsung Tablets, Weitere Tablets & Reader
Sonstiges 168
Musik_Film_Buecher
Buecher_Zeitschriften 76 Antiquarische Bücher, Kinderbücher, Krimis & Thriller, Kunst & Kultur, Sachbücher, Science Fiction, Unterhaltungsliteratur, Zeitgenössische Literatur & Klassiker, Zeitschriften, Weitere Bücher & Zeitschriften
Buero_Schreibwaren 281
Comics 284
Fachbuecher_Schule_Studium 77
Film_DVD 79
Musik_CDs 78
Musikinstrumente 74
Sonstiges 75
Unterricht_Kurse
Beauty & Gesundheit 269
Computerkurse 260
Esoterik_Spirituelles 265
Kochen_Backen 263
Kunst_Gestaltung 264
Musik_Gesang 262
Nachhilfe 268
Sportkurse 261
Sprachkurse 271
Tanzkurse 267
Weiterbildung 266
Sonstige 270
Zu_verschenken_Tauschen
Tauschen 273
Verleihen 274
Zu_verschenken 192
Dienstleistungen
Altenpflege 288
Auto_Rad_Boot 289
Babysitter_Kinderbetreuung 290
Haus_Garten 291 Bau & Handwerk, Garten- & Landschaftsbau, Haushaltshilfe, Reinigungsservice, Reparaturen, Wohnungsauflösungen, Weitere Dienstleistungen Haus & Garten
Kuenstler_Musiker 292
Multimedia_Elektronik 293
Reise_Event 294
Tierbetreuung_Training 295
Umzug_Transport 296
Sonstige 298