Hi Vincent, thanks for your reply. Just to give you a broader view of what we are attempting: We are actually using a SSIS component that is connecting to AdWords API and making a SOAP request to get ads performance data etc. We are not using any language (php, c#, java, ruby etc) but the integrated capability that this component offers through SSIS to get an xml script and make the call.
Everything around account creation, developer token, access etc are set up and working. However when we run the SOAP request that I posted (and also trying your XML example as well), we are getting the below error: <https://lh3.googleusercontent.com/-JUMPN6jp3Vs/WbfvW5Z1O4I/AAAAAAAAAAM/hRMKCPyBM3gWRfYguVskjIXUg81BDT8JACLcBGAs/s1600/error.jpg> On Tuesday, 12 September 2017 08:17:31 UTC+3, Vincent Racaza (AdWords API Team) wrote: > > Hi, > > Could you confirm if you are getting the report fields > <https://developers.google.com/adwords/api/docs/samples/java/reporting#get-report-fields> > (in > Java) in your request? If your goal is just to get the report fields of > AdGroup Performance Report, then you can use the example that I linked. > However, if your goal is to get the report data of this report type, then > you can check this example > <https://developers.google.com/adwords/api/docs/samples/java/reporting#download-a-criteria-performance-report-with-selector> > . > > Below is a sample report definition > <https://developers.google.com/adwords/api/docs/guides/reporting#create_a_report_definition> > in > getting a report data with selector: > > <?xml version="1.0" encoding="UTF-8" standalone="yes"?> > <reportDefinition > xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201708"> > > > > > > *<ns2:selector> <ns2:fields>AdGroupId</ns2:fields> > <ns2:fields>CampaignId</ns2:fields> > <ns2:fields>Impressions</ns2:fields> > <ns2:fields>Clicks</ns2:fields> </ns2:selector>* > <ns2:reportName>Ad Group Perf Report Sample</ns2:reportName> > <ns2:reportType>ADGROUP_PERFORMANCE_REPORT</ns2:reportType> > <ns2:dateRangeType>LAST_7_DAYS</ns2:dateRangeType> > <ns2:downloadFormat>CSV</ns2:downloadFormat> > </reportDefinition> > > Let me know if you have further clarifications. > > Thanks, > Vincent > AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/4f2b0ae1-c535-47cb-b08f-d48f74bbfcb5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
