Hello Sergio, Sure, you should be able to limit your reports to just certain campaigns using the method you describe above.
First of all, I want to confirm that you're going against the Production AdWords API service, because if you're going against the Sandbox you'll always get the same mocked-out report back regardless of what you specify. Assuming you are going against Production, what language are you using? It looks like Ruby to me. If that's the case, and you're using the adwords4r client library, you can turn on debugging by setting the environment variable ADWORDS4R_DEBUG to 'true'. Then take a look at the files that are generated in the current directory--you should see a SOAP request log for the scheduleReportJob() request you're making. Compare the log for the request with the first campaign id to the log from the second request--are the campaign ids really getting properly set in your SOAP requests? Cheers, -Jeff Posnick, AdWords API Team On Feb 5, 7:40 pm, "sergio.sprite" <sergio.spr...@gmail.com> wrote: > Hello everybody, I would like to know if there is a way to get an Ad > Performance report(Creative) for certain campaigns, I am creating a > new job with this: > report_job = AdWords::DefinedReportJob.new > > and I specify the campaigns like this > > report_job.campaigns = [12335] > > and this one > > report_job.campaigns = [12336] > > and both reports give me the same result. > > Is there a way to do this ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords 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 -~----------~----~----~----~------~----~------~--~---