bryanwoj Posted December 18, 2013 Report Share Posted December 18, 2013 Alright, I set up a single page call for our site to help solve my issue in my previous thread about responsive ads (that's not all the way set up but it's on track). Now that I have single page call, I want to have two ad units that are the same size on a page. Do I need to create a separate zone for each one? If I want two 300x250 ads on a page, do I need two 300x250 zones set up, or can I do something like cache-busting or whatever to get the second copy of the invocation code to load a separate ad? I already have "Don't show the same ad on the page" enabled. Quote Link to comment Share on other sites More sharing options...
Guest Posted December 18, 2013 Report Share Posted December 18, 2013 Hi bryanwoj Zone is a unique place to display ads Yes , you need to setup two zones I already have "Don't show the same ad on the page" enabled. So each zone will load a different ad Quote Link to comment Share on other sites More sharing options...
Matteo Beccati Posted December 19, 2013 Report Share Posted December 19, 2013 you could also use named zones, something like: zoneOne=1|zoneOneAgain=1 Adding nz=1 and urlencoding the string gives:...?nz=1&zones=zoneOne%3D1%7CzoneOneAgain%3D1 then you can fetch and display zones by name rather than IDs Quote Link to comment Share on other sites More sharing options...
bryanwoj Posted December 20, 2013 Author Report Share Posted December 20, 2013 you could also use named zones, something like: zoneOne=1|zoneOneAgain=1 Adding nz=1 and urlencoding the string gives:...?nz=1&zones=zoneOne%3D1%7CzoneOneAgain%3D1 then you can fetch and display zones by name rather than IDs Would that be added to the single page call or to the invocation code for the ad? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.