Hello AdWords API Team,
I'm trying to run BatchJobService using ManagerAccount id.
I've a strange behaviour.
I create JobService using a session with manager account id
$sess = $adWordsSessionBuilder->withClientCustomerId("MANAGER_ACCOUNT_ID")->build();$batchJobService = $adWordsServices->get($sess, BatchJobService::class);
then I submit a set of operation over various account managed by this manager account.
Operations are adGroups bidAdjustment.
JobService after polling return me always an error for all operations, telling me:
AdGroupId: xxxxxxxxxxxx -> EntityNotFound.INVALID_ID
The strange thing is that all operation are executed instead.
Do I do something wrong?
Thanks a lot
Marco