The library basically looks for the adwords.properties in the home folder of the user running the script, so if your are hitting your cgi code through apache it will most likely be www-data, you can check in /etc/apache2/envvars
You can also modify the add_campaign.pl code so when constructing the Google::Ads::AdWords::Client you pass properties_file => 'THE_PATH_TO_YOUR_FILE'. Best, -David -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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
