Re: Downloading attribute / structural data

2014-08-05 Thread Josh Radcliff (AdWords API Team)
Hi, You do not have to take the intermediate step of writing the output to a file. You can simply read and parse the input stream directly. For example, if you were using the Java client library, you could read and parse response.getInputStream()

Re: Downloading attribute / structural data

2014-08-04 Thread Moe
Hi Josh, I want to directly retrieve cost for a certain campaign using AWQL on the campaign service and output it in my program. Is that possible? Or am I supposed to download an AdHoc report in csv format, then parse it to retrieve the cost value?! Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Downloading attribute / structural data

2014-08-03 Thread Anurag Laddha
Thanks Josh. Sorry for the late reply. Anurag On Mon, Jul 28, 2014 at 8:50 PM, Josh Radcliff (AdWords API Team) < adwordsapiadvisor+j...@google.com> wrote: > Hi, > > To get attribute information you can either use the object-specific > services such as CampaignService >

Re: Downloading attribute / structural data

2014-07-28 Thread Josh Radcliff (AdWords API Team)
Hi, To get attribute information you can either use the object-specific services such as CampaignService , AdGroupService , etc.,

Downloading attribute / structural data

2014-07-27 Thread Anurag Laddha
Greetings, Using Performance reports as listed in https://developers.google.com/adwords/api/docs/appendix/reports the only way to download attribute data for Adwords entites (Account, Campaign, Adgroup etc)? In other words to get attribute/structural data is specifying the performance reports