Hi Christian,
So I can assist you better, could you provide more details such as your
batch job ID and any SOAP request and response? You may reply to me
privately via the *Reply privately to author* option.
Best regards,
Peter
AdWords API Team
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
We are also seeing these errors (OPERATOR_NOT_SUPPORTED - RequiredError.
REQUIRED) when editing a shopping bidding tree with the BatchJobService. I
will see if I can provide the SOAP request.
On Friday, April 6, 2018 at 7:52:26 AM UTC+2, Peter Oliquino wrote:
>
> Hi,
>
> In order to better identi
Hi,
In order to better identify the exact cause of the issue, could you provide
to me the complete SOAP request and response that was generated when this
error occurred? You may reply using the *Reply privately to author* option.
Best regards,
Peter
AdWords API Team
--
--
=~=~=~=~=~=~=~=~=~=
function set_adgroup_status($adgroup_id, $status) {
$adGroup = new AdGroup();
$adGroup->setId($adgroup_id);
$adGroup->setStatus($status);
$operation = new AdGroupOperation();
$operation->setOperand($adGroup);
$operation->setOperator(Operator::SET);
return $operation;
}
Why does processing this o