Hi, If you are using an AdWords API client library, there will be an option to dump the soap request and response logs in your library's configuration file (config.ini / app.config) etc. depending on the library. If not, using an http debugging proxy would be simple. http://www.fiddler2.com/fiddler2/ is a good option if you are on a Windows box.
Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 4 September 2012 18:44:01 UTC+5:30, spetz wrote: > > I thought that startDate & endDate in the root array is different than > those one in campaignStats object. So how can I dump the response and > request xml structure to page? > > > > 4 Eylül 2012 Salı 12:31:13 UTC+3 tarihinde Anash P. Oommen yazdı: >> >> Hi, >> >> CampaignStats also has a startDate and endDate column. Could you post the >> SOAP request and response xmls after clearing the credentials? >> >> Cheers, >> Anash P. Oommen, >> AdWords API Advisor. >> >> On Monday, 3 September 2012 12:01:24 UTC+5:30, spetz wrote: >>> >>> Hi, >>> >>> I am trying to get startDate and endDate fields from CampaignService and >>> put 'StartDate' and 'EndDate' columns into the selector. But when I examine >>> the result, the values named startDate and endDate appear under >>> campaignStats, not at the root campaign object. >>> >>> How can I get the startDate and endDate for the campaign itself? >>> >>> -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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
