Language: PHP
API: v201109
Hi, I am a newbie here and my apologies if these questions have
already been answered elsewhere.
I have two questions:
1) Regarding authorization:
From
http://code.google.com/apis/adwords/docs/guides/reporting.html#adhoc
"Authorization: GoogleLogin auth=AUTH_TOKEN"
"Authorization to download the report. Use the same authToken that's
used for the SOAP request header."
Links to
http://code.google.com/apis/adwords/docs/headers.html
In the linked SOAP Headers page, under the section authToken, we find
that authToken is retrieved by using Google ClientLogin API.
On
http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html
is categorized as one of the older protocols, and OAuth2.0 is
suggested as a better solution.
Does this mean that authentication for AdHoc reports using Google
ClientLogin API will be unsupported in the not so distant future?
(I dont want to create an application using an authorization that will
be deprecated soon)
2) Implementation of Cross Client Ad Hoc reports in PHP:
Could someone please point me in the direction of a PHP code
implementing cross client Ad Hoc reports?
I am just assuming this is supported since Google is sunseting the
older API versions, and I read somewhere that the older APIs would be
deprecated once v201101 supported cross client Ad Hoc reports.
...and finally, a bonus question:
Where can I find information about reusing Ad Hoc reports each time a
new dataset is required?
Best & thanks!
Håvard