May I create a php web application using google adwords api?
165 views
Skip to first unread message
lb.com...@gmail.com
unread,
Oct 27, 2016, 9:09:25 AM10/27/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
I want to create a web application using php where display all adwords data.If possible please send me whole procedure.
Thanks & Regards;
Safikul
Shwetha Vastrad (AdWords API Team)
unread,
Oct 27, 2016, 2:14:26 PM10/27/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Safikul,
You can refer to the AdWords API getting started guide for instructions to sign up for API access and set up OAuth2 credentials to be used for authentication. This guide provides instructions to download and install the AdWords API PHP client library along with example code for most use cases. You can use Web app flow to generate your OAuth2 credentials. You can use installed app flow even if you're developing a web-based app. The main difference is whether or not you require a callback to your website after issuing the token. For example, if you're using a single top-level manager account to manage all of your AdWords accounts, you should register an installed app even if your client app is accessible via the web.