Hi all.
I'm trying to get setup with the AdWords API so that I can run queries against it in Perl.
I'm following the instructions at:
https://github.com/googleads/googleads-perl-lib/wikiAfter I downloaded and run the
generate_offline_credentials.pl script, I added the credentials to my ~/adwords.properties file.
However, when I run one of the example scripts (
get_campaigns.pl) I get:
<soap:Envelope xmlns:soap="
http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><ResponseHeader xmlns="
https://adwords.google.com/api/adwords/cm/v201710"><requestId>000560a2e74ad5b80ae9de077e05cccf</requestId><serviceName>CampaignService</serviceName><methodName>get</methodName><operations>1</operations><responseTime>189</responseTime></ResponseHeader></soap:Header><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>[QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED @ ; trigger:'<null>']</faultstring><detail><ApiExceptionFault xmlns="
https://adwords.google.com/api/adwords/cm/v201710"><message>[QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED @ ; trigger:'<null>']</message><ApplicationException.Type>ApiException</ApplicationException.Type><errors xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:type="QuotaCheckError"><fieldPath></fieldPath><trigger><null></trigger><errorString>QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED</errorString><ApiError.Type>QuotaCheckError</ApiError.Type><reason>DEVELOPER_TOKEN_NOT_APPROVED</reason></errors></ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope>
I understand that this means that my credentials aren't approved... but i don't know how to proceed from here.
The company I work for manages the marketing efforts for a number of clients. I've been tasked with automating the collection of various statistics.
Any help would be appreciated.
Mike.