Re: AddAdGroups.php gives error

2012-06-15 Thread Roy Roes
Hi, I try to catch the Exception like this: try { $result = $adGroupService->mutate($operations); } catch (Exception $e) { printf("An error has occurred: %s\n", $e->getMessage()); } But no exception is catched... I can output anything before the line $result = $adGroupService->muta

Tracking site-link performance.

2012-06-15 Thread jstedman
Does the Destination URL Report allow us to track individual site-link performance? The fields I want to use to track this are: EffectiveDestinationUrl ClickType CampaignId By knowing a click is attributed to a site-link, and knowing the destination urls assigned to the site-links configured i

Re: v201109_1 CALL_METRICS_CALL_DETAILS_REPORT error

2012-06-15 Thread Filipe Comparini
Hi Anash! Where should I set this ProxyURL? And what URl is that? Thanks On Thursday, June 14, 2012 2:02:17 AM UTC-3, Anash P. Oommen wrote: > > Hi Sean, > > Could you email me an http dump to anash.p.oom...@google.com? To do this, > download and start Fiddler in HTTPS capture mode. Then set P

Birth date api

2012-06-15 Thread Maruti
I am not able to update the Birthdate. (using c# google API ) My code is as follows: Contact profile = m_objContactReq.Retrieve(new Uri("https://www.google.com/m8/feeds/profiles/domain/"; + DomainName + "/full/" + UserName)); profile.ContactEntry.Birth

Hanging out for the Summer

2012-06-15 Thread AdWords API Advisor
Hi All, If you'd like to join us during one of our upcoming AdWords API Office Hours, we've posted our schedule for the summer on the calendar. See http://googleadsdeveloper.blogspot.com/2012/06/hanging-out-for-summer.html for details. Please come with your questions, feedback, and requests!

Re: Sandbox not generating 5 new accounts

2012-06-15 Thread John Quarto-vonTivadar
I had the same challenge as mwunit11: the response I got back from the sandbox was: {"total_num_entries":0,"page_type":"CampaignPage","total_budget":{"period":"DAILY","amount":{"comparable_value_type":"Money","micro_amount":0}}} (parsed it as JSON ... I use Rails so this seemed more natural)

Re: I have no clue how to start downloading reports

2012-06-15 Thread John Quarto-vonTivadar
Danial, I completely understand you're trying to be helpful. But the biggest obstacle to getting started with the API **is** the code examples shipped with every library! You're trying to do the best you can and answering a lot of emails --- but it's the lack of proper dox that is causing the