Re: Reporting performance values in micros? **URGENT **

2011-04-14 Thread Eric Koleda
Hi Reed,

This code doesn't appear to be using the ClientLibrary, which provides a 
utility specifically for downloading reports:

  
http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/src/AdWords/Util/ReportUtilities.cs#298

Best,
- Eric

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: Reporting performance values in micros? **URGENT **

2011-04-13 Thread Reed
Thanks for the response Eric.  I'm trying to find out from the SSIS/
dot-Net developer exactly how he is interfacing to AdWords.  My code
that does not use any libraries is working ok at the moment.  His code
that is somehow interfacing with .NET always fails, no matter how he
sets the header value.
-reed

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: Reporting performance values in micros? **URGENT **

2011-04-13 Thread Reed
Eric, below is the VB.NET code that is having the problem.  It is
using the .NET client library v 201008. Regardless of whether
returnMoneyInMicros is set to true or false, the file that comes back
has the cost-related fields in micros.

thanks
-reed

Public Sub DownloadReportDefinition(ByVal FileName As String, ByVal
FileDir As String, ByVal reportDefinitionId As Long, ByVal reportName
As String, ByVal authToken As String, ByVal clientEmail As String,
ByVal filePath As String, ByVal downloadInMicros As Boolean, ByVal
user As AdWordsUser, ByVal ReportId As Integer)
'
Dim downloadUrl As New Uri(String.Format(https://
adwords.google.com/api/adwords/reportdownload?__rd={0},
reportDefinitionId))
Dim request As WebRequest = HttpWebRequest.Create(downloadUrl)
request.Headers.Add(clientEmail:   clientEmail)
request.Headers.Add(Authorization: GoogleLogin auth= 
authToken)
request.Headers.Add(returnMoneyInMicros:false)

Try
Dim response As WebResponse = request.GetResponse()
DownloadReportToFile(FileName, FileDir, response,
reportName, user, ReportId)
Catch ex As Exception

End Try
End Sub

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: Reporting performance values in micros? **URGENT **

2011-04-12 Thread Eric Koleda
Hi Reed,

Can you clarify the behavior your seeing?  Are they incorrectly coming back 
as micros or incorrectly coming back as whole amounts?  Have you isolated 
the problem to the .NET client library, or is it affecting all request 
sources?

Best,
- Eric Koleda, AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Reporting performance values in micros? **URGENT **

2011-04-08 Thread Reed
Was this morning the big switch that was talked about earlier this
year for the reporting services API, where everything gets reported in
micros instead of currency?  I ran our usual batch of scheduled
reports at 7:00 am ET, and they all have currency numbers.  I had to
reload some data for a specific account a few minutes ago, and it came
back in micros.

Did I miss some announcement about the exact time of the switch?  Is
all data from now on going to be in micros?

thanks,
-reed

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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