AdWords API position preference

2009-04-21 Thread mariek

is Google planning to provide position preference functionality
through API in comming release?

I would like to change desired position depending on some events, and
don't want to do it manually :/
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: "There was a problem contacting the site keyword server."

2009-04-21 Thread AdWords API Advisor

Hello Steve,

 I've heard back from the engineer who was investigating this, and
they've identified what they believe to be the root cause and have
submitted code for a patch. I'm afraid that I don't know the exact
time that the patched code will be deployed to production, but I
wanted to give you a heads-up that it's in the pipeline.

Cheers,
-Jeff Posnick, AdWords API Team


On Apr 13, 12:29 pm, AdWords API Advisor
 wrote:
> Hello Steve,
>
>  Apologies for the delay in getting back to you. The core engineering
> team has been tracking an internal issue that appears to be triggering
> these responses from the KeywordToolService, but there is no
> resolution at this time. I'll update this thread when I get any
> additional details.
>
> Cheers,
> -Jeff Posnick, AdWords API Team
>
> On Apr 6, 10:38 pm, steveh  wrote:
>
> > I have a routine that runs against the KeywordToolService multiple
> > times per day (one request every 15 minutes at the moment). On average
> > it succeeds 1-3 times per day and fails all of the rest with this
> > message:
>
> > "There was a problem contacting the site keyword server."
>
> > The header says that it cost 0 units, which implies that it's a Google
> > issue.
>
> > If it failed 100% of the time, I would assume it was a problem on my
> > side, but it works just frequently enough that I don't think that's
> > the case.
>
> > When I run this same routine against the sandbox, it succeeds 100% of
> > the time. Is there anything that I should be looking for or is this
> > something I need to report somewhere?
>
>
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: Exact Match - All Languages - All Countries - AvgSearchVolume

2009-04-21 Thread keesjan

HI Joe,
although you can't comment on whether
specific functionality will or will not be added to a future release
of the AdWords API,
a lot of developers are asking for this exact match feature for the
Adwords API, including myself.

Please can you discuss internally to add this to your roadmap, request
list? An api should handle all features and this exact match data are
vital for any serious Adwords bidding tool.

