Re: How to Convert currency into Adwords Money object

2018-11-09 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello, Could you please share the SOAP logs(request and response) of the operation you are performing without redacting any information. You could enable logging by following the instructions shown in this README.md

How to Convert currency into Adwords Money object

2018-11-09 Thread mubbashar husain
Hi, I am confused about converting currency value to Adwords Money Object To convert USD into Money I am using this code $amount = round($newCpc * 100); $Money = new cm\Money(null, $amount); I have an account having currency in "Colombian Peso" COP According to documentation https://devel