The following is a Transportation (Travel Flight/Train/Bus) Feed Example alongside clarifications of the mentioned content.
Please note: Multiple column options are possible and as such, we do encourage you to check internally and decide on the columns (information you choose to include in your feed) that serve your business needs best. In case of an already existing feed, we kindly ask that you provide us with it for an initial review.
Option 1:
id | origin | destination | image_link | deep_link_ios | deep_link_and | price | class |
3453b4 | Berlin | Warsaw | https://... | myapp://trip/view/34fx5 | myapp:// | 5500.00 | Economy |
5c5858 | London | Milan | https://... | myapp://trip/sale/55cghm | myapp:// | 1390.99 | First |
Option 2:
id | image_link | deep_link_ios | deep_link_and | price | class | base_location |
TXL_WAW | https://... | myapp://trip/view/34fx5 | myapp:// | 5500.00 | ECONOMY | TXL |
TXL_CDG | https://... | myapp://trip/sale/55cghm | myapp:// | 1390.99 | FIRST | TXL |
Option 3: In the case of no Unique IDs, please let us know what makes a certain combination of rows unique. Our Solution Engineers then create a unique From_To ID, based on said information in your feed. A potential example could be, From_To_Class.
from | to | image_link | deep_link_ios | deep_link_and | price | class |
London | Warsaw | https://... | myapp://trip/view/34fx5 | myapp:// | 5500.00 | Economy |
Munich | Paris | https://... | myapp://trip/sale/55cghm | myapp:// | 1390.99 | First |
# ID - A minimum of one unique ID column is required. The unique ID is usually a combination of Origin and Destination. You are welcome to provide us with this combination in one of the following two forms:
- Merged into a single column (See Option 2) or:
- In two separate columns (See Options 1 & 3).
Remerge Solution Engineers use this column to match it to the event attributes data. The ID must only contain ASCII characters and cannot contain quotation marks.
# Image Link - URL of the image to be displayed in the ads (*.jpg, *.jpeg, *.png formats). All symbols must be encoded. For example,"?" needs to be replaced with "%3F" and & with "%26". This is true for all non-ASCII characters such as non-English letters.
# Deep Link (iOS & Android)- Deep-link to each offer.
- If the campaign is targeting iOS and Android, OS-specific deep link columns are preferred.
- If a certain changing part in a deep link can be found in one of the feed's columns, a designated deep link column is not needed and instead, you can simply notify your Remerge Account Manager of your custom deep link path together with your attribution provider trackers.
Please note: For iOS, a Universal Link path to each product will be needed.
# Price - Original price in decimal numbers.
# Any additional information (such as class, rating, adult, clubs, child-friendly or availability), which can enrich the banners.
Transportation_Feed_Example.csv