Conversion Tracking
There are three options by which partners can provide conversion data to Wego:
Conversion tracking pixel
An alternative to the conversion report is a conversion tracking pixel. The Wego conversion pixel is a small piece of code that is embedded on your site which is called whenever a user converts or makes a purchase on your site. This allows us greater visibility on conversions.
Process flow steps
- User Redirects from Wego to a Partner's website.
- Partner site stores the
wego_click_id
from the deeplink URL. If you can't findwego_click_id
, please contact your account manager. - User Purchases a ticket from the partner.
- User is then redirected to Thank you/Confirmation page.
- Partner's 'Thank you' page calls the Wego pixel code.
- This pixel calls Wego's system and conversion information is recorded in the Wego system.
Pixel implementation
The Conversion Pixel is served from Wego's secure server, srv.wego.com. So it should not produce any security warnings or errors within users' browsers. Implementation process should take no more than 15-20 minutes:
-
Request the pixel code from your Wego account manager. Code example for "image pixel". If you have been using "javascript pixel", please change to "image pixel" as "javascript pixel" has been deprecated. Contact account managers if you have any questions:
-
For Staging/Testing tracking
<img src="https://srv.wegostaging.com/analytics/v2/conversions?conversion_id=XXXXXXXXXX&click_id=[click_id from wego handoff / deeplink] &comm_currency_code=[ISO 4217 3-letter currency code for the commission] &bv_currency_code=[ISO 4217 3-letter currency code for the total_booking_value] &transaction_id=[transaction ID] &commission=[commission amount -- 0-9 only, DO NOT use commas, use period "." for decimal point. Do not add % sign to indicate percentage in the value.] &total_booking_value=[total booking value amount -- 0-9 only, DO NOT use commas, use period "." for decimal point] &status=[status of the booking (confirmed/cancelled/pending)]" width="1" height="1" border="0" alt="">
-
For Production Tracking
<img src="https://srv.wego.com/analytics/v2/conversions?conversion_id=XXXXXXXXXX &click_id=[click_id from wego handoff / deeplink] &comm_currency_code=[ISO 4217 3-letter currency code for the commission] &bv_currency_code=[ISO 4217 3-letter currency code for the total_booking_value] &transaction_id=[transaction ID] &commission=[commission amount -- 0-9 only, DO NOT use commas, use period "." for decimal point. Do not add % sign to indicate percentage in the value.] &total_booking_value=[total booking value amount -- 0-9 only, DO NOT use commas, use period "." for decimal point] &status=[status of the booking (confirmed/cancelled/pending)]" width="1" height="1" border="0" alt="">
-
-
Paste the code into the HTML source of the booking confirmation page. This should be the page that the customer sees after making a successful booking (the final booking confirmation page). Ensure that this code does not appear on other pages.
-
Update the fields as indicated in the code:
conversion_id
: a unique Partner's identifier in the Wego system (constant value). Please request this id from your wego account manager if not provided.click_id
: retrieve from deeplink URL. The parameter can be renamed based on Partner's requirement.transaction_id
: an identifier that the Partner can use to associate the conversion with its booking (for example, PNR). This ID has to be unique for each booking. i.e. when page refreshes and the pixel's code is being called again, the transaction_id should be the same.commission
: Wego's commission for the booking. Use numbers 0-9 and period "." for decimal point. DO NOT use commas or any non-numeric characters. Do not add % sign to indicate percentage in the value.total_booking_value
: total value of the customer's booking. Use numbers 0-9 and period "." for decimal point. DO NOT use commas or any non-numeric characters.comm_currency_code
: the ISO 4217 3-letter currency code for the commission.bv_currency_code
: the ISO 4217 3-letter currency code for the total_booking_value.status
: status of the booking (confirmed/cancelled/pending).
Here is an example of a partner deeplink URL from where you can obtain the click_id from wego_click_id param. In this case, the click_id is
554468965s2h73d5:providercode:00
and thetransaction_id
isMNHVRG
. If you are unsure of obtaining the partner specific deeplink url, please check with your account manager.Example :
https://partnersite.com/booking?origin=RUH&destination=JED¤cy=USD&departureDate=12062018&returnDate=12072018&adultCount=1&childCount=0&infantCount=0&wego_click_id=554468965s2h73d5:providercode:00
Please note that the combination of click_id and transaction_id must be unique and shouldn’t change for the same booking.
Example :
<img
src="https://srv.wego.com/analytics/v2/conversions?conversion_id=c-wego-partnerid&click_id=554468965s2h73d5:providercode:00&comm_currency_code=USD&bv_currency_code=SGD&transaction_id=MNHVRG&commission=30&total_booking_value=1000&status=confirmed"
width="1"
height="1"
border="0"
/>How to test the Conversion Pixel code:
- First, make a handoff from Wego to your site.
- Complete a booking successfully.
- Send a transaction_id to your Wego account manager, so we can verify that conversion was successfully tracked.
Solutions for common implementation problems
- Check for spelling mistakes / typos / wrong encoding.
- If you are using server-side programming to fill in the required values, make sure you are passing correct values.
- If all else fails, please send over the pixel code you have implemented to your Wego Account Manager for troubleshooting.
Conversion report
The conversion report allows us (Wego) to see the list of conversions (bookings) made by our users on your website. Conversion report is provided by Partner to Wego on a near real-time basis (preferably, the information in your conversion report should appear in 15-30 minutes after a user has submitted a booking on your website).
We prefer conversion report to be accessed via a specific data source (such as a URL or a Web service) in XML/JSON format.
Required attributes
Conversion report should contain the following attributes:
conversion_date
- conversion date/time.click_id
- retrieve from deeplink URL. The parameter can be renamed based on Partner's requirement.transaction_id
- an identifier that the Partner can use to associate the conversion with its booking (for example, PNR). This ID has to be unique for each booking.commission
- Wego's commission for the booking. Use numbers 0-9 and period "." for decimal point. DO NOT use commas or any non-numeric characters. Do not add % sign to indicate percentage in the value.total_booking_value
- total value of the customer's booking. Use numbers 0-9 and period "." for decimal point. DO NOT use commas or any non-numeric characters.comm_currency_code
- the ISO 4217 3-letter currency code for the commission.bv_currency_code
- the ISO 4217 3-letter currency code for the total_booking_value.status
- status of the booking (confirmed/cancelled/pending).
Here is an example of a partner deeplink URL from where you can obtain the click_id from wego_click_id param. In this case, the click_id is 554468965s2h73d5:providercode:00 and the transaction_id is MNHVRG. If you are unsure of obtaining the partner specific deeplink url, please check with your account manager.
Example :
https://partnersite.com/booking?origin=RUH&destination=JED¤cy=USD&departureDate=12062018&returnDate=12072018&adultCount=1&childCount=0&infantCount=0&wego_click_id=554468965s2h73d5:providercode:00
Conversion report request example
GET [your_domain]/conversion_report.xml?dateStart=2018-01-01&dateEnd=2018-02-31&partner=wego&password=password
Conversion report response example
<conversions>
<conversion>
<conversion_date>2017-01-31 19:28:19</conversion_date>
<click_id>47225944-38d6-4ffb-a7ba-a5a6aea982dd:22</click_id>
<transaction_id>3JU9W8</transaction_id>
<commission>478.4</commission>
<total_booking_value>9568.00</total_booking_value>
<comm_currency_code>THB</comm_currency_code>
<bv_currency_code>THB</bv_currency_code>
<status>confirmed</status>
</conversion>
<conversion>
<conversion_date>2017-01-31 20:38:42</conversion_date>
<click_id>89743987-38d6-4ffb-a7ba-a5a6aea982dd:17</click_id>
<transaction_id>3JRGJS</transaction_id>
<commission>542.85</commission>
<total_booking_value>10857.00</total_booking_value>
<comm_currency_code>THB</comm_currency_code>
<bv_currency_code>THB</bv_currency_code>
<status>confirmed</status>
</conversion>
<conversion>
<conversion_date>2017-01-31 21:14:30</conversion_date>
<click_id>6988793-38d6-4ffb-a7ba-a5a6aea982dd:147</click_id>
<transaction_id>ICOWRU</transaction_id>
<commission>1137.5</commission>
<total_booking_value>22750.00</total_booking_value>
<comm_currency_code>THB</comm_currency_code>
<bv_currency_code>THB</bv_currency_code>
<status>pending</status>
</conversion>
</conversions>
Google Tag Manager
- Please find the instructions to implement the pixel conversion tag via GTM here