Hi
I able to display only approved ads only .How can we display ads which are eligible ?
And I want to display the image ads also .How to write the predicate for displaying image ads and flash ads ?
Please let me know the procedure to do things?
And my code is :
$selector->predicates[] = new Predicate('AdType', 'IN', array('TEXT_AD'));
$selector->predicates[] =new Predicate('Status', 'IN', array('ENABLED', 'PAUSED', 'DISABLED'));
Thank you !