BingAds / BingAds-Python-SDK

Other
117 stars 162 forks source link

submit_and_download() #16

Closed alexling0722 closed 8 years ago

alexling0722 commented 8 years ago

Does the commented code:

if download_status.status == 'Completed': break

at line 434 from https://github.com/BingAds/BingAds-Python-SDK/blob/master/examples/BingAdsPythonConsoleExamples/BingAdsPythonConsoleExamples/v9/ReportRequests.py still valid? I noticed there not a such status called "Completed". It seems like it is called "Success" now.

eric-urban commented 8 years ago

Thanks for catching this! Have updated the sample code.