Yes it is working now! Thanks for the reply.
-Gagan
On Feb 1, 1:53 pm, James604 wrote:
> Hi Gagan,
>
> Sandbox works for me,too. (Feb.1,2010). BTW, I am using V200909
> Sandbox, for V13, Eric said that you need to recreate your account.
>
> James
>
> On Feb 1, 9:18 am, AdWords API Advisor
> wr
Hello Team
I am trying to setup a developer account to use adwords api. not sure
if I am doing something wrong.
I created an adwords account by clicking 'sign-up' link from following
url:
https://adwords.google.com/select/ApiWelcome
I can now access adwords account. then i submitted my credit c
Note that the next AdWords Java API milestone 7.0.0 will have a public
method available for getting values from serviceUsers.
AdWordsUser user = serviceUsers.get(stub._getService());
will have to be rewritten to use that public method in the future.
--
You received this message because you
Hello,
I am developing a process to bulk add/purchase keywords. I need to
maintain what is added and what I need to add or save to my database.
Will the operations that I send in the mutate request be returned to
me in the same order as I sent them (based on index)? Here is my code
and expectati
I am about to develope an application which shows the volume of
monthly search for certain keywords.
But i read on adwordsapi blog That they gonna discontinue this
service?
http://adwordsapi.blogspot.com/2010/01/100-days-until-major-v13-sunset.html
So what other options we going to have for get
Hello team
I am using 'adwords4r' gem to get some keyword suggestions.
following is the sample code:
selector = targeting_idea_srv.module::TargetingIdeaSelector.new
parameter =
targeting_idea_srv.module::RelatedToKeywordSearchParameter.new
kwd = targeting_idea_srv.module::Keyword.new
kwd.
Hi Gagan,
Sandbox works for me,too. (Feb.1,2010). BTW, I am using V200909
Sandbox, for V13, Eric said that you need to recreate your account.
James
On Feb 1, 9:18 am, AdWords API Advisor
wrote:
> Hi Gagan,
>
> I'm able to make requests to the sandbox successfully. Is it still
> down at this p
Hi Gagan,
I'm able to make requests to the sandbox successfully. Is it still
down at this point for you? What is the error you are getting?
Best,
- Eric
On Feb 1, 9:37 am, Gagan wrote:
> Eric,
>
> It appears the Sandbox is still down this morning (1 Feb 2010). Do you
> have any update when it
Hi Kyle,
The keyword approval workflow is automatic and can't be skipped. To
avoid the concurrency error ensure that all changes to the same ad
group are made either in the same request or are made a few seconds
apart. Alternatively, you can catch the CONCURRENT_MODIFICATION
errors and automatic
Hi Pete,
Yes, you can safely ignore this type of criterion as well. I'm still
working with the core engineering team to get these extra types
removed the report.
Best,
- Eric
On Feb 1, 5:00 am, pete wrote:
> Hey Eric
>
> We're also now getting "UserVertical" as a match type - should I treat
>
Hi,
Unfortunately there is no way to cancel a PENDING job at this time.
Best,
- Eric
On Feb 1, 3:53 am, mariek wrote:
> Is there any way to cancel pending job ?
>
> On 28 Sty, 19:45, AdWords API Advisor
> wrote:
>
>
>
> > Hi Joe,
>
> > Only one BMJ can be running at a time per AdWords account,
Hi Eric,
I understand the multiple operations per call, that makes sense. I do
agree that making the request one by one is slowing me down a bit.
Is there anyway around the keyword workflow, I can see this as a big
problem when I need to edit anything more than one keyword in an
adgroup. Would
Hi Raghavendra,
There are two ways to access an AdWords account with the API:
1) Login using the email and password of the AdWords account. In this
case the clientEmail header isn't required.
2) Login using the email and password of a My Client Center (MCC)
account. In this case you need to spe
Hi Derek,
The v2009 TargetingIdeaService and the Search-based Keyword Tool are
based on the same back end, and they are expected to deliver different
results than the old v13 KeywordToolService and Keyword Tool web
interface.
Best,
- Eric
On Jan 30, 10:57 pm, kingsob wrote:
> I am wondering why
Hi James,
Automatic placements will not be returned along with managed
placements or keywords, and you can't retrieve them with any of the
Criterion services. To determine which websites your ads served on
you can run a Placement report:
http://code.google.com/apis/adwords/docs/developer/adwords
Hi Dane,
I was able to run the example without any errors, using Perl v5.8.8.
I found a forum post on the web that describes a similar problem
(using an older version of the AdWords API) that might be helpful:
http://www.perlmonks.org/?node_id=482894
Best
- Eric
On Jan 29, 2:18 pm, Dane wrot
Hi,
Although it isn't clearly documented yet, the BMJS processes
operations in batches of 50. If there are any failures in the batch
then the entire batch is left unprocessed and returned as a
BatchFailureResult.
As for the ReturnValueResults not matching your input, can you provide
the Job ID o
Eric,
It appears the Sandbox is still down this morning (1 Feb 2010). Do you
have any update when it will be back up?
Thanks,
Gagan
On Jan 27, 12:29 pm, AdWords API Advisor
wrote:
> Hi,
>
> I wanted to give everyone advanced warning that the AdWords API
> Sandbox's database is scheduled to be r
When I debug I get this error.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse
(SoapClientMessage message, WebResponse response, Stream
responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke
(String methodName, Object[] parameters)
The ApiError object in Google Adwords v2009 API has limited set of
fields (just 3 fields: fieldPath, trigger, and ApiError.Type).
In case of API Error, these fields have limited information which is
not clear to interpret the error both interms of error code and error
message (or trigger).
For ex
Hello Eric,
I am trying to use Perl TargetingIdeaService (in your v200909 API) to
retrieve keyword suggestions or variations for a seed keyword. There
is no sample perl code at
(http://code.google.com/p/adwords-api-perl-samples/source/browse/#svn/
trunk/src/v200906%3Fstate%3Dclosed)
that shows how
Here is some hints for the AOP caching mechanism using Java 1.5+ with
AspectJ.
1. Wraps all API calls that might throw the ApiException.
2. Look for the GOOGLE_ACCOUNT_COOKIE_INVALID exception reason.
3. Reverse lookup AdWordsUser from Stub._getService() for the email
and pwd.
4. Request a new aut
Thanks for reply Eric.
On Jan 27, 7:57 pm, AdWords API Advisor
wrote:
> Hi Smita,
>
> It looks like you are actually trying to change *to* a MONTHYLYbudget, which
> is no longer supported in AdWords. The monthly option
> was left in for legacy reasons, and we'll work on updating the
> documen
Thanks Eric for clearing the picture.
I would need to find the work around for it.
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send emai
Hey Eric
We're also now getting "UserVertical" as a match type - should I treat
these in the same way?
pete
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe
Is there any way to cancel pending job ?
On 28 Sty, 19:45, AdWords API Advisor
wrote:
> Hi Joe,
>
> Only one BMJ can be running at a time per AdWords account, and it will
> have the status PROCESSING. Your PENDING jobs can't start until the
> job before it finishes. Please ensure you leave enou
26 matches
Mail list logo