Re: SOAP-ERROR

2010-04-22 Thread Sythus
hi again,

i got the solution.

If you use xampp and have the same problems like me
follow these steps:

commenting in the php_openssl.dll in your php.ini
commenting out the php_domxml.dll in your php.ini

restart your webserver - then it should work.

best regards

Sythus

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: SOAP-ERROR

2010-04-22 Thread Sythus
Hi Eric again,

i got it, i enabled openssl on my PHP environment.
But now i got another strange failure:

Warning: domdocument::domdocument() expects at least 1 parameter, 0
given in ...\src\Google\Api\Ads\Common\Util\XmlUtils.php  on line 42
SoapFault Object ( [message:protected] => Call to undefined method
domdocument::loadXML() [string:private] => [code:protected] => 0
[file:protected] =>...\Google\Api\Ads\Common\Util\XmlUtils.php
[line:protected] => 43 [trace:private]

Any Idea?
Thanks for every helping hand.

Sythus

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: Policy Errors on Keywords in Sandbox

2010-04-22 Thread Peter
Hey Eric,

Using the term "google" by itself or as part of a keyword doesn't seem
to trigger keyword policy validation.
See the soap log below. Any tips you might have would be appreciated.

--

[2010-04-23 10:53:52,806::WARNING::AdWords API Python Client Library
v10.0.0] StartTime: 2010-04-23 10:53:51
*** Outgoing HTTP headers
**
User-Agent: ZSI 2.0.0 (http://pywebsvcs.sf.net); ElementTree v1.2.6

*** Outgoing SOAP
**

http://schemas.xmlsoap.org/soap/
encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:ZSI="http://www.zolera.com/schemas/ZSI/"; xmlns:xsd="http://
www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance">

https://adwords.google.com/api/adwords/cm/
v200909">
xx
AWAPI PyLib v10.0.0: Test Client
x
x


https://adwords.google.com/api/adwords/cm/
v200909">
https://adwords.google.com/api/adwords/cm/
v200909">

ADD

3184360646

google
BROAD

ACTIVE





0






ADD

3184360646

google policy violation
BROAD

ACTIVE





0









*** Incoming HTTP headers
**
200 OK
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
Date: Fri, 23 Apr 2010 01:54:00 GMT
Expires: Fri, 23 Apr 2010 01:54:00 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Transfer-Encoding: chunked

*** Incoming SOAP
**

http://schemas.xmlsoap.org/soap/envelope/";>

https://adwords.google.com/api/adwords/cm/
v200909">
5b90917ab49758c94441b5b83378ff84
2
444
30



https://adwords.google.com/api/adwords/cm/
v200909">

AdGroupCriterionReturnValue
http://www.w3.org/2001/XMLSchema-instance";
xsi:type="BiddableAdGroupCriterion">
3184360646

13743902
Keyword
google
BROAD

BiddableAdGroupCriterion
ACTIVE
ELIGIBLE
PENDING_REVIEW

ManualCPCAdGroupCriterionBids


Money
1


ADGROUP


true
true
true
5


http://www.w3.org/2001/XMLSchema-instance";
xsi:type="BiddableAdGroupCriterion">
3184360646

14062271
Keyword
google policy violation
BROAD
BiddableAdGroupCriterion
ACTIVE
ELIGIBLE
PENDING_REVIEW

ManualCPCAdGroupCriterionBids


Money
1


ADGROUP


true
true
true
5







EndTime: 2010-04-23 10:53:52

On Apr 15, 11:10 pm, AdWords API Advisor
 wrote:
> Hi Peter,
>
> The documentation refers to the v13 version of the API, and the
> behavior has changed in the v200909 version.  To trigger apolicy
> violation error in the sandbox you can use the term "google".
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Apr 14, 8:50 pm, Peter  wrote:
>
> > According to the documentation
>
> >http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbo...
>
> > "PolicyChecks
>
> >Policychecking is modified in the sandbox such that only repeated
> > punctuation will trigger apolicyviolation."
>
> > This appeared to work in v13 however we are having trouble making it
> > work in v2009 can anyone else comment on this, as it was useful to be
> > able to test this functionality in v13.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: SOAP-ERROR

2010-04-22 Thread Sythus
Hi Eric,

That information i found to my Webserver:

soap
Soap Client enabled
Soap Server enabled

Directive   Local Value Master Value
soap.wsdl_cache 1   1
soap.wsdl_cache_dir E:\xampp\tmpE:\xampp\tmp
soap.wsdl_cache_enabled 1   1
soap.wsdl_cache_limit   5   5
soap.wsdl_cache_ttl 86400   86400


curl
cURL supportenabled
cURL Informationlibcurl/7.16.0 OpenSSL/0.9.8i zlib/1.2.3


But i couldn t find anything about OpenSSL. Is that the problem maybe?
If yes, how can i enable it?


Thank you very much,

best regards
Sythus

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: update ImageAd: NullError.NULL_CONTENT @ operations[0].operand.ad.image.data

2010-04-22 Thread BeeGeez
I should have been more specific.  I am changing the url of a COPY of
an existing AdGroupAd that I have already read in order to create the
new one using an ADD operation.  I create a copy of it before I make
the URL changes, of course.  Before I can add, I have to remove the
read only fields.  This works in most cases but there's always
exceptions thrown in certain weird cases like this.  A copy of an
approved Ad should be submittable under any circumstance which is why
this is getting really frustrating working with v2009: I'm dealing
with a new and different API error each day just trying to copy a new
Ad and disabling the old Ad.

On Apr 21, 1:22 pm, AdWords API Advisor 
wrote:
> Hi,
>
> It isn't possible to change the URL or any other fields of an Ad after
> it's been created.  Only the fields in the AdGroupAd can be edited.
> When editing those fields, set the ad field to the base type Ad and
> only set the id field of that object.  That will avoid the need to
> pass in other required fields.
>
>  
>     SET
>     
>        X
>        
>           X
>        
>        PAUSED
>     
>  
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Apr 21, 1:59 pm, BeeGeez  wrote:
>
>
>
>
>
> > Looks like I need to load this data myself.  Found a related 
> > thread:http://groups.google.com/group/adwords-api/browse_thread/thread/c5a81...
>
> > On Apr 20, 1:10 pm, BeeGeez  wrote:
>
> > > I am only trying to update the ad.url using the client library with an
> > > existing ImageAd.  Unfortunately, when I read this ImageAd, the
> > > contents of ad.image.data is set to Nothing (using VB.NET).  Now when
> > > I try to change the ad.url using murtate(), I get an error since the
> > > ad.image.data isn't filled in.  Questions:
>
> > > 1)  Why is the ad.image.data not returned from the AdGroupSelector?
> > > 2)  How can I modify my ImageAd's url since I don't have the
> > > ad.image.data filled in?
>
> > > --
> > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > > Have you migrated to v200909 yet?
> > > The v13 sunset is on April 22, 2010.
>
> > > Also find us on our blog and discussion 
> > > group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> > > 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 
> > > athttp://groups.google.com/group/adwords-api?hl=en
>
> > --
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > Have you migrated to v200909 yet?
> > The v13 sunset is on April 22, 2010.
>
> > Also find us on our blog and discussion 
> > group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> > 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 
> > athttp://groups.google.com/group/adwords-api?hl=en
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en- Hide quoted text -
>
> - Show quoted text -

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: Java Client - and keyword suggestions

2010-04-22 Thread Emre
nevermind. found it. it was a typo.

On Apr 22, 7:43 pm, Emre  wrote:
> Is it possible to get keyword suggestions for a given URL using the
> java api client?
>
> I cannot seem to get RelatedToUrlSearchParameter working with
> TargetingIdeaSelector.
>
> any ideas?
>
> thanks
> e
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Java Client - and keyword suggestions

