Greetings, API Team ! Language : Java API Version : V200909 Service : BulkMutateJobServiceInterface Using Sandbox
We are currently trying to test our Upload-Tool to upload _big_ Campaigns, consisting of several thousand AdGroups and ca. 4-5 TextAds and 5-10 Keywords per AdGroup. Unfortunately it does not seem possible to upload all Artefacts in one go (would be _the_ Killer-Feature, really ...), so we structured our upload to use - CampaignService.mutate() to upload one Campaign - several(mostly just one) call(s) to bulkService.mutate() with n CampaignCriterions - several calls to bulkService.mutate() with n AdGroups - several calls to bulkService.mutate() with n AdGroupCriterions - several calls to bulkService.mutate() with n AdGroupAds When using the sandbox at least, the aforementioned 'n' lies between 250 - 500. Anything larger, and the chance for 502 Bad Gateway Errors increases dramatically. My question is now: Is the 'n' in a range that constitutes an unadvised 'Load Test' ? If that should be the case, how can I test bigger 'n' ? I'd rather not (soap-)mock your Services :) Cheers, rainer -- 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=.
