Re: TargetingSetting at the campaign level

2018-07-10 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Christopher, Could you please try code below: $details []= null; $targetingSetting = new TargetingSetting(); $detail = new TargetingSettingDetail(); $detail->setCriterionTypeGroup = 'USER_INTEREST_AND_LIST'; $detail->setTargetAll = true; $details [] = $detail; $targetingSetting->setDetails(

TargetingSetting at the campaign level

2018-07-10 Thread Christopher Taylor
Trying to set TargetingSetting attributes via the PHP libraries at the campaign level, but receiving this error: Unmarshalling Error: cvc-type.2: The type definition cannot be abstract for element ns1:settings Only see examples for setting at the adgroup level and not the campaign level but