2010-04-22 Thread Emre
Is it possible to get keyword suggestions for a given URL using the
java api client?

I cannot seem to get RelatedToUrlSearchParameter working with
TargetingIdeaSelector.

any ideas?

thanks
e

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: PAYLOAD_STORE_UNAVAILABLE

2010-04-22 Thread Charles
Basically, we do the following:
=> Push the Bulk job
=> wait 10 seconds
=> get the job result. if status is not completed, etc., wait another
10 seconds, and then try to get the result again.

And we are receiving this Payload error.  Is there any other way
around it besides setting a wait to 1 minute?

Additionally, per your other posting on this topic, about the job
being possibly fully completed in this event - since the results seem
to be "temporarily unavailable", would it be accurate to say that
these jobs were in fact fully executed?  Espeically if we are waiting
a full minute to try to retrieve the results.


On Apr 22, 11:24 am, AdWords API Advisor
 wrote:
> Hi Charles,
>
> The core engineering team is looking in to this issue.  What they've
> found so far is that the payload often becomes available after a
> little time.  When you get this error can you pause for a minute and
> then try to get the results again?
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Apr 22, 12:39 am, Charles  wrote:
>
>
>
>
>
> > Per previous referring posts, this is supposed to be a rare core
> > engineering problem.  However, execution of the bulk service jobs have
> > already produced 10+ payload errors in a matter of 20 minutes,
> > tonight.
>
> > With the frequency of these errors, please elaborate on these
> > problems.  The integrity of the data being executed, in addition to
> > expectation to use the bulk mutate job service in larger number of
> > requests, is extremely important for our implementation.
>
> > Thanks for your time,
> > Charles
>
> > On Apr 21, 2:20 pm, Charles  wrote:
>
> > > We've been receiving an increasingly large number of
> > > PAYLOAD_STORE_UNAVAILABLE api exceptions.
>
> > > 1. Is there any way to avoid this error? Are there any causes? such as
> > > pushing too many bulk jobs through too frequently?
>
> > > 2. After we receive this error from the selector, does this job
> > > continue to have a status? What status is it
> > > (failed,completed,pending,processing?)  Can we re-try getting the job
> > > with the same bulk job id?
>
> > > 3. How long before the job is removed from the queue?
>
> > > Thanks,
> > > Charles
>
> > > --
> > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > > Have you migrated to v200909 yet?
> > > The v13 sunset is on April 22, 2010.
>
> > > Also find us on our blog and discussion 
> > > group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> > > 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 
> > > athttp://groups.google.com/group/adwords-api?hl=en
>
> > --
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > Have you migrated to v200909 yet?
> > The v13 sunset is on April 22, 2010.
>
> > Also find us on our blog and discussion 
> > group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> > 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 
> > athttp://groups.google.com/group/adwords-api?hl=en
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en- Hide quoted text -
>
> - Show quoted text -

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


how to create a SOAP request using .NET client library?

2010-04-22 Thread BeeGeez
I have an error in one of my AdGroupAdOperation mutate calls and I'm
trying to get the actual SOAP request.  I'm only working with the
client library in VB.NET so I'm not sure how this is done.  Can
someone post a code example of how to get the SOAP request of the
operation in question?  It is something I can get when the
AdWordsApiException is thrown?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Related to Get Placements By category name.

2010-04-22 Thread Anil
Dear Sir,

  I am Using "TargetingIdeaService" in Google API V2009 to
get Placements By category name (in V13 it is "SiteSuggestionService"
and Method is "getSitesByCategoryName").

As we all know that V13 is ending up today i am unable to get the
placements by category name.
Please provide the solution for it. If Possible please provide any
working Example.

Thanking You.. and waiting for your valuable suggestion.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


turn off soap and other adwords api related errors

2010-04-22 Thread chuender
Is there a way to turn off or disable the display of errors to the
browser?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: bulk mutate with asociated MCC

2010-04-22 Thread glownet
Job ID: 9288309

