Hello,

I am trying to use the AdWords Reporting API to retrieve data from my 
accounts such as Clicks/Impressions/CPC but I am having troubles finding 
the correct method/way to do it and can't really seem to find my way out.

Setting up the authentication of the account and OAuth2 went smoothly and I 
have that all working, but when I looked at the example projects for 
downloading reports I saw that all the methods from *ReportUtilities *were 
deprecated so those were no option.

I tried looking into the various services and tried to get some information 
from them through a simple call like:
ConversionTrackerService service = 
(ConversionTrackerService)user.GetService(AdWordsService.v201406.ConversionTrackerService);
Selector selector = new Selector();
selector.fields = new string[] { "Id" };
ConversionTrackerPage page = service.get(selector);

But this resulted in a null value for the entries, I tried several types of 
selector fields to see which data I can retrieve but I got null for every 
type.

Then I tried to look into using the HTTP calls since they seemed to be the 
closest to what I need, but there is no clear tutorial on it for C# on how 
to exactly build up the request and send it through with your 
authentication in C#.

Can anyone here help me and give some tips/help on getting a good basis for 
reporting functionality? As soon as I have one working finding the others 
will be easy aswell :)

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