CINXE.COM

Postmedia Digital Advertising Registry

<!doctype html> <html lang="en" class="h-100"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Favicon --> <link rel="shortcut icon" type="image/png" href="/static/img/favicon.58a44c4c51a2.ico"/> <!-- Bootstrap CSS --> <link rel="stylesheet" href="/static/vendor/css/bootstrap.min.a15c2ac3234a.css"> <!-- Font Awesome --> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"> <!-- Custom CSS --> <link rel="stylesheet" href="/static/css/main.d6a526b2a616.css"> <title> Postmedia Digital Advertising Registry </title> <!-- mParticle --> <script src="https://analytics-assets.gprod.postmedia.digital/test-assets/js/vendorhosted.js"></script> <style> .top-line { width: 100%; height:0; border: 2px solid #F5C41D; } .search-box { max-width: 250px; display:inline-block; margin-right: 10px; } </style> </head> <body class="d-flex flex-column h-100"> <div class="top-line"></div> <main role="main" class="flex-shrink-0"> <div class="container"> <div class="row"> <div class="col-12 col-md-10 offset-md-1 page-header"> <img src="/static/img/logo_postmedia_network_inc.7ef4bd7a2ac7.png" alt="Logo - Postmedia Network Inc."> <h1>Digital Advertising Registry</h1> </div> <div class="col-12 col-md-10 offset-md-1 note-postmedia"> <h2>A note from Postmedia</h2> <p> Welcome to Postmedia’s Digital Ad Registry (the “Registry”). The Registry is compliant with the <em>Canada Elections Act (“Act”)</em>, and amendments brought under Bill C-76, the <em>Elections Modernization Act</em>. </p> <p> As required by the Act, this Registry contains all regulated political advertisements placed by political parties, candidates or other regulated political entities and third parties during the pre-writ and writ periods. Further, the Registry will remain publicly visible for two years and maintained an additional five years after that. </p> <p> All ads appearing in Postmedia properties will be clearly labeled Political Advertising. All digital ads will be posted on the Registry and include the name of the person who authorized the ad, the date and the properties the ad ran on. </p> <!-- <div class="md-form mt-0"> <input class="form-control search-box" type="text" placeholder="Search Advertising Registry" aria-label="Search"><i class="fas fa-search"></i> </div> --> </div> <div class="col-12 col-md-10 offset-md-1 "> <div class="row mt-4"> <div class="col-12"> <label for="select-election-year"><strong>Election Year</strong></label> <select id="select-election-year" name="select-election-year" class="form-control select-election-year ml-1" data-bind="value: electionYear"> <option selected="selected" >2024</option> <option >2021</option> <option >2019</option> </select> <hr class="mt-4"> </div> </div> </div> </div> <div class="row"> <div class="col-12"> <!-- Search form --> </div> </div> </div> <div class="container"> <div class="row" data-bind="foreach: $root.adsToShow"> <div class="col-10 offset-1 offset-md-0 col-md-4 col-lg-3 ad-preview" data-bind="click: function(e) { $root.showAdDetails($data); return false; }, attr: { 'data-ad-id': $data.adId }"> <div class="inner"> <!-- <div class="political-ad"> <i class="fas fa-balance-scale"></i> Political Ad </div> --> <div class="ad-preview-image-container"> <!-- <span class="helper"></span> --> <!-- <div class="political-ad-badge badge badge-warning"><i class="fas fa-balance-scale"></i> Political Ad</div> --> <div data-bind="if: $data.creativeThumbnailUrl"> <img class="ad-preview-image" data-bind="attr: { src: $data.creativeThumbnailUrl }"> </div> <div data-bind="if: $data.creativeVideoUrl"> <video class="ad-preview-image center-block" autoplay loop muted> <source src="" type="video/mp4" data-bind="attr: { src: $data.creativeVideoUrl }"> Your browser does not support the video tag. </video> </div> </div> <div class="started-running"> Start date <span data-bind="text: $data.startDate"></span> </div> <div class="ad-details-link"> <a href="#" data-bind="click: function(e) { $root.showAdDetails($data); return false; }"><strong>View Ad details</strong></a> </div> </div> </div> </div> <div class="col-12 text-center"> <button data-bind="visible: $root.showMoreButtonVisible, click: $root.showMoreAds" class="btn btn-lg btn-load-more">Load more ads</button> </div> </div> </main> <footer class="footer mt-auto py-3"> <div class="container"> <div class="row"> <div class="col-12"> <img src="/static/img/logo_postmedia_network_inc_white.5c22e2f111cc.png" alt="Logo - Postmedia Network Inc."> <span>&copy; 2021 Postmedia Network Canada Corp. All rights reserved.</span> <div class="links"> <a href="https://www.postmediasolutions.com/contact-us/" target="_blank">Advertise with Us</a> | <a href="mailto:PMNIPoliticalAdRegistry@postmedia.com" target="_blank">Contact Us</a> | <a href="http://www.postmedia.com/terms-of-use/" target="_blank">Terms of Use</a> | <a href="https://pages.postmedia.com/privacy-statement/" target="_blank">Privacy</a> | <a href="http://www.postmedia.com/copyright/" target="_blank">Copyright &amp; Permissions</a> </div> </div> </div> </div> </footer> <div class="modal" id="adDetailsModal" data-bind="with: $root.selectedAd"> <div class="modal-dialog"> <div class="modal-content"> <!-- Modal Header --> <div class="modal-header"> <h3 class="modal-title">Ad Creative Details</h3> <button type="button" class="close" data-dismiss="modal">&times;</button> </div> <!-- Modal body --> <div class="modal-body"> <div data-bind="if: $data.creativeThumbnailUrl"> <img class="ad-preview-image center-block" data-bind="attr: { src: $data.creativeThumbnailUrl }"> </div> <div data-bind="if: $data.creativeVideoUrl"> <video class="ad-preview-image center-block" autoplay loop> <source src="" type="video/mp4" data-bind="attr: { src: $data.creativeVideoUrl }"> Your browser does not support the video tag. </video> </div> <br><br> <table class="table"> <tr> <th style="width: 40%;">Clickthrough URL</th> <td><a href="#" data-bind="text: $data.clickthroughURL, attr: { href: $data.clickthroughURL }" target="_blank" class="clickthrough-url"></a></td> </tr> <tr> <th><span data-bind="text: $data.polPartyRegType"></span></th> <td data-bind="text: $data.polPartyRegAgent"></td> </tr> <tr> <th>Authorizing Agent</th> <td data-bind="text: $data.polPartyAuthAgent"></td> </tr> <tr data-bind="if: $data.isThirdParty"> <th>Civic or email address</th> <td data-bind="text: $data.polPartyCivicEmailAddress"></td> </tr> <tr data-bind="if: $data.isThirdParty"> <th>Phone number</th> <td data-bind="text: $data.polPartyPhone"></td> </tr> <tr> <th>Platform</th> <td data-bind="text: $data.platform"></td> </tr> <tr> <th>Start Date</th> <td data-bind="text: $data.startDate"></td> </tr> <tr> <th>Displayed on</th> <td data-bind="text: $data.displayedOn"></td> </tr> </table> </div> <!-- Modal footer --> <div class="modal-footer text-center"> <button type="button" class="btn btn-default btn-close" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="/static/vendor/js/jquery.min.f832e36068ab.js"></script> <script src="/static/vendor/js/bootstrap.min.4786c9df2ef5.js"></script> <script src="/static/vendor/js/popper.min.36affe2ca6cb.js"></script> <script src="/static/vendor/js/knockout.min.5d51817e016c.js"></script> <script src="https://momentjs.com/downloads/moment.js"></script> <!-- Data Models --> <script src="/static/js/ko_ad_library_model.851881b81b74.js"></script> <!-- Typeform --> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script> <script type="text/javascript"> var pageModel = null; $(function () { pageModel = new koAdLibraryModel(); ko.applyBindings(pageModel); $('#adDetailsModal').on('hidden.bs.modal', function () { pageModel.selectedAd(null); }); }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10