Hi,

thanks for the good testing point! As assumed, when running only the 
AD_PERF. it was the correct one.
After even more digging, I've found one more place, where I re-download 
last month, and forgot to migrate DownloadReportWithAwql(..., since  I 
think I had to change it's parameters to accept and opened file, not a 
path. Collision was with this exception.
So yes, changed to v201402 and googleads lib.

Thanks for your rapid support!

On Wednesday, June 11, 2014 10:16:05 PM UTC+2, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi,
>
> Have you tried doing a very simple example where all you do is submit the 
> AD_PERFORMANCE_REPORT request and write it to a file? If that does not 
> produce the issue, what happens if you run an AD_PERFORMANCE_REPORT 
> followed by a CAMPAIGN_PERFORMANCE_REPORT, or vice versa, in your loop?
>
> Also, just to make sure I understand you correctly, when you say you 
> migrated, do you mean you migrated to the new Python library 
> googleads/googleads-python-lib 
> <https://github.com/googleads/googleads-python-lib>, migrated from 
> v201309 to v201402 of the API, or something else?
>
> Thanks,
> Josh, AdWords API Team
>
> On Wednesday, June 11, 2014 2:43:59 PM UTC-4, tamas.h...@gmail.com wrote:
>>
>> Hi Josh,
>>
>> thanks, good point! However, I can't really determine it, it shouldn't 
>> act like that, I use 4 reports to combine to one, a for loop downloads a 
>> report, saves, then the next one comes. This should mean that the loop has 
>> another report's filename in a variable, and the actual report's awql in 
>> another variable. Hard to explain, or overthink.
>> The whole thing ran normally on Heroku until the new api version and 
>> python library. Could there be a change in the lib that could cause this<
>> Thanks!
>>
>> On Thursday, June 5, 2014 6:36:24 PM UTC+2, Josh Radcliff (AdWords API 
>> Team) wrote:
>>>
>>> Hi,
>>>
>>> I wasn't able to replicate that behavior. Is there any chance that you 
>>> have multiple processes writing to the same output file, so even though one 
>>> process writes an AD_PERFORMANCE_REPORT, another process subsequently 
>>> overwrites that output with the results of a CAMPAIGN_PERFORMANCE_REPORT?
>>>
>>> Cheers,
>>> Josh, AdWords API Team
>>>
>>> On Thursday, June 5, 2014 8:36:55 AM UTC-4, tamas.h...@gmail.com wrote:
>>>>
>>>> I've recently updated the python client library, made the changes 
>>>> according to the migration docs, but since that, when I'm requesting this:
>>>>
>>>> 'SELECT CampaignName, AdGroupName, '
>>>> 'Headline, Description1, Description2, DisplayUrl, Url, '
>>>> 'Impressions, Clicks, '
>>>> 'Ctr, AverageCpc, Cost, AveragePosition, Conversions, 
>>>> CostPerConversion, ConversionRate, Status '
>>>> 'FROM AD_PERFORMANCE_REPORT '
>>>> 'DURING LAST_MONTH'
>>>>
>>>> I get this at the beginning of the xml report:
>>>>
>>>> <report-name name='CAMPAIGN_PERFORMANCE_REPORT'/>
>>>>
>>>> Anyone experienced the same? Thanks in advance!
>>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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
--- 
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to