Re: Creating Bath Job Doesn't Work

2017-06-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Kanan, Could you provide a few sample BatchJobIds which are in AWAITING_FILE status? Please note that you need to poll the batch job's status periodically until it is CANCELED or DONE. This exa

Creating Bath Job Doesn't Work

2017-06-20 Thread Kanan Farzali
Hi Google, I have recently updated my code to the new API - v 201705 now being used and the code has been updated respectively. The new code looks like this (php): function createBatchJob($clientId, $operations) { $oAuth2Credential = (new OAuth2TokenBuilder()) ->fromFile() ->build(); // Co