AdWords API Re: where can I find a Google Adwords API developer

2009-05-29 Thread ilkerburak

i'm developing with adwords apiabout creating management panels for my
company managing adwords accounts.
you can contact me from ilkerbu...@hotmail.com

On 22 Mayıs, 00:29, toplinepub  wrote:
> I'd like a project handled by a developer who knows how to work with
> Google Adwords API.  Where can I find a developer?  Thanks!
--~--~-~--~~~---~--~~
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 Problem with KeywordToolService retuning bad data

2009-05-29 Thread thetonyleone

I am running into a strange problem. I created a keyword search tool
using the sample php script provided and everything seems to be
working perfect so far. But I had a user that did a search for a
keyword "swimming exercise programme" and the adwords API returns
using:

$more_specific = $variation_lists['moreSpecific'];
echo 'List of popular queries with given seed has ' . count
($more_specific) .
  ' variation(s).' . "\n";
foreach ($more_specific as $eachOne){
echo $eachOne['text'].' - '.$eachOne['lastMonthSearchVolume'].'';
}

List of popular queries with given seed has 5 variation(s).
s - s
-
0 - 0
2 - 2
- - -

I tried to do the search in Googles Adwords Keyword Tool:
https://adwords.google.com/select/KeywordToolExternal
and it returns Not enough data.

>From what I could read in the API developers guide if there wasnt
enough data it should return -1.

I have tried it with different variations with just single words from
that phrase and it works fine but not with that phrase. I was even
looking at the debug information and it does have that keyword found:
swimming exercise programme   0  28  -1
but doesn't seem to know that it would be one of the choices of the
variations.

Please Help, Thanks in advance.
Tony

--~--~-~--~~~---~--~~
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: Is there any problem with the Sandbox and ImageAd ?

2009-05-29 Thread AdWords API Advisor

Hello Qmepop,

 Which version of the AdWords API are you trying to use? Which client
library, if any, are you using? The error message you're getting is
associated with v200902 of the AdWords API. I just tried creating an
image ad in the v200902 Sandbox environment and it succeeded, so I
think there's some underlying issue here.

Cheers,
-Jeff Posnick, AdWords API Team


On May 29, 12:55 am, "qme...@gmail.com"  wrote:
> Hi,
>
> Since wednesday, I can't create any ImageAd to the Sandbox and even if
> to run the GetAllAds class.
>
> I changed nothing in my classes, so...
>
> Here is the error message :
> "Invalid element in com.google.api.adwords.v200902.AdId - AdId.Type"
>
> Cheers,
> Qmepop
--~--~-~--~~~---~--~~
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 Can QS be preserved when moving keywords to another adgroup

2009-05-29 Thread Peer Jakobsen (AdWords API Guru)

Hi,

I read this blogs:

http://www.freshthinkingbusiness.com/google-adwords-quality-score.html

In paragraph 8, it says that through adwords editor you can preserve
keyword quality score by cut and pasting a keyword from one adgroup to
another.

Is it possible to do the same through the API v13? Is the adwords
editor using the same API as we are?

Thanks,

Peer Jakobsen
--~--~-~--~~~---~--~~
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: Problem with KeywordToolService retuning bad data

2009-05-29 Thread AdWords API Advisor

Hello Tony,

 I made the following SOAP request:

  

  
swimming exercise programme
Broad
  
  true
  en
  GB

  

and the first item in the list of results I got back was


 swimming exercise programme
 
 0
 28
 -1


This all seems as expected to me. What leads you to believe that there
is an issue?

Cheers,
-Jeff Posnick, AdWords API Team


On May 29, 10:44 am, thetonyleone  wrote:
> I am running into a strange problem. I created a keyword search tool
> using the sample php script provided and everything seems to be
> working perfect so far. But I had a user that did a search for a
> keyword "swimming exercise programme" and the adwords API returns
> using:
>
> $more_specific = $variation_lists['moreSpecific'];
> echo 'List of popular queries with given seed has ' . count
> ($more_specific) .
>   ' variation(s).' . "\n";
> foreach ($more_specific as $eachOne){
>         echo $eachOne['text'].' - '.$eachOne['lastMonthSearchVolume'].'';
>         }
>
> List of popular queries with given seed has 5 variation(s).
> s - s
> -
> 0 - 0
> 2 - 2
> - - -
>
> I tried to do the search in Googles Adwords Keyword 
> Tool:https://adwords.google.com/select/KeywordToolExternal
> and it returns Not enough data.
>
> From what I could read in the API developers guide if there wasnt
> enough data it should return -1.
>
> I have tried it with different variations with just single words from
> that phrase and it works fine but not with that phrase. I was even
> looking at the debug information and it does have that keyword found:
> swimming exercise programme   0  28  -1
> but doesn't seem to know that it would be one of the choices of the
> variations.
>
> Please Help, Thanks in advance.
> Tony
--~--~-~--~~~---~--~~
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: Can QS be preserved when moving keywords to another adgroup

