Hi Alex, The AWAITING_FILE status of a BatchJob <https://developers.google.com/adwords/api/docs/guides/batch-jobs#incremental_uploads> means that the service is still expecting more operations to be uploaded. You can indicate that this is the last request by setting the *Content-Range *HTTP header to the final total bytes. The add_keywords_using_incremental_batch_job <https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201605/campaign_management/add_keywords_using_incremental_batch_job.rb> Ruby example demonstrates how to use BatchJobService <https://developers.google.com/adwords/api/docs/reference/v201605/BatchJobService> to upload keywords in bulk. You can modify this example to add Ads in bulk.
If you still see that the status is in AWAITING_FILE, please provide the SOAP XML request and response logs generated for this operation. Please use *Reply privately to author* when responding. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/86b547dd-6180-4254-87ac-ba2042ccbf82%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
