Re: Cannot access adwords through API after password change.

2011-04-11 Thread YK
Iev solved the issue. It was an extra auth.ini file within google/api/ads/adwords/. I changed it and it works fine. So error was 'me created'. Apologies if anyone wasted time reading this post. Please Ignore! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discu

Re: Cannot access adwords through API after password change.

2011-04-11 Thread YK
I have detected the issue but the problem persists. In the AuthToken.php file in the following function: function __construct($email, $password, $service, $source, $accountType = 'GOOGLE', $server = NULL, $captchaToken = NULL, $captchaResponse = NULL) { $this->email = $email;

Cannot access adwords through API after password change.

2011-04-11 Thread YK
We have just changed the password a couple of days back on our adwords account. Till then everything was working fine. Now I am getting the following error AuthTokenException Object ( [error:AuthTokenException:private] => BadAuthentication [url:AuthTokenException:private] => [captchaToken:Auth

Get All keywords for an adgroup.

2010-11-05 Thread YK
My question is how do I get the Top Keywords for the individual adgroups I have multiple adgroups for a campaign. I get them with: $dateRange->min = $startdate; $dateRange->max = $enddate; $statsSelector->dateRange = $dateRange; $selector->statsSelector = $statsSelector; $selector->campaignId =

Worried about future modifications in apility!

2010-07-19 Thread YK
Hii, I have written an application for adwords and it is running successfully after I made changes in accordance with the migration guidelines. But what has me worried is I am still using a couple of functions like the following: getKeywordXmlReport getCampaignXmlReport Will they also become obsel

Re: Need to get all the campaigns under 1 account.

2010-07-16 Thread YK
Got it... Thank you so much for being prompt and helpful Anash..ur tip helped! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Need to get all the campaigns under 1 account.

2010-07-15 Thread YK
I have different clients under 1 adwords account. I want to retrieve all the client campaigns under that account. In the previous version I was using $apilityUser = new APIlityUser(); $all_accinfo=getManagersClientAccountInfos(); and then foreach ($value as $iKey => $iValue) {

Developer Token

2010-05-18 Thread YK
While I read a help article at http://www.google.com/support/adwordsapi/bin/answer.py?hl=en&answer=180159, I found one sentence confusing to me: "If another company's SEM tool uses the AdWords API with your developer token, they should stop right away." Who are they? Another company? Could you e