Is your account an MCC registered?
On Apr 5, 6:21 pm, Ritesh Shah wrote:
> Hello Group
>
> I have a problem regarding getting the client list from the adwords
> api
> How to get Client listing when there are more than one client in our
> application?
> Please help me regarding the problem...
Thank you for the quick reply!
I presume you meant the "AVERAGE_TARGETED_MONTHLY_SEARCHES" attribute:
does this average value include the last month that is only available
after one week in the monthly volumes attrib?
Also will there be a way in the future to determine wether the last
month is sti
Hi,
Keyword not deleting
$criterion = new Criterion();
$criterion->id = $criterionId;
// Create ad group criterion.
$adGroupCriterion = new BiddableAdGroupCriterion();
$adGroupCriterion->adGroupId = $adGroupId;
$adGroupCrite
I'm trying to add a new campaign but I'm getting an
INVALID_STRING_DATE with campaign start date. I tried every date
format I could think of but nothing is working and I couldn't find any
samples in the documentation.
Can you please provide the date format for this string?
Thank you,
susan
--
I tried to run some code that worked last week, and it is now failing
against the sandbox.
The error message is rather unhelpful: "Fault occurred while
processing.".
Any ideas?
The operation was ADD a campaign.
http://schemas.xmlsoap.org/soap/
envelope/">a5e2ba5c266feaf64868ab4e4fe3856c11271soa
Hi there,
I'd like to have a way to retrieve the e.g. 'top ten' of keywords that
google saved for a specific URL. Sorted by relevance. I tried around
with RelatedToUrlSearchParameter, but it seems it is not sorted in any
way and there are 'many' suggestions with does not have to much to do
with th
Hi
I use client library - apility v13. Can I authorize with this library
after sunset, to use ReportService or I must to use authorization from
v2009 and change apility to work with this object?
Best Regards,
Oleg
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 y
Hi Mauricio,
These errors indicate that certain properties of the BulkMutateJob are
read only and can't be set during the request. My guess is that after
the ADD operation, you swap out the BulkMutateRequest (part) and re-
sending the same job. What you'll need to do is either create a new
BulkM
Hi Rick,
When you trigger this error you'll receive a standard SOAP fault,
containing a QuotaExceededError and the reason QUOTA_EXCEEDED.
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.QuotaExceededError.html
Best,
- Eric
On Apr 5, 12:58 pm, Rick wrote:
> In order
Hi,
I think the problem is that the fields of CampaignOperation are not in
the correct order as defined by the WSDL. The same order is reflected
in the documentation:
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.CampaignOperation.html
Also, are you trying to use a
Hi Andrei,
You should only be using the biddingTransition field when you are
changing the bidding strategy of the campaign. If you only want to
change ad group bids then you should use the AdGroupService to make
those updates.
Best,
- Eric
On Apr 5, 3:33 pm, andrei wrote:
> Hi Eric,
>
> Thanks
Hi,
The ad element holds the ad, in this case a TextAd which has those
extra fields defined. The problem with this request is how you are
specifying the type of the ad. You should be setting the xsi:type
attribute to TextAd, which is in the v200909 cm namespace.
Best,
- Eric Koleda, AdWords
Hi,
This error usually means that you haven't specified the headers
correctly, perhaps because of a missing namespace. Can you post the
SOAP XML request that produces this error?
Best,
- Eric Koleda, AdWords API Team
On Apr 5, 4:36 pm, dagr8anil wrote:
> Hey Mighty AdWords Guru, I am trying to
Hi,
Can you explain the problem you are seeing in more detail? Are you
getting an error from the AdWords API?
Best,
- Eric Koleda, AdWords API Team
On Apr 5, 6:19 pm, jbeal wrote:
> Is there a C# code example of iterating over all the Campaigns,
> AdGroups, and Keywords(Ads) where I'm interest
basically i get the authtoken, then i try to get all the campaigns via
an email address. I beleive the error is happening when
Dim page As CampaignPage = campaignService.get(New CampaignSelector)
Protected Function getGoogleAuthToken() As String
Application.DoEvents()
Dim result A
Hi,
If you want to exclude certain keywords you can use the
ExcludedKeywordSearchParameter:
http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.ExcludedKeywordSearchParameter.html
Unfortunately there is no simple way to filter for synonyms like there
was in the v13 K
Hi Piet,
My apologies, yes I meant AVERAGE_TARGETED_MONTHLY_SEARCHES. In
regards to the delay before last month's search volume becomes
available, from what I can tell this behavior is not going to change.
This may mean that for a weeks time you receive 11 months of data
instead of 12.
Best,
- E
Hi,
To delete keywords you need to use the REMOVE operator. Setting the
status to DELETED will not work.
Best,
- Eric
On Apr 6, 8:15 am, "freesystems.t...@gmail.com"
wrote:
> Hi,
>
> Keyword not deleting
>
> $criterion = new Criterion();
> $criterion->id = $criterionId;
Hi Susan,
The date format has changed in v2009, and is now MMDD. For
example, today's date is 20100406.
Best,
- Eric Koleda, AdWords API Team
On Apr 5, 9:16 pm, "sla...@gmail.com" wrote:
> I'm trying to add a new campaign but I'm getting an
> INVALID_STRIN
Hi Simon,
The sandbox was reset last Friday, so this could be just a temporary
glitch while trying to re-create your account. Can you try this
request again?
Best,
- Eric Koleda, AdWords API Team
On Apr 6, 1:09 am, Simon wrote:
> I tried to run some code that worked last week, and it is now fa
Hi,
It doesn't appear that you are setting the required headers on the
service. In general we recommend that you use the .NET client
library, since it does a lot of this work automatically. There is
also a wiki article that documents some tips on how to use the AdWords
API with .NET if you aren'
What is the difference between these 3 calculations that gives
different numbers?
Google's API -
http://code.google.com/apis/adwords/docs/developer/TrafficEstimatorService.html
Traffic Estimator - https://adwords.google.com/select/TrafficEstimatorSandbox
Traffic Estimator Beta -
https://adwords.g
Hi,
What would be the effect of adding/updating keywords to an adgroup
with no active ads, if any ?
More specifically - what will be the quality score of those keywords
(probably not too good) and will it be re-evaluated after such ads are
added ?
How often are KW quality score evaluated and is
I'm still missing something here, because what I get when I try using
is the same thing that I got when i prevdiously (before my posting)
had tried
namely this error (presumably from Apache Axis when it parses the SOAP
XML, since this is a java app):
"The prefix "xsi" for attribute "xsi:type" a
I'm aggregating ads for a specific campaign using the
AdGroupAdService.
The ratesheet states it would be 1 unit cost per ad, yet when i get
the unit cost from the soap response, it is off by 3 unit costs. I
have 79 ads in my campaign and its calculating my unit cost as 83.
See rate sheet below.
OK, I think nI licked this one - needed to add this:
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
in the namespace declarations. SOAPUI didn't put it in when it
created the SOAP template, and it never caught my attention.
thanks for the other pointer on the SOAP doc
-reed
--
=~=~=
We'll be performing routine system maintenance on Saturday, April 10th from
approximately 10:00am to 2:00pm PDT. You won't be able to access AdWords or
the API during this time frame, but your ads will continue to run as normal.
Best,
- Eric Koleda, AdWords API Team
--
=~=~=~=~=~=~=~=~=~=~=~=~=~
Thanks Eric!
On Apr 6, 8:16 am, AdWords API Advisor
wrote:
> Hi Andrei,
>
> You should only be using the biddingTransition field when you are
> changing the bidding strategy of the campaign. If you only want to
> change ad group bids then you should use the AdGroupService to make
> those updat
Thanks Eric, I was only interested in setting the adgroup level bids,
and also figured out the XML error. Per your other suggestion, I'll
just the ad group service to set the adgroup bids.
Regards,
Andrei
On Apr 6, 8:14 am, AdWords API Advisor
wrote:
> Hi,
>
> I think the problem is that the fie
I try to set a target to a campaign and I have this error using the
Python library and I have the following error:
Given API version, v200909, is not compatible with ProvinceTarget'
class.
Here is the dictionnary that I used:
[{'operator': 'SET',
'operand': {'type': 'GeoTargetList',
What is the difference between these 3 calculations that gives
different numbers?
Google's API -
http://code.google.com/apis/adwords/docs/developer/TrafficEstimatorService.html
Traffic Estimator - https://adwords.google.com/select/TrafficEstimatorSandbox
Traffic Estimator Beta -
https://adwords.g
On Apr 7, 3:57 am, AdWords API Advisor
wrote:
> Hi Simon,
>
> The sandbox was reset last Friday, so this could be just a temporary
> glitch while trying to re-create your account. Can you try this
> request again?
Still same problem today.
When using the v200909 API, there isn't any need to c
FYI, I've tested a GET campaigns request, and that works fine (returns
0). So authentication creds appear correctly configured here
== request
http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
ht
Hi,
Do you have an ETA on this issue? it is blocking our customer from accessing
his campaign negative criterions ...
thanks
--- On Tue, 3/30/10, AdWords API Advisor wrote:
> From: AdWords API Advisor
> Subject: Re: AdWords API weird error when get campaign negative criterion
> using Camp
34 matches
Mail list logo