Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

can't add advt to vshare ?

3 replies [Last post]
Reply

in Channel Setup Wizard

Do you use an Online Video Platform (OVP) to manage the videos on your site?
(e.g., Bits on the Run)

For my vShare site i select = YES. But showing the following

"We're sorry, the AdSolution doesn't integrate with your setup at this time"

I also tried with 1ist option (NO) and mofified my code .But showing another advertisment ,not mine . Why

Reply

John,

Please show a link to your site where we can replicate the issue.

Best,

Darjan

Reply

Modified player.inc same as below and i added google adsense through dashboard. Instead of adsense, other advt showing in player

<script type="text/javascript">
var so = new SWFObject("{$config['baseurl']}/player/player.swf","vshare_player","$config[player_width]","$config[player_height]","8");
so.addParam("allowfullscreen","true");
so.addVariable("file","{$file}");
so.addVariable("image","{$video_thumb_url}/thumb/{$video_folder}{$video_id}.jpg");
so.addVariable("logo","{$config['baseurl']}/templates/images/watermark.gif");
so.addVariable("link","{$config["watermark_url"]}");
so.addVariable("linktarget","_blank");
so.addVariable("width","{$config['player_width']}");
so.addVariable("height","{$config['player_height']}");
so.addVariable("displayheight","$displayheight");
so.addVariable("overstretch", "true");
so.addParam('wmode','transparent');
so.addVariable('plugins', 'ltas');
so.addVariable('ltas.cc', 'ntqthehatntgmih');
so.addVariable("autostart", "{$config['player_autostart']}");
so.addVariable("bufferlength", "{$config['player_bufferlength']}");
so.write('vshare_player');
</script>

Reply

John,

Again, please show a link to your site where we can replicate the issue. When you run your own ads, you do it under an inventory share model where we run your ads 70% of the time and our ads 30% of the time.

Best,

Darjan

Post new comment

  • Allowed HTML tags: <code> <blockquote> <em> <strong> <strike> <ul> <li> <ol>
  • You may post code using <code>...</code> .
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options