Hi,

For anyone who is reading this thread... I solved the problem.

The issue is that I am using Windows XAMPP as my development platform.

The instructions at https://github.com/googleads/googleads-php-lib  are a 
bit confusing /wrong for Windows Xampp

You need to go install Composer, and a git client too.

1)  It says to copy and configure adsapi_php to your "Home Directory". You 
might think this is your /public_html folder
On Windows this folder is C:\Users\YOURNAME  NOT your base  xampp/htdocs 
folder

2) Instructions say to type : php composer.phar require 
googleads/googleads-php-lib
Instead, you need to you need to CD to the directory where 
the C:\xampp\googleads-php-lib was created.
and then type:  composer install 

3) If you are upgrading from an older library, older versions of the .ini 
 configuration file used SLIGHTLY different variable names 
The older variables: client_id, client_secret
The newer are clientId,clientSecret
So you should copy over the values, but be careful of the variable name

This messed me up for a couple of days.

Hope that helps you out.




On Sunday, September 24, 2017 at 9:55:02 PM UTC-5, Peter Oliquino wrote:
>
> Hi Mike,
>
> Since the issue is more related to the setup of your PHP client library, 
> you may contact the library owners via this link 
> <https://github.com/googleads/googleads-php-lib/issues> for further 
> assistance.
>
> Best regards,
> Peter
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
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/fb44abd1-ec6c-43dc-84fc-09dab9e63fd0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to