How to insert adwords data into mysql database using php
32 views
Skip to first unread message
br...@blvnp.com
unread,
Aug 1, 2017, 12:04:00 AM8/1/17
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
Good day,
I am not certain on how to do it. I am just want to know on how or on what way can I insert adwords data, like the report, into mysql database using php?
Is there an easier way to insert the data?
Thank you, Ben
Peter Oliquino
unread,
Aug 1, 2017, 3:30:20 AM8/1/17
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 Ben,
You may refer to the different PHP sample codes on how to extract data from the AdWords API using the PHP client library. Please note however that the implementation of inserting data into your own database should already be done at your end.
In addition to the above, you may also refer to this guide for the best practices regarding information sync up. I hope this has been helpful.