sure thing, done for all countries, all languages
for
Nicole Kidman
John Travolta
Lindsay Lohan
[Jul 15 2010 07:17:15.00 - INFO] POST /api/adwords/o/v200909/
TargetingIdeaService HTTP/1.1
Host: adwords.google.com
Connection: Keep-Alive
User-Agent: PHP-SOAP/5.3.0, gzip
Accept-Encoding: gzip,
Hi,
I'm using v201003 ReportDefinitionService in the sandbox (with the php
libraries).
Here's my problem - I get no fields back when I run getReportFields on
any of the report types (except ADGROUP_PERFORMANCE_REPORT which gives
me 3 fields but I believe there should be more than that)
I'm very
Hi API Team,
I am getting internal errors when adding 3 criteria with exemption
requests. I have a slight suspicion that it might be because it's one
criteria in 3 match types asking for the same request 3 times, and
that this somehow messes up the validation server side.
Below is the SOAP reques
Thanks for that!
On Jul 7, 8:20 pm, AdWords API Advisor
wrote:
> Hi,
>
> It isn't possible to make requests across client accounts, and each
> request can only operate against a single client account. Requests
> made without specifying a client ID (clientEmail or clientCustomerId)
> are made aga
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)
{
Hi Atari,
We are currently tracking an issue at our end where getReportFields
doesn't return the list of report fields. I'll update this thread once
the fix is live. Your script should work fine once the issue is fixed.
Cheers,
Anash P. Oommen,
AdWords API Advisor.
On Jul 15, 2:04 pm, atari-i w
Hi,
The most likely reason for this issue is that
BulkMutateRequest.partIndex for the failing mutate() call is wrong.
The partIndex should be such that 0 ≤ partIndex < numRequestParts and
should increase sequentially from 0 to numRequestParts - 1 with each
newly submitted part. The best way to tro
Thanks for that.
Glad to know it wasn't just me being dumb ;)
ai
On Jul 15, 11:56 am, AdWords API Advisor
wrote:
> Hi Atari,
>
> We are currently tracking an issue at our end where getReportFields
> doesn't return the list of report fields. I'll update this thread once
> the fix is live. Your sc
Hi Khalid,
Are you making your API calls to the AdWords API sandbox? AdWords API
sandbox gives you only test results for TargetingIdeaService, you have
to make calls to the production account to get results that match your
keyword text.
Cheers,
Anash P. Oommen,
AdWords API Advisor
On Jul 13, 4:0
Hi,
GetAllCampaigns.php will give you only the campaigns of the current
account, so you need to make calls to
http://code.google.com/apis/adwords/docs/developer/AccountService.html#getClientAccounts
to retrieve your client accounts and then use GetAllCampaigns.php to
retrieve the campaigns of one
Hi,
I am currently working in Placement Targeting(AdGroupCriterionService)
side.
So i set all the placement url and get the adgroup id and criterion id .
But i wan't that placementUrl which I hv set...
How I can retrieve that placementUrl
Plz give me any solution using JAVA
I try to get aapprox_content_impressions_per_day for placement. It
returns very srange values like:
com.google.api.adwords.v200909.o.ra...@7e954957
This is extract from my code. Any Ideas? Please Help.
if (page.getEntries() != null &&
page.getEntries().length > 0) {
i am having a brain freeze here I need to use the
updateadgroupcriterion service. And I am at a lost on how to get the
criterionid.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adw
Hi,
Yes, that AdGroupCriterionService can be used to get and update
keyword bids:
http://code.google.com/apis/adwords/v2009/docs/reference-v200909/AdGroupCriterionService.html
Best,
- Eric Koleda, AdWords API Team
On Jul 13, 6:07 pm, axum wrote:
> I have a campaign id and an AdGroup ID I wa
Hi,
Can you post a sample row from the XML file that demonstrates this
problem?
Best,
- Eric Koleda, AdWords API Team
On Jul 13, 1:48 am, webtem-tr wrote:
> api 2010 version use, I create reports with api. As of yesterday, but
> reports are that despite creating a keyword, the keyword in xml fi
Looks like in the json results, the idea type and global searches
switched positions and it cause my script to fail.
On Jul 14, 1:20 pm, JeremyL wrote:
> Since 6pm CST yesterday, the 09 API has not been returning any global
> search volume using GetTargetingIdeaService.
>
> The local search volum
Hi Sanjo,
Have you retried the request more than once? Also, please double
check that the email and developer token match in the request XML.
Best,
- Eric Koleda, AdWords API Team
On Jul 14, 3:15 am, sanoj vs wrote:
> Hi,
>
> I am using sandbox environment in perl.
> I initialized the adword.p
Hi,
Yes, traffic estimation is currently only available in the v13 version
of the API. I believe the estimateKeywordList() allows for up to 1000
keywords per request.
Best,
- Eric
On Jul 14, 12:12 am, xero wrote:
> Hi Eric,
>
> Thanks for the input! Helps a lot.
>
> There's one question ab
Hi,
Yes, the cause could very well be an internal AdWords issue. In these
cases it may be best to resubmit those operations again in a new job.
Best,
- Eric
On Jul 14, 2:39 am, ojak wrote:
> "This could result if the job was aborted by the back-end workflow
> because the developer's API quota
Hi,
Thanks for providing this information. I'll open a dialog with the
core engineering team regarding that error message and see if we can
get any further information about the cause. In regards to the
ReceiveTimeoutError, I'm assuming this is a client side timeout, and
not a message returned i
Hi,
Does keyword quota include negative keywords?
Thanks,
-Kevin
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You rec
Hi,
The ad or keyword won't be valid without the adGroupId populated, so
you will need to create a campaign and ad group in the account if none
exists already.
Best,
- Eric
On Jul 14, 4:08 am, ojak wrote:
> The example in the link shows campaign creation validation, but is it
> possible to vali
Hi,
WDDX seems to be completely independent of the client library and its
SOAP services. What made you think to enable this?
Best,
- Eric
On Jul 14, 5:56 am, zac439 wrote:
> Eric-
>
> Thanks for the help but I solved it. Apparently I had to enable WDDX
> in my PHP build.
>
> Can you please add
Hi
I had passed the header with parameter validateOnly is true using ruby client
library.
Below is my request xml.
As you see in the xml there is two "exemptionRequests" nodes attached with
request.
I think because of these two empty nodes i am getting following error:
[RequiredError.REQUIRED
Hi,
How long does it take to upload a job at this rate? The production
environment works off of a different set of servers, so you may see
better performance there.
Best,
- Eric
On Jul 14, 10:09 am, khelll wrote:
> I'm using EC2 machine, and trying to submit to those 3 accounts on
> parallel n
Hi,
Did you run AddCampaign without the clientEmail specified as well?
Campaigns can only be added to a client account, as MCC accounts are
not allowed to have campaigns of their own.
Best,
- Eric Koleda, AdWords API Team
On Jul 14, 11:22 am, JohnW2G wrote:
> I am trying to setup a sandbox usin
Hi,
To get this information you need to use the TrafficEstimatorService,
which is currently only available in the v13 version of the API:
http://code.google.com/apis/adwords/docs/developer/TrafficEstimatorService.html
Best,
- Eric Koleda, AdWords API Team
On Jul 14, 4:50 am, coderXO wrote:
Hi Jeremy,
What do you mean by JSON results? Are you using the SOAP API?
Best,
- Eric Koleda, AdWords API Team
On Jul 15, 12:24 pm, JeremyL wrote:
> Looks like in the json results, the idea type and global searches
> switched positions and it cause my script to fail.
>
> On Jul 14, 1:20 pm, Je
Hi,
Please see your existing thread on this topic:
http://groups.google.com/group/adwords-api/browse_thread/thread/3ed87103d98ef924/
Best,
- Eric Koleda, AdWords API Team
On Jul 14, 4:55 pm, axum wrote:
> Is there an C# example on how to change a bid for a keyword in an
> adgroup?
--
=~=~
Hi,
I don't have any information about why that specif term is being
flagged. Questions about general AdWords policies should be posted to
the AdWords forum:
http://www.google.com/support/forum/p/AdWords
As I mentioned previously, if the policy error can be exempted then
you can add an exempt
Hi,
The CampaignService, AdGroupService, AdGroupAdService, and
AdGroupCriterionService all utilize the StatsSelector to retrieve
these stats:
http://code.google.com/apis/adwords/v2009/docs/reference-v200909/CampaignService.StatsSelector.html
http://code.google.com/apis/adwords/v2009/docs/re
On Thursday 15 July 2010, axum elucidated thus:
> i am having a brain freeze here I need to use the
> updateadgroupcriterion service. And I am at a lost on how to get the
> criterionid.
ga.AdGroupCriterion.get(...) should be what you want. you can filter by
campaign, group, etc.
Docs here:
htt
Hey Eric,
Thanks for the reply.
I changed auth.ini, commenting out the clientID field as shown:
auth.ini
email = "jx...@.com"
password = ""
userAgent = "Johns Test"
applicationToken = ""
developerToken = "jx...@.com++usd"
; Uncomment to make requests against a client account.
;clien
Hello,
>From time to time i'm receiving the following errors from API server:
Could not get token for x...@gmail.com. Reason: Forbidden (code 403)
CaptchaToken=h-fwpJ7ozQHQGe-cpkR9SPPquHQbuCEmQSDpDRRsP1GppBLrkRuh-TN66ys1xcq7xJdFkD1oA4_yeTYRF-hBi_64SJ4kX5hn4uIs_jjmNnN00IwaskNKM:d3Y6iWiB8qdi6ky
I meant keyword limit.
On Jul 15, 10:45 am, Kevin wrote:
> Hi,
>
> Does keyword quota include negative keywords?
>
> Thanks,
> -Kevin
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/
Eric-
In scouring the web I found this:
http://codeigniter.com/forums/viewthread/73884/#384673
I noticed WDDX was not enabled in my config, so I enabled it. After
PHP was rebuilt I tried the URL and it worked.
If it is indeed completely independent, I'm not sure what to say. I
just know it worked
Hi Eric,
Thank you very much! That would be all for now.
On Jul 16, 12:38 am, AdWords API Advisor
wrote:
> Hi,
>
> Yes, traffic estimation is currently only available in the v13 version
> of the API. I believe the estimateKeywordList() allows for up to 1000
> keywords per request.
>
> Best,
>
I have noticed that on many of my ads the ad parameters are not
updating and the default parameter is being used, but I can see no
reason for it.
I get no errors when setting the new parameters (soap details below).
One thing I am suspecting is that there is a problem with the currency
symbol (in
38 matches
Mail list logo