Account Performance Report

Discussion in 'Google API' started by vrvrkrishnan, Jan 20, 2009.

  1. #1
    Hi Team,

    I'm working on "Account Performance Report". I'm getting the following
    error,"ONE OR MORE REPORT JOB PARAMETERS IS INVALID". I have shared
    sample code below. Please direct me where i'm going wrong.


    reportJob.selectedReportType = "Account";
    reportJob.aggregationTypes = new string[] {"HourlyRegardlessDate"};
    ............
    ...........
    string[] customOptions = { "CustomerName" };
    reportJob.selectedColumns = customOptions;


    Thanks in Advance,
    KVRVR
     
    vrvrkrishnan, Jan 20, 2009 IP