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(
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