Excellent! Last question, since there a ton of reports, I just would like a 
totals report where I can get the total clicks, impressions, ctr, etc, the 
same totals one would see on the home screen.

 

Thx again

Ralph

 



On Thursday, April 3, 2014 1:25:15 PM UTC-4, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi,
>
> The report 
> list<https://developers.google.com/adwords/api/docs/appendix/reports> I 
> sent over earlier contains a table of available fields on a per-report 
> basis.  When making report requests you'll want to use the field names from 
> the first column of the table.
>
> Regarding consuming the report data, you are correct in that the reporting 
> service does not return objects but instead returns CSV, XML or PDF data. 
>  If you don't want to write the data to an intermediate file you can use 
> ReportUtilities.GetClientReport<https://github.com/googleads/googleads-adwords-dotnet-lib/blob/35d4ca68148bdf0e8312436b787b0b637feb7d42/src/AdWords/Util/Reports/ReportUtilities.cs#L108>
> .
>
> Cheers,
> Josh, AdWords API Team
>
> On Thursday, April 3, 2014 12:47:24 PM UTC-4, gordingin wrote:
>>
>> I was using my MMC id so using a clients ID worked. But if you could 
>> still answer my question about the export. ALSO, where is a list of 
>> selector.field values I can use. In the sample, the 
>> have CampaignId, AdGroupId, etc. Is there a list I can view?
>>
>> thx
>> r
>>
>> On Thursday, April 3, 2014 12:34:59 PM UTC-4, gordingin wrote:
>>>
>>> Thanks Josh, that helps me move in the right direction. I tried that 
>>> sample and was return this error - 
>>> ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH. I DO have my 
>>> ClientCustomerId added to my C# app.config file. Also, to get Metrics, as I 
>>> understand it, you export the data in xml, csv, etc and you would NOT get 
>>> back objects like in analytic's.
>>>
>>>
>>>
>>> On Thursday, April 3, 2014 11:05:22 AM UTC-4, Josh Radcliff (AdWords API 
>>> Team) wrote:
>>>>
>>>> Hi Ralph,
>>>>
>>>> The reporting service returns stats for each account.  Please see our 
>>>> reporting 
>>>> guide <https://developers.google.com/adwords/api/docs/guides/reporting>
>>>> , list of 
>>>> reports<https://developers.google.com/adwords/api/docs/appendix/reports>, 
>>>> and the DownloadCriteriaReport sample in each client 
>>>> library<https://developers.google.com/adwords/api/docs/clientlibraries>
>>>> .
>>>>
>>>> To execute API requests against different accounts you simply need to 
>>>> update the clientCustomerId 
>>>> header<https://developers.google.com/adwords/api/docs/guides/soap>in your 
>>>> request.  Each client library supports this in a language-specific 
>>>> manner, e.g., on the Java library you would call setClientCustomerIdon 
>>>> your 
>>>> AdWordsSession object.
>>>>
>>>> Cheers,
>>>> Josh, AdWords API Team
>>>>
>>>> On Wednesday, April 2, 2014 12:42:16 PM UTC-4, gordingin wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>>   I am new to adwords but not new to the Analytics API. I am simply 
>>>>> trying to get the metric information from my client list. I have attached 
>>>>> a 
>>>>> image of what I see in the MMC. (Because of security, I have blanked out 
>>>>> the client list). I am using the GetService method to return me 
>>>>> a ManagedCustomerService object. That object successfully hold my list of 
>>>>> clients. What I can't figure out is how to get the metrics associated 
>>>>> with 
>>>>> each client. I need the Clicks, Impr, Search CTR, etc for EACH client. I 
>>>>> can't figure out what api I would call to get that information?
>>>>>
>>>>> thx
>>>>> Ralph
>>>>>
>>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.

Reply via email to