API captcha??????

2011-09-06 Thread Joseph Ng.
Hi adwords support team, I operated some tasks with MCC account via API and I got some errors which require to handle captcha. So the question is why do I have to handle captcha while I paid for Adwords API units? Or am I did something wrong with my PHP script? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Set Ad Schedule

2011-08-18 Thread Joseph Ng.
Hi, This is the issue: I want to set Ad Schedule via APIs instead of go to my Google Adwords page, just like below example: - Monday to Friday: Running from 8:00 to 17:00, bid 100% - Saturday: Running from 8:00 to 12:00, bid 50% How can I do this with PHP Code and API v201101? Thanks in advance

Get All Keywords from an existing Ad Group

2011-08-12 Thread Joseph Ng.
Hi, Is there any PHP script to get all keywords from an existing Ad Group? Thanks in advance :) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~

GetAllAccountChanges problem

2011-08-10 Thread Joseph Ng.
Hi, I'm stuck with this problem: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ [Ljava.lang.StackTraceElement;@126c1bc after run script GetAllAccountChanges.php. I don't know how to run this script successfully, I didn't make any change in the script, and the error is thrown into my face all

Re: Begin with google API and PHP

2011-08-10 Thread Joseph Ng.
Hi, Use your gmail account to work with adwords apis in sandbox. Find file auth.ini in your adwords apis folder then input something like below: email = "youracco...@gmail.com" password = "YOUR_PASSWORD" userAgent = "MOZ" applicationToken = "ignored" developerToken = "youracco...@gmail.com++U

Adding keywords to exitsting Campaigns/AdGroups/Ads

2011-08-05 Thread Joseph Ng.
Hi, I am new to Google Adwords API and I have an issue need to be treated. Sorry for stupid question but how can I add keywords to an existing Campaign/Adgroup or Ad using PHP code? I am using v201101. Please give me a hand. Thanks so much. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~