Advertisement
Guest User

Exemple Callback SmartAdserver

a guest
Dec 7th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  sas.call("onecall", {
  2.                     siteId: '65458',
  3.                     pageId: '502039',
  4.                     formatId: '28706,28725,28705,28699,39622,59072,59382',
  5.                     target: ''
  6.                 }, {
  7.                     onNoad: function(data){
  8.                         /* Callback exécuté s'il n'y a pas de publicité pour un des 7 emplacement */
  9.                         if ( data.formatId == 28699 ) {
  10.                                            
  11.                         }
  12.                     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement