Serviço de upload em massa para concessionárias de graça para automóveis no GVANGA.
Você pode nos fornecer um arquivo XML que contém as ofertas atuais dos seus veículos anunciados e eles serão importados para o GVANGA e atualizados diariamente. E tem mais! Nós acrescentamos especificações de fábrica para cada um dos carros anunciados gratuitamente.
Para começar a usar nosso serviço de listas, por favor entre com sua conta de usuário no GVANGA e envie um link com o seu arquivo XML na área Minha Conta.
Passo 1: Crie um arquivo (feed) XML - um arquivo de dados estruturados em seu site. O formato suportado é especificado abaixo.
Passo 2: Registre-se no Gvanga.com. Para carregar o feed XML, você precisa ser um usuário registrado do nosso site. Por favor, note que o serviço de importação de XML só está disponível para empresas.
Passo 3: Envie um URL do feed XML. Você pode preencher o formulário abaixo ou enviar um link em "Minha conta" na opção "Feeds XML".
Depois que você adicionar o seu feed XML, ele será verificado por nossos moderadores.
Quando aprovados, os dados de seu feed XML serão automaticamente carregados e atualizados em nosso site uma vez por dia. Na página "Minha conta" sob a aba "Anúncios de Feed XML", você pode gerenciar os anúncios importados.
Requisitos de Feed
Por favor, note que todos os anúncios carregados a partir de seu arquivo XML devem cumprir com nossas Políticas de Postagem. Evite duplicar suas informações de contato ou links para outros sites em seus anúncios (description
Relevância – o feed deve conter dados relevantes do seu anúncio.
Editar anúncios previamente importados através do arquivo XML deve ser feita atualizando os dados já existentes.
Requisitos técnicos para feeds
| Character | Code |
| " | " |
| & | & |
| > | > |
| < | < |
| ' | ' |
Formato do feed XML
Each XML document should begin with an XML declaration:
<?xml version="1.0" encoding="utf-8"?>
XML file must contain the root element 'catalog' with the feed creation date:
<catalog generated="YYYY-MM-DD HH:mm+02:00">...</catalog>
Each ad is formed by the element 'offer', for which you need to define a unique ID in the file.
Required Fields
| Element Name | Description |
| <id> | a unique ID for a particular ad |
| <make> | Car Make |
| <model> | Car Model |
| <year> | Car's model year (the date format: YYYY) |
| <bodyType> | Fixed text string. Select a car body type from the list: 'Sedan' |
| <color> | Choose a colour from the list: 'Black' |
| <doors> | Number of doors (an integer > 0) |
| <steeringWheel> | Steering wheel arrangement ('LHD', 'RHD') |
| <gearBox> | Type of Car Transmission ('CVT', 'AT', 'MT') |
| <engineCapacity> | Engine capacity (an integer and fractional part with one decimal digit, e.g., 1.6). You can define the unit of capacity by the attribute 'unit': 'l' or 'cm3'. The default is liters. |
| <horsePower> | Horse power (an integer > 0, without spaces) |
| <driveTrain> | Drive train ('Rear WD', 'Front WD', '4WD') |
| <engineType> | Engine type ('Diesel', 'Gasoline', 'Hybrid') |
| <title> | Ad title |
| <description> | Ad description (Free text string) |
| <condition> | Car's condition. Fixed text string. Choose the condition from the list: 'new' |
| <price> | Selling price (an integer > 0, without spaces) |
| <currency> | Currency: an alphabetic currency code from the ISO 4217 code list |
| <seller> | Parent element for the contact details of the agent: <seller> Required field is marked below with an asterisk. |
| <companyName> | Company name |
| <name> | Contact name |
| <phone> | Phone number |
| <email>* | E-mail address |
| <type> | Seller type ('Owner', 'Dealer', 'Company'). The default is 'Dealer'. |
| <location> | Parent element used to describe the car location: <location> Required field is marked below with an asterisk. |
| <country>* | The name of the country |
| <region> | The name of the region, district, state |
| <city>* | The name of the city |
| <address> | Address where the car is located |
Additional Fields
It is recommended to include more elements in each offer for a better conversion and ranking in our search results.
| Element Name | Description |
| <url> | A single URL for each ad |
| <imageUrl> | URL to a photo of the car (tag single element should be added for each image, up to 4 tags can be added for each car). |
| <updateDate> | Date last update of the ad (the date format: YYYY-MM-DDTHH:mm+02:00) |
| <paymentMethod> | Method of payment. Free text string. |
| <vin> | A vehicle identification number (VIN) |
| <odometer> | Odometer km/miles (an integer > 0, without spaces). You can define the unit of odometer by the attribute 'unit': 'km' or 'm'. The default is kilometers. |
| <generation> | A particular generation of vehicle (II, E70, etc.) |
| <paintType> | Paint type. Fixed text string. Choose the type of paint from the list: 'Glossy' |
| <customs> | Customs clearance (a boolean value. If YES use one of the values: 'yes', '1', '+', 'true', if NO use one of the values: 'no', '0', '-', 'false') |
| <armored> | Boolean: If YES use one of the values: 'yes', '1', '+', 'true', if NO use one of the values: 'no', '0', '-', 'false' |
| <interiorFeatures> | Parent element used to describe the car interior features |
| <interiorMaterials> | Interior Materials. Fixed text string. Choose the type of materials from the list: 'Leather' Separate different types with a comma in the case of a multiple choice. |
| <seatMaterial> | Seat Materials. Fixed text string. Choose the material from the list: 'Leather' Separate different types with a comma in the case of a multiple choice. |
| <interiorColor> | Interior Color. Fixed text string. Choose the color from the list: 'Black' Separate different colors with a comma in the case of a multiple choice. |
|
<safetyFeatures> |
Parent element used to describe car safety features. |
| <activeSafety> | Active Safety Systems. Fixed text string. Choose the features from the list: 'Emergency Unlocking in case of accident' Separate different features with a comma in the case of a multiple choice. |
| <parkingSensors> | Parking Sensors. Fixed text string. Specify 'Front' or/and 'Rear' parking sensors (separate text with a comma if both). |
| <passiveSafety> | Passive Safety Systems. Fixed text string. Choose the features from the list: 'Seat Belt Pretensioner' Separate different features with a comma in the case of a multiple choice. |
| <camera> | Camera. Fixed text string. Specify 'Rear-View' or/and 'Front View' camera (separate text with a comma if both). |
| <securitySystems> | Security Systems. Fixed text string. Choose the features from the list: 'Central Locking System' Separate different features with a comma in the case of a multiple choice. |
|
|
|
| <equipmentSensors> | On-Board Equipment and Sensors. Fixed text string. Choose the features from the list: 'On-Board Computer' Separate different features with a comma in the case of a multiple choice. |
|
<adjustments> |
Parent element used to describe car adjustments. |
| <steeringWheel> | Steering Wheel. Fixed text string. Choose the features from the list: Height Adjustment Separate different features with a comma in the case of a multiple choice. |
| <mirrorAdj> | Mirror Adjustment. Fixed text string. Specify 'Manual Mirror Adjustment' or 'Power Mirrors'. |
| <driversSeatAdj> | Driver's Seat Adjustment. Fixed text string. Choose the features from the list: 'Seat Height Adjustment' Separate different features with a comma in the case of a multiple choice. |
| <passengersSeatAdj> | Passenger's Seat Adjustment. Fixed text string. Choose the features from the list: 'Seat Height Adjustment' Separate different features with a comma in the case of a multiple choice. |
| <powerWindows> | Power Windows. Fixed text string. Specify 'Front' or/and 'Rear' power windows. (separate text with a comma if both). |
|
<comfort> |
Parent element used to describe Car Comfort Features |
| <climateControl> | Climate Control. Fixed text string. Specify: '1-zone', '2-zone' or '3-zone'. |
| <powerSteering> | Power Steering. Fixed text string. Specify: 'Hydraulic Power Steering' or 'Electric Power Steering' |
| <additional> | Additional Comfort Features. Fixed text string. Choose the features from the list: 'Air Conditioning' Separate different features with a comma in the case of a multiple choice. |
|
<multimediaNavi> |
Parent element used to describe Multimedia and Navigation Car Features. |
| <equipment> | Multimedia and Navigation Equipment. Fixed text string. Choose the features from the list: 'Speakers' Separate different features with a comma in the case of a multiple choice. |
<speakersQty> | Specify the number of Car Speakers. |
|
<additionalFeatures> |
Parent element used to describe additional car features. |
| <equipment> | Additional Equipment. Fixed text string. Choose the features from the list: 'Sunroof' Separate different features with a comma in the case of a multiple choice. |
| <wheelSize> | Specify the wheel size. |
Exemplo do feed XML
Também aceitamos arquivos em outros formatos. Você pode nos enviar seu arquivo e vamos considerar a possibilidade da importação de dados nesse formato.
Se você tiver dúvidas e sugestões sobre upload de anúncios XML no GVANGA.COM, entre em contato conosco através do formulário de contato abaixo.