Recently our server is seeing a huge delay when calling GetService. After trying numerous things we decided to test the PHP Examples from the client library. We get the same result, around 2-4 seconds for each service we try to load. Currently our app loads a handful of these when performing operations.
Our code runs in this order and has worked flawlessly for a couple of years. 1. Init AdwordsUser 2. Make calls to each service we plan to use for this job: $campaignService = $user->GetService('CampaignService', ADWORDS_VERSION); // 3 seconds to load $adGroupService = $user->GetService('AdGroupService', ADWORDS_VERSION); // 3 seconds to load $adGroupCriterionService = $user->GetService('AdGroupCriterionService', ADWORDS_VERSION); // 3 seconds to load // load additional services we may need - add 3 seconds to load... 3. Do work (create a campaign, update an ad, delete a keyword..etc) This impacts our clients so I was hoping someone could shed some light as to why we're seeing the delays all of the sudden. Thanks, Dave Reed -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en