Hey David

Is it possible to use the client API without installing it; ie. copying the 
files to a directory and using:
use FindBin;
use lib "$FindBin::Bin/";
use Google::Ads::Adwords;

My hosting company isn't able to install the library as it's not on CPAN, so 
this is the last option available to me at the moment...

My script is at www.url.co.uk/cgi-bin/testing/adwords.cgi and I copied the 
Google/Ads/Adwords folder to that directory. When I try to run the script I 
am getting the error:
Can't locate Google/Ads/Adwords.pm in @INC (@INC contains: 
/home/formidab/public_html/cgi-bin/testing/
BEGIN failed--compilation aborted at 
/home/formidab/public_html/cgi-bin/testing/adwords.cgi line 25.

Line 25 is use Google::Ads::Adwords;

The same kinda thing happens if I try access the CampaignService or the 
AccountService. The errors are looking for CampaignService.pm, but there 
isn't that file anywhere in the client library (as it is when it's 
downloaded)

Any ideas? (Hope this makes sense...)

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

Reply via email to