BingAds / BingAds-Python-SDK

Other
116 stars 162 forks source link

references to keyword.Amount throws error #60

Closed alexcurrysvg closed 6 years ago

alexcurrysvg commented 7 years ago

For example: https://github.com/BingAds/BingAds-Python-SDK/blob/master/examples/BingAdsPythonConsoleExamples/BingAdsPythonConsoleExamples/v11/output_helper.py

def output_keyword(keyword): if keyword is not None: output_status_message("Bid.Amount: {0}".format( keyword.Amount if keyword.Bid is not None else None) )

keyword object appears to have the structure keyword.Bid.Amount not keyword.Amount

eric-urban commented 6 years ago

@alexcurrysvg sorry for the delay! This is updated. Thank you.