Hi Team,

I'm trying to get "ACCOUNT RELATED DETAILS". I got an error i.e. "One
or more report job parameters is invalid". I shared my part of the
code below. Please share the directions. As per my knowledge, the
problem is with "selectedColumns"; please correct me if i'm wrong.

reportJob.SelectedReportType = "Account";
reportJob.aggregationTypes = new string[] { "HourlyRegardlessDate"  };
string[] customOptions = { "CustomerName" };
reportJob.selectedColumns = customOptions;
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to