Error devuelto: [EntityNotFound.INVALID_ID @
operations[0].operations[0].operand.campaignId; trigger:'CampaignId:
54516067']


On Apr 20, 12:10 am, AdWords API Advisor
 wrote:
> Hi,
>
> What is the jobId of a BulkMutateJob that demonstrates this error?
>
> Best,
> - Eric
>
> On Apr 19, 5:57 am, glownet  wrote:
>
>
>
> > when i use the same code with a premiun account it work.
> > (i got the code from structure report and if i use it without
> > bulkmutate ,i can change all with api, i only have this error with
> > bulkmutate, with adgroudservice i had not this problem)
>
> > On Apr 15, 4:16 pm, AdWords API Advisor 
> > wrote:
>
> > > Hi,
>
> > > It looks like the IDs you are using aren't valid.  Refer to the
> > > fieldPath of the ApiError to determine which ID is invalid.
>
> > > Best,
> > > - Eric
>
> > > On Apr 15, 6:37 am, glownet  wrote:
>
> > > > i did a new test, usualy i used customerID , but now i used campaingID
> > > > for pause a adgroup, and i got conection but later the request had an
> > > > error:
>
> > > > error:
> > > > [12:10:20] Javi: [EntityNotFound.INVALID_ID @
> > > > operations[0].operations[0].operand.id; trigger:'AdGroupId:
> > > > x80907']
>
> > > > this is the operationstream declaration:
> > > >       Dim oOperationStream As New OperationStream()
>
> > > >         oOperationStream.scopingEntityId = New EntityId
> > > >         oOperationStream.scopingEntityId.type =
> > > > EntityIdType.CAMPAIGN_ID
> > > >         oOperationStream.scopingEntityId.typeSpecified = True
> > > >         oOperationStream.scopingEntityId.value = x067
> > > >         oOperationStream.scopingEntityId.valueSpecified = True
>
> > > >         oOperationStream.operations = arrAdGroupOperation
>
> > --
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > Have you migrated to v200909 yet?
> > The v13 sunset is on April 22, 2010.
>
> > Also find us on our blog and discussion 
> > group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> > 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 
> > athttp://groups.google.com/group/adwords-api?hl=en
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: Problem retrieving Campaign information.

2010-04-22 Thread LeXeR
Hi Eric,

thank you for your answer.
I still have problem retrieving Campaign information, even using admin
account credentials.

Cannot get any campaign info, always getting null.
Can you give me a hint how to solve this problem?

SOAP request/response:

[22 Apr 2010 18:06:08,250 - DEBUG]
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:ns1="https://adwords.google.com/api/
adwords/cm/v200909">***...@.de**AdWords API Java Client Library***false
[22 Apr 2010 18:06:08,250 - DEBUG]
http://schemas.xmlsoap.org/soap/
envelope/">aa9701f12d6dbc7411ad37a0d1f8460013471https://adwords.google.com/
api/adwords/cm/v200909">0CampaignPageDAILYMoney0STANDARD

Internal log:
AdWordsUser com.google.api.adwords.lib.adwordsu...@caf0ed
campaignService
com.google.api.adwords.v200909.cm.campaignservicesoapbindings...@14bc4e6
CampaignSelector com.google.api.adwords.v200909.cm.campaignselec...@1
CampaignPage com.google.api.adwords.v200909.cm.campaignp...@99444938
CampaignPage page = campaignService.get(selector);
page.getEntries() = null
No campaigns were found.


Thanks,
Olek

On 22 Apr., 17:52, AdWords API Advisor 
wrote:
> Hi Olek,
>
> The clientEmail field must contain the login for an AdWords account,
> not an MCC account.  More information on the headers is available
> here:
>
>  http://code.google.com/apis/adwords/v2009/docs/headers.html
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Apr 22, 4:34 am, LeXeR  wrote:
>
>
>
> > Hi community, Hi AdWords API Advisor
>
> > using CampaignServiceInterface and CampaignSelector I can retrieve all
> > my campaigns from sandbox. But while running the same code against
> > production web service (https://adwords.google.com/api/adwords/cm/
> > v200909/CampaignService) I cannot get any of my campaigns,
> > CampaignPage always returns null.
> > Do you have any solution for that?
>
> > Currently I'm using my management account to create and control
> > campaigns over AdWords web-interface and another non-admin developer
> > account for API access. The developer token is registered to the
> > developer account, but belongs to the same company.
> > Putting the developer account information into email and clientEmail
> > field seems not working for me. Should the email account owner also
> > being owner of the created campaigns?
> > Which account information shoul I provide in email and clientEmail
> > fields (manager or developer)?
>
> > Regadrs,
> > Olek
>
> > --
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > Have you migrated to v200909 yet?
> > The v13 sunset is on April 22, 2010.
>
> > Also find us on our blog and discussion 
> > group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> > 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 
> > athttp://groups.google.com/group/adwords-api?hl=en
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: SOAP-ERROR

2010-04-22 Thread AdWords API Advisor
Hi Sythus,

Can you please check that your PHP environment has the required SOAP
extensions:

  http://code.google.com/p/google-api-adwords-php/source/browse/trunk/README#338

Best,
- Eric Koleda, AdWords API Team

On Apr 22, 11:41 am, Sythus  wrote:
> Hello,
>
> i have a problem with SOAP while using
>
>   // Get the CampaignService.
>   $campaignService = $user->GetCampaignService();
>
> The error i get:
>
> SoapClient::SoapClient() [soapclient.soapclient]: I/O warning : failed
> to load external entity "https://adwords.google.com/api/adwords/cm/
> v200909/CampaignService?wsdl" in ...\aw_api_php_lib_2.0.1\src\Google
> \Api\Ads\Common\Lib\AdsSoapClient.php  on line 143
>
> [message:protected] => SOAP-ERROR: Parsing WSDL: Couldn't load
> from 
>
> And a lot more!
>
> I use Xampp, is that because i need a SOAP Plugin for that? If yes,
> how i can get one? Google didn t help me with that problem.
>
> I really have no idea about Soap and i appreciate every help i can
> get!
>
> Thank you
> best regards
> Sythus
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: GeoLocationService address2 is required?

2010-04-22 Thread AdWords API Advisor
Hi,

If you set address2 to null instead of an empty string you shouldn't
get this error.

Best,
- Eric Koleda, AdWords API Team

On Apr 22, 11:04 am, SW  wrote:
> Hi,
>
> I am trying to use the GeoLocationService to get the address.  If I
> pass in all of the fields except Address2 in the address object, I get
> the error stating address 2 is too short.  It is entirely possible to
> have the address without address2 field. Here is the error log:
>
> com.google.api.adwords.lib.AdWordsApiException:
> [StringLengthError.TOO_SHORT @ selector.addresses[0].streetAddress2]
> ---> System.Web.Services.Protocols.SoapException:
> [StringLengthError.TOO_SHORT @ selector.addresses[0].streetAddress2]
>
> Please specify a workaround for this. Do I have to pass in dummy
> address 2 field?
>
> Thanks
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: AdGroupService is very slow

2010-04-22 Thread AdWords API Advisor
Hi,

I was able to run the same requests without any errors.  Can you
please check that your headers are valid.

  http://code.google.com/apis/adwords/v2009/docs/headers.html

Best,
- Eric Koleda, AdWords API Team

On Apr 22, 9:45 am, Sirous  wrote:
> Hi Eric,
>
> Is there any update for this error. I got the same error
> (UNEXPECTED_INTERNAL_API_ERROR ) when I try to pull data.
>
> Besides, this version (V200909) is very slow, especially when I use
> "AdGroupService" class. is there any solution for improving
> performance?
>
> Thanks,
> Sirous
>
> Request:
> 
> http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
>     
>         https://adwords.google.com/api/adwords/
> cm/v200909">
>             appToken
>             authToken
>             clientemail+liuda...@adform.com clientEmail>
>             devToken
>         
>     
>     
>         https://adwords.google.com/api/adwords/cm/
> v200909">
>             
>                 ACTIVE
>                 DELETED
>                 
>                     
>                         20100120
>                         20100120
>                     
>                 
>                 
>                     1
>                 
>             
>         
>     
> 
> Response:
> http://schemas.xmlsoap.org/soap/
> envelope/">
>     
>         
>             soap:Server
> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @  faultstring>
>             
>                 https://adwords.google.com/
> api/adwords/cm/v200909">
> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
>                     ApiException ApplicationException.Type>
>                     http://www.w3.org/2001/
> XMLSchema-instance" xsi:type="InternalApiError">
>                         
>                         
>                         InternalApiError ApiError.Type>
>                         UNEXPECTED_INTERNAL_API_ERROR reason>
>                     
>                 
>             
>         
>     
> 
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: Problem retrieving Campaign information.

2010-04-22 Thread AdWords API Advisor
Hi Olek,

The clientEmail field must contain the login for an AdWords account,
not an MCC account.  More information on the headers is available
here:

  http://code.google.com/apis/adwords/v2009/docs/headers.html

Best,
- Eric Koleda, AdWords API Team

On Apr 22, 4:34 am, LeXeR  wrote:
> Hi community, Hi AdWords API Advisor
>
> using CampaignServiceInterface and CampaignSelector I can retrieve all
> my campaigns from sandbox. But while running the same code against
> production web service (https://adwords.google.com/api/adwords/cm/
> v200909/CampaignService) I cannot get any of my campaigns,
> CampaignPage always returns null.
> Do you have any solution for that?
>
> Currently I'm using my management account to create and control
> campaigns over AdWords web-interface and another non-admin developer
> account for API access. The developer token is registered to the
> developer account, but belongs to the same company.
> Putting the developer account information into email and clientEmail
> field seems not working for me. Should the email account owner also
> being owner of the created campaigns?
> Which account information shoul I provide in email and clientEmail
> fields (manager or developer)?
>
> Regadrs,
> Olek
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: To call KeywordToolService.getKeywordVariations Service from Netbeans.

2010-04-22 Thread AdWords API Advisor
Hi,

The KeywordToolService is one of the v13 services that is being sunset
today:

  http://adwordsapi.blogspot.com/2010/04/most-v13-services-turned-off-today.html

Please use the v200909 TargetingIdeaService instead:

  http://adwordsapi.blogspot.com/2009/11/discover-v2009-getting-ideas-with.html

Best,
- Eric Koleda, AdWords API Team

On Apr 21, 7:33 pm, iosif feygin  wrote:
> I want to call KeywordToolService.getKeywordVariations Service from
> Netbeans. I used Java Example how to call this Sevice using Java. I
> don't have a compilation errors but I have an error in this statement
> during execution:
>
> KeywordVariations variationLists = service.getKeywordVariations(
>            new SeedKeyword[] {seedKeyword}, useSynonyms, new String[]
> {"en"},
>            new String[] {"US"});
>
> This is a fragment of Source Code:
>
> import javax.jws.WebService;
> import org.apache.axis.client.Stub;
> import org.netbeans.j2ee.wsdl.googlekeywords_v1.GetKeyWordsFault;
> import org.netbeans.j2ee.wsdl.googlekeywords_v1.GoogleKeyWords;
>
> import com.google.api.adwords.v13.*;
>
>  import com.google.api.adwords.v13.KeywordToolInterface;
>  import com.google.api.adwords.v13.KeywordToolServiceLocator;
>  import com.google.api.adwords.v13.KeywordType;
>  import com.google.api.adwords.v13.KeywordVariation;
>  import com.google.api.adwords.v13.KeywordVariations;
>  import com.google.api.adwords.v13.SeedKeyword;
>
> /**
>  *
>  * @author ifeygin
>  */
> @WebService(serviceName = "GoogleKeyWords_v1Service", portName =
> "GoogleKeyWords_v1Port", endpointInterface =
> "org.netbeans.j2ee.wsdl.googlekeywords_v1.GoogleKeyWords",
> targetNamespace = "http://j2ee.netbeans.org/wsdl/GoogleKeyWords_v1";,
> wsdlLocation = "WEB-INF/wsdl/GoogleKeyWordsV1/GoogleKeyWords_v1.wsdl")
> public class GoogleKeyWordsV1 implements GoogleKeyWords {
>
>     public void getKeyWords(javax.xml.ws.Holder
> requestID, javax.xml.ws.Holder userID,
> javax.xml.ws.Holder isbn,
> javax.xml.ws.Holder keyWords) throws
> GetKeyWordsFault {
>         //TODO implement this method
> try {
>
>         String email = "*...@gmail.com";
>         String password = "***";
>         String clientEmail = "";
>         String useragent = "INSERT_COMPANY_NAME: AdWords API Java
> Sample Code";
>         String developerToken = "*...@gmail.com++usd";
>         String applicationToken = "INSERT_APPLICATION_TOKEN_HERE";
>         String namespace = "https://sandbox.google.com/api/adwords/
> v13";
>
>        KeywordToolInterface service =
>            new KeywordToolServiceLocator().getKeywordToolService();
>
>        // Define SOAP headers.
>        ((Stub) service).setHeader(namespace, "email", email);
>        ((Stub) service).setHeader(namespace, "password", password);
>        ((Stub) service).setHeader(namespace, "clientEmail",
> clientEmail);
>        ((Stub) service).setHeader(namespace, "useragent", useragent);
>        ((Stub) service).setHeader(namespace, "developerToken",
> developerToken);
>        ((Stub) service).setHeader(
>            namespace, "applicationToken", applicationToken);
>
>        // BEGIN KeywordToolService.getKeywordVariations: v13
>        // Create seed keyword structure.
>        SeedKeyword seedKeyword = new SeedKeyword();
>        seedKeyword.setNegative(false);
>        seedKeyword.setText("mars cruise");
>        seedKeyword.setType(KeywordType.Broad);
>        Boolean useSynonyms = true;
>
>        // Get keyword variations.
>        KeywordVariations variationLists =
> service.getKeywordVariations(
>            new SeedKeyword[] {seedKeyword}, useSynonyms, new String[]
> {"en"},
>            new String[] {"US"});
>        // END KeywordToolService.getKeywordVariations: v13
>
>        // Display keyword variations.
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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 thi

Re: TargetingIdeaService

2010-04-22 Thread AdWords API Advisor
Hi,

It looks like this request was made to the sandbox, where search
volume information isn't available.  Please run your request in the
production environment to get the correct data.

Best,
- Eric

On Apr 22, 4:22 am, Marry Hasanova  wrote:
> Hello Mr. Koleda,
>
> this is the SOAP response I get
>
> 
> 
> 
> b7b6217ce67c19933c26b88a7bbdd5dd
> 10
> 182
> 10
> 
> 
> 
> 
> 
> 300
> 
> 
> TARGETED_MONTHLY_SEARCHES
> 
> MonthlySearchVolumeAttribute
> 
> 2010
> 3
> 
> 
> 2010
> 2
> 
> 
> 2010
> 1
> 
> 
> 2009
> 12
> 
> 
> 2009
> 11
> 
> 
> 2009
> 10
> 
> 
> 2009
> 9
> 
> 
> 2009
> 8
> 
> 
> 2009
> 7
> 
> 
> 2009
> 6
> 
> 
> 2009
> 5
> 
> 
> 2009
> 4
> 
> 
> 
> 
> KEYWORD
> 
> KeywordAttribute
> 
> Keyword
> web
> EXACT
> 
> 
> 
> 
> 
> 
> 
> 
>
> Best regards,
> Marry Hasanova
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: can't add new TemplateAd (INCONSISTENT_TEMPLATE_AD_DATA)

2010-04-22 Thread AdWords API Advisor
Hi,

Do you have the SOAP XML request and response (or requestId) of a
request that demonstrates this problem.

Best,
- Eric Koleda, AdWords API Team

On Apr 21, 8:56 pm, BeeGeez  wrote:
> I'm creating a TemplateAd based off an ad that already exists in my
> AdGroup.  However, I can't create a new one, I get the following
> error:
> [AdError.INCONSISTENT_TEMPLATE_AD_DATA @ operations[0].operand.ad]
> reason: APPROXIMATELY_TOO_LONG
>
> I copy over all my data from one template ad to the new one but I keep
> getting this error.  Any way to stop getting it?
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


SOAP-ERROR

2010-04-22 Thread Sythus
Hello,

i have a problem with SOAP while using

  // Get the CampaignService.
  $campaignService = $user->GetCampaignService();


The error i get:

SoapClient::SoapClient() [soapclient.soapclient]: I/O warning : failed
to load external entity "https://adwords.google.com/api/adwords/cm/
v200909/CampaignService?wsdl" in ...\aw_api_php_lib_2.0.1\src\Google
\Api\Ads\Common\Lib\AdsSoapClient.php  on line 143

[message:protected] => SOAP-ERROR: Parsing WSDL: Couldn't load
from 


And a lot more!


I use Xampp, is that because i need a SOAP Plugin for that? If yes,
how i can get one? Google didn t help me with that problem.

I really have no idea about Soap and i appreciate every help i can
get!

Thank you
best regards
Sythus

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: INVALID_STRING_DATE with v2009 campaign start date

2010-04-22 Thread AdWords API Advisor
Hi Eron,

Thanks for pointing this out, I've alerted the documentation team of
the problem.

Best,
- Eric

On Apr 21, 6:20 pm, animessenger  wrote:
> Hi Eric,
>
> Can you please update this in the API documentation on this page?
>
> http://code.google.com/apis/adwords/v2009/docs/reference/CampaignServ...
>
> Thanks,
> -Eron
>
> On Apr 6, 8:50 am, AdWords API Advisor 
> wrote:
>
>
>
>
>
> > 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_STRING_DATEwith 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
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: HELP! Bids failing, don't know why

2010-04-22 Thread AdWords API Advisor
Hi,

Please ensure that the bid type you are using is compatible with your
campaign's bidding strategy.

Best,
- Eric Koleda, AdWords API Team

On Apr 21, 3:41 pm, Reed  wrote:
> Following error coming back from changing a bid, cannot understand.
> Includes request ID etc.
> thanks,
> -reed
>
> http://schemas.xmlsoap.org/soap/
> envelope/">e70c8251bb044efbb350376c5bdb0508 requestId>1714 responseTime>3 soap:Header>soap:Server faultcode>[AdGroupCriterionError.BID_INCOMPATIBLE_WITH_ADGROUP
> @ operations[0].operand.bids; trigger:'MANUAL_CPC'] faultstring>[AdGroupCriterionError.BID_INCOMPATIBLE_WITH_ADGROUP
> @ operations[0].operand.bids; trigger:'MANUAL_CPC'] message>ApiException ApplicationException.Type>http://www.w3.org/2001/
> XMLSchema-instance"
> xsi:type="AdGroupCriterionError">operations[0].operand.bids fieldPath>MANUAL_CPC trigger>AdGroupCriterionError ApiError.Type>BID_INCOMPATIBLE_WITH_ADGROUP ApiExceptionFault>
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: can't disable an ImageAd (mediaId required?)

2010-04-22 Thread AdWords API Advisor
Hi,

When updating an AdGroupAd ensure that the ad field contains a generic
Ad object.  This allows you to only set the id and not the other
fields.

Best,
- Eric Koleda, AdWords API Team

On Apr 21, 3:31 pm, BeeGeez  wrote:
> I am trying the update and ImageAd by just setting the status to
> DISABLED.  Unfortunately, I get the following error:
> [RequiredError.REQUIRED @ operations[0].operand.ad.image.mediaId]
>
> The mediaId is always 0 for all my image ads.  Even if I
> set .mediaIdSpecified to True, I get a different error:
> [RangeError.TOO_LOW @ operations[0].operand.ad.image.mediaId.id]
>
> Even the documentation doesn't make sense.  It says this field is
> required but it's optional:
> "Media id; Optional; E.g., image ads don't have a mediaId. This field
> is required and should not be null when it is contained within
> Operators : SET, REMOVE."
>
> Since image ads don't have a mediaId, why is it required?  And how can
> I update an ImageAd if my mediaId is always 0?
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: PAYLOAD_STORE_UNAVAILABLE

2010-04-22 Thread AdWords API Advisor
Hi Charles,

The core engineering team is looking in to this issue.  What they've
found so far is that the payload often becomes available after a
little time.  When you get this error can you pause for a minute and
then try to get the results again?

Best,
- Eric Koleda, AdWords API Team

On Apr 22, 12:39 am, Charles  wrote:
> Per previous referring posts, this is supposed to be a rare core
> engineering problem.  However, execution of the bulk service jobs have
> already produced 10+ payload errors in a matter of 20 minutes,
> tonight.
>
> With the frequency of these errors, please elaborate on these
> problems.  The integrity of the data being executed, in addition to
> expectation to use the bulk mutate job service in larger number of
> requests, is extremely important for our implementation.
>
> Thanks for your time,
> Charles
>
> On Apr 21, 2:20 pm, Charles  wrote:
>
>
>
>
>
> > We've been receiving an increasingly large number of
> > PAYLOAD_STORE_UNAVAILABLE api exceptions.
>
> > 1. Is there any way to avoid this error? Are there any causes? such as
> > pushing too many bulk jobs through too frequently?
>
> > 2. After we receive this error from the selector, does this job
> > continue to have a status? What status is it
> > (failed,completed,pending,processing?)  Can we re-try getting the job
> > with the same bulk job id?
>
> > 3. How long before the job is removed from the queue?
>
> > Thanks,
> > Charles
>
> > --
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > Have you migrated to v200909 yet?
> > The v13 sunset is on April 22, 2010.
>
> > Also find us on our blog and discussion 
> > group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> > 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 
> > athttp://groups.google.com/group/adwords-api?hl=en
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: Automatically Setup Clients via Google Adwords API

2010-04-22 Thread AdWords API Advisor
Hi,

Unfortunately this functionality isn't available in the AdWords API.

Best,
- Eric Koleda, AdWords API Team

On Apr 21, 1:40 pm, "sa...@senseekiosks.com" 
wrote:
> Is there currently any hopes or functionality to automatically setup
> new clients to our existing MCC Without doing it Manually? AKA doing
> it through the API to add clients to our MCC.
>
> The reason we are doing this is to provide support to our resellers so
> that they can get warm leads as soon as they sign up to become our
> distributor.
>
> So is something like this possible?
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


GeoLocationService address2 is required?

2010-04-22 Thread SW
Hi,

I am trying to use the GeoLocationService to get the address.  If I
pass in all of the fields except Address2 in the address object, I get
the error stating address 2 is too short.  It is entirely possible to
have the address without address2 field. Here is the error log:

com.google.api.adwords.lib.AdWordsApiException:
[StringLengthError.TOO_SHORT @ selector.addresses[0].streetAddress2]
---> System.Web.Services.Protocols.SoapException:
[StringLengthError.TOO_SHORT @ selector.addresses[0].streetAddress2]


Please specify a workaround for this. Do I have to pass in dummy
address 2 field?

Thanks

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: Search for ad text

2010-04-22 Thread AdWords API Advisor
Hi Tibbs,

The AdGroupAdSelector only supports filtering by ids.

  
http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdService.AdGroupAdSelector.html

Best,
- Eric Koleda, AdWords API Team

On Apr 21, 10:47 am, Tibbs  wrote:
> Hello,
>
> Is it possible to get a list of text ads as result of a search in as
> headline, description, or URL?
> For example, if I ask for ads containing "vacation", to get a list of
> ads that contain "vacation" in headline, description, or URL text?
> So far I found only the possibility to get a list of ads only by
> passing a list of ID's (campaign, AdGroup, Ad) to the service. This
> implies to download first the whole list to get the IDs.
>
> Thanks
> Tibbs
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: Still fighting with InfoService re API Usage

2010-04-22 Thread AdWords API Advisor
Hi Reed,

The basic rule of thumb is that the element for a field should use the
namespace of the object it belongs to.  In your example:

The dateRange field belongs to the InfoSelector object, which is in
the info namespace, therefore the dateRange element should use the
info namespace.
http://code.google.com/apis/adwords/v2009/docs/reference/InfoService.InfoSelector.html

The min and max fields belong to the DateRange object, which is in the
cm namespace, therefore the min and max elements should use the cm
namespace.
http://code.google.com/apis/adwords/v2009/docs/reference/InfoService.InfoSelector.html

You may want to consider using of the client libraries, as they handle
all these namespace problems automatically.
http://code.google.com/apis/adwords/v2009/docs/clientlibraries.html

Best,
- Eric Koleda, AdWords API Team


On Apr 21, 11:17 am, Reed  wrote:
> OK, so that problem was another namespace issue - the tokens only
> exist in the cm namespace, not the info namespace.
>
> But now it gave me an INVALID_DATE_RANGE and guess what, even though I
> can specify the "info" namespace ("v20" in the xml example above) for
> the dateRange and the selector, I have to specify the "cm" namespace
> for the min and max elements!
>
> Did I miss some documentation somewhere that spells out which are in
> which namespace?
>
> thanks,
> -reed
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: How can I get moreSpecific and additionalToConsider results using new apiv200909

2010-04-22 Thread AdWords API Advisor
Hi Neema,

Please see this thread for more information:

  
http://groups.google.com/group/adwords-api/browse_thread/thread/8f706d0597314c5a/

Best,
- Eric Koleda, AdWords API Team

On Apr 21, 8:47 am, Neema  wrote:
> hi
>
> I tried to implement Keyword tool services from v13 to a new one, in
> the old I am using moreSpecific and additionalToConsider results so  I
> can work with more specific keywords, with this new version I do not
> see a way to get those result set, anybody has any idea on how can i
> construct the search parameters to return those result set,
> I have tried
>
> $selector->searchParameters = array(
>                                                         new 
> RelatedToKeywordSearchParameter(array($keyword)),
>                                                         new 
> KeywordMatchTypeSearchParameter('EXACT'),
>                                                         new 
> LanguageTargetSearchParameter(array($language)),
>                                                         new 
> CountryTargetSearchParameter(array($country))
>                                                 );
> but doesn't seem to help much as even changing the exact to broad and
> phrase it still returns he same result set.
>
> regards
> neema
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


AdGroupService is very slow

2010-04-22 Thread Sirous
Hi Eric,

Is there any update for this error. I got the same error
(UNEXPECTED_INTERNAL_API_ERROR ) when I try to pull data.

Besides, this version (V200909) is very slow, especially when I use
"AdGroupService" class. is there any solution for improving
performance?

Thanks,
Sirous

Request:

http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>

https://adwords.google.com/api/adwords/
cm/v200909">
appToken
authToken
clientemail+liuda...@adform.com
devToken



https://adwords.google.com/api/adwords/cm/
v200909">

ACTIVE
DELETED


20100120
20100120



1





Response:
http://schemas.xmlsoap.org/soap/
envelope/">


soap:Server
InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 

https://adwords.google.com/
api/adwords/cm/v200909">
InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
ApiException
http://www.w3.org/2001/
XMLSchema-instance" xsi:type="InternalApiError">


InternalApiError
UNEXPECTED_INTERNAL_API_ERROR







-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: For AdWordsAPIAdvisor: Can AdWords API be used to get volume data for non-AdWords tools

2010-04-22 Thread Garry
You did not answer my question.  :(

I don't see how a question of your API usage was translated into "talk
to your lawyer."

This one's going up on Sphinn.

Cheers, and I'd say 'thanks' but I think a Bot could have answered
this question more accurately

Garry:  "Hey Google, can we use your API for a  non-adwords tool like
*this* site?"

Google:  "Talk to your family lawyer."

WTF? Hilarity HAS ensued.

Garry



On Apr 20, 8:31 am, AdWords API Advisor 
wrote:
> Hi Garry,
>
> Unfortunately we cannot provide you with legal advice.  Although we
> strive to make our terms accessible to all users, you may wish to
> consult with a lawyer familiar with your business if you need guidance
> beyond our help materials.  The AdWords API Terms and Conditions are
> available here:
>
>  http://code.google.com/apis/adwords/docs/terms.html
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Apr 19, 4:37 pm, Garry  wrote:
>
>
>
>
>
> > We noticed this posting
>
> >http://blog.authoritylabs.com/seo-keyword-suggestions-with-the-adword...
>
> > and we would like to fetch Keyword and Volume data as well but, an in
> > the link above, it's not for AdWords or AdWords-related applications.
>
> > Before we start development, I would like to get clearance that usage
> > of the AdWords API in this fashion is allowed.
>
> > Thanks
>
> > Garry
>
> > --
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > Have you migrated to v200909 yet?
> > The v13 sunset is on April 22, 2010.
>
> > Also find us on our blog and discussion 
> > group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> > 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 
> > athttp://groups.google.com/group/adwords-api?hl=en
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: The login request used a username or password that is not recognized.

2010-04-22 Thread miracl
Hello anyone who will fall on this page :
Caching the login auth cookie, to avoid the error "The login request
used a username or password that is not recognized"

How can you do that ? (too bad the two ppl in the discussion did not
bother being more clear about that for all of us)


Here is an example code :

$storageZone="/var/www/storage";
$clientId="j...@smith.com";
$cacheLocation=$storageZone."/".str_replace("@","_",$clientId); //just
doing a str_replace to avoid @ in the filename

$usecache=false;

if(file_exists($cacheLocation)){
$dMod=filemtime($cacheLocation);
$secDiff=time()-$dMod;
if($secDiff<60*5){ $usecache=true;}
}

if(!$usecache){
$user = new AdWordsUser(NULL, $email, $password, $developerToken,
$applicationToken, $userAgent, 
$clientId);
}else{
$user=unserialize(file_get_contents($cacheLocation));
}
file_put_contents($cacheLocation,serialize($user));


the object $user can actually be serialized and stored for later
usage, i ve set the "caching" to 5 minutes, as i have no information
at all about the actual lifespan of the auth cookie.

Hope that will help some ! This works perfectly nice for me !

Pierre



On Apr 2, 4:33 pm, AdWords API Advisor 
wrote:
> Hi Dave,
>
> That's a great idea about the user submitted code snippets.  What do
> you think would be the best way to facilitate that?  Something simple
> we could do is create a wiki page like the one for PHP compatibility,
> where users can append comments.
>
>  http://code.google.com/p/google-api-adwords-php/wiki/PhpCompatibility
>
> Best,
> - Eric
>
> On Apr 1, 12:56 pm, Dave  wrote:
>
>
>
> > Caching the login auth cookie seems to have resolved my issue. The
> > examples provided in the library are great but I was taking it too
> > literally and authenticated before each query (2:00AM fail). Perhaps
> > myself or someone could contribute a full example from login ->
> > adgroup creation -> add keywords -> add ad -> etc.
>
> > The other example that people may be interested in is dynamically
> > setting the adwords client email/id:
> > // Sample Code
> > $user = new AdWordsUser();
>
> > // Set client account dynamically (Takes email or ID string)
> > // Instead of setting the client email statically in the auth.ini
> > $user->SetClientId("myem...@gmail.com");
>
> > It would be great if Google Adwords API or the PHP Client pages
> > allowed comments / user code snippets to be posted (example: php.net)
>
> > Thanks,
> > Dave
>
> > On Apr 1, 12:05 pm, "Joshua J. Kugler"  wrote:
>
> > > On Wednesday 31 March 2010, Dave elucidated thus:
>
> > > > I started using the aw_api_php_lib_2.0.1 client library w/ v2009 API
> > > > today and also ran into a rate limit. It produced the same error and
> > > > appears to only last for a few minutes. I don't use multiple threads
> > > > on my project but some of the operations are quick and I am
> > > > processing without any delay implemented.
>
> > > > I would be curious what the actual rate limit is, as bulk operations
> > > > aren't going to work well for my purpose. I don't mind adding a delay
> > > > I just don't want to guess if at all possible.
>
> > > Just so you know, you don't have to hit the Client Login API for each
> > > request. You can cache the auth cookie, and then only get a new one
> > > when you get back the error
>
> > > AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID
>
> > > If it is in fact a rate limit issue with the Login API, then caching the
> > > auth cookie should solve the problem.
>
> > > j
>
> > > --
> > > Joshua Kugler
> > > Part-Time System Admin/Programmerhttp://www.eeinternet.com
> > > PGP Key:http://pgp.mit.edu/ID0x73B13B6A

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Looking for a Adwords API developer c#

2010-04-22 Thread i...@ashop.com.au
Hi,

We are looking for a developer who is experienced in adwords api and
c# for an ecommerce platform integration. Please contact us if you are
the one.

Cheers
Sinan

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Problem retrieving Campaign information.

2010-04-22 Thread LeXeR
Hi community, Hi AdWords API Advisor

using CampaignServiceInterface and CampaignSelector I can retrieve all
my campaigns from sandbox. But while running the same code against
production web service (https://adwords.google.com/api/adwords/cm/
v200909/CampaignService) I cannot get any of my campaigns,
CampaignPage always returns null.
Do you have any solution for that?

Currently I'm using my management account to create and control
campaigns over AdWords web-interface and another non-admin developer
account for API access. The developer token is registered to the
developer account, but belongs to the same company.
Putting the developer account information into email and clientEmail
field seems not working for me. Should the email account owner also
being owner of the created campaigns?
Which account information shoul I provide in email and clientEmail
fields (manager or developer)?

Regadrs,
Olek

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


To call KeywordToolService.getKeywordVariations Service from Netbeans.

2010-04-22 Thread iosif feygin
I want to call KeywordToolService.getKeywordVariations Service from
Netbeans. I used Java Example how to call this Sevice using Java. I
don't have a compilation errors but I have an error in this statement
during execution:

KeywordVariations variationLists = service.getKeywordVariations(
   new SeedKeyword[] {seedKeyword}, useSynonyms, new String[]
{"en"},
   new String[] {"US"});





This is a fragment of Source Code:

import javax.jws.WebService;
import org.apache.axis.client.Stub;
import org.netbeans.j2ee.wsdl.googlekeywords_v1.GetKeyWordsFault;
import org.netbeans.j2ee.wsdl.googlekeywords_v1.GoogleKeyWords;

import com.google.api.adwords.v13.*;

 import com.google.api.adwords.v13.KeywordToolInterface;
 import com.google.api.adwords.v13.KeywordToolServiceLocator;
 import com.google.api.adwords.v13.KeywordType;
 import com.google.api.adwords.v13.KeywordVariation;
 import com.google.api.adwords.v13.KeywordVariations;
 import com.google.api.adwords.v13.SeedKeyword;



/**
 *
 * @author ifeygin
 */
@WebService(serviceName = "GoogleKeyWords_v1Service", portName =
"GoogleKeyWords_v1Port", endpointInterface =
"org.netbeans.j2ee.wsdl.googlekeywords_v1.GoogleKeyWords",
targetNamespace = "http://j2ee.netbeans.org/wsdl/GoogleKeyWords_v1";,
wsdlLocation = "WEB-INF/wsdl/GoogleKeyWordsV1/GoogleKeyWords_v1.wsdl")
public class GoogleKeyWordsV1 implements GoogleKeyWords {

public void getKeyWords(javax.xml.ws.Holder
requestID, javax.xml.ws.Holder userID,
javax.xml.ws.Holder isbn,
javax.xml.ws.Holder keyWords) throws
GetKeyWordsFault {
//TODO implement this method
try {

String email = "*...@gmail.com";
String password = "***";
String clientEmail = "";
String useragent = "INSERT_COMPANY_NAME: AdWords API Java
Sample Code";
String developerToken = "*...@gmail.com++usd";
String applicationToken = "INSERT_APPLICATION_TOKEN_HERE";
String namespace = "https://sandbox.google.com/api/adwords/
v13";

   KeywordToolInterface service =
   new KeywordToolServiceLocator().getKeywordToolService();

   // Define SOAP headers.
   ((Stub) service).setHeader(namespace, "email", email);
   ((Stub) service).setHeader(namespace, "password", password);
   ((Stub) service).setHeader(namespace, "clientEmail",
clientEmail);
   ((Stub) service).setHeader(namespace, "useragent", useragent);
   ((Stub) service).setHeader(namespace, "developerToken",
developerToken);
   ((Stub) service).setHeader(
   namespace, "applicationToken", applicationToken);

   // BEGIN KeywordToolService.getKeywordVariations: v13
   // Create seed keyword structure.
   SeedKeyword seedKeyword = new SeedKeyword();
   seedKeyword.setNegative(false);
   seedKeyword.setText("mars cruise");
   seedKeyword.setType(KeywordType.Broad);
   Boolean useSynonyms = true;

   // Get keyword variations.
   KeywordVariations variationLists =
service.getKeywordVariations(
   new SeedKeyword[] {seedKeyword}, useSynonyms, new String[]
{"en"},
   new String[] {"US"});
   // END KeywordToolService.getKeywordVariations: v13

   // Display keyword variations.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Most v13 services turned off today

2010-04-22 Thread AdWords API Advisor
http://adwordsapi.blogspot.com/2010/04/most-v13-services-turned-off-today.html

Today we’re sunsetting the following v13 services:
CampaignService
AdGroupService
CriterionService
AdService
InfoService
KeywordToolService
SiteSuggestionService

– Jason Shafton, Product Marketing Manager

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: "Could not connect to host" SOAP Fault on v200909

2010-04-22 Thread Birckin
Hello,

Problem solved.

After contacting to the CampaignService WSDL and checking connectivity
was working perfectly, I tried to figure out what was different
between v13 and v200909. v13 used NuSOAP and works with PHP sockets,
v200909 works directly with SoapClient.
Then I checked all possible configurations, beginning with checking
again the server met all the requirements, and it didn't. I was
missing OpenSSL (in fact I don't know how I missed it the first time I
checked the requirements before starting). After activating the
OpenSSL mod all the connections worked perfectly.

Sorry for the inconveniences caused and the time spent in this stupid
fault.

Thanks a lot for the help ^^

On 21 abr, 22:10, AdWords API Advisor 
wrote:
> Hi,
>
> Your settings look fine.  Do you need to go through a proxy on your
> server?  The URL of the v200909 CampaignService WSDL is:
>
>  https://adwords.google.com/api/adwords/cm/v200909/CampaignService?wsdl
>
> Can you try to wget this URL on your server?
>
> Best,
> - Eric
>
> On Apr 20, 1:07 pm, Birckin  wrote:
>
>
>
>
>
> > This is my current settings.ini file:
>
> > [LOGGING]
> > ; Log directory is either an abosolute path, or relative path to the
> > ; AdWordsUser.php file.
> > PATH_RELATIVE = "1"
> > LIB_LOG_DIR_PATH = "../../../../../../logs"
>
> > [SERVER]
> > DEFAULT_VERSION = "v200909"
>
> > ; Change tohttps://adwords-sandbox.google.comtowork in the sandbox
> > ; environment.
> > DEFAULT_SERVER = "https://adwords.google.com";
>
> > [SOAP]
> > ; Enable/disable gzip compression on SOAP requests and responses.
> > COMPRESSION = 1
>
> > ; The level of gzip compression to use, from 1 to 9. The higher the
> > level the
> > ; greater the compression and time needed to perform the compression.
> > The
> > ; recommended and default value is 1.
> > COMPRESSION_LEVEL = 1
>
> > I've tried both 
> > withhttps://adwords-sandbox.google.comandhttps://adwords.google.comasDEFAULT_SERVER.
>
> > I'm not 100% sure if there is no firewall messing with this, but it's
> > quite improbable. Any suggestions about how can I check if
> > connectivity for v200909 is working correctly? Anyway it's also
> > strange that I can still work with v13 perfectly in the same server.
>
> > On 20 abr, 17:43, AdWords API Advisor 
> > wrote:
>
> > > Hi,
>
> > > What settings are you using in the settings.ini file?  Can you check
> > > to make sure that there are no firewall configurations on your server
> > > needed to allow this connection?
>
> > > Best,
> > > - Eric Koleda, AdWords API Team
>
> > > On Apr 20, 6:39 am, Birckin  wrote:
>
> > > > Hello.
>
> > > > I'm in the process of updating the tool to v200909 from the old v13
> > > > using AdWords API PHP Client Library.
>
> > > > Setting the things first I've just tried to log into the AdWords
> > > > account (following the simple "Getting started" video in the library
> > > > site) getting a "Could not connect to host" SOAP Fault message as a
> > > > result.
>
> > > > I've tried several things but no one worked: modifying the
> > > > AdsSoapClient::__soapCall() code to attempt several trys, appending "?
> > > > wsdl" string at the end of the URL, trying with and without sandbox,
> > > > etc.
>
> > > > The fact is that the old v13 is still running and working, so my
> > > > server can successfully connect and operate 
> > > > withhttps://adwords.google.com/api/adwords/v13/CampaignService?wsdlbut
> > > > cannot do the same 
> > > > withhttps://adwords.google.com/api/adwords/cm/v200909/CampaignService
> > > > norhttps://adwords.google.com/api/adwords/cm/v200909/CampaignService?wsdl
> > > > nor sandbox URL versions.
>
> > > > What could be the problem? Maybe connectivity? Some code issues? Is
> > > > just AdWords API having any problem?
>
> > > > --
> > > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > > > Have you migrated to v200909 yet?
> > > > The v13 sunset is on April 22, 2010.
>
> > > > Also find us on our blog and discussion 
> > > > group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> > > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> > > > 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 
> > > > athttp://groups.google.com/group/adwords-api?hl=en
>
> > > --
> > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > > Have you migrated to v200909 yet?
> > > The v13 sunset is on April 22, 2010.
>
> > > Also find us on our blog and discussion 
> > > group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> > > You received this message because you are subscribed to the Google
> > > Groups "AdWords API Forum" group.
> > > To post to this group, send emai

Re: SSL: fatal protocol error ...

2010-04-22 Thread Yohan
i just put an @ before the constructor and it's working, but my script
didn't find any Campaign,

i wonder if it's the solution 

here the copy/paste of GetAllCampaigns.php

AdWordsUser Object
(
[email:private] => c...@perferencement.com
[password:private] => XXX
[requestHeaderElements:private] => Array
(
[userAgent] => AwApi-PHP-2.0.1-Perferencement
[clientEmail] => c...@perferencement.com
[developerToken] => XXX
[applicationToken] => XXX
[authToken] =>
DQAAAJYAAAB4dPhSJ7qExWAkfskISLKDym1gOEUU2xUmGolrMg5zeedDYFmQOPYmSuCnG1c_m7-
rYU9y-h7-90Tg7qcGKbWxaHh1dKcuO6TMvAsPxOwtzAJs22h-W6a4OMMlxZngn-
ooIdzgelMFtNm44kqxchpvR6PMi8oDdDlmHajWyQLvePxTODeP4oF-
N91neuc_nuyF5b7fWsV-I4XjiViaCr0M
)

[defaultServer:private] => https://adwords.google.com
[defaultVersion:private] => v200909
[logsDirectory:private] => /home/payperco/www/google-api2/logs
[soapCompression] => 1
[soapCompressionLevel] => 1
)




CampaignService Object
(
[user:protected] => AdWordsUser Object
(
[email:private] => c...@perferencement.com
[password:private] => XXX
[requestHeaderElements:private] => Array
(
[userAgent] => AwApi-PHP-2.0.1-Perferencement
[clientEmail] => c...@perferencement.com
[developerToken] => XXX
[applicationToken] => XXX
[authToken] =>
DQAAAJYAAAB4dPhSJ7qExWAkfskISLKDym1gOEUU2xUmGolrMg5zeedDYFmQOPYmSuCnG1c_m7-
rYU9y-h7-90Tg7qcGKbWxaHh1dKcuO6TMvAsPxOwtzAJs22h-W6a4OMMlxZngn-
ooIdzgelMFtNm44kqxchpvR6PMi8oDdDlmHajWyQLvePxTODeP4oF-
N91neuc_nuyF5b7fWsV-I4XjiViaCr0M
)

[defaultServer:private] => https://adwords.google.com
[defaultVersion:private] => v200909
[logsDirectory:private] => /home/payperco/www/google-api2/
logs
[soapCompression] => 1
[soapCompressionLevel] => 1
)

[headers:protected] => Array
(
[userAgent] => AwApi-PHP-2.0.1-Perferencement
[clientEmail] => c...@perferencement.com
[developerToken] => XXX
[applicationToken] => XXX
[authToken] =>
DQAAAJYAAAB4dPhSJ7qExWAkfskISLKDym1gOEUU2xUmGolrMg5zeedDYFmQOPYmSuCnG1c_m7-
rYU9y-h7-90Tg7qcGKbWxaHh1dKcuO6TMvAsPxOwtzAJs22h-W6a4OMMlxZngn-
ooIdzgelMFtNm44kqxchpvR6PMi8oDdDlmHajWyQLvePxTODeP4oF-
N91neuc_nuyF5b7fWsV-I4XjiViaCr0M
)

[serviceName:protected] => CampaignService
[serviceNamespace:protected] => 
https://adwords.google.com/api/adwords/cm/v200909
[lastRequest:protected] =>
[lastRequestDom:private] =>
[lastResponse:protected] =>
[lastResponseDom:private] =>
[lastSoapFault:protected] =>
[lastMethodName:protected] =>
[lastArguments:protected] =>
[trace] => 1
[compression] => 33
[_encoding] => utf-8
[_classmap] => Array
(
[getResponse] => CampaignServiceGetResponse
[get] => CampaignServiceGet
[mutate] => CampaignServiceMutate
[mutateResponse] => CampaignServiceMutateResponse
[DateTime] => AdWordsDateTime
[Target] => AdWordsTarget
[SoapHeader] => SoapRequestHeader
[AuthenticationError] => AuthenticationError
[ApiError] => ApiError
[AuthorizationError] => AuthorizationError
[BiddingError] => BiddingError
[BiddingTransitionError] => BiddingTransitionError
[BudgetError] => BudgetError
[CampaignError] => CampaignError
[ClientTermsError] => ClientTermsError
[ConversionOptimizer] => ConversionOptimizer
[BiddingStrategy] => BiddingStrategy
[ConversionOptimizerBiddingTransition] =>
ConversionOptimizerBiddingTransition
[BiddingTransition] => BiddingTransition
[DatabaseError] => DatabaseError
[DateError] => DateError
[DateRange] => DateRange
[DistinctError] => DistinctError
[DoubleValue] => DoubleValue
[NumberValue] => NumberValue
[EntityNotFound] => EntityNotFound
[FrequencyCap] => FrequencyCap
[InternalApiError] => InternalApiError
[LongValue] => LongValue
[ManualCPC] => ManualCPC
[ManualCPM] => ManualCPM
[Money] => Money
[ComparableValue] => ComparableValue
[NewEntityCreationError] => NewEntityCreationError
[NotEmptyError] => NotEmptyError
[NotWhitelistedError] => NotWhitelistedError
[NullError] => NullError
[OperationAccessDenied] => OperationAccessDenied
[OperatorError] => OperatorError
[Paging] => Paging
[QuotaCheckError] => QuotaCheckError
[QuotaError] => QuotaError
[QuotaExceededError] => Quot

Re: TargetingIdeaService

2010-04-22 Thread Marry Hasanova
Hello Mr. Koleda,

this is the SOAP response I get




b7b6217ce67c19933c26b88a7bbdd5dd
10
182
10





300


TARGETED_MONTHLY_SEARCHES

MonthlySearchVolumeAttribute

2010
3


2010
2


2010
1


2009
12


2009
11


2009
10


2009
9


2009
8


2009
7


2009
6


2009
5


2009
4




KEYWORD

KeywordAttribute

Keyword
web
EXACT









Best regards,
Marry Hasanova

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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: KeywordTool services does not give enough keywords

2010-04-22 Thread Yacov
 I have also looked at v200909 demo class GetRelatedKeywords which
uses TargetingIdeaServiceInterface. The results with this class are
much better: 168 words. But still, 30 keywords are missing compared to
using the GUI.


On 20 אפריל, 18:35, AdWords API Advisor 
wrote:
> Hi,
>
> The KeywordToolService will be sunset this Thursday along with many
> other v13 services:
>
>  http://adwordsapi.blogspot.com/2010/04/14-days-left-to-migrate-to-v20...
>
> You should instead be using the v200909 TargetingIdeaService:
>
>  http://adwordsapi.blogspot.com/2009/11/discover-v2009-getting-ideas-w...
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Apr 20, 3:52 am, Yacov  wrote:
>
>
>
>
>
> > I am using the following Java code to obtain a list of keywords:
>
> > KeywordToolInterface service =
> >                 new
> > KeywordToolServiceLocator().getKeywordToolService();
>
> > SeedKeyword seedKeyword = new SeedKeyword();
> > seedKeyword.setNegative(false);
> > seedKeyword.setText(keyword);
> > seedKeyword.setType(KeywordType.Broad);
> > Boolean useSynonyms = true;
>
> > KeywordVariations variationLists = service.getKeywordVariations(
> >                         new SeedKeyword[]{seedKeyword}, useSynonyms,
> > new String[] {"en"}, getAllCountries());
>
> > The problem is that I am getting about 20 keywords. If I use the GUI
> > inhttps://adwords.google.com/select/KeywordToolExternalIget almost
> > 200 keywords! Any ideas what I am doing wrong?
> > Thanks in advance.
>
> > --
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > Have you migrated to v200909 yet?
> > The v13 sunset is on April 22, 2010.
>
> > Also find us on our blog and discussion 
> > group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> > 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 
> > athttp://groups.google.com/group/adwords-api?hl=en
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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