JAVA에서 AdGroupAdServiceInterface를 사용하여 AD를 등록하려고 합니다.
그러나, EntityNotFound.INVALID_ID가 발생합니다.
ClientCustomerId의 AdGroupId를 사용했습니다.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<soap:Header>
<requestId>0005bbfba01eb1060a624d4308011335</requestId>
<serviceName>AdGroupAdService</serviceName>
<methodName>mutate</methodName>
<operations>1</operations>
<responseTime>363</responseTime>
</ResponseHeader>
</soap:Header>
<soap:Body>
<soap:Fault>
<faultcode>soap:Client</faultcode>
<faultstring>[EntityNotFound.INVALID_ID @ operations[0].
operand.ad.id; trigger:'<null>']</faultstring>
<detail>
<message>[EntityNotFound.INVALID_ID @ operations[0].
operand.ad.id; trigger:'<null>']</message>
<ApplicationException.Type>ApiException</ApplicationException.Type>
<fieldPathElements>
<field>operations</field>
<index>0</index>
</fieldPathElements>
<fieldPathElements>
<field>operand</field>
</fieldPathElements>
<fieldPathElements>
<field>ad</field>
</fieldPathElements>
<fieldPathElements>
<field>id</field>
</fieldPathElements>
<trigger><null></trigger>
<errorString>EntityNotFound.INVALID_ID</errorString>
<ApiError.Type>EntityNotFound</ApiError.Type>
<reason>INVALID_ID</reason>
</errors>
</ApiExceptionFault>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>