Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Configuration du flux
Les informations suivantes vous aideront à configurer et à utiliser correctement vos flux.
Hébergement de fichiers de flux
Le système d'acquisition de contenu Waze récupère automatiquement les données de votre flux de manière périodique. Pour vous assurer que Waze récupère le bon fichier de flux:
- Rendez-le accessible:utilisez des protocoles réseau standards (HTTP, HTTPS, FTP ou SFTP).
- Sécurisez vos données (facultatif) : vous pouvez sécuriser votre flux avec un nom d'utilisateur et un mot de passe à l'aide de l'authentification BASIC via HTTPS. Vous fournissez la combinaison d'identifiant et de mot de passe via Partner Hub.
- Assurez-vous de l'accessibilité:assurez-vous que le fichier hébergé est accessible dans le monde entier.
- Pour éviter toute interruption de la récupération des données, assurez-vous que votre pare-feu ne bloque pas l'accès en fonction du pays, de l'adresse IP ou de la région géographique. Ces restrictions peuvent nous empêcher de récupérer les données de votre flux.
- Nous utilisons un système dynamique pour extraire les informations sur les routes fermées et les incidents. Cela signifie que nous n'utilisons pas d'adresses IP statiques, ni d'URL/de domaine/de caractère générique préautorisés, ni d'autorisation d'entrée DNS.
Fréquence d'importation du flux
Le système d'acquisition de contenu récupère des données toutes les quelques minutes. Si vous avez des exigences particulières concernant la fréquence du flux, ajoutez une note à votre demande lorsque vous envoyez le flux ou contactez l'équipe Waze afin que nous puissions ajuster nos périodes d'interrogation en fonction de votre cycle de mise à jour du flux.
Validation XML
Waze utilise le schéma XML suivant pour définir la structure acceptable d'un flux de spécifications de flux d'incidents et de routes fermées (CIFS, Closure and Incidents Feed Specifications) :
https://www.gstatic.com/road-incidents/cifsv2.xsd.
De nombreux outils disponibles sur Internet peuvent vous aider à valider la structure de vos flux XML. Voici quelques exemples:
Modifications critiques apportées aux flux
Avant d'apporter l'une des modifications suivantes, informez l'équipe Waze en remplissant ce formulaire et en modifiant votre demande dans le portail pour identifier le flux mis à jour.
- modifier, ajouter ou supprimer des régions ou des pays de votre flux ;
- Mettre à jour l'URL du flux ou les identifiants requis pour accéder aux informations.
- Modification de la structure du flux ou des noms des balises
Spécifications du flux
Un seul fichier de flux peut fournir des informations sur plusieurs routes fermées et incidents. Si vous fournissez des informations sur plusieurs événements, chaque fermeture ou incident doit être détaillé dans un élément distinct et doit disposer d'un ID unique. Ces sections doivent utiliser l'heure et la date locales. La spécification CIFS détaille toutes les balises disponibles pour décrire vos incidents et fermetures.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/25 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/07/25 (UTC)."],[[["\u003cp\u003eWaze automatically fetches feed data, requiring it to be accessible via standard network protocols like HTTP, HTTPS, FTP, or SFTP, and secured with BASIC or DIGEST authentication.\u003c/p\u003e\n"],["\u003cp\u003eEnsure your XML feed structure adheres to the Waze schema which can be validated using online tools.\u003c/p\u003e\n"],["\u003cp\u003eFor critical feed changes like region modifications, URL updates, or structural alterations, prior notification to the Waze team is essential.\u003c/p\u003e\n"],["\u003cp\u003eA single feed file can contain multiple events, each requiring a unique ID and detailed information as per the CIFS specification.\u003c/p\u003e\n"]]],["Waze automatically retrieves feed data via HTTP, HTTPS, FTP, or SFTP, with optional BASIC authentication. Hosted files must be globally accessible, without firewall restrictions based on country or IP. Data is fetched every few minutes, with adjustable frequency upon request. Feeds must adhere to the provided XML schema; validation tools are suggested. Notify Waze before making critical changes, such as modifying regions, URLs, credentials, or feed structure. Each closure or incident must be in a separate element with unique ID.\n"],null,["Feed Setup\n==========\n\nThe following information will help you get your feeds set up and running correctly.\n\nFeed file hosting\n-----------------\n\nThe Waze content acquisition system automatically fetches your feed data periodically. To ensure Waze retrieves the correct feed file:\n\n- **Make it accessible:** Use standard network protocols (HTTP, HTTPS, FTP, or SFTP).\n- **Secure your data (optional):** You can secure your feed with a username and password using BASIC authentication over HTTPS. You provide the login and password combination through Partner Hub.\n- **Ensure accessibility:** Ensure the hosted file is accessible globally.\n - To avoid disruptions in data fetching, please ensure your firewall does not block access based on country, IP address, or geographic region. These restrictions may prevent us from retrieving your feed data.\n - We use a dynamic system for pulling closure and incident information. This means we don't use static IPs or support pre-authorized URL/domain/wildcard, or DNS entry authorization.\n\nFeed frequency\n--------------\n\nThe content acquisition system fetches data every few minutes. If you have special requirements regarding the feed frequency, add a note indicating this request when submitting the feed, or [contact the Waze team](https://support.google.com/waze/partners/answer/7576817) so we can adjust our polling periods to reflect your feed update cycle.\n\nXML validation\n--------------\n\nWaze uses the following XML schema to define the acceptable structure of a\nClosure and Incidents Feed Specifications (CIFS) feed:\n\u003chttps://www.gstatic.com/road-incidents/cifsv2.xsd\u003e.\n\nThere are a number of tools available on the internet that can help you\nvalidate the structure of your XML feeds. These include, but are not limited\nto:\n\n- [http://www.w3.org/XML/Schema#Tools](http://www.w3.org/XML/Schema#Tools/a)\n- \u003chttp://www.xml.com/pub/a/2000/12/13/schematools.html\u003e\n- \u003chttp://xmlsoft.org/xmllint.html\u003e\n\nCritical feed changes\n---------------------\n\nBefore making any of the following changes, notify the Waze team by completing\n[this form](https://support.google.com/waze/partners/answer/7576817)\nand editing your request in the Portal to identify the updated feed.\n\n- Modifying, adding, or removing regions or countries from your feed.\n- Updating the feed URL or any credentials required for accessing the information.\n- Changing the feed structure or tag names.\n\nFeed specifications\n-------------------\n\nA single feed file can provide information on multiple closures and\nincidents. If you are providing information on multiple events, each closure\nor incident must be detailed in a separate element and must have a unique Id. These\nsections should use the local time and date. The [CIFS specification](../data-feed/cifs-specification)\ndetails all the tags available to describe your incidents and closures."]]