A bit of good news for all the Structure reports users out there who have been patiently awaiting enhanced functionality: an additional column has just been added to Structure reports with aggregationTypes set to "Keyword" (i.e. Keyword Structure reports). This column can be used to determine whether a given keyword in the report is "normal" or negative, and resolves a long-standing deficiency that made it impossible to distinguish normal and negative keywords in Keyword Structure reports.
This new column isn't reflected in the docs quite yet, but it is live for reports scheduled with v12 of the AdWords API. To request this column in your Keyword Structure reports, include KeywordIsNegative as one of your selectedColumns. The response XML in the report will refer to this column's values as "kwisnegative". For example: <scheduleReportJob xmlns='https://adwords.google.com/api/adwords/ v12'> <job xsi:type='DefinedReportJob'> <name>Keyword Structure</name> <aggregationTypes>Keyword</aggregationTypes> <selectedReportType>Structure</selectedReportType> <selectedColumns>CampaignId</selectedColumns> <selectedColumns>AdGroupId</selectedColumns> <selectedColumns>Keyword</selectedColumns> <selectedColumns>KeywordIsNegative</selectedColumns> </job> </scheduleReportJob> will result in reports whose rows look like: <row campaignid="12345" adgroupid="123456" keyword="normal keyword test" kwisnegative="False"> <row campaignid="12345" adgroupid="123456" keyword="negative keyword test" kwisnegative="True"> We've heard a lot from developers about reports in general and Structure reports in particular, and this additional column is just the first step being made to address that feedback. Cheers, -Jeff Posnick, AdWords API Team --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---