Hi, It appears the returnMoneyInMicros header is currently case-sensitive, and a capital 'R' will cause the header to not be recognized. The HTTP spec says that header names are case-sensitive, but this obviously poses a problem for you since your library appears to be applying its own capitalization rules. I'll work with the core engineering team to make this case insensitive, but in the mean time you may want to look into alternatives.
Best, - Eric On Nov 11, 6:30 pm, dkasak <daniel.ka...@247realmedia.com> wrote: > Hmmmmmm. > > I've dumped the headers from my HTTP get, and I can only see a very > minor difference: > > --- > > GEThttps://adwords.google.com/api/adwords/reportdownload?__rd={snipped} > Pragma: no-cache > Authorization: GoogleLogin auth={snipped} > ClientEmail: {snipped} > ReturnMoneyInMicros: true > > (no content) > > --- > > clientEmail and returnMoneyInMicros have different capitalization ... > mine have leading capitals. I'm setting the headers correctly, but our > HTTP::Request seems to be altering the capitalization. > > Is this significant? The clientEmail bit works ... if I omit this, it > fails completely, so I believe the headers aren't case-sensitive? > Anyway, I'm still unable to fetch currency data in micros :( -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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