I ended up merging them in the update of our system, we do not use .NET and instead use Java, but I'm sure .NET probably supports similar functionality.
We do not merge Creative reports with Keywords, but we do merge Keywords, ManagedPlacements, and AdGroup performance data. This was done in our code by parsing the AdGroup report first and keeping the performance data in a Map<AdGroupID, PerformanceData>, then this Map was used to add columns to the ManagedPlacement and Keyword reports. The result was two reports that had functionally equivalent structure to the v13 report that could just be appended to each other to be loaded into our database structure that was already in place. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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