Hi, The library does not provide strongly typed exceptions out of the SOAP fault, but you may want to check out the error handling examples<https://github.com/googleads/googleads-php-lib/tree/master/examples/AdWords/v201402/ErrorHandling> in the library for ideas of how you might best utilize the ErrorUtils class.
Cheers, Josh, AdWords API Team On Thursday, April 17, 2014 2:51:07 AM UTC-4, Paris Theofanidis wrote: > > Hi Josh, > > Thanks for your clarification in my questions. Regarding the SOAP > exceptions, we are using the PHP library provided by google. To my > knowledge there's only the ErrorUtils class available which does the job, > but I was hoping if there's something a bit more concrete. > > On Wednesday, 16 April 2014 12:06:34 UTC+2, Paris Theofanidis wrote: >> >> Hi, we're using the API to automatically generate and update our >> sitelinks. However in some cases our SEM experts want to add/edit sitelinks >> directly from the AdWords tool. >> So, my questions are >> >> >> 1. Can I relate two Feeds on an AdGroup for sitelinks placeholder? >> 2. If an AdGroup already has sitelinks attached from FeedA but not >> sitelinks from FeedB. Should I ADD or SET the operations of FeedB >> 3. If an AdGroup has sitelinks from FeedB and I want just add another >> sitelink from the same feed. Do I have to remap all the sitelinks from >> FeedB or just the new one? (According to my tests atm SET will replace >> any >> existing sitelinks from the same Feed, but asking just for clarity). >> >> Also, another question (irrelevant to the first subject), is there some >> class that can parse the SOAP exceptions and give back meaningful (to code) >> errors list? >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. For more options, visit https://groups.google.com/d/optout.
