Could we enhance the channel management feature to allow unlimited number of these? These are critical to tuning / testing performance of different ad types / placements. 5 is almost nothing...

Comments

kbahey’s picture

Status: Active » Closed (fixed)

You can add as many as you like:

1. Make sure you have a new version of Adsense.
2. Edit adsense.module.
3. Find the line that says:

define(ADSENSE_MAX_CHANNELS,       5);

4. Change the number 5 in the line above to the number you want.

5. Save the file.

That is it.

dkruglyak’s picture

Status: Closed (fixed) » Active

Sorry, I did not have the latest code... Thanks for putting it in.

One small suggestion is to move this ADSENSE_MAX_CHANNELS out to settings to reduce pain of mixing / matching various hacks.

darren oh’s picture

Version: 4.6.x-1.x-dev » master
Status: Active » Closed (won't fix)

Close due to lack of activity.