I used to be able to change the DEFAULT_VERSION in the settings.ini file to tell my code what version of the adwords library to use. Now that I've graduated to the v201708 where I have to use composer and classes ./ namespaces I don't know what version I'm actually calling. My test code is working but I have no idea what version I'm actually calling.
As further information I cloned the github repo in my html directory. I then created a test sibling directory and copied the example/v201708/Targeting/LookupLocation.php and adsapi_php.ini <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/adsapi_php.ini> into this directory. I then edited LookupLocation.php as follows. namespace Google\AdsAPI\Adwords; require '../googleads-php-lib/vendor/autoload.php'; As I said my test code works but I have know idea what version I'm using. Would I change my namespace to namespace Google\AdsApi\AdWords\v201708; Thanks for any help -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/db5fc2fa-61be-4f72-bee2-7f7eabd0dd27%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