On Mar 5, 12:23 am, AdWords API Advisor 
wrote:
> Hello Joe,
>
>  As a matter of policy, I'm afraid that I can't comment on whether
> specific functionality will or will not be added to a future release
> of the AdWords API.
>
> Cheers,
> -Jeff Posnick, Adwords API Team
>
> On Mar 4, 5:19 pm, Joeyw  wrote:
>
> > Thanks for that - and I should have read the whole post properly!
>
> > Do you have any plans to retrieve the phrase andexactsearch volumes
> > for the future?
>
> > Cheers
>
> > Joe
>
> > On Mar 4, 8:50 pm, AdWords API Advisor 
> > wrote:
>
> > > Hello Joe,
>
> > >  The scenario you describe is exactly what I was describing in my blog
> > > post, and to quote from the last paragraph:
>
> > > "The search volumes in the results returned from the API should
> > > roughly correspond to what you'd see with the Broad setting formatch
> > > type in the web tool, but retrieving search volumes for Phrase or
> > >Exactmatchtypes is not possible."
>
> > > So to reiterate, you cannot retrieve search volumes that correspond to
> > > theExactmatchtype via the AdWords API.
>
> > > Cheers,
> > > -Jeff Posnick, AdWords API Team
>
> > > On Mar 4, 3:19 pm, Joeyw  wrote:
>
> > > > Hi Jeff,
>
> > > > I am very much after what the orginal poster asked for and I got quite
> > > > excited when I read your post:
> > > > 'KeywordMatchType and the 
> > > > KeywordToolService'http://adwordsapi.blogspot.com/2009/01/keyword-match-type-and.html
>
> > > > It appeared to solve my problem, but so far it hasn't.
>
> > > > I would like the returned search volumes from the API to be forexact
> > > >matchtype and not broad. I have used the following code for a UK
> > > > query:
>
> > > > # Create seed keyword structure.
> > > > $seed_keyword =
> > > >   'false' .
> > > >   'google api' .
> > > >   'Exact';
> > > > $use_synonyms = 'true';
>
> > > > # Get keyword variations.
> > > > $request_xml =
> > > >   '' .
> > > >   '' . $seed_keyword . '' .
> > > >   $use_synonyms .
> > > >   'en' .
> > > >   'GB' .
> > > >   '';
>
> > > > You can see I have specified the type to beexactand query the UK.
>
> > > > The search volume returned for 'google api' is 33100 - checking the
> > > > web keyword tool reveals this is the number for the broadmatchtype,
> > > > theexactis actually 1,600.
>
> > > > Could you explain why this is the case and if I am doing anything
> > > > wrong?
>
> > > > Thanks
>
> > > > Joe
>
> > > > On Jan 5, 3:59 pm, AdWords API Advisor 
> > > > wrote:
>
> > > > > Hello,
>
> > > > >  When I use the web tool to perform the actions you describe, I get
> > > > > the following result:
>
> > > > > Keywords related to term(s) entered - sorted by relevance
> > > > > google api  1 - 3  $1.79  550,000  450,000
>
> > > > > I'm not sure where you're getting the 27,100 number from, but 450,000
> > > > > is the average search volume I'm getting.
>
> > > > >  When I make the following call to getKeywordVariations(), leaving out
> > > > > the countries and languages options so that all are selected:
>
> > > > > 
> > > > >   
> > > > >     false
> > > > >     Google Api
> > > > >     Broad
> > > > >   
> > > > >   false
> > > > > 
>
> > > > > I get a response that contains this result, along with many other
> > > > > results:
>
> > > > > 
> > > > >   google api
> > > > >   
> > > > >   4
> > > > >   45
> > > > >   55
> > > > > 
>
> > > > > That's the same data as I'm seeing in the web tool. While there can
> > > > > sometimes be differences in the estimates returned from the web tool
> > > > > and the getKeywordVariations() call, there doesn't seem to be in this
> > > > > case.
>
> > > > > Cheers,
> > > > > -Jeff Posnick, AdWords API Team
>
> > > > > On Dec 31 2008, 2:50 am, SEO  wrote:
>
> > > > > > While we've been using AdWords tools manually, we are trying to get
> > > > > > the AdWords API code to work, we have not been able to get a API 
> > > > > > code
> > > > > > that will return back what we need and currently do manually.
>
> > > > > > Currently the manual process is:
>
> > > > > > Goto:https://adwords.google.com/select/KeywordToolExternal
>
> > > > > > Select:
> > > > > > All Countries and Territories
>
> > > > > > Select:  (all countries in the list)
> > > > > > English
> > > > > > ...
> > > > > > ...
> > > > > > ...
> > > > > > Vietnamese
>
> > > > > > Enter Keyword:
> > > > > > Google Api
>
> > > > > > Uncheck:
> > > > > > [] Use synonyms
>
> > > > > > Click:
> > > > > > Filter my results
>
> > > > > > Check:
> > > > > > [] Don't show ideas for new keywords. I only want to see data about
> > > > > > the k

AdWords API how __equalsCalc works ?? since the equals function already has keyword synchronized

2009-04-21 Thread rainer...@163.com

 private java.lang.Object __equalsCalc = null;
