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
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;
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
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 =
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
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
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
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)
{
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