CINXE.COM
AWIN Telco Datafeeds - Developer Documentation
<!DOCTYPE html> <html lang="en"> <head> <title>AWIN Telco Datafeeds - Developer Documentation</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Bootstrap library --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> <!-- FontAwesome --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <!-- Google Font --> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway&display=swap"> <!-- Custom --> <link rel="stylesheet" type="text/css" href="./assets/css/style.css" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="./assets/css/sidenav.css"> <!-- Favicons --> <link rel="icon" type="image/x-icon" href="http://images.bigupdata.co.uk/favicon/favicon.ico" /> <link rel="icon" type="image/png" sizes="32x32" href="http://images.bigupdata.co.uk/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="http://images.bigupdata.co.uk/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="http://images.bigupdata.co.uk/favicon-16x16.png"> </head> <body> <!-- Bigupdata Sidenav --> <button id="navigation" class="btn btn-success flex-child buttonBorderRadiusTopLeft fixedButtons"> <i class="fa fa-bars"></i> Menu </button> <div id="cd-lateral-nav" class="side-nav"> <ul class="cd-navigation cd-single-item-wrapper home-portal-buttons"> <li><a href="https://bigupdata.co.uk/"><i class="fa fa-home"></i>Home</a></li> <li><a href="https://bigupdata.co.uk/portal"><i class="fa fa-user"></i>Portal</a></li> </ul> <ul> <li><a href="./index.html">Important Notes</a></li> <li><a href="./pages/implementation_tips.html">Implementation Tips</a></li> <li><a target="_blank" href="./multiplay-awin-docs.htm">Landline, Broadband and TV Deals</a></li> </ul> <ul class="cd-navigation"> <li class="item-has-children"> <a href="#0" class="item-has-children">Mobile Phones</a> <ul class="sub-menu"> <li><a href="./pages/standard_fields.html">Standard Fields</a></li> <li><a href="./pages/json_fields.html">JSON Fields</a></li> </ul> </li> </ul> <ul> <li><a href="./pages/valid_value_reference_guide.html">Valid Values Reference Guide</a></li> <li><a href="https://bigupdata.co.uk/contact-us"><i class="fa fa-envelope"></i>Contact Us</a></li> </ul> </div> <!-- Main content --> <div class="page-wrap" id="panel"> <header> <!-- Header with logos --> <div class="container"> <div class="row col-xs-12 m-2 align-items-center"> <div class="d-flex"> <a href="https://bigupdata.co.uk/"><img src="./assets/images/awin_logo_scaled.png" alt="AWIN Logo" height="90px"></a> </div> <div class="ml-auto d-flex"> <a href="https://bigupdata.co.uk/"><img src="./assets/images/BuitWithBUDstamp_960px.png" alt="BigUpData" height="65px"></a> </div> </div> </div> </header> <div class="container"> <div class="row mx-5"> <h2>AWIN Telco Datafeeds Documentation</h2> </div> <div class="row mx-5"> <!-- Content - Important Notes; Contact & Support --> <!-- Important Notes --> <section id="sec_important_notes"> <h3 id="important_notes">Important Notes</h3> <div> <ul> <li>Field names suffixed with <span class="non-null">- non-null</span> cannot be null/empty. Your import code can rely on these values always existing and you should report an issue to Affiliate Window if you ever encounter an empty value. <p><strong>Note:</strong> that a value of 0 could have a specific meaning.</p> </li> <li>Anyone planning to use the JSON fields should not need to absorb any of the fields described in "Standard Fields". The only exceptions are <a class="external_field_link" href="./pages/standard_fields.html#gdf_merchant_product_id">merchant_product_id</a>, <a href="./pages/standard_fields.html#gdf_merchant_deep_link" class="external_field_link">merchant_deep_link</a> and <a href="./pages/standard_fields.html#gdf_last_updated" class="external_field_link">last_updated</a> so these should always be ticked along with the fields described in <a class="external_link" href="./pages/json_fields.html">JSON Telco fields</a> when downloading from create-a-feed. All others can remain un-ticked.</li> <li>Field names in the standard schema are in many cases slightly misleading as the schema has to cope with multiple verticals. It's important therefore to read this documentation in order to understand the proper function of each field in the context of the Telco vertical. JSON fields on the other hand are Telco-specific and are more appropriately named.</li> <li>All Telco fields are available in the same schema (group of tick boxes) in create-a-feed, but they're described here separately as "JSON Telco Fields" and "Standard Fields" as their intended use is different.</li> </ul> <p>In general all products will be better described, and in more detail in the <a class="page_link" href="./pages/json_fields.html">JSON Telco fields</a>.</p> </div> </section> <section id="sec_contact_us"> <h3>Contact & Support</h3> <p>If you are experiencing difficulties downloading the latest data, interpreting the documentation or think you might have identified a bug or inconsistency in the data, please don't hesitate to get in touch with Publisher Services:</p> <ul> <li><strong>AWIN UK Publisher Services</strong> - <a class="email_link" href="mailto:uk-publisherservices@awin.com?cc=help@bigupdata.co.uk">Problems with AWIN UI, Create-a-feed or your publisher account</a></li> <li><strong>BigUpData</strong> - <a class="email_link" href="mailto:help@bigupdata.co.uk?cc=uk-publisherservices@awin.com">Data inconsitency/anomalies, unexpected values not accounted for in documentation.</a></li> </ul> </section> </div> </div> </div> </div> <!-- Scripts --> <!-- jQuery library --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script> <!-- Bootstrap --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script> <!-- Custom --> <script src="./assets/js/script.js"></script> <script> $( document ).ready(function() { $(function(){ $('.toggleNav').on('click',function(){ $('.flex-nav ul').toggleClass('open'); }); }); $(window).scroll(function(){ if($(this).scrollTop()>55){ $('.wrapper').css({'margin-top':'0px'}); } }); $(window).scroll(function(){ if($(this).scrollTop()<55){ $('.wrapper').css({'margin-top':'55px'}); } }); }); </script> <script> $(window).scroll(function(){ if ($(window).scrollTop() >= 100) { $('nav').addClass('fixed-header'); } else { $('nav').removeClass('fixed-header'); } }); </script> <!-- jQuery library --> <script src="./assets/js/navbarscript.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <!-- Latest compiled JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script> <!-- Sidenav JS --> <script src="./assets/js/slideout.min.js"></script> <script src="./assets/js/sidenav.js"></script> </body> </html>