Hello!
How to update time of showing ads?
php,
i try
define('ADWORDS_VERSION','v201409');
$campaignCriterionService =
$user->GetService('CampaignCriterionService', ADWORDS_VERSION);
$adSchedule = new AdScheduleTargetList();
and..
Class 'AdScheduleTargetList' not found
can you give me new class name.