Re: Downloading keyword performance report for a particular day

2012-04-06 Thread Ewan Heming
I don't know much Python so I can't help with the code itself, but you need to set the dateRangeTypefield of your report definition to 'CUSTOM_DATE', then add set the dateRange

Downloading keyword performance report for a particular day

2012-04-04 Thread Sid
I have a python script that pulls keyword performance report everyday. Unfortunately it didn't run 3 days ago because of our hardware migration. How can I change my report definition parameters to download for say 04/01 instead of yesterday. I wasn't sure how to use Selector.dateRange. Code sni