2009-05-29 Thread AdWords API Advisor

Hello Peer,

 It's not possible to do a true move of existing keywords using the
AdWords API (or the AdWords web interface, or any other system that
I'm aware of). You can only delete existing keywords and create new
ones. It's possible to automate this process in a UI so that it
appears that a move is taking place, of course.

 The article you linked to in turn links to this AdWords Editor Help
article:

  http://www.google.com/support/adwordseditor/bin/answer.py?hl=en&answer=32921

the last paragraph of which says "If you paste keywords in a new ad
group, the keywords' performance statistics, such as impressions and
clicks, will not be transferred to the new location." This is what you
would expect if a delete and create were taking place.

Cheers,
-Jeff Posnick, AdWords API Team


On May 29, 1:05 pm, "Peer Jakobsen (AdWords API Guru)"
 wrote:
> Hi,
>
> I read this blogs:
>
> http://www.freshthinkingbusiness.com/google-adwords-quality-score.html
>
> In paragraph 8, it says that through adwords editor you can preserve
> keyword quality score by cut and pasting a keyword from one adgroup to
> another.
>
> Is it possible to do the same through the API v13? Is the adwords
> editor using the same API as we are?
>
> Thanks,
>
> Peer Jakobsen
--~--~-~--~~~---~--~~
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: Mutually exclusive in columns error when report downloading.

2009-05-29 Thread AdWords API Advisor

Hello,

 The Reports Engineering team has confirmed that this behavior is a
bug, and is working on a resolution. Apologies for any inconvenience
this is causing developers in the meantime, and I'll continue to
update this thread with more info.

Cheers,
-Jeff Posnick, AdWords API Team


On May 28, 11:47 am, AdWords API Advisor
 wrote:
> Hello,
>
>  Thanks for passing that along. The logs, especially mariek's which
> shows that the Clicks column isn't even being requested, should be
> enough for the Reports Engineering team to investigate what certainly
> appears to be a bug.
>
>  I'll update this thread with more info when I have it.
>
> Cheers,
> -Jeff Posnick, AdWords API Team
>
> On May 28, 4:51 am, mariek  wrote:
>
>
>
> > I have exactly the same problem. Even if I don't include CLICKS
> > column. Here are my request and response logs:
>
> > POST /api/adwords/v13/ReportService HTTP/1.1
> > SOAPAction: ""
> > Content-Type: text/xml; charset=utf-8
> > User-Agent: SOAP4R/1.5.8 (httpclient.rb/269, ruby 1.8.7 (2008-08-11)
> > [i486-linux])
> > Date: Thu, 28 May 2009 08:48:13 GMT
> > Content-Length: 1508
> > Host: adwords.google.com
>
> > 
> > http://www.w3.org/2001/XMLSchema";
> >     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> >     xmlns:env="http://schemas.xmlsoap.org/soap/envelope/";>
> >   
> >         DEV_TOKEN > developerToken>
> >         USERAGENT
> >         TOKEN > applicationToken>
> >         PASSWORD
> >         
> >         EMAIL
> >   
> >   
> >     https://adwords.google.com/api/
> > adwords/v13">
> >       
> >         CLIENT_EMAIL
> >         true
> >         2009-05-28
> >         Report-2009-05-28T10:48:12+02:00
> >         2009-05-28
> >         Weekly
> >         AdGroupId
> >         KeywordId
> >         Keyword
> >         ConversionName
> >         Keyword
> >       
> >     
> >   
> > 
>
> > = Response
> > HTTP/1.1 500 Internal Server Error
> > Content-Type: text/xml; charset=utf-8
> > Date: Thu, 28 May 2009 08:48:14 GMT
> > Expires: Thu, 28 May 2009 08:48:14 GMT
> > Cache-Control: private, max-age=0
> > X-Content-Type-Options: nosniff
> > Content-Length: 1451
> > Server: GFE/2.0
>
> > http://schemas.xmlsoap.org/soap/
> > envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
> >  
> >   http://schemas.xmlsoap.org/soap/actor/
> > next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
> > adwords/v13">654
> >   http://schemas.xmlsoap.org/soap/actor/
> > next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
> > adwords/v13">1
> >   http://schemas.xmlsoap.org/soap/actor/next";
> > soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
> > adwords/v13">1
> >   http://schemas.xmlsoap.org/soap/actor/
> > next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
> > adwords/v13">d2cf715d4842163f25759f5083ecc79e
> >  
> >  
> >   
> >      soapenv:Server.userException
> >      One or more report job parameters is invalid. > faultstring>
> >      
> >       https://adwords.google.com/api/adwords/
> > v13">
> >        30
> >        One or more report job parameters is invalid. > ns1:message>
> >        The following columns are mutually exclusive :
> > [Clicks]
> >     
> >    
> >   
> >  
> > 
--~--~-~--~~~---~--~~
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: Slowness in Calling adWords API to download campaign/adgroup/keyword/ad

2009-05-29 Thread von journ


thanks, this information really help!

--- On Thu, 5/28/09, AdWords API Advisor  wrote:

> From: AdWords API Advisor 
> Subject: AdWords API Re: Slowness in Calling adWords API to download  
> campaign/adgroup/keyword/ad
> To: "AdWords API Forum" 
> Date: Thursday, May 28, 2009, 3:46 PM
> 
> Hello Von,
> 
>  Account Structure reports (http://code.google.com/apis/adwords/docs/
> developer/adwords_api_report_structure.html) will provide
> you with
> most of the basic attributes of your AdWords objects,
> regardless of
> whether there is any performance data available for them.
> Of course, a
> Structure report won't return any metrics about performance
> data at
> all, so if your goal is to both get a complete picture of
> your
> accounts each day and also get performance data, a
> Structure report
> alone won't do it for you.
> 
>  While it's true that running a report to get what you
> describe as a
> small campaign object can be slower than the equivalent
> getXYZ()
> methods, in practical terms you wouldn't be running a
> report just
> against a single small campaign. You can run reports
> against a whole
> account's worth of campaigns, or multiple accounts (all
> report types
> other than Account Structure can be run across multiple
> clients at a
> time). The ReportService is designed to handle retrieving
> large
> amounts of data efficiently.
> 
>  To address your other question, the AdWords API v13 will
> always
> authenticate each SOAP request based on the values in the
> "email" and
> "password" headers. It's not possible to cache anything and
> bypass
> this authentication, but I don't think that would be much
> by way of
> performance gains if there was. If you're really looking to
> speed up
> your current approach instead of adopting reports, do make
> sure that
> you're running your getXYZ() requests in parallel, either
> from
> multiple threads within the same process or from multiple
> processes.
> We recommend that you stay under four concurrent AdWords
> API requests
> at any given time. If you're currently only making one
> request at a
> time, you should see a significant reduction in your
> overall run time
> with that approach.
> 
> Cheers,
> -Jeff Posnick, AdWords API Team
> 
> 
> On May 27, 9:08 pm, von journ 
> wrote:
> > There are a lot of limitations if we run reports to
> get object
> > 1) we cannot get all properties of objects
> > 2) it is slow to run reports to get small campaign
> objects
> > 3) if object has no performance data then it does not
> appear in reports. We need to find such bad perf objects and
> optimize them
> >
> > API call cost is surely a big concern to us, No other
> search engine charges that except for google ...
> >
> > back to the topic, we like to know if the slowness is
> by design, or if it is our own program has problems.
> >
> > thanks
> >
> > --- On Wed, 5/27/09, AdWords API Advisor 
> wrote:
> >
> > > From: AdWords API Advisor 
> > > Subject: AdWords API Re: Slowness in Calling
> adWords API to download campaign/adgroup/keyword/ad
> > > To: "AdWords API Forum" 
> > > Date: Wednesday, May 27, 2009, 11:24 PM
> >
> > > Hello,
> >
> > >  I'd recommend running reports to retrieve that
> data rather
> > > than
> > > looping through all the object with various
> getXYZ() calls.
> > > The API
> > > units consumed should also be considerably less
> when
> > > running reports
> > > for an account of that size.
> >
> > >  http://code.google.com/apis/adwords/docs/developer/ReportService.html
> >
> > > Cheers,
> > > -Jeff Posnick, AdWords API Team
> >
> > > On May 27, 2:53 pm, "vonjo...@yahoo.com"
> > > 
> > > wrote:
> > > > I have a customer with about 400K keywords,
> 80K text
> > > ads, 8k adgroups
> > > > and 200 campaigns. I use adWords API to
> download (loop
> > > through all the
> > > > objects) and save to sql database. It takes
> me about
> > > 1.5 hours to
> > > > finish the downloading. my CPU is about 20%
> on
> > > average. so I guess
> > > > most time is spend in the network of calling
> google
> > > adwords API.
> >
> > > > Is this slowness as expected, if not, what
> are the
> > > normal speed of
> > > > getting all these objects downloaded to my
> machine?
> >
> >
> > 
> 


  

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---