Hi,
extimateKeywordList soap xml request not returning any data. It was
working fine before 5 days.
# Estimate keyword traffic.
$request_xml =
'' .
$listkeyword .'';
$estimates = $estimator_service->call('estimateKeywordList',
$request_xml);
$estimates =
Eric,
I did login with the separate MCC account. I even tried again now
registering and logging in with a new MCC account, still there is no
AdWords API Center tab.
Where exactly is it supposed to be? In the 'My account' panel using
the top right link? Could you please check my account status, I ne
Hello
in my app there is 2 list box, one for language and one for country,
which i coded in select parameter as follows
//Create Target language for search stats
LanguageTarget lt = new LanguageTarget();
lt.languageCode = "en";
foreach (ListItem itemLanguage in listLanguag
Hi,
What does the SOAP XML look like for these requests? Is data being
returned there?
Best,
- Eric
On May 24, 1:03 am, "freesystems.t...@gmail.com"
wrote:
> Hi,
>
> Thanks for reply.
>
> Still i am not getting estimateKeywordList.
> As you reply i have replace KeywordToolService by TargetingI
Hi Marc,
It sounds like you have everything set up correctly. Please ensure
you are triggering the correct ad and doing so using a keyword (and
match type) that has an ad parameter attached.
Best,
- Eric Koleda, AdWords API Team
On May 21, 10:28 am, Marc Quamediagroup wrote:
> Hello,
> I would
Hi Murray,
When your monthly API budget is reached you will receive a
QuotaCheckError with a MONTHLY_BUDGET_REACHED reason, which will
prevent further requests.
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.QuotaCheckError.html
Best,
- Eric Koleda, AdWords API Team
Hi,
Unfortunately there is no definitive list of keywords that violate
AdWords policies. More information about AdWords policies is
available here:
http://adwords.google.com/support/aw/bin/static.py?hl=en&page=guidelines.cs
Best,
- Eric Koleda, AdWords API Team
On May 21, 7:26 am, Revathi w
Hi Srikanth,
You can use the CampaignTargetService.get() method to retrieve the
NetworkTargetList for a campaign.
SelectedPlacements => CONTENT_NETWORK
AllPlacements => CONTENT_NETWORK + CONTENT_CONTEXTUAL
Best,
- Eric Koleda, AdWords API Team
On May 21, 2:34 am, srikanth wrote:
> Hi,
>
> Can
Hi Eric, is there an email address that I can write to about our API
application?
Regards
Murray
On May 22, 2:50 am, AdWords API Advisor
wrote:
> Hi Adam,
>
> The "AdWords API Center" tab is only available when you log in using
> your MCC account, which has a separate login and password then you
Hello -
An easier way to resolve/read an error in the Ruby lib is to wrap your
call in a begin/rescue and then call the soap_faultstring_ex method.
For example:
begin
#CALL TO ADWORDS API HERE
rescue => e
logger.info "#RESCUED AdWords API ERROR #{e.soap_faultstring_ex}"
end
This will produce
Hello,
We are getting this error when trying to update campaign targeting.
what does it mean ? what can cause this and how to fix the issue ?
Regards
Shlomi
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://g
11 matches
Mail list logo