{"id":438,"date":"2023-04-06T17:10:30","date_gmt":"2023-04-06T17:10:30","guid":{"rendered":"https:\/\/www.trafficmanager.com\/blog\/?p=438"},"modified":"2023-05-19T12:27:02","modified_gmt":"2023-05-19T12:27:02","slug":"s2s-postback-integration-for-beginners-a-step-by-step-guide","status":"publish","type":"post","link":"https:\/\/www.trafficmanager.com\/blog\/2023\/04\/s2s-postback-integration-for-beginners-a-step-by-step-guide\/","title":{"rendered":"S2S Postback Integration for Beginners: A Step-by-Step Guide"},"content":{"rendered":"\n<p>What is Server-to-Server (S2S) Postback, and how do you implement S2S Postback integration between two tracking platforms?<\/p>\n\n\n\n<p>Server-to-server (S2S) postback integration is a method used to track and transfer data between two systems or tracking platforms. Over the past few years, S2S postback has emerged as an unofficial &#8220;standard tracking and communication channel&#8221; in the affiliate marketing industry, outperforming the traditional pixel tracking due to its superior security, tracking accuracy, and reliability.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/S2S-Postback-Integration-1024x576.jpg\" alt=\"\" class=\"wp-image-439\" srcset=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/S2S-Postback-Integration-1024x576.jpg 1024w, https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/S2S-Postback-Integration-300x169.jpg 300w, https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/S2S-Postback-Integration-768x432.jpg 768w, https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/S2S-Postback-Integration.jpg 1280w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>To briefly compare, both S2S postback and pixels are utilized to track and share data, such as conversion events, sales, leads, or actions, between two different systems. The primary difference between the two is that S2S postback operates without relying on the user&#8217;s device, unlike pixel tracking. This attribute makes it more accurate and reliable than client-side tracking (pixel tracking), which can be impacted by browser restrictions, ad blockers, and other factors.<\/p>\n\n\n\n<p>Setting up an S2S postback can be challenging and confusing, particularly when compared to traditional pixel integration but, if you plan to <a href=\"https:\/\/www.trafficmanager.com\/blog\/2022\/12\/how-to-start-and-run-an-affiliate-marketing-program\/\" target=\"_blank\" rel=\"noopener\" title=\"\">run an affiliate program<\/a> or affiliate network, it&#8217;s important to have someone on your team who understands how to implement it.<\/p>\n\n\n\n<p>Even some of the most experienced marketers in the industry may find it difficult because of the misunderstandings surrounding the variables that one system needs to pass to another. However, there&#8217;s no need to worry because we have created a beginner-friendly guide that will walk you through the process of establishing a basic S2S postback integration between two tracking platforms.<\/p>\n\n\n\n<p>First of all, we will need to understand the structure of the S2S postback URL and how data is exchanged through it, so let\u2019s see some Postback URL examples:<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>TrafficManager Postback URL:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><p>https:\/\/postback.trafficmanager.com\/?clickid=<b style=\"background-color:yellow;\">__REPLACE__<\/b>&amp;amount=<b style=\"background-color:yellow;\">__REPLACE__<\/b>&amp;currency=<b style=\"background-color:yellow;\">__REPLACE__<\/b>&amp;transaction_id=<b style=\"background-color:yellow;\">__REPLACE__<\/b>&amp;key=06c9a03a47b2f37543222310cd84599345c92956ad8 <\/p><\/code><\/pre>\n\n\n\n<p><strong>Other tracking platforms Postback URL:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><p style=\"background-color:#D0D0D0;\">https:\/\/trackingplatform1.com\/postback\/?subid=<b style=\"background-color:yellow;\">{subid}<\/b>&amp;amount=<b style=\"background-color:yellow;\">{amount}<\/b>&amp;currency=<b style=\"background-color:yellow;\">{currency}<\/b>&amp;transaction_id=<b style=\"background-color:yellow;\">{trans_id}<\/b>&amp;key=01234567890abcdefgh<\/p><\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code><p style=\"background-color:#32F1FF;\">https:\/\/trackingplatform2.com\/pb\/?aff_id=<b style=\"background-color:yellow;\">%%aff_if%%<\/b>&amp;commission=<b style=\"background-color:yellow;\">%%commission %%<\/b>&amp;transaction_id=<b style=\"background-color:yellow;\">%%transaction_id%%<\/b>&amp;key=11223344556aabbccdd<\/p><\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code><p style=\"background-color:#E0FFE0;\">https:\/\/postback.trackingplatform3.com\/?s1=<b style=\"background-color:yellow;\">#s1#<\/b>&amp;sum=<b style=\"background-color:yellow;\">#sum#<\/b>&amp;transaction_id=<b style=\"background-color:yellow;\">#trans_id#<\/b>&amp;key=01234567890abcdefgh<\/p><\/code><\/pre>\n\n\n\n<p>As you can see, different trackers, and different postback URL formats, no wonder is confusing. However, once we understand their structure and what we need to modify in a postback URL, it will become clearer. <\/p>\n\n\n\n<p>Please pay attention to the parts highlighted with yellow from the section \u201cOther tracking platform postback URL\u201d above and the TrafficManager Postback URL. Those are called <strong>dynamic parameters<\/strong> and are used to exchange data.<\/p>\n\n\n\n<p><strong><u>The golden rule when integrating a postback URL is that: Those and only those dynamic parameters (the section highlighted with yellow) of YOUR postback must be modified with the other side parameters, or fixed values you want to receive in YOUR platform.<\/u><\/strong><\/p>\n\n\n\n<p><em>As you can see, In the TrafficManager postback URLs, we use __REPLACE__instead of a dynamic parameter like {subid} to make it more intuitive for people to understand which part of the postback URL should be replaced with the other side (tracking platform) parameters.<\/em><\/p>\n\n\n\n<p>Now, if we should integrate ANY of the postbacks URL listed above into a 3<sup>rd<\/sup> party tracking platform that supports the following parameters (or tokens):<\/p>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<p class=\"has-text-align-left\">#s1#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8211; clickid 1<\/p>\n\n\n\n<p class=\"has-text-align-left\">#s2#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8211; clickid 2<\/p>\n\n\n\n<p class=\"has-text-align-left\">#s3#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8211; clickid 3<\/p>\n\n\n\n<p class=\"has-text-align-left\">#pay#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8211; payout<\/p>\n\n\n\n<p class=\"has-text-align-left\">#aff_id#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8211; affiliate ID<\/p>\n\n\n\n<p class=\"has-text-align-left\">#tid#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8211; Transaction ID<\/p>\n\n\n\n<p>The postback URL that we need to integrate on the other side should have the variables from the list above (instead of the yellow-highlighted variables) that we want to pass back to our tracking platform.<\/p>\n<\/div>\n<\/div>\n\n\n\n<p>For example, let&#8217;s say we need to integrate the postback URL above highlighted in blue, and we choose the variable <strong>#s3#<\/strong> to pass back and forth the unique ID of the affiliate clicks from your tracking platform <em>(Note: check with your partner which variable to use before integrating if their documentation is not clear)<\/em><\/p>\n\n\n\n<p><strong>Instead of this: <\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><p style=\"background-color:#32F1FF;\">https:\/\/trackingplatform2.com\/pb\/?aff_id=<b style=\"background-color:yellow;\">%%aff_if%%<\/b>&amp;commission=<b style=\"background-color:yellow;\">%%commission %%<\/b>&amp;transaction_id=<b style=\"background-color:yellow;\">%%transaction_id%%<\/b>&amp;key=11223344556aabbccdd<\/p><\/code><\/pre>\n\n\n\n<p><strong>It will look like this:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><p style=\"background-color:#32F1FF;\">https:\/\/trackingplatform2.com\/pb\/?aff_id=<b style=\"background-color:#5EFB6E;\">#s3#<\/b>&amp;commission=<b style=\"background-color:#5EFB6E;\">#pay#<\/b>&amp;transaction_id=<b style=\"background-color:#5EFB6E;\">#tid#<\/b>&amp;key=11223344556aabbccdd<\/p><\/code><\/pre>\n\n\n\n<p><strong>Same for the grey postback URL, instead of this:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><p style=\"background-color:#D0D0D0;\">https:\/\/trackingplatform1.com\/postback\/?subid=<b style=\"background-color:yellow;\">{subid}<\/b>&amp;amount=<b style=\"background-color:yellow;\">{amount}<\/b>&amp;currency=<b style=\"background-color:yellow;\">{currency}<\/b>&amp;transaction_id=<b style=\"background-color:yellow;\">{trans_id}<\/b>&amp;key=01234567890abcdefgh<\/p><\/code><\/pre>\n\n\n\n<p><strong>It will look like this:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><p style=\"background-color:#D0D0D0;\">https:\/\/trackingplatform1.com\/postback\/?subid=<b style=\"background-color:#5EFB6E;\">#s3#<\/b>&amp;amount=<b style=\"background-color:#5EFB6E;\">#pay#<\/b>&amp;currency=<b style=\"background-color:#5EFB6E;\">USD<\/b>&amp;transaction_id=<b style=\"background-color:#5EFB6E;\">#tid#<\/b>&amp;key=01234567890abcdefgh<\/p><\/code><\/pre>\n\n\n\n<p>As you can see, nothing changes in our Postback URL besides the variables. In the second example (the grey postback above), we also set a fixed value for the currency because we don&#8217;t have a dynamic parameter for it in the list above. Assuming that we will receive payouts in USD, we can directly \u201ccommunicate\u201d the symbol to our tracking platform or remove the parameter from the postback URL, of our choice. <\/p>\n\n\n\n<p>The same can be done when passing the payout amount of the conversion. For example, we can use a fixed sum such as amount=1<em>.<\/em><\/p>\n\n\n\n<p><strong>Here&#8217;s an example with the currency removed and a fixed payout:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><p style=\"background-color:#D0D0D0;\">https:\/\/trackingplatform1.com\/postback\/?subid=<b style=\"background-color:#5EFB6E;\">#s3#<\/b>&amp;amount=<b style=\"background-color:#5EFB6E;\">1<\/b>&amp;currency=<b style=\"background-color:#5EFB6E;\">USD<\/b>&amp;transaction_id=<b style=\"background-color:#5EFB6E;\">#tid#<\/b>&amp;key=01234567890abcdefgh<\/p><\/code><\/pre>\n\n\n\n<p>Note: The only parameter in our case which must always be dynamic is the <strong>#s3#<\/strong> parameter because we will pass that from our tracking platform later.<\/p>\n\n\n\n<p>Now, once you have placed your postback in the 3<sup>rd<\/sup> party tracking platform, you will need to create an offer\/campaign in your tracking platform and in your offer destination URL, to add the partner offer\/campaign tracking link you want to integrate into your system, with THEIR parameter used to pass the unique ID\u2019s of your affiliate clicks ( <strong>#s3#<\/strong> from the example above).<\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<p>Imagine that the tracking link of your partner looks like this: <strong>https:\/\/track.myoffer100.com\/?aff=87&amp;lp=21<\/strong><\/p>\n\n\n\n<p>And your tracking platform parameter that passes the unique IDs of your affiliate clicks is <strong>[subid]<\/strong><\/p>\n\n\n\n<p>Then your final destination URL will be: <strong>https:\/\/track.myoffer100.com\/?aff=87&amp;lp=21&amp;s3=[subid]<\/strong><\/p>\n\n\n\n<p>Set it as the destination URL in your tracking platform and let\u2019s test the Postback Integration.<\/p>\n\n\n\n<ol class=\"wp-block-list\" type=\"1\">\n<li>Open the tracking link resulting from your side (the one that redirects to the destination URL above) and check that both tracking platforms report the click you just made;<\/li>\n\n\n\n<li>Perform together with your partner a conversion test by using the tracking link from your platform.<\/li>\n\n\n\n<li>Check if the conversion was registered on both platforms and if you received the correct amount.<\/li>\n<\/ol>\n\n\n\n<p><strong>Troubleshooting. If the integration isn&#8217;t working, consider the following:<\/strong><\/p>\n\n\n\n<p>Ensure that you&#8217;ve correctly set up the &#8220;unique IDs of your affiliate clicks&#8221; parameter on both platforms (in our example we used the variable #s3# for that).<\/p>\n\n\n\n<p>Ensure that you have used YOUR platform tracking link for the conversion test and not the destination URL received from your partner.<\/p>\n\n\n\n<p>Double-check the postback URL for typos or incorrect placeholders.<\/p>\n\n\n\n<p>Double-check the postback URL for empty spaces, including the beginning or the end of the link, some platforms don\u2019t recognize and remove the empty spaces.<\/p>\n\n\n\n<p>HTTP over HTTPS requests \u2013 double check if both platforms send the traffic in the same format, HTTPS is highly recommended.<\/p>\n\n\n\n<p>Now, to provide some context and help you better understand, let\u2019s imagine that you have just <a href=\"https:\/\/www.trafficmanager.com\/blog\/2022\/12\/how-to-start-and-run-an-affiliate-marketing-program\/\" target=\"_blank\" rel=\"noopener\" title=\"\">set up an affiliate program<\/a> or an affiliate network using our <a href=\"https:\/\/www.trafficmanager.com\" target=\"_blank\" rel=\"noopener\" title=\"\">affiliate tracking platform, TrafficManager<\/a>, and you need to integrate another tracking platform operated by a 3<sup>rd<\/sup> party Advertiser, affiliate program, <a href=\"https:\/\/www.trafficmanager.com\/affiliate-tracking-software\/casino-gaming-and-betting\" target=\"_blank\" rel=\"noopener\" title=\"\">casino or betting operator<\/a>, or any other similar entity.<\/p>\n\n\n\n<p><span style=\"text-decoration: underline;\">Step 1: Make sure that the other tracking platform supports S2S postback tracking.<\/span><\/p>\n\n\n\n<p>This may seem obvious at this point, but in some industries, many trackers still rely on pixel tracking. If this is the case, you can still integrate pixel tracking with TrafficManager, but you don&#8217;t need this guide to do it as it&#8217;s a simple copy-and-paste operation.<\/p>\n\n\n\n<p><span style=\"text-decoration: underline;\">Step 2: Find your TrafficManager global Postback URL<\/span><\/p>\n\n\n\n<p><strong>Click on &#8220;Manage offers&#8221; then on New Offer (or edit any existing offer from your Marketplace)<\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"234\" height=\"280\" src=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/New-offer.png\" alt=\"\" class=\"wp-image-440\"\/><\/figure>\n<\/div>\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong><strong>Scroll down until you find &#8220;Conversions tracking&#8221; then &#8220;S2S Postback&#8221; and Copy the Postback URL<\/strong><\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"852\" height=\"280\" src=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/S2S-postback-TrafficManager.png\" alt=\"\" class=\"wp-image-441\" srcset=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/S2S-postback-TrafficManager.png 852w, https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/S2S-postback-TrafficManager-300x99.png 300w, https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/S2S-postback-TrafficManager-768x252.png 768w\" sizes=\"auto, (max-width: 852px) 100vw, 852px\" \/><\/figure>\n<\/div>\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><em>Note: The postback URL provided by TrafficManager will be your global postback URL, which means that you can use the same URL to integrate all your third-party partners, regardless of how many offers\/campaigns you create in your TrafficManager platform.<\/em><\/p>\n\n\n\n<p><span style=\"text-decoration: underline;\">Step 3: Identify the 3<sup>rd<\/sup> party affiliate tracking platform dynamic parameters.<\/span><\/p>\n\n\n\n<p>For our example we will use the same parameters we used in the examples provided above:<\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code>\n<table>\n        <tbody><tr>\n            <th style=\"background-color:yellow;\">#s1#<\/th>\n            <td>clickid 1<\/td>\n        <\/tr>\n        <tr>\n            <th>#s2#<\/th>\n            <td>clickid 2<\/td>\n        <\/tr>\n        <tr>\n            <th>#s3#<\/th>\n            <td>clickid 3<\/td>\n        <\/tr>\n        <tr>\n            <th style=\"background-color:yellow;\">#pay#<\/th>\n            <td>payout<\/td>\n        <\/tr>\n        <tr>\n            <th>#aff_id#<\/th>\n            <td>affiliate ID<\/td>\n        <\/tr>\n        <tr>\n            <th style=\"background-color:yellow;\">#tid#<\/th>\n            <td>Transaction ID<\/td>\n        <\/tr>\n<\/tbody><\/table><\/code><\/pre>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><span style=\"text-decoration: underline;\">Step 4: Paste your modified S2S postback URL in the other platform as follows:<\/span><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><p style=\"background-color:#5EFB6E;\">https:\/\/postback.trafficmanager.com\/?clickid=<b style=\"background-color:yellow;\">#s1#<\/b>&amp;amount=<b style=\"background-color:yellow;\">#pay#<\/b>&amp;currency=EUR&amp;transaction_id=<b style=\"background-color:yellow;\">#tid#<\/b>&amp;key=06c9a03a47b2f37543222310cd84599345c92956ad8<\/p><\/code><\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1184\" height=\"107\" src=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/TM-Global-Postback-field.png\" alt=\"\" class=\"wp-image-442\" srcset=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/TM-Global-Postback-field.png 1184w, https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/TM-Global-Postback-field-300x27.png 300w, https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/TM-Global-Postback-field-1024x93.png 1024w, https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/TM-Global-Postback-field-768x69.png 768w\" sizes=\"auto, (max-width: 1184px) 100vw, 1184px\" \/><\/figure>\n<\/div>\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><span style=\"text-decoration: underline;\">Step 5: Retrieve your partner offer\/campaign tracking URL:<\/span><\/p>\n\n\n\n<p>For example <strong>https:\/\/track.myoffer100.com\/?aff=87&amp;lp=21<\/strong><\/p>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><span style=\"text-decoration: underline;\">Step 6: Create a new offer\/campaign in your TrafficManager tracking platform and add it as a destination URL<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"738\" height=\"136\" src=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Offer-destination-URL.png\" alt=\"\" class=\"wp-image-443\" srcset=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Offer-destination-URL.png 738w, https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Offer-destination-URL-300x55.png 300w\" sizes=\"auto, (max-width: 738px) 100vw, 738px\" \/><\/figure>\n<\/div>\n\n\n<div style=\"height:61px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><span style=\"text-decoration: underline;\">Step 7: Add the variable we use to generate unique ID\u2019s for the affiliate clicks <strong>{clickid}<\/strong> in the destination URL together with your partner parameter used to receive it on their end which usually is the same you place in the postback URL, but is not a rule:<\/span><\/p>\n\n\n\n<p>This is the postback URL:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><p style=\"background-color:#5EFB6E;\">https:\/\/postback.trafficmanager.com\/?<b style=\"background-color:#D0D0D0;\">clickid<\/b>=<b style=\"background-color:yellow;\">#s1#<\/b>&amp;amount=<b style=\"background-color:yellow;\">#pay#<\/b>&amp;currency=EUR&amp;transaction_id=<b style=\"background-color:yellow;\">#tid#<\/b>&amp;key=06c9a03a47b2f37543222310cd84599345c92956ad8<\/p><\/code><\/pre>\n\n\n\n<p>This is the complete tracking link for TrafficManager:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><p style=\"background-color:#5EFB6E;\">https:\/\/track.myoffer100.com\/?aff=87&amp;lp=21&amp;<b style=\"background-color:yellow;\">s1<\/b>={<b style=\"background-color:#D0D0D0;\">clickid<\/b>}<\/p><\/code><\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"770\" height=\"138\" src=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Offer-destination-url-with-clickid.png\" alt=\"\" class=\"wp-image-444\" srcset=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Offer-destination-url-with-clickid.png 770w, https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Offer-destination-url-with-clickid-300x54.png 300w, https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Offer-destination-url-with-clickid-768x138.png 768w\" sizes=\"auto, (max-width: 770px) 100vw, 770px\" \/><\/figure>\n<\/div>\n\n\n<div style=\"height:36px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><span style=\"text-decoration: underline;\">Step 8: Click first on the Create button<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"797\" height=\"293\" src=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Create-Offer-In-TM.png\" alt=\"\" class=\"wp-image-445\" srcset=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Create-Offer-In-TM.png 797w, https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Create-Offer-In-TM-300x110.png 300w, https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Create-Offer-In-TM-768x282.png 768w\" sizes=\"auto, (max-width: 797px) 100vw, 797px\" \/><\/figure>\n<\/div>\n\n\n<div style=\"height:36px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><span style=\"text-decoration: underline;\">Step 9: Then save the offer in your TrafficManager platform<\/span><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"794\" height=\"288\" src=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Save-Offer-in-TM.png\" alt=\"\" class=\"wp-image-446\" srcset=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Save-Offer-in-TM.png 794w, https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Save-Offer-in-TM-300x109.png 300w, https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Save-Offer-in-TM-768x279.png 768w\" sizes=\"auto, (max-width: 794px) 100vw, 794px\" \/><\/figure>\n\n\n\n<div style=\"height:36px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>IMPORTANT: For testing purpose, do not activate any of the following filters when you will create the offer in your TrafficManager platform until after the test is done:<\/p>\n\n\n\n<p><strong>Countries, Exclude Countries, Connection type<\/strong>, or, if you already have them activated, check the \u201cIgnore targeting restrictions\u201d box under the offer settings and save the offers.<\/p>\n\n\n\n<p>Don\u2019t forget to remove that once you\u2019re done if you want to activate the filters again.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"217\" src=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Ignore-targeting-restrictions-in-TM.png\" alt=\"\" class=\"wp-image-447\" srcset=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Ignore-targeting-restrictions-in-TM.png 750w, https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Ignore-targeting-restrictions-in-TM-300x87.png 300w\" sizes=\"auto, (max-width: 750px) 100vw, 750px\" \/><\/figure>\n<\/div>\n\n\n<div style=\"height:46px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><span style=\"text-decoration: underline;\">Step 10: Test your integration using the tracking link generated by your TrafficManager platform<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"752\" height=\"292\" src=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/trasking-links.png\" alt=\"\" class=\"wp-image-448\" srcset=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/trasking-links.png 752w, https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/trasking-links-300x116.png 300w\" sizes=\"auto, (max-width: 752px) 100vw, 752px\" \/><\/figure>\n<\/div>\n\n\n<div style=\"height:46px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>First, open the link in your browser and check if the click you just made is visible on both tracking platforms.&nbsp; If not ask the account\/affiliate manager managing the other tracking platform if the statistics are live in their system, otherwise check the <strong>Troubleshooting <\/strong>section of this page.<\/p>\n\n\n\n<p>The last step, simulate a conversion by clicking the same tracking link and completing the desired action. (You may need your account\/affiliate manager help for this)<\/p>\n\n\n\n<p>If the conversion is not reported correctly, please check the <strong>Invalid Conversions <\/strong>section of your TrafficManager platform, and seek the reason for the failed reported conversion:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"937\" height=\"564\" src=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Invalid-conversions-TM.png\" alt=\"\" class=\"wp-image-449\" srcset=\"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Invalid-conversions-TM.png 937w, https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Invalid-conversions-TM-300x181.png 300w, https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/Invalid-conversions-TM-768x462.png 768w\" sizes=\"auto, (max-width: 937px) 100vw, 937px\" \/><\/figure>\n<\/div>\n\n\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>Hopefully, this guide made your life easier. Thank you for your trust and support and remember to keep an eye on our blog and social media pages for more content like this.<\/strong><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>With love,<\/p>\n\n\n\n<p>The TrafficManager Team!<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"900\" height=\"507\" src=\"https:\/\/www.youtube.com\/embed\/jewRa7DyOUI?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"><\/iframe><\/span>\n<\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>What is Server-to-Server (S2S) Postback, and how do you implement S2S Postback integration between two tracking platforms? Server-to-server (S2S) postback integration is a method used to track and transfer data between two systems or tracking platforms. Over the past few years, S2S postback has emerged as an unofficial &#8220;standard tracking and communication channel&#8221; in the [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":439,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[14,45],"tags":[53,52,5],"class_list":["post-438","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-conversions-tracking","category-educational-content","tag-postback-integration-guide","tag-s2s-postback","tag-trafficmanager"],"aioseo_notices":[],"featured_image_src":{"landsacpe":["https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/S2S-Postback-Integration-1140x445.jpg",1140,445,true],"list":["https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/S2S-Postback-Integration-463x348.jpg",463,348,true],"medium":["https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/S2S-Postback-Integration-300x169.jpg",300,169,true],"full":["https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/S2S-Postback-Integration.jpg",1280,720,false]},"jetpack_featured_media_url":"https:\/\/www.trafficmanager.com\/blog\/wp-content\/uploads\/2023\/04\/S2S-Postback-Integration.jpg","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/patiP0-74","_links":{"self":[{"href":"https:\/\/www.trafficmanager.com\/blog\/wp-json\/wp\/v2\/posts\/438","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.trafficmanager.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trafficmanager.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trafficmanager.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trafficmanager.com\/blog\/wp-json\/wp\/v2\/comments?post=438"}],"version-history":[{"count":26,"href":"https:\/\/www.trafficmanager.com\/blog\/wp-json\/wp\/v2\/posts\/438\/revisions"}],"predecessor-version":[{"id":481,"href":"https:\/\/www.trafficmanager.com\/blog\/wp-json\/wp\/v2\/posts\/438\/revisions\/481"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.trafficmanager.com\/blog\/wp-json\/wp\/v2\/media\/439"}],"wp:attachment":[{"href":"https:\/\/www.trafficmanager.com\/blog\/wp-json\/wp\/v2\/media?parent=438"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trafficmanager.com\/blog\/wp-json\/wp\/v2\/categories?post=438"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trafficmanager.com\/blog\/wp-json\/wp\/v2\/tags?post=438"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}