AdWords API Re: awapi-local-db-sync-1.0.0

2008-10-02 Thread ckrahn

The fix for that is:

remove

MaximumCPM

from the keyword history report job in the production.config file:

[KeywordHistory]
report_job: StructureLocal DB Sync: KeywordKeywordKeywordAdGroupIdBottomPositionCampaignIdKeywordDestUrlDisplayKeywordIdKeywordIsNegativeKeywordStatusKeywordTypeDisplayMaxContentCPCMaximumCPCMaximumCPMTopPosition


Regards,

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



AdWords API Re: awapi-local-db-sync-1.0.0

2008-10-02 Thread ckrahn

Found the problem, the keyword report tried to get MaximumCPM on a CPC
campaign, related to this thread:
http://groups.google.com/group/adwords-api/browse_thread/thread/db6dbf408597789/d4bf495934b62ec6

On 1 Okt., 17:22, ckrahn <[EMAIL PROTECTED]> wrote:
> I tried the new AdWords API Local Database Sync tool and i got an
> error while running the reports the first time:
>
> 2008-10-01 17:02:26,997 [-KeywordHistory] ERROR:
> Traceback (most recent call last):
>   File "/opt/awapi-local-db-sync-1.0.0/bin/report_thread.py", line
> 208, in run
>     self.ValidateReportJob()
>   File "/opt/awapi-local-db-sync-1.0.0/bin/report_thread.py", line 96,
> in ValidateReportJob
>     self.report_service.validateReportJob(self.report_job)
>   File "/var/lib/python-support/python2.5/SOAPpy/Client.py", line 470,
> in __call__
>     return self.__r_call(*args, **kw)
>   File "/var/lib/python-support/python2.5/SOAPpy/Client.py", line 492,
> in __r_call
>     self.__hd, self.__ma)
>   File "/var/lib/python-support/python2.5/SOAPpy/Client.py", line 406,
> in __call
>     raise p
> faultType:  parameters is invalid.: :
> {'fault': : {'trigger': '
> The following columns are not supported by the Report Type Structure :
> [MaximumCPM]', 'message': 'One or more report job parameters is
> invalid.', 'code': '30'}}>
>
> The rest of the script ran smoothly. After analyzing the sqlite
> database afterwards 3 of the 4 tables were populated with data, all
> but the KeywordHistory.
>
> Next thing i checked was the report center on the AdWords page. There
> should have been 4 reports but only 3 were in there, the keyword
> report was missing (guess i found out why there was no data in my
> KeywordHistory table ^^).
>
> Regards,
> Christian
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---