In that case, could you file an issue on github<https://github.com/googleads/aw-reporting/issues>? The maintainers of AwReporting will need to look into this in more detail.
Thanks, Josh, AdWords APi Team On Tuesday, April 22, 2014 8:49:53 AM UTC-4, Thibault Quillard wrote: > > I've tried the "double" type in my DB for conversionRate but without more > success. > > Le lundi 21 avril 2014 17:29:44 UTC-3, Josh Radcliff (AdWords API Team) a > écrit : >> >> Hi, >> >> A colleague of mine pointed out that in AwReporting, they always disable >> reporting money in micros here: >> >> >> https://github.com/googleads/aw-reporting/blob/master/aw-reporting/src/main/java/com/google/api/ads/adwords/jaxws/extensions/downloader/AdWordsSessionBuilderSynchronizer.java#L37 >> >> The rounding suggests that there may be a data type mismatch between your >> DB and the report fields. Are you still seeing rounding issues? >> >> Thanks, >> Josh, AdWords API Team >> >> On Thursday, April 17, 2014 6:20:59 PM UTC-4, Josh Radcliff (AdWords API >> Team) wrote: >>> >>> Hi, >>> >>> The blanks in some columns may be because those columns are not included >>> in the field list for the report in your properties file (see sample >>> file<https://github.com/googleads/aw-reporting/blob/master/aw-reporting/conf/aw-report-sample.properties>). >>> >>> If you modify your file to include the fields that are currently blank >>> (such as *AdNetworkType1*, *AdNetworkType2*) then you should see the >>> corresponding columns populated in your database. >>> >>> Regarding the numeric values -- are you sure they are being rounded? >>> The money amounts are most likely formatted in micros as described >>> here<https://developers.google.com/adwords/api/docs/guides/reporting-concepts#money> >>> . >>> >>> Regards, >>> Josh, AdWords API Team >>> >>> On Thursday, April 17, 2014 5:12:39 PM UTC-4, Thibault Quillard wrote: >>>> >>>> Hi Josh, >>>> >>>> Thanks a lot, this was indeed a mistake in the database setup ! >>>> >>>> (PS : I think I've answered to you only on another message by mistake : >>>> >>>> I have another issue of Blanks columns and of rounded values for >>>> CTR/Avg CPC and a lot of metrics ... ), Does anybody knows where this >>>> could >>>> come from ? >>>> >>>> Thank you >>>> >>>> >>>> >>>> Le mercredi 16 avril 2014 19:38:16 UTC-3, Josh Radcliff (AdWords API >>>> Team) a écrit : >>>>> >>>>> Hi, >>>>> >>>>> The logging issues (1 and 2) should be non-fatal. Am I correct in >>>>> assuming that the process continues after you see those messages? The Aw >>>>> Reporting project uses SLF4J <http://www.slf4j.org/faq.html>, a >>>>> logging facade that allows you to use whichever underlying logging >>>>> framework you prefer. The SLF4J User >>>>> Manual<http://www.slf4j.org/manual.html> contains >>>>> more information on how to configure logging. >>>>> >>>>> Regarding issue #3, the error suggests that you may not have set up >>>>> your aw-report-sample.properties file with the proper database >>>>> credentials. Does the aw-report-sample.properties file you are >>>>> passing as the -file argument contain valid database connection >>>>> information as described in the Configure >>>>> AwReporting<https://github.com/googleads/aw-reporting#configure-awreporting> >>>>> section >>>>> of the README? >>>>> >>>>> Cheers, >>>>> Josh, AdWords API Team >>>>> >>>>> On Wednesday, April 16, 2014 10:58:44 AM UTC-4, Thibault Quillard >>>>> wrote: >>>>>> >>>>>> Hi everyone, >>>>>> I am quite new to the AW API world and wanted to use the github >>>>>> project AW-Reporting to pull the data in my own database. >>>>>> >>>>>> However, running the project gives me 3 mistakes : >>>>>> >>>>>> 1) No appenders could be found for logger / Please initialize log4j >>>>>> properly >>>>>> >>>>>> 2) Failed to load class "org.slfj4.impl.StaticLoggerBinder" >>>>>> >>>>>> 3) Unexpected error accessing the API: Could not open hibernate >>>>>> Session for transaction >>>>>> >>>>>> >>>>>> For the first two issues, I have been searching on google and tried >>>>>> to add a logj4.properties file in the class folder, but without luck. >>>>>> >>>>>> Would you know what could the problem come from ? >>>>>> >>>>>> Thanks ! >>>>>> Thibault >>>>>> >>>>> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. For more options, visit https://groups.google.com/d/optout.
