public static void Main(string[] args) {
DownloadCriteriaReportWithAwql codeExample = new 
DownloadCriteriaReportWithAwql();
Console.WriteLine(codeExample.Description);
try {
* string fileName = "INSERT_FILE_NAME_HERE";*
codeExample.Run(new AdWordsUser(), fileName);
} catch (Exception e) {
Console.WriteLine("An exception occurred while running this code example. 
{0}",
ExampleUtilities.FormatException(e));
}
} public override string *Description* { get { return "This code example 
gets and downloads a criteria Ad Hoc report from an AWQL " + "query. See 
https://developers.google.com/adwords/api/docs/guides/awql for AWQL " + 
"documentation."; } } In description I got error of - no suitable method 
found and form filename which file name i write?
On Friday, September 9, 2016 at 1:47:12 PM UTC+5:30, 
[email protected] wrote:
>
> How to get campaign performance report with adword API?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/13b7b8f3-da8b-405e-bed0-3b282f9dfbcb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to