//
public synchronized boolean equals(java.lang.Object obj) {
if (!(obj instanceof TextAd)) return false;
TextAd other = (TextAd) obj;
if (obj == null) return false;
//
if (this == obj) return true;
//
if (__equalsCalc != null) {
return (__equalsCalc == obj);
//若__equalsCalc不为空,返回__equalsCalc与obj是否相等
}
__equalsCalc = obj;
//
boolean _equals;
//
_equals = super.equals(obj) &&
((this.description1==null && other.getDescription1()
==null) ||
 (this.description1!=null &&
  this.description1.equals(other.getDescription1( &&
((this.description2==null && other.getDescription2()
==null) ||
 (this.description2!=null &&
  this.description2.equals(other.getDescription2( &&
((this.headline==null && other.getHeadline()==null) ||
 (this.headline!=null &&
  this.headline.equals(other.getHeadline(;
__equalsCalc = null;
return _equals;
}

--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: addCriteria won't return the 'id'

2009-04-21 Thread Grant

> I'm using the Google::Adwords perl module and I can't get the
> addCriteria call to return the new criterion's id.  Can anyone see
> what I'm doing wrong?
>
> my $criterion_keyword = Google::Adwords::Criterion->new
>         ->adGroupId($adgroupid)
>         ->criterionType('Keyword')
>         ->text($text)
>         ->type($type);
> my $addcriterion = $criterion_service->addCriteria
> ($criterion_keyword);
>
> The new keyword appears in the Adwords account, but $addcriterion is
> only equal to '1' so I can't get the id.

This is fixed now.  I needed to change to this:

my @addcriterion = $criterion_service->addCriteria
($criterion_keyword);
$keyword_id = $addcriterion[0]->id;
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Sandbox DB Refresh: Friday, April 24

2009-04-21 Thread AdWords API Advisor

I wanted to give everyone advanced warning that the AdWords API
Sandbox's database is scheduled to be refreshed on Friday, April 24.
Following the refresh all data stored in the Sandbox will be cleared,
and you will have to recreate your client accounts with a call to
getClientAccounts().

More information on the Sandbox environment and our periodic refreshes
is available at

 http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html

Cheers,
-Jeff Posnick, AdWords API Team
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Error while creating a Campaign with ContentTargeting in Sandbox environment

2009-04-21 Thread rAm

Hi All,

API Versio Used: V13.

We are trying to create a Campaign with
contentTargeting set to : SelectedPlacements
networkTargeting set to all the three NetworkTypes*  GoogleSearch,
* SearchNetwork, * ContentNetwork.

I can save the campaign without any issue using the "addCampaign"
method.  When I check the returned campaign object, I find that the
contentTargeting is set to All Placements and, the networkTargeting
becomes SearchNetwork and ContentNetwork.

As an offshoot of this, I am unable to create an Adgroup of placement
type.

I searched on net and also on the archives of this group, but did not
find a solution that works, or a satisfatory answer.

Can you help me?

--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: Time outs - anyone else having a problem?

2009-04-21 Thread AdWords API Advisor

Hello Phil,

 Could you elaborate a bit on the timeouts you're seeing? Do you have
any indication whether the timeouts are imposed in your client code
(e.g. your HTTP connection library closes the connection after X
seconds), or whether your client code keeps waiting but the connection
is closed on our end? Is there a specific number of seconds after the
request was made after which the timeout always occurs?

Cheers,
-Jeff Posnick, AdWords API Team


On Apr 20, 10:00 am, Phil <5000...@googlemail.com> wrote:
> When pushing in Adgroups/Keyword/Text Ads I am getting alot of time-
> outs when communicating with Google. Previously (about two weeks ago)
> I was doing a similar level of 'work' but not getting so many time
> outs.
> My code hasn't change, has Google changed policy?
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: api documentation dead link

2009-04-21 Thread AdWords API Advisor

Thanks; I've flagged that for the documentation team to resolve in a
future update to the Developer's Guide.

Cheers,
-Jeff Posnick, AdWords API Team


On Apr 18, 6:40 am, "mainoskaruse...@gmail.com"
 wrote:
> http://code.google.com/apis/adwords/docs/developer/Website.html
>
> has link "New Keyword States and Quality-Based Minimum Bids"
>
> https://adwords.google.com/select/qbb.html
>
> that seems to be not working.
>
> I am browsing v13.
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: Getting 502 on https://adwords.google.com/api/adwords/v13/KeywordToolService?wsdl

2009-04-21 Thread AdWords API Advisor

Hello,

 How reproducible are those 502 errors for you? Are there any specific
sets of keywords that consistently fail? How long does it take in
between your initial request and the time you get the 502 back?

 There was an earlier report of 502 errors, mainly involving requests
to the ReportService, that the engineering team attempted to address
with a configuration change involving how requests were passed from
our public-facing HTTP servers to the internal AdWords API servers.
That did improve the situation, but based on our internal logs we are
still seeing a (smaller) percentage of 502 HTTP error responses being
generated.

 The current line of investigation is whether the 502s are associated
with requests that take very long for the AdWords API to finish
processing (on the order of several minutes). ReportService requests
are particularly susceptible to this, as it's possible to request a
legitimate report that is complicated enough to take several minutes
to validate and schedule. I'd like to hear more about what kind of
requests you're making to the KeywordToolService to see if you might
be receiving a 502 back for a similar reason.

Cheers,
-Jeff Posnick, AdWords API Team


On Apr 18, 1:50 pm, OBender  wrote:
> Server Error
> The server encountered a temporary error and could not complete your
> request.
> Please try again in 30 seconds.
>
> Why??
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: same request different responses

2009-04-21 Thread AdWords API Advisor

Hello Dirk,

 Could you clarify what you mean by an "empty response"? Are you
actually getting a SOAP response back in those situations?

 What would be most useful in debugging this issue is if you could
take a look at the SOAP response (assuming you're getting one) and let
us know what the value of the requestId SOAP response header is. That
way we can look up your specific request in our logs and see if
there's anything amiss or whether you ran into a one-off issue.

Cheers,
-Jeff Posnick, AdWords API Team


On Apr 19, 11:46 am, Dirk  wrote:
> Hi there,
> I wrote a function wich is checking a list of keywords by
> GetKeywordVariations() to get the information how much a specified
> keyword was searched.
>
> It gets the responselist of everykeyword,looks for the seedword and
> gives the informations back.
> Normaly it workes Fine, but by starting the job with a lot of words,
> sometimes i get an empty response or the response tells me something
> like ("no variations found").
>
> Checking the "broken" keywords with the same functionand i get the
> informations i want.
>
> Can anyone tell me why the same function sometimes work and sometimes
> not?
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



Re: Starting with AdWords API using Eclipse (Java)

2009-04-21 Thread AdWords API Advisor

Hello,

 Are you using the AdWords API Java client library (http://
code.google.com/p/google-api-adwords-java/) or are you generating your
own classes directly using Axis?

 I'd recommend trying the Java client library as it should simplify
things for you, and it ships with example code for common operations.
If you are already using the Java client library and you're running
into trouble, could you elaborate on what you're seeing either here or
in the issue tracker on code.google.com?

Cheers,
-Jeff Posnick, AdWords API Team


On Apr 19, 2:36 pm, "sinn...@googlemail.com" 
wrote:
> Hi everyone!
>
> I'm trying to use the AdWords API in Eclipse, but everything I have
> tried so far have resulted in numerous errors which I don't need to
> specify at the moment, I think.
>
> Two questions:
>
> 1. At the moment I'm using Apache Axis 2, although Axis 1 is
> recommended by Google. Is there anything I have to be aware of when
> using V 2 instead of 1?
>
> 2. Is there an easy to understand step for step instruction for
> getting a first connection to the API or the sandbox starting from
> scratch?
>
> Thank you for your help!
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: position preference

2009-04-21 Thread AdWords API Advisor

Hello,

 I'm afraid I can't comment publicly as to whether a specific feature
will or will not be implemented in a future version of the AdWords
API. This specific functionality has been previously requested and the
product team is aware of the developer demand for it.

Cheers,
-Jeff Posnick, AdWords API Team


On Apr 21, 9:40 am, mariek  wrote:
> is Google planning to provide position preference functionality
> through API in comming release?
>
> I would like to change desired position depending on some events, and
> don't want to do it manually :/
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Ad Scheduling: Need more SchedulingIntervals

2009-04-21 Thread DavM

Hi

I read with great interest the post on the AdWords API blog about Ad
Scheduling:

http://adwordsapi.blogspot.com/2009/04/ad-scheduling-its-all-about-timing.html

I thought this would be a great mechanism for day part bid managing
campaigns in AdWords. Unfortunately it's not clear anywhere in the API
documentation or the post that you can only create six ad schedules
per day until you get the API error: "The ad schedule must not have
more than 6 intervals in a single day."

This would be a great element of functionality if you manage all 24
hours of all 7 days individually.

I can't think of a way to do day part bidding without having to bid
every hour on keywords. I'm saving on quota by bidding on only the
high volume keywords every hour, but this is still tens of thousands
of API calls a day vs a hand full with ad scheduling.

I know you can't comment on future developments, but hopefully you
could put this post under the nose of someone in the development team!

Cheers

David
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: Ad Scheduling: Need more SchedulingIntervals

2009-04-21 Thread AdWords API Advisor

Hello David,

 AdWords itself imposes the limitation of six scheduling intervals per
day, and the API just reflects that limitation. You can't add more
than six intervals per day via the web interface either.

 If at some point in the future the six scheduling interval limit is
lifted on the AdWords backend then it should be trivial to change the
API's behavior to allow for additional intervals.

Cheers,
-Jeff Posnick, AdWords API Team


On Apr 21, 5:14 pm, DavM  wrote:
> Hi
>
> I read with great interest the post on the AdWords API blog about Ad
> Scheduling:
>
> http://adwordsapi.blogspot.com/2009/04/ad-scheduling-its-all-about-ti...
>
> I thought this would be a great mechanism for day part bid managing
> campaigns in AdWords. Unfortunately it's not clear anywhere in the API
> documentation or the post that you can only create six ad schedules
> per day until you get the API error: "The ad schedule must not have
> more than 6 intervals in a single day."
>
> This would be a great element of functionality if you manage all 24
> hours of all 7 days individually.
>
> I can't think of a way to do day part bidding without having to bid
> every hour on keywords. I'm saving on quota by bidding on only the
> high volume keywords every hour, but this is still tens of thousands
> of API calls a day vs a hand full with ad scheduling.
>
> I know you can't comment on future developments, but hopefully you
> could put this post under the nose of someone in the development team!
>
> Cheers
>
> David
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---