Hi,
Can someone help me get CompetitionSearchParameter filter working in
PHP (very new to this)?
How can I check if the keywords that I get are filtered to HIGH for
example.
Thanks.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adword
Hi,
I'm getting internal error when calling: getGzipReportDownloadUrl.
RequestID: f3ac82783f47760dc6672adf9568ed22
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
Server.generalException
faultSubcode:
faultString: An internal error has occurred. Please retry your
request.
fa
Hello,
How can I retrieve campaign name using campaign performance report --
I see that I can use "Summary" report to get aggregated details of a
campaign. But what do I need to do to get the campaign name.
Thanks,
J
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog a
Hi,
thanks for your answer,
I am not familiar with the old API, is there a tool that gives the
same keywords traffic results as the adwords web version?
the new results are very different.
thanks
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
Hello,
I am including Ad information in an AdWords Report that is run via the
AdWords API. The AdTitle and AdDescription have special escaped
characters in the XML fields (℠ ™ )
The character ™ is being recognized as a "TM" character (when I
read the XML document). The other character is not b
Hi,
I have an issue where we sometimes cannot do a keyword exemption
request without getting the internal error.
In a particular example I try to add 45 keywords and 3 of them fail
with an editorial error. If I send back the 45 keyword operation with
3 exemption requests then it will fail with an
Good evening!
We developed a web application which we send to Google the words of
campaigns.
Today, campaigns has 10 groups and over two thousand words in each
group.
We currently use
AdGroupCriterionReturnValue service.mutate results = (new
AdGroupCriterionOperation [] (operation)),
but we are cap
Hi,
The old Keyword Tool is being phased out, as was mentioned on the
AdWords blog:
http://adwords.blogspot.com/2010/04/more-relevant-traffic-estimates-now-in.html
Best,
- Eric
On May 10, 12:08 pm, calford wrote:
> Hi Eric, thanks for your reply.
>
> Is there any plans to provide a tool tha
We have a client where we want to update 15,000 keyword via bulk
mutate, when we try to perform the bulk mutate operation we get the
following error TOO_MANY_OPERATIONS_IN_REQUEST_PART. I understanc that
there is a limit of jobs per request part, so if I were to split this
to multiple request parts
Hi Eric, thanks for your reply.
Is there any plans to provide a tool that returns the same results for
keyword traffic as the web version of adwords?
or is there one tool now that i missed?
thanks a lot
On May 10, 4:39 pm, AdWords API Advisor
wrote:
> Hi,
>
> The v13 KeywordToolService has been
Thanks that seems to be the problem and it was a regression in our code.
Manish
On Mon, May 10, 2010 at 7:33 AM, AdWords API Advisor <
adwordsapiadvi...@google.com> wrote:
> Hi Manish,
>
> This error means that you are using your MCC account with the API, and
> MCC accounts cannot have campaigns
Hi Mic,
Your developer token is available in the AdWords web interface under
"My Account" -> "AdWords API Center" for your MCC account.
Best,
- Eric Koleda, AdWords API Team
On May 10, 7:11 am, Mic GM wrote:
> Good morning,
> I have some troubles using your AdWords API in the sandbox mode
> thr
Hi Nils,
As this isn't an API-specific question you may want to try asking it
on the general AdWords forum:
http://www.google.com/support/forum/p/AdWords
Best,
- Eric Koleda, AdWords API Team
On May 10, 5:54 am, nilsdecker wrote:
> Hi Guys,
>
> I read in a number of your guides online and PD
Hi Thai,
Registering for API access is only available from MCC accounts. More
information on MCC accounts is available here:
http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=7725
Best,
- Eric Koleda, AdWords API Team
On May 9, 8:37 pm, Thai Tran Quang wrote:
> Hi !
>
> I have
Hi Aunse,
The campaign management services in the v13 version of the AdWords API
have been sunset. Please migrate to the v200909 version of the API,
which is used by the AdWords API PHP client library:
http://code.google.com/p/google-api-adwords-php/
Best,
- Eric Koleda, AdWords API Team
On
Hi Peter,
Unfortunately you cannot change the currency of the returned
estimates, and the values will always be in the currency of the
account. By default the estimates will be based on world-wide
traffic, but you can use the geoTargeting field of CampaignRequest to
restrict this to only certain
Hi,
The v13 KeywordToolService has been sunset, which was based on
technology similar to the older AdWords Keyword Tool. The v200909
TargetingIdeaService is based on technology similar to the Search-
based Keyword Tool.
Best,
- Eric Koleda, AdWords API Team
On May 10, 5:39 am, calford wrote:
>
Hi,
Search volume information is available in the TargetingIdeaService
using the TARGETED_MONTHLY_SEARCHES attribute:
http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.AttributeType.html#TARGETED_MONTHLY_SEARCHES
Estimated CPC values are currently only available in
Hi Manish,
This error means that you are using your MCC account with the API, and
MCC accounts cannot have campaigns. Please specify a clientEmail or
clientCustomerId header to specify the client to operate against.
Best,
- Eric Koleda, AdWords API Team
On May 9, 6:20 pm, Manish Khettry wrote:
Hi Sandy,
The TrafficEstimatorService will return zero values when there isn't
enough traffic to form an estimation. Please try other keywords or
widen your targeting.
Best,
- Eric Koleda, AdWords API Team
On May 8, 1:20 pm, "shailendra.si...@infoahore.biz"
wrote:
> Hi,
>
> When we are calling
Hi,
The AdWords Help Center has a section on MCC accounts that you might
find useful:
http://adwords.google.com/support/aw/bin/topic.py?hl=en&topic=22064
Let me know if you have any specific questions.
Best,
- Eric Koleda, AdWords API Team
On May 7, 4:31 pm, apiapi wrote:
> I was trying a c
Hi,
In regards to the country and language targeting, you need to use the
CountryTargetSearchParameter and LanguageTargetSearchParameter:
http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.CountryTargetSearchParameter.html
http://code.google.com/apis/adwords/v2009
Good morning,
I have some troubles using your AdWords API in the sandbox mode
through "PHP AdWords API Lib" (the new version of APILity).
As first, I've called the "getAccounts()" method and all is gone: 5
client accounts were created (client_1+..., ecc...).
But when I call the "addCampaign()" meth
Hi Guys,
I read in a number of your guides online and PDF-based, that using the
same keywords within different adgroups belonging to the same
campaign. This is our account structure:
* we are an anti-spam company selling a number of anti-spam products
(server, domain, desktop) based
* we set our n
Hi !
I have adword account but i don't paid billing. So, Can I have
ApplicationToken and DeveloperToken in Adwords account?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-ap
Hello,
I previously used the newest apility lib to handle my api calls with
php, but since Google upgraded the v13 version, its not working
anymore. Im only updating the campaign status, can anybody tell me
what to change that it works again? Code as following:
require_once('apility.php');
$apil
I know this probably not the right group, but I've asked the question
on the Google Web Toolkit group without any response.
I'm wondering if anyone has used the Conversion Tracking Javascript
code from within a GWT app, and might have an example of how it can be
used.
Thanks
--
=~=~=~=~=~=~=~=~
Hi there,
I understand the TrafficEstimatorService and Adwords Keyword Tool work
in different ways which explains discrepancies in the estimated CPC,
so I'm not looking for equal results, but am hoping for similar
results even +/- 0.50c which is a huge difference in my opinion.
However I'm gettin
Hi there,
I assume the TrafficEstimatorService uses the clien'ts currency? So
AUD (Australian Dollars) for example and not USD, if the client is
located in Australia? Can this be changed to USD?
Also what territory does the TrafficEstimatorService use? If client is
in Australia, does it use Austr
Hi there,
I'm posting in this forum since the Apibility forum seems to be not in
use since last year, hope that's ok.
My issue is with the Apibility call for TrafficEstimatorService:
getNewKeywordListEstimate.
Works fine in the Sandbox, however when I run it live I get this
error:
"Invalid client
Hi ,
is there a way to get keyword traffic information NOT based on the
Search-based Keyword Tool?
The results seem to be quite different to the adwords web tool.
thanks
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspo
another question,
This seems to work for one Keyword (or at least i think it is working,
even thou the results i get are NULL), is there anyway to do it for a
bunch of Keywords at the same time?
I had a look at the Bulk tool, but it seems to require a URL, what i
need it just the traffic informati
32 matches
Mail list logo