Hi All

First time poster. After trying to figure this out for more than a week, I 
am on the verge of pulling my hair. :(

I am trying to create a desktop application in C# where the user will 
select the metrics and the date to download the csv report.

I have the App.Config figured out

<GoogleAdsApi>
<!-- API-specific settings --> 
<add key="DeveloperToken" value="jZRs-9fVO9TgRUGF-uKSVA"/>

<!-- OAuth2 settings -->
<add key="AuthorizationMethod" value="OAuth2" />
<add key = "OAuth2ClientId" value = "XXXXXXX.apps.googleusercontent.com" />
<add key = "OAuth2ClientSecret" value = " XXXXXXX  " />
<add key = "OAuth2Mode" value="APPLICATION"/>
<add key = "OAuth2RefreshToken" value = "1//0gd2 XXXXXXX  " />
</GoogleAdsApi>

I tried reading up on the below link but ended up getting super confused.

https://developers.google.com/google-ads/api/docs/reporting/example

How do I pass the metrics (*Account/Cost*) and the *Date *as shown in the 
attached image to download the file at a click of a button from a C# 
desktop application?

How do I go about it?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/855707aa-1e92-4afd-be7b-cd13aab78742n%40googlegroups.com.

Reply via email to