AdWords API adServingOptimizationStatus problem

2010-01-12 Thread jakov34
Hi to all!
I have problem with adServingOptimizationStatus (i guess)..
Right now im using some of the examples from this page:
http://code.google.com/apis/adwords/docs/samples.html

When I wont to update campaign following is xml structure:

 http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:SOAP-
ENC="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:ns9893="http://
tempuri.org">
 
  myusern...@gmail.com
  password
  clientem...@gmail.com
  INSERT_COMPANY_NAME: AdWords API PHP Sample Code
  DeVt0ken-G0EsHereNg
  APPt0ken-G0EsHereNg
  
  
   

 032
 Paused

   
  
 


The problem appears when i add a
''ROTATE'
in my xml structure, i have a following request and response:

My request:

http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:SOAP-
ENC="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:ns9893="http://
tempuri.org">
 
  myusern...@gmail.com
  password
  clientem...@gmail.com
  INSERT_COMPANY_NAME: AdWords API PHP Sample Code
  DeVt0ken-G0EsHereNg
  APPt0ken-G0EsHereNg
  
  
   

 032
 Paused
 ROTATE

   
  
 

Response:

http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
 
  http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
adwords/v13">246

  http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
adwords/v13">0
  http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
adwords/v13">0
  http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
adwords/v13">daa29545f56e70bd77f7ad32d0a2e8c6
 
 
  
 soapenv:Server.generalException
 An internal error has occurred.  Please retry your
request.
 
  https://adwords.google.com/api/adwords/
v13">
   0
   An internal error has occurred.  Please retry your
request.

   
  
 


Did anybody have an idea what is the problem?
Thanks!
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@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: AdWords API Re: Public Maven repo with the adwords API?

2010-01-12 Thread Brian Gadoury
Thanks Peter and Eric.


From: adwords-api@googlegroups.com [adwords-...@googlegroups.com] On Behalf Of 
AdWords API Advisor [adwordsapiadvi...@google.com]
Sent: Tuesday, January 12, 2010 10:09 AM
To: AdWords API Forum
Subject: AdWords API Re: Public Maven repo with the adwords API?

Hi Brian,

The AdWords API Java client library is not currently hosted in any
Maven repository.  There is an existing feature request for Maven
support in the project, and I would encourage you to leave feedback on
the issue:

  http://code.google.com/p/google-api-adwords-java/issues/detail?id=28

Best,
- Eric Koleda, AdWords API Team

On Jan 11, 12:57 pm, Peter Niederwieser  wrote:
> I don't think the Adwords Java API is available from a Maven repo.
> Therefore we download the Jar and deploy it to our Maven repository
> manager (Artifactory).
>
> Cheers,
> Peter
>
> On Jan 8, 12:21 am, Brian Gadoury  wrote:
>
>
>
> > Is there a public Maven repo that contains the adwords API anywhere?
>
> > For people developing with the adwords API: Are you using Maven or 
> > something else?
>
> > Thanks,
> > Brian
-- 

You received this message because you are subscribed to the Google Groups "AdWords API Forum" group.

To post to this group, send email to adwords-...@googlegroups.com.

To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en.



AdWords API Re: AuthTokenError on google appengine

2010-01-12 Thread dadster
Hi,
I just tried the sample project and I get the same error message (now
in GetCampaignInfo) when I run it with VERSION_V200909. I am OK if I
change the api version to VERSION_V13 but I guess that's because V13
handled authentication differently...
I have SSL enabled on my appengine domain but is there another setting
missing?
Thanks.

On Jan 12, 7:19 pm, AdWords API Advisor 
wrote:
> Hi,
>
> Are you using the sample project included with the Python client
> library?
>
>  http://code.google.com/p/google-api-adwords-python-lib/
>
> I talked with the creator of that project, and he said no special
> settings are required to get it to work with appengine.  It appears
> that there isn't SSL support on your appengine instance, perhaps this
> is something you need to enable?  If this doesn't work you should
> probably create a bug on the project's issue tracker:
>
>  http://code.google.com/p/google-api-adwords-python-lib/issues/list
>
> Best,
> - Eric
>
> On Jan 10, 6:14 pm, dadster  wrote:
>
>
>
> > Hello,
> > I'm attempting to use the TargetingIdeaService using the Google App
> > Engine in Python and awapi_python_lib_8.0.0.
> > My code includes:
>
> > client = Client(headers={
> >                 'email': 'my_email',
> >                 'password': 'my_password',
> >                 'authToken': auth_token.AuthToken(email,
> > password).GetAuthToken(),
> >                 'clientEmail': 'client_email',
> >                 'userAgent': 'My Test',
> >                 'developerToken': 'dev_token',
> >                 'applicationToken': 'app_token})
>
> >      # Initialize appropriate service.
> >         targeting_idea_service = client.GetTargetingIdeaService
> > ('https://adwords.google.com', 'v200909')
>
> > When I run the code outside App Engine, everything works fine. When I
> > run it in a google appengine wepapp, I get the following error:
> > File "C:\Python26\lib\aw_api\AuthToken.py", line 77, in __Login
> >     raise AuthTokenError(e)
> > AuthTokenError: [Errno url error] unknown url type: 'https'
>
> > Any ideas?
> > Thanks!
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2010-01-12 Thread AdWords API Advisor
Hi Eric,

I'm glad you were able to attend the event and get some of your
questions answered.  I'll pass this on to Stan and Adam and relay any
information they find.

Best,
- Eric K.

On Jan 12, 2:20 pm, Eric  wrote:
> Sorry Eric, events overtook the priority of this and I don't have the
> information necessary to pursue it.  However, I attended the AdWords
> API Hack Day in SF and talked to Adam and Stan about the general
> problem of undocumented ReportService behavior.  As discussed in this
> thread, we would like the ReportService to not fail if we don't have
> something of a particular type in order to use a particular column.
> We would simply like the ReportService to just leave the cell blank if
> the column does not apply to the data.  Can you please remind Adam and
> Stan to check that the v2009 ReportService does not carry along this
> behavior?
>
> Thanks.
>
> -Eric T.
>
> On Dec 22 2009, 7:14 am, AdWords API Advisor
>
>
>
>  wrote:
> > Hi Eric,
>
> > I would like to investigate this further, could please email me the
> > account IDs of the accounts in question, as well as some sample SOAP
> > requests that demonstrate the issue?  Please send them to
> > adwordsapiadvi...@google.com and then update this thread so I know to
> > check that mailbox.
>
> > Best,
> > - Eric K.
>
> > On Dec 18, 1:16 pm, Eric  wrote:
>
> > > Eric,
>
> > > We are also experiencing the same problem but when we switch to using
> > > a sub-MCC.  So our structure looks like
>
> > > Main MCC
> > >   Sub MCC #1
> > >     Account #1
> > >       ...
> > >         MobileAd
> > >     Account #2
> > >     Account #3
> > >       ...
> > >         MobileAd
> > >   Sub MCC #2
> > >     ...
>
> > > When we submit the report request using the Main MCC credentials,
> > > everything works fine.  We are not providing the clientEmail header,
> > > but are providing the clientEmail in the report request along with
> > > crossClient set to true.  When we switch to using Sub MCC #1, the
> > > report request fails with theBusinessNamecolumn error.
>
> > > Let me know if you need us to provide the captured SOAP requests and
> > > responses to provide another data point.  Our collection vague
> > > recollection was that there was something that had to be set at the
> > > MCC level, but that "feature" was removed in subsequent releases of
> > > AdWords.
>
> > > I agree with Jeff's assertion that "If a report is capable of
> > > returning columns "1" thru "X" then the requestor should ALWAYS be
> > > able to ask for any columns regardless of the data circumstances of a
> > > particular account."  This, I feel, is a problem that plagues the
> > > Report API as we have encountered similar problems with
> > > LocalBusinessAds to the point that we have had to remove support for
> > > this from our product.  I understand they are legacy and we were
> > > fortunate that none of our clients were using them.  Saying that we
> > > should catch the exception and then remove columns from the report
> > > request increases the complexity of our code and puts a lot of burden
> > > on us trying to figure out undocumented behaviors of the API.
>
> > > Thanks.
>
> > > -Eric T.
>
> > > On Nov 25, 1:33 pm, AdWords API Advisor 
> > > wrote:
>
> > > > Hi Jeff,
>
> > > > I'll pass this information on to our core engineering team to see if
> > > > they can pinpoint the cause of this issue.  I can't say if or when
> > > > this issue will be resolved, and in the mean time I would recommend
> > > > working around the issue using one of the suggestions we discussed
> > > > previously.
>
> > > > Best,
> > > > - Eric
>
> > > > On Nov 25, 1:54 am, Ayup  wrote:
>
> > > > > Hi Eric
>
> > > > > Email sent
>
> > > > > Regards,
> > > > > Jeff
>
> > > > > On Nov 25, 7:22 am, AdWords API Advisor 
> > > > > wrote:
>
> > > > > > Hi Jeff,
>
> > > > > > At this point it probably makes sense for me to look at these two
> > > > > > campaigns in more detail.  Please email the campaign IDs to
> > > > > > adwordsapiadvi...@google.com and update this thread after you have
> > > > > > done so.
>
> > > > > > Thanks,
> > > > > > - Eric
>
> > > > > > On Nov 23, 10:15 pm, Ayup  wrote:
>
> > > > > > > Hi Eric
>
> > > > > > > Confirming that there are no deleted campaigns in the account for
> > > > > > > which the report was successfully run.
>
> > > > > > > Regards,
> > > > > > > Jeff
>
> > > > > > > On Nov 24, 8:22 am, AdWords API Advisor 
> > > > > > > 
> > > > > > > wrote:
>
> > > > > > > > Hi Jeff,
>
> > > > > > > > Can you ensure that there are no deleted campaigns in the 
> > > > > > > > account that
> > > > > > > > haveMobileor Local Business Ads?  I believe that having the ads 
> > > > > > > > in a
> > > > > > > > deleted campaign would also allow the column to be validated.
>
> > > > > > > > As for the general functionality, I understand your concern 
> > > > > > > > with the
> > > > > > > > current way column validation works.  I will pass this 
> > > > > > > > information on
> > > > > 

AdWords API Re: Search Query Match Type in Search Query Performance Report

2010-01-12 Thread AdWords API Advisor
Hi,

The match types returned are the same that are available for keywords:
Broad, Phrase, and Exact.

Best,
- Eric Koleda, AdWords API Team

On Jan 12, 8:55 am, dmitriy  wrote:
> Hello.
> Please, tell me which match types can be founded in this report?
> And if it possible, some brief description.
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: Constant UNEXPECTED_INTERNAL_API_ERRORs

2010-01-12 Thread AdWords API Advisor
Hi Joel,

Have you noticed any trends about how many operations it takes to
trigger this error?  I haven't been able to replicate it using up to
400 operations per request.

Best,
- Eric

On Jan 12, 2:58 pm, AdWords API Advisor 
wrote:
> Hi Joel,
>
> I'll reach out to the core engineering team again to see if I can get
> more information on this problem.
>
> Best,
> - Eric
>
> On Jan 12, 10:51 am, woercel  wrote:
>
>
>
> > Are there any news about this problem?
>
> > On 5 Jan., 23:45, AdWords API Advisor 
> > wrote:
>
> > > Hi Joel,
>
> > > Thank you for bringing this to our attention.  The core engineering
> > > team is aware of the issue and investigating the problem.  In the past
> > > there have been problems updating large numbers of criteria at once,
> > > and as a temporary workaround was to send smaller batches of
> > > criteria.  Your sample request appears to be rather small already
> > > though, so that might not be an option for you.  I'll update this
> > > thread when I have more information.
>
> > > Best,
> > > - Eric Koleda, AdWords API Team
>
> > > On Jan 5, 6:24 am, joel  wrote:
>
> > > > Every time I call AdGroupCriterionService.mutate()
>
> > > > Here's the SOAP XML - any thoughts?
>
> > > > Thanks,
>
> > > > -Joel
>
> > > >  > > > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> > > > xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
> > > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> > > > soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
> > > > soapenv:mustUnderstand="0" xmlns:ns1="https://adwords.google.com/api/
> > > > adwords/cm/v200909">token > > > ns1:applicationToken>** > > > ns1:authToken>123456789 > > > ns1:clientCustomerId>token > > > ns1:developerToken>AdWords API Java Client Library -
> > > > v6.2.0false > > > ns1:RequestHeader> > > > xmlns="https://adwords.google.com/api/adwords/cm/
> > > > v200909">SET > > > xsi:type="ns2:BiddableAdGroupCriterion" xmlns:ns2="https://
> > > > adwords.google.com/api/adwords/cm/v200909">1075673669 > > > adGroupId>5162464235 > > > xsi:type="ns2:ManualCPCAdGroupCriterionBids">6
> > > >   > > > microAmount> > > > operations>SET > > > xsi:type="ns3:BiddableAdGroupCriterion" xmlns:ns3="https://
> > > > adwords.google.com/api/adwords/cm/v200909">1075673669 > > > adGroupId>12675662249 > > > xsi:type="ns3:ManualCPCAdGroupCriterionBids">7
> > > >   > > > microAmount> > > > operations>SET > > > xsi:type="ns4:BiddableAdGroupCriterion" xmlns:ns4="https://
> > > > adwords.google.com/api/adwords/cm/v200909">1075673669 > > > adGroupId>12675943859 > > > xsi:type="ns4:ManualCPCAdGroupCriterionBids">4
> > > >   > > > microAmount> > > > operations>SET > > > xsi:type="ns5:BiddableAdGroupCriterion" xmlns:ns5="https://
> > > > adwords.google.com/api/adwords/cm/v200909">1075673669 > > > adGroupId>555158763 > > > xsi:type="ns5:ManualCPCAdGroupCriterionBids">7
> > > >   > > > microAmount> > > > operations>SET > > > xsi:type="ns6:BiddableAdGroupCriterion" xmlns:ns6="https://
> > > > adwords.google.com/api/adwords/cm/v200909">1075708139 > > > adGroupId>3277057147 > > > xsi:type="ns6:ManualCPCAdGroupCriterionBids">2
> > > >  2 > > > microAmount> > > > operations>SET > > > xsi:type="ns7:BiddableAdGroupCriterion" xmlns:ns7="https://
> > > > adwords.google.com/api/adwords/cm/v200909">1075708139 > > > adGroupId>719194468 > > > xsi:type="ns7:ManualCPCAdGroupCriterionBids">1
> > > >  0 > > > microAmount> > > > operations>SET > > > xsi:type="ns8:BiddableAdGroupCriterion" xmlns:ns8="https://
> > > > adwords.google.com/api/adwords/cm/v200909">1075707599 > > > adGroupId>12675779969 > > > xsi:type="ns8:ManualCPCAdGroupCriterionBids">2
> > > >  4 > > > microAmount> > > > operations>SET > > > xsi:type="ns9:BiddableAdGroupCriterion" xmlns:ns9="https://
> > > > adwords.google.com/api/adwords/cm/v200909">1075378919 > > > adGroupId>11890517209 > > > xsi:type="ns9:ManualCPCAdGroupCriterionBids">4
> > > >   > > > microAmount> > > > soapenv:Body>
>
> > > >  > > > xmlns:soap="http://schemas.xmlsoap.org/soap/
> > > > envelope/">soap:Server > > > faultcode>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
> > > > @ InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @  > > > message>ApiException > > > ApplicationException.Type> > > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>InternalApiError
> > > > ApiError.Type>UNEXPECTED_INTERNAL_API_ERROR > > > ApiExceptionFault>
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: Constant UNEXPECTED_INTERNAL_API_ERRORs

2010-01-12 Thread AdWords API Advisor
Hi Joel,

I'll reach out to the core engineering team again to see if I can get
more information on this problem.

Best,
- Eric

On Jan 12, 10:51 am, woercel  wrote:
> Are there any news about this problem?
>
> On 5 Jan., 23:45, AdWords API Advisor 
> wrote:
>
>
>
> > Hi Joel,
>
> > Thank you for bringing this to our attention.  The core engineering
> > team is aware of the issue and investigating the problem.  In the past
> > there have been problems updating large numbers of criteria at once,
> > and as a temporary workaround was to send smaller batches of
> > criteria.  Your sample request appears to be rather small already
> > though, so that might not be an option for you.  I'll update this
> > thread when I have more information.
>
> > Best,
> > - Eric Koleda, AdWords API Team
>
> > On Jan 5, 6:24 am, joel  wrote:
>
> > > Every time I call AdGroupCriterionService.mutate()
>
> > > Here's the SOAP XML - any thoughts?
>
> > > Thanks,
>
> > > -Joel
>
> > >  > > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> > > xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
> > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> > > soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
> > > soapenv:mustUnderstand="0" xmlns:ns1="https://adwords.google.com/api/
> > > adwords/cm/v200909">token > > ns1:applicationToken>** > > ns1:authToken>123456789 > > ns1:clientCustomerId>token > > ns1:developerToken>AdWords API Java Client Library -
> > > v6.2.0false > > ns1:RequestHeader> > > xmlns="https://adwords.google.com/api/adwords/cm/
> > > v200909">SET > > xsi:type="ns2:BiddableAdGroupCriterion" xmlns:ns2="https://
> > > adwords.google.com/api/adwords/cm/v200909">1075673669 > > adGroupId>5162464235 > > xsi:type="ns2:ManualCPCAdGroupCriterionBids">6
> > >   > > microAmount> > > operations>SET > > xsi:type="ns3:BiddableAdGroupCriterion" xmlns:ns3="https://
> > > adwords.google.com/api/adwords/cm/v200909">1075673669 > > adGroupId>12675662249 > > xsi:type="ns3:ManualCPCAdGroupCriterionBids">7
> > >   > > microAmount> > > operations>SET > > xsi:type="ns4:BiddableAdGroupCriterion" xmlns:ns4="https://
> > > adwords.google.com/api/adwords/cm/v200909">1075673669 > > adGroupId>12675943859 > > xsi:type="ns4:ManualCPCAdGroupCriterionBids">4
> > >   > > microAmount> > > operations>SET > > xsi:type="ns5:BiddableAdGroupCriterion" xmlns:ns5="https://
> > > adwords.google.com/api/adwords/cm/v200909">1075673669 > > adGroupId>555158763 > > xsi:type="ns5:ManualCPCAdGroupCriterionBids">7
> > >   > > microAmount> > > operations>SET > > xsi:type="ns6:BiddableAdGroupCriterion" xmlns:ns6="https://
> > > adwords.google.com/api/adwords/cm/v200909">1075708139 > > adGroupId>3277057147 > > xsi:type="ns6:ManualCPCAdGroupCriterionBids">2
> > >  2 > > microAmount> > > operations>SET > > xsi:type="ns7:BiddableAdGroupCriterion" xmlns:ns7="https://
> > > adwords.google.com/api/adwords/cm/v200909">1075708139 > > adGroupId>719194468 > > xsi:type="ns7:ManualCPCAdGroupCriterionBids">1
> > >  0 > > microAmount> > > operations>SET > > xsi:type="ns8:BiddableAdGroupCriterion" xmlns:ns8="https://
> > > adwords.google.com/api/adwords/cm/v200909">1075707599 > > adGroupId>12675779969 > > xsi:type="ns8:ManualCPCAdGroupCriterionBids">2
> > >  4 > > microAmount> > > operations>SET > > xsi:type="ns9:BiddableAdGroupCriterion" xmlns:ns9="https://
> > > adwords.google.com/api/adwords/cm/v200909">1075378919 > > adGroupId>11890517209 > > xsi:type="ns9:ManualCPCAdGroupCriterionBids">4
> > >   > > microAmount> > > soapenv:Body>
>
> > >  > > xmlns:soap="http://schemas.xmlsoap.org/soap/
> > > envelope/">soap:Server > > faultcode>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
> > > @ InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @  > > message>ApiException > > ApplicationException.Type> > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>InternalApiError
> > > ApiError.Type>UNEXPECTED_INTERNAL_API_ERROR > > ApiExceptionFault>
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: Social Networks & Online Communities problems in Google Adwords API V13

2010-01-12 Thread AdWords API Advisor
Hi,

Apparently the category named changed to "Social Networks".  Please
try that and let me know if you have any problems.

Best,
- Eric Koleda, AdWords API Team

On Jan 12, 7:09 am, rakesh kom
 wrote:
> The adwords api V13 is throwing error when we try to use the site
> suggestion service to get sites for the category - "Social Networks &
> Online Communities". It seems from the other similar threads that it
> is problem with the static list of google (the category is actually
> removed by Google adwords). However the web interface of google
> adwords api (placement tool) still shows the category and allows the
> user to retrieve placements upon selection. whats the mystery? Can
> google guys explain this phenomenon? How can we successfully retrieve
> sites for the category - "Social Networks & Online Communities" ?
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: Migrated class for AdParamType of v13 in v200909

2010-01-12 Thread AdWords API Advisor
Hi,

In v200909 the AdParamService uses the AdParam object:

  
http://code.google.com/apis/adwords/v2009/docs/reference/AdParamService.AdParam.html

Best,
- Eric Koleda, AdWords API Team

On Jan 12, 6:53 am, "samarsoo...@yahoo.com" 
wrote:
> Hi All,
> Can anyone help me to get that which is the migrated class of
> AdParamType in v200909?
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: Get information on single criterion

2010-01-12 Thread AdWords API Advisor
Hi,

The code you have looks correct.  Are you sure the criterion ID you
specified exists in the ad group?  I would double check the ID you are
passing in.

Best,
- Eric Koleda, AdWords API Team

On Jan 12, 5:47 am, "alexis.rouss...@gmail.com"
 wrote:
> Hi,
>
> I try to get information on a single criterion.
>
>  Dim selector As New AdGroupCriterionSelector()
>  Dim idFilters As New AdGroupCriterionIdFilter
>  selector.criterionUse = CriterionUse.BIDDABLE
>  selector.criterionUseSpecified = True
>  idFilters.adGroupId = Long.Parse("My_Group_ID")
>  idFilters.adGroupIdSpecified = True
>  idFilters.criterionId = Long.Parse("MyCriterion_ID")
>  idFilters.criterionIdSpecified = True
>  selector.idFilters = New AdGroupCriterionIdFilter() {idFilters}
>  selector.userStatuses = New UserStatus() {UserStatus.ACTIVE}
>  Dim results As AdGroupCriterionPage = service.get(selector)
>  If results IsNot Nothing AndAlso results.entries IsNot Nothing
> AndAlso results.entries.Length > 0 Then
>       OK
>   end if
>
> It doesn't work results is nothing
>
> Or when i delete
>  idFilters.criterionId = Long.Parse("MyCriterion_ID")
>  idFilters.criterionIdSpecified = True
>
> I'm abble to get all criterions of the group...
>
> But i would like to get information only for some criterions, not for
> all
>
> Thnks for your help.
>
> Regards
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: Can't Get Content Network Data In Reports

2010-01-12 Thread AdWords API Advisor
Hi Pete,

Is this new behavior or simply your first crack at Content Network
reports?  It may make sense to try various reports in the UI first, to
ensure you have the right settings.  Once you have that working you
can try to schedule the same reports in the API, and if there are
problems we can more easily identify them.

Best,
- Eric Koleda, AdWords API Team

On Jan 11, 10:48 am, "Pete Lavetsky (AdWords API Guru)"
 wrote:
> I've had mixed results retrieving content network data in reports ...
> currently I have a client that has lots of impressions but no clicks
> ( verified in the API Center ) on the Content Network but I can't get
> the data to come down in a report ... I've tried both the Creative and
> Placement report ...
>
> Here is an example of the Creative report request I'm making ... I've
> verified there is content network data in the API Center for this
> date ...
>
> 
>                                  xsi:type="xsd:string">XXX
>                                  xsi:type="xsd:boolean">false
>                                  xsi:type="xsd:date">2009-12-05
>                                  xsi:type="xsd:date">2009-12-05
>                                  xsi:type="ns7:AdGroupStatus">Deleted ns7:adGroupStatuses>
>                                  xsi:type="ns7:AdGroupStatus">Enabled ns7:adGroupStatuses>
>                                  xsi:type="ns7:AdGroupStatus">Paused ns7:adGroupStatuses>
>                                  xsi:type="xsd:string">Daily ns7:aggregationTypes>
>                                  xsi:type="ns7:CampaignStatus">Active ns7:campaignStatuses>
>                                  xsi:type="ns7:CampaignStatus">Paused ns7:campaignStatuses>
>                                  xsi:type="ns7:CampaignStatus">Deleted ns7:campaignStatuses>
>                                  xsi:type="xsd:boolean">true ns7:includeZeroImpression>
>                                  xsi:type="ns7:KeywordStatus">Active ns7:keywordStatuses>
>                                  xsi:type="ns7:KeywordStatus">Deleted ns7:keywordStatuses>
>                                  xsi:type="ns7:KeywordStatus">Disapproved ns7:keywordStatuses>
>                                  xsi:type="ns7:KeywordStatus">InActive ns7:keywordStatuses>
>                                  xsi:type="ns7:KeywordStatus">Paused ns7:keywordStatuses>
>                                  xsi:type="xsd:string">Campaign ns7:selectedColumns>
>                                  xsi:type="xsd:string">AdGroup ns7:selectedColumns>
>                                  xsi:type="xsd:string">CreativeId ns7:selectedColumns>
>                                  xsi:type="xsd:string">Keyword ns7:selectedColumns>
>                                  xsi:type="xsd:string">KeywordTypeDisplay ns7:selectedColumns>
>                                  xsi:type="xsd:string">Impressions ns7:selectedColumns>
>                                  xsi:type="xsd:string">Clicks ns7:selectedColumns>
>                                  xsi:type="xsd:string">CTR ns7:selectedColumns>
>                                  xsi:type="xsd:string">Cost ns7:selectedColumns>
>                                  xsi:type="xsd:string">CPC ns7:selectedColumns>
>                                  xsi:type="xsd:string">MaximumCPC ns7:selectedColumns>
>                                  xsi:type="xsd:string">AveragePosition ns7:selectedColumns>
>                                  xsi:type="xsd:string">CreativeType ns7:selectedColumns>
>                                  xsi:type="xsd:string">KeywordId ns7:selectedColumns>
>                                  xsi:type="xsd:string">CampaignId ns7:selectedColumns>
>                                  xsi:type="xsd:string">AdGroupId ns7:selectedColumns>
>                                  xsi:type="xsd:string">AdStatus ns7:selectedColumns>
>                                  xsi:type="xsd:string">Creative ns7:selectedReportType>
>                         
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2010-01-12 Thread Eric
Sorry Eric, events overtook the priority of this and I don't have the
information necessary to pursue it.  However, I attended the AdWords
API Hack Day in SF and talked to Adam and Stan about the general
problem of undocumented ReportService behavior.  As discussed in this
thread, we would like the ReportService to not fail if we don't have
something of a particular type in order to use a particular column.
We would simply like the ReportService to just leave the cell blank if
the column does not apply to the data.  Can you please remind Adam and
Stan to check that the v2009 ReportService does not carry along this
behavior?

Thanks.

-Eric T.

On Dec 22 2009, 7:14 am, AdWords API Advisor
 wrote:
> Hi Eric,
>
> I would like to investigate this further, could please email me the
> account IDs of the accounts in question, as well as some sample SOAP
> requests that demonstrate the issue?  Please send them to
> adwordsapiadvi...@google.com and then update this thread so I know to
> check that mailbox.
>
> Best,
> - Eric K.
>
> On Dec 18, 1:16 pm, Eric  wrote:
>
> > Eric,
>
> > We are also experiencing the same problem but when we switch to using
> > a sub-MCC.  So our structure looks like
>
> > Main MCC
> >   Sub MCC #1
> >     Account #1
> >       ...
> >         MobileAd
> >     Account #2
> >     Account #3
> >       ...
> >         MobileAd
> >   Sub MCC #2
> >     ...
>
> > When we submit the report request using the Main MCC credentials,
> > everything works fine.  We are not providing the clientEmail header,
> > but are providing the clientEmail in the report request along with
> > crossClient set to true.  When we switch to using Sub MCC #1, the
> > report request fails with theBusinessNamecolumn error.
>
> > Let me know if you need us to provide the captured SOAP requests and
> > responses to provide another data point.  Our collection vague
> > recollection was that there was something that had to be set at the
> > MCC level, but that "feature" was removed in subsequent releases of
> > AdWords.
>
> > I agree with Jeff's assertion that "If a report is capable of
> > returning columns "1" thru "X" then the requestor should ALWAYS be
> > able to ask for any columns regardless of the data circumstances of a
> > particular account."  This, I feel, is a problem that plagues the
> > Report API as we have encountered similar problems with
> > LocalBusinessAds to the point that we have had to remove support for
> > this from our product.  I understand they are legacy and we were
> > fortunate that none of our clients were using them.  Saying that we
> > should catch the exception and then remove columns from the report
> > request increases the complexity of our code and puts a lot of burden
> > on us trying to figure out undocumented behaviors of the API.
>
> > Thanks.
>
> > -Eric T.
>
> > On Nov 25, 1:33 pm, AdWords API Advisor 
> > wrote:
>
> > > Hi Jeff,
>
> > > I'll pass this information on to our core engineering team to see if
> > > they can pinpoint the cause of this issue.  I can't say if or when
> > > this issue will be resolved, and in the mean time I would recommend
> > > working around the issue using one of the suggestions we discussed
> > > previously.
>
> > > Best,
> > > - Eric
>
> > > On Nov 25, 1:54 am, Ayup  wrote:
>
> > > > Hi Eric
>
> > > > Email sent
>
> > > > Regards,
> > > > Jeff
>
> > > > On Nov 25, 7:22 am, AdWords API Advisor 
> > > > wrote:
>
> > > > > Hi Jeff,
>
> > > > > At this point it probably makes sense for me to look at these two
> > > > > campaigns in more detail.  Please email the campaign IDs to
> > > > > adwordsapiadvi...@google.com and update this thread after you have
> > > > > done so.
>
> > > > > Thanks,
> > > > > - Eric
>
> > > > > On Nov 23, 10:15 pm, Ayup  wrote:
>
> > > > > > Hi Eric
>
> > > > > > Confirming that there are no deleted campaigns in the account for
> > > > > > which the report was successfully run.
>
> > > > > > Regards,
> > > > > > Jeff
>
> > > > > > On Nov 24, 8:22 am, AdWords API Advisor 
> > > > > > 
> > > > > > wrote:
>
> > > > > > > Hi Jeff,
>
> > > > > > > Can you ensure that there are no deleted campaigns in the account 
> > > > > > > that
> > > > > > > haveMobileor Local Business Ads?  I believe that having the ads 
> > > > > > > in a
> > > > > > > deleted campaign would also allow the column to be validated.
>
> > > > > > > As for the general functionality, I understand your concern with 
> > > > > > > the
> > > > > > > current way column validation works.  I will pass this 
> > > > > > > information on
> > > > > > > to the core engineering team for further consideration.
>
> > > > > > > Best,
> > > > > > > - Eric
>
> > > > > > > On Nov 22, 7:01 pm, kc  wrote:
>
> > > > > > > > Eric
>
> > > > > > > > Thanks for your reply last week.
>
> > > > > > > > Unfortunately, your updated assertion still doesn't seem to be
> > > > > > > > correct.  I have an example of an account which has only one 
> > > > > > > > campaign
> > > > > > > > that owns

AdWords API Re: AuthTokenError on google appengine

2010-01-12 Thread AdWords API Advisor
Hi,

Are you using the sample project included with the Python client
library?

  http://code.google.com/p/google-api-adwords-python-lib/

I talked with the creator of that project, and he said no special
settings are required to get it to work with appengine.  It appears
that there isn't SSL support on your appengine instance, perhaps this
is something you need to enable?  If this doesn't work you should
probably create a bug on the project's issue tracker:

  http://code.google.com/p/google-api-adwords-python-lib/issues/list

Best,
- Eric

On Jan 10, 6:14 pm, dadster  wrote:
> Hello,
> I'm attempting to use the TargetingIdeaService using the Google App
> Engine in Python and awapi_python_lib_8.0.0.
> My code includes:
>
> client = Client(headers={
>                 'email': 'my_email',
>                 'password': 'my_password',
>                 'authToken': auth_token.AuthToken(email,
> password).GetAuthToken(),
>                 'clientEmail': 'client_email',
>                 'userAgent': 'My Test',
>                 'developerToken': 'dev_token',
>                 'applicationToken': 'app_token})
>
>      # Initialize appropriate service.
>         targeting_idea_service = client.GetTargetingIdeaService
> ('https://adwords.google.com', 'v200909')
>
> When I run the code outside App Engine, everything works fine. When I
> run it in a google appengine wepapp, I get the following error:
> File "C:\Python26\lib\aw_api\AuthToken.py", line 77, in __Login
>     raise AuthTokenError(e)
> AuthTokenError: [Errno url error] unknown url type: 'https'
>
> Any ideas?
> Thanks!
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: The login request used a username or password that is not recognized

2010-01-12 Thread sem-ag
Thanks Eric, things is, sorry I forgot to say, it was a
misconfiguration on the production server. We managed to fix that with
our hosting company and now we're good. The API works great even under
PHP 5.3.1


On Jan 12, 9:07 pm, AdWords API Advisor 
wrote:
> Hi,
>
> Are you using the AdWords API PHP client library?
>
>  http://code.google.com/p/google-api-adwords-php/
>
> That library doesn't technically support PHP 5.3.1.  You may also want
> to double check that your auth.ini and settings.ini are configured
> correctly.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Jan 10, 4:20 pm, sem-ag  wrote:
>
> > Hello,
>
> > The AdWords API works great one my localhost and dev server but once
> > I've moved it live, using the same credentials as on the development
> > version, returns this error message:
>
> > -
> > The login request used a username or password that is not recognized
> > --
>
> > SOAP is properly installed and configured, PHP version is 5.3.1.
>
> > I would appreciate if you could advice on how could I further debug
> > this and find out what causes the error.
>
> > Thank you.
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: The login request used a username or password that is not recognized

2010-01-12 Thread AdWords API Advisor
Hi,

Are you using the AdWords API PHP client library?

  http://code.google.com/p/google-api-adwords-php/

That library doesn't technically support PHP 5.3.1.  You may also want
to double check that your auth.ini and settings.ini are configured
correctly.

Best,
- Eric Koleda, AdWords API Team

On Jan 10, 4:20 pm, sem-ag  wrote:
> Hello,
>
> The AdWords API works great one my localhost and dev server but once
> I've moved it live, using the same credentials as on the development
> version, returns this error message:
>
> -
> The login request used a username or password that is not recognized
> --
>
> SOAP is properly installed and configured, PHP version is 5.3.1.
>
> I would appreciate if you could advice on how could I further debug
> this and find out what causes the error.
>
> Thank you.
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: Retrieving a list of keywords from ad group

2010-01-12 Thread AdWords API Advisor
Hi Erwin,

You'll want to use the AdGroupCriterionService.get() method:

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

You can see an example using the Java client library here:

  
http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v200909/GetAllAdGroupCriteria.java

Best,
- Eric Koleda, AdWords API Team

On Jan 9, 8:51 am, "ebru...@gmail.com"  wrote:
> Hello,
>
> We are trying to retrieve a list of keywords from a adgroup. We need
> this becuase we want to now the ID of a keyword so we can give params
> to a keyword.
>
> Regards,
>
> Erwin
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: InfoService getUnitCount returns 0 for November 25 through 28

2010-01-12 Thread AdWords API Advisor
Hi,

I'm glad that it's working now, let us know if you see this crop up
again.

Best,
- Eric

On Jan 11, 11:57 am, "j.e.frank"  wrote:
> Now it is back to normal, showing appropriate API units.
>
> On Jan 11, 9:58 am, "j.e.frank"  wrote:
>
>
>
> > I am seeing 0's again.  Friday 1/8 was almost 0, and then the 9th and
> > 10th have both been 0s.  I am definitely using API units, so I suspect
> > it is a reporting problem again.
>
> > On Dec 23 2009, 12:36 pm, AdWords API Advisor
>
> >  wrote:
> > > Hi,
>
> > > Thank you for reporting this issue, we are seeing the same behavior on
> > > our end.  We've escalated this issue to the core engineering team and
> > > I'll update this thread when I have more information.
>
> > > Best,
> > > - Eric Koleda, AdWordsAPITeam
>
> > > On Dec 23, 12:03 pm, "j.e.frank"  wrote:
>
> > > > I am seeing a problem again.  Yesterday'sAPIunits are way lower than
> > > > expected, and today is0so far.  I have double-checked my programs to
> > > > see that they are running and using theAPI.
>
> > > > On Dec 1, 1:10 pm, AdWordsAPIAdvisor 
> > > > wrote:
>
> > > > > Hi,
>
> > > > > Yes, the problem has been resolved and allAPIusageshould be
> > > > > returned correctly now.  Let us know if you see this problem again.
>
> > > > > Best,
> > > > > - Eric
>
> > > > > On Dec 1, 11:43 am, "j.e.frank"  wrote:
>
> > > > > > Today, I can see non-zeroAPIunits for all of the days!  So something
> > > > > > has been fixed.
>
> > > > > > On Nov 30, 3:19 pm, "j.e.frank"  wrote:
>
> > > > > > > Thanks.  Let me know if you need any additional info, such as the
> > > > > > > developer token and login that I am using.
>
> > > > > > > On Nov 30, 2:51 pm, AdWordsAPIAdvisor 
> > > > > > > 
> > > > > > > wrote:
>
> > > > > > > > Hi,
>
> > > > > > > > Thank you for bringing this to our attention.  The core 
> > > > > > > > engineering
> > > > > > > > team is looking into the issue.
>
> > > > > > > > Best,
> > > > > > > > - Eric Koleda, AdWordsAPITeam
>
> > > > > > > > On Nov 30, 11:16 am, "j.e.frank"  wrote:
>
> > > > > > > > > Every day I run a process to get myAPIusage.  This 
> > > > > > > > > returned0for 4
> > > > > > > > > days, from November 25th through November 28th, and with 
> > > > > > > > > smaller than
> > > > > > > > > normal numbers on the 24th and 29th.  So far today it seems 
> > > > > > > > > to be
> > > > > > > > > tracking normally again.  I have double-checked that all of my
> > > > > > > > > processes that actually useAPIpoints have been running 
> > > > > > > > > steadily, and
> > > > > > > > > even checked the AdWords "change history" to confirm that 
> > > > > > > > > things have
> > > > > > > > > been working as expected.  So I am puzzled as to why 
> > > > > > > > > theusagereports
> > > > > > > > >0for those days.  I thought it might have to do with the fact 
> > > > > > > > >that I
> > > > > > > > > hadn't upgraded to v2009, but I just ran a test with the v2009
> > > > > > > > > InfoService and got the same results.  Is there any way for 
> > > > > > > > > me to
> > > > > > > > > figure out what happened?
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: Placement report cames without any data

2010-01-12 Thread AdWords API Advisor
Hi,

Are you making this request against the production endpoint?  Does
this request work for other date ranges?  Does this report return
different data if scheduled through the UI?

Best,
- Eric Koleda, AdWords API Team

On Dec 29 2009, 12:10 pm, TrafficManager 
wrote:
> Hi, I'm having the following issue:
>
> I am requesting a Content Placement report and, even though the
> request is valid, the response XML comes with no data on it. And it is
> not like we have no campaigns running out there. Could somebody help
> me out? Following are the request I'm using and the response I'm
> getting:
>
> 
>           true
>           Informe API FOX LOCATION v2 - 2009-12-29
>           2009-12-28
>           2009-12-29
>           false
>                 AdGroup
>                 Url
>                 Summary
>                 ContentPlacement selectedReportType>
>                 Campaign
>                 AdGroup
>                 PlacementDomain
>                 PlacementUrl
>                 Impressions
>                 Clicks
>                 CTR
>                 CPC
>                 CPM
>                 Cost
>                 Conversions
>                 ConversionRate
> 
>
> 
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>    conv="0" convRate="0.0" />
>   
> 
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: Allowed charactersets/unicode ranges,TargetingIdeaService

2010-01-12 Thread AdWords API Advisor
Hi,

Please see the following AdWords Help Center article:

  http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=53539

Best,
- Eric Koleda, AdWords API Team

On Jan 10, 1:37 pm, bramiozo  wrote:
> Can anyone comment on this please ?
>
> On Dec 30 2009, 4:57 pm, bramiozo  wrote:
>
>
>
> > Moderators/Developers, what charactersets are allowed for the
> > keywords, specifically for the TargetingIdeaService ?
>
> > A term like casino♠ still gets EXACT searches which is obviously
> > incorrect, the ♠ seems to be ignored, besides
> > MiscellaneousSymbols what otherunicoderangesare ignored ?
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: Regarding Campaign Service

2010-01-12 Thread AdWords API Advisor
Hi,

When there is an error with one of the operations in a request all of
the operations in that request will fail.  In your case, no campaigns
will be created.

Best,
- Eric Koleda, AdWords API Team

On Jan 8, 4:40 am, chandrashekhar singh 
wrote:
> I have sent couple of campaign and if one of the operation is failed
> then wha will happen to rest of the other campaigns
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: Constant UNEXPECTED_INTERNAL_API_ERRORs

2010-01-12 Thread woercel
Are there any news about this problem?

On 5 Jan., 23:45, AdWords API Advisor 
wrote:
> Hi Joel,
>
> Thank you for bringing this to our attention.  The core engineering
> team is aware of the issue and investigating the problem.  In the past
> there have been problems updating large numbers of criteria at once,
> and as a temporary workaround was to send smaller batches of
> criteria.  Your sample request appears to be rather small already
> though, so that might not be an option for you.  I'll update this
> thread when I have more information.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Jan 5, 6:24 am, joel  wrote:
>
> > Every time I call AdGroupCriterionService.mutate()
>
> > Here's the SOAP XML - any thoughts?
>
> > Thanks,
>
> > -Joel
>
> >  > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> > soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
> > soapenv:mustUnderstand="0" xmlns:ns1="https://adwords.google.com/api/
> > adwords/cm/v200909">token > ns1:applicationToken>** > ns1:authToken>123456789 > ns1:clientCustomerId>token > ns1:developerToken>AdWords API Java Client Library -
> > v6.2.0false > ns1:RequestHeader> > xmlns="https://adwords.google.com/api/adwords/cm/
> > v200909">SET > xsi:type="ns2:BiddableAdGroupCriterion" xmlns:ns2="https://
> > adwords.google.com/api/adwords/cm/v200909">1075673669 > adGroupId>5162464235 > xsi:type="ns2:ManualCPCAdGroupCriterionBids">6 
> >  > microAmount> > operations>SET > xsi:type="ns3:BiddableAdGroupCriterion" xmlns:ns3="https://
> > adwords.google.com/api/adwords/cm/v200909">1075673669 > adGroupId>12675662249 > xsi:type="ns3:ManualCPCAdGroupCriterionBids">7 
> >  > microAmount> > operations>SET > xsi:type="ns4:BiddableAdGroupCriterion" xmlns:ns4="https://
> > adwords.google.com/api/adwords/cm/v200909">1075673669 > adGroupId>12675943859 > xsi:type="ns4:ManualCPCAdGroupCriterionBids">4 
> >  > microAmount> > operations>SET > xsi:type="ns5:BiddableAdGroupCriterion" xmlns:ns5="https://
> > adwords.google.com/api/adwords/cm/v200909">1075673669 > adGroupId>555158763 > xsi:type="ns5:ManualCPCAdGroupCriterionBids">7 
> >  > microAmount> > operations>SET > xsi:type="ns6:BiddableAdGroupCriterion" xmlns:ns6="https://
> > adwords.google.com/api/adwords/cm/v200909">1075708139 > adGroupId>3277057147 > xsi:type="ns6:ManualCPCAdGroupCriterionBids">2 
> > 2 > microAmount> > operations>SET > xsi:type="ns7:BiddableAdGroupCriterion" xmlns:ns7="https://
> > adwords.google.com/api/adwords/cm/v200909">1075708139 > adGroupId>719194468 > xsi:type="ns7:ManualCPCAdGroupCriterionBids">1 
> > 0 > microAmount> > operations>SET > xsi:type="ns8:BiddableAdGroupCriterion" xmlns:ns8="https://
> > adwords.google.com/api/adwords/cm/v200909">1075707599 > adGroupId>12675779969 > xsi:type="ns8:ManualCPCAdGroupCriterionBids">2 
> > 4 > microAmount> > operations>SET > xsi:type="ns9:BiddableAdGroupCriterion" xmlns:ns9="https://
> > adwords.google.com/api/adwords/cm/v200909">1075378919 > adGroupId>11890517209 > xsi:type="ns9:ManualCPCAdGroupCriterionBids">4 
> >  > microAmount> > soapenv:Body>
>
> >  > xmlns:soap="http://schemas.xmlsoap.org/soap/
> > envelope/">soap:Server > faultcode>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
> > @ InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @  > message>ApiException > ApplicationException.Type> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>InternalApiError
> > ApiError.Type>UNEXPECTED_INTERNAL_API_ERROR > ApiExceptionFault>
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: error : SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED

2010-01-12 Thread AdWords API Advisor
Hi P.W.,

I would recommend that you set the Paging on the request, so that the
results are returned in smaller batches:

  
http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.Paging.html

Best,
- Eric

On Jan 8, 5:50 am, phpoo  wrote:
> I optimize my search, look for only one ID AdGroup, and returns me the
> same error
>
> $ adgroupcriterionPage = $ adgroupCriterionService-> get (new
> AdGroupCriterionSelector ($ adGroupId, NULL, NULL));
> Returns the same error
> or
> $ adgroupcriterionPage = $ adgroupCriterionService-> get (new
> AdGroupCriterionSelector (NULL, 'biddable', 'ACTIVE', array ('20090101
> ', '20380101'), 5));
> Return this
> Imported / criterion 07012010.xmlAdGroupCriterionPage Object
> ([entries] => [totalNumEntries] => 8512 [PageType] =>
> AdGroupCriterionPage [_parameterMap: private] => Array ([Page.Type] =>
> PageType))
>
> But because [entries] is empty?
>
> Thanks
> P.W
>
> On 4 jan, 14:03, AdWords API Advisor 
> wrote:
>
>
>
> > Hi P.W.,
>
> > This error indicated that the size of the response is too large.
> > Please either filter the results or use paging to retrieve them in
> > smaller chunks.
>
> > Best,
> > - Eric Koleda, AdWords API Team
>
> > On Jan 4, 8:14 am, phpoo  wrote:
>
> > > Because returns this error:
>
> > > [faultstring] => SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @
> > > [faultcode] => soap:Server [detail] => stdClass Object
> > > ( [ApiExceptionFault] => stdClass Object ( [message] =>
> > > SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @
> > > [ApplicationException.Type] => ApiException [errors] => SoapVar Object
> > > ( [enc_type] => 0 [enc_value] => SizeLimitError Object ( [reason] =>
> > > RESPONSE_SIZE_LIMIT_EXCEEDED [fieldPath] => [trigger] =>
> > > [ApiErrorType] => SizeLimitError [_parameterMap:private] => Array
> > > ( [ApiError.Type] => ApiErrorType ) ) [enc_stype] => SizeLimitError
> > > [enc_ns] =>https://adwords.google.com/api/adwords/cm/v200909) ) ) )
> > > ?
>
> > > Thanks
> > > P.W
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: Interactions column in an Ad Report?

2010-01-12 Thread AdWords API Advisor
Hi,

Unfortunately this column (and others in the Display Ad section)
aren't supported in the v13 version of the API.  New reporting
capabilities for v2009 are in the works and should expose these
columns.

Best,
- Eric Koleda, AdWords API Team

On Jan 7, 2:21 pm, "j.e.frank"  wrote:
> When I run an Ad Performance Report in the AdWords Web UI, one of the
> columns I can choose is called Interactions.  I have not been able to
> find out what name I should pass in the selectedColumns array in order
> to get this column to show up in a report via the API.  I don't see it
> in the documentation, and when I tried to pass in "Interactions" to
> see if it would work anyway, I got an error (as expected) saying that
> the column was unsupported.  My guess is that it is just not available
> via the API, but I wanted to check and see if anyone could confirm or
> refute that.
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: UNEXPECTED_INTERNAL_API_ERROR

2010-01-12 Thread AdWords API Advisor
Hi Amit,

There was a temporary issue with the sandbox environment last week
that caused these errors.  This should be resolved now, but let me
know if you continue to see errors in the sandbox.

Best,
- Eric

On Jan 7, 10:33 pm, Amit Sasturkar  wrote:
> Hi Eric,
>
> I have been consistently getting an UNEXPECTED_INTERNAL_API_ERROR
> since today when trying to add a campaign in the Adwords sandbox. The
> code (which is basically a unit test) was working fine until
> yesterday. I noticed that there was an announcement saying that the
> sandbox had been reset on Jan 6th. Could that be the cause of the
> problem. I am including the SOAP request/response headers. Any help
> with debugging the issue is greatly appreciated.
>
> Thanks,
> Amit
>
> http://www.w3.org/2001/XMLSchema-
> instance" 
> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>  xmlns="https://adwords.google.com/api/
>
> adwords/cm/v200909">Campaign Manager Test applicationToken>REDACTED authToken>client_2+mcc-acco...@palaran.com clientEmail>mcc-acco...@palaran.com++usd developerToken>Perl Google::AdWords::Client 1.3.0:
> MyGoogleAdwordsCampaignManagerTest/1.0false validateOnly> xmlns="https://adwords.google.com/api/adwords/cm/
> v200909">ADD operator>DAILY period>1000 amount>STANDARD budget> biddingStrategy>OPTIMIZE adServingOptimizationStatus> ENV:Body>
>
> [Thu Jan  7 19:32:34 2010] Incoming Response:
> http://schemas.xmlsoap.org/soap/
> envelope/">soap:Server faultcode>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
> @ InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @  message>ApiException ApplicationException.Type>http://www.w3.org/2001/
> XMLSchema-instance" xsi:type="InternalApiError"> fieldPath>InternalApiError ApiError.Type>UNEXPECTED_INTERNAL_API_ERROR ApiExceptionFault>
>
> On Jan 5, 2:49 pm, AdWords API Advisor 
> wrote:
>
>
>
> > Hi Ralph,
>
> > I've done some more research, and there does appear to be an increase
> > in these types of errors.  I've alerted the core engineering team and
> > they are looking into the issue.  In the past there have been problems
> > updating large numbers of criteria at once, and a temporary workaround
> > was to send smaller batches of criteria.  I'll update this thread when
> > I have more information.
>
> > Best,
> > - Eric Koleda, AdWords API Team
>
> > On Jan 5, 7:37 am, Ralph Heimburger <1stpo...@gmail.com> wrote:
>
> > > I got another one Mon 01/04/2010 16:30:49.93 (EST).
>
> > > For some reason the 16:30 PM seems repetitive for this proble,
> > > aw_api\AdGroupCriterionService.pyc, line 130, in Mutate
> > > aw_api\WebService.pyc, line 342, in CallMethod
> > > aw_api\WebService.py", line 190, in __ManageSoap
> > > aw_api.Errors.GoogleInternalError:
> > > InternalApiError.UNEXPECTED_INTERNAL_API_ERROR@
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: Public Maven repo with the adwords API?

2010-01-12 Thread AdWords API Advisor
Hi Brian,

The AdWords API Java client library is not currently hosted in any
Maven repository.  There is an existing feature request for Maven
support in the project, and I would encourage you to leave feedback on
the issue:

  http://code.google.com/p/google-api-adwords-java/issues/detail?id=28

Best,
- Eric Koleda, AdWords API Team

On Jan 11, 12:57 pm, Peter Niederwieser  wrote:
> I don't think the Adwords Java API is available from a Maven repo.
> Therefore we download the Jar and deploy it to our Maven repository
> manager (Artifactory).
>
> Cheers,
> Peter
>
> On Jan 8, 12:21 am, Brian Gadoury  wrote:
>
>
>
> > Is there a public Maven repo that contains the adwords API anywhere?
>
> > For people developing with the adwords API: Are you using Maven or 
> > something else?
>
> > Thanks,
> > Brian
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API LocationExtension fields

2010-01-12 Thread veseo
Hello,

I am implementing the CampaignAdExtensionService and got to the point
where I must send the LocationExtension object, where I ran into some
problems:

1) What is the iconMediaId field? I would guess that uses the same
icons from LocalBusinessAds (v13 - 
http://code.google.com/apis/adwords/docs/developer/LocalBusinessAd.html
) but there the values are strings (Standart_1 to _17), while
LocationExtension expects xsd:long? What are the possible values?
2) Similar question - what is the imageMediaId field? The
documentation says nothing specific about it.
3) What is the difference between CampaignAdExtensionService and
AdExtensionOverrideService ?

P.S. I am shocked how unclear and, honestly, unfinished is the v2009
documentation, especially compared to the nearly perfect v13 (and
below) ones. This, combined with the total rework of the API and the
close deadline (you stop v13 support somewhere in April 2010, right?)
makes everything a small nightmare. I am sure I am not alone in
that...

Thanks in advance for the information.
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: How to find out the specific type of Video Ad

2010-01-12 Thread AdWords API Advisor
Hi,

I apologize for taking a while to look into this issue.  At first I
focused on the fact that they were template ads, but it seems that the
problem has to do with the fact that they are deleted ads, and
currently the v200909 AdGroupAdService is nor returning deleted ads.
I will contact the core engineering team to determine if this is the
correct behavior and update this thread when I have more information.

Best,
- Eric

On Jan 7, 12:40 pm, "j.e.frank"  wrote:
> Any word on why I might not be able to retrieve these Ads?
>
> On Jan 5, 10:16 am, "j.e.frank"  wrote:
>
>
>
> > I cannot retrieve this ad with the v13 API.  If I call
> > AdService.getAllAds and pass in the parent ad group ID, I get back
> > null (this ad group only contains in-stream ads).  If I call
> > AdService.getAd for the specific ad, I get an API exception with the
> > message "This creative type is not supported by the api."
>
> > I have some trouble telling which ad is which in the web interface,
> > but by matching up the stats from the report, I can see that the ad in
> > question is deleted.  (I can see it if I set the "filter and view" to
> > include deleted ads.)  So that may be why the ad is not returned in
> > the results, although I should be able to retrieve a deleted ad's info
> > through the api, since the ad still exists, and there are stats for it
> > from before it was deleted.  The API call I am using takes an explicit
> > array of Ad IDs, so it is not just that I am asking for "all active
> > ads" or anything.  I don't know if this is a general issue (inability
> > to retrieve deleted ads) or if it is specific to my circumstances.
>
> > On Jan 4, 7:02 pm, AdWords API Advisor 
> > wrote:
>
> > > Hi,
>
> > > Are you able to see that same ad in the web interface?  Are you able
> > > to retrieve it via the v13 API?
>
> > > Best,
> > > - Eric
>
> > > On Jan 4, 6:01 pm, "j.e.frank"  wrote:
>
> > > > Does anyone know why some Ads do not come back in the AdGroupAdPage's
> > > > entries when calling AdGroupAdService.get ?  One of my campaigns has 3
> > > > pre-roll Ads (aka In-Stream).  I pass in the three Ad IDs, and I only
> > > > get back 2 results.  If I just pass in the "missing" Ad's ID as the
> > > > selector, then the resulting entries array is null.  I have double
> > > > checked the IDs, and I can see that particular Ad ID in a report, so
> > > > as far as I can tell, it should show up in the results, but it does
> > > > not.
>
> > > > On Dec 30 2009, 2:31 pm, "j.e.frank"  wrote:
>
> > > > > Thank you, that is helpful.
>
> > > > > I have tried calling AdGroupAdService.get on several ad IDs that I
> > > > > know are video ads.  Sometimes this works fine, and I can infer that
> > > > > (for example) template ID 49 is Pre Roll and template ID 9 is Click to
> > > > > Play.  But sometimes I pass in an Ad ID and I get nothing back in the
> > > > > results.  This is puzzling to me, because I can see the Ad ID in the
> > > > > report.  Do you know of any reasons that no result would come back for
> > > > > a given Ad ID?
>
> > > > > On Dec 30, 11:26 am, AdWords API Advisor
>
> > > > >  wrote:
> > > > > > Hi,
>
> > > > > > The video ads you create using the web interface's "Display Ad
> > > > > > Builder" will be returned as TemplateAds in v2009:
>
> > > > > >  http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdSer...
>
> > > > > > The specific template being used, such as "Click to Play" or "In-
> > > > > > Stream", is noted by the field templateId.  We are still working on
> > > > > > how best to expose the currently available templates, but a few 
> > > > > > get()
> > > > > > requests will allow you to determine the mapping yourself.
>
> > > > > > Best,
> > > > > > - Eric
>
> > > > > > On Dec 30, 10:45 am, "j.e.frank"  wrote:
>
> > > > > > > Thanks for the reply.  Is there a way to find out the specific 
> > > > > > > type of
> > > > > > > ad through other API services?  I can't see anything in the
> > > > > > > AdGroupAdService that would let me distinguish these ads from one
> > > > > > > another, but maybe I am missing something.  My first preference 
> > > > > > > would
> > > > > > > be to find out through the report, since that lets me get the ad 
> > > > > > > type
> > > > > > > information at the same time as I am retrieving performance data, 
> > > > > > > but
> > > > > > > really I'm just looking for any automated way to get it.
>
> > > > > > > On Dec 30, 10:26 am, AdWords API Advisor
>
> > > > > > >  wrote:
> > > > > > > > Hi,
>
> > > > > > > > Unfortunately that level of detail isn't exposed through 
> > > > > > > > reporting, in
> > > > > > > > both the web interface and API.
>
> > > > > > > > Best,
> > > > > > > > - Eric Koleda, AdWords API Team
>
> > > > > > > > On Dec 30, 9:20 am, "j.e.frank"  wrote:
>
> > > > > > > > > I'm trying to write a report that will show stats for our 
> > > > > > > > > campaigns
> > > > > > > > > that have video ads, and I want to distinguish between 
> > > > > > >

Re: AdWords API use user.getService(XXX) frequently, and can't release the memory!

2010-01-12 Thread Hongyu Li
Got that, I didn't use ServiceAccountantManager.

thanks a lot.

On Tue, Jan 12, 2010 at 5:03 PM, Tino Hertlein  wrote:

> Hi!
>
> Since 6.2.0 there exists a removeService-method in the
> ServiceAccountantManager.
>
> Calling this method should remove all references to the service in order
> for it to be garbage collected.
> (from http://code.google.com/p/google-api-adwords-java/source/detail?r=119
> )
>
>
> Did you already try that?
>
>
> Tino
>
> --
> Refined Labs GmbH
> Landwehrstraße 17
> 80336 München
> Tel +49 89 1392879-0
> t...@refinedlabs.com
> http://www.refinedlabs.com
>
> Sitz: München
> AG München HRB 166589
> Geschäftsführer:
> Thomas Bindl, Stephan Seitz
>
> -Ursprüngliche Nachricht-
> Von: adwords-api@googlegroups.com [mailto:adwords-...@googlegroups.com] Im
> Auftrag von hongyu...@gmail.com
> Gesendet: Dienstag, 12. Januar 2010 09:32
> An: AdWords API Forum
> Betreff: AdWords API use user.getService(XXX) frequently, and can't release
> the memory!
>
> user.getService(XXX) has been called frequently, and memory is high, any
> others meet the same problem?
>
> I'm using Java client library v6.3.0, Is anywhere need to be paid attention
> for release memory.
>
> I just have one AdwordUser instance.
>
> Any one can help ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "AdWords API Forum" group.
> To post to this group, send email to adwords-...@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.
>
>
>
>
-- 

You received this message because you are subscribed to the Google Groups "AdWords API Forum" group.

To post to this group, send email to adwords-...@googlegroups.com.

To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en.



AdWords API Re: Problem with AdParam

2010-01-12 Thread AdWords API Advisor
Hi Luiz,

Thank you for reporting this problem.  I've run some tests and I was
able to replicate the behavior.  The core engineering team is already
aware of the issue and is working on a resolution.  I'll update this
thread when I have more information.

Best,
- Eric Koleda, AdWords API Team

On Jan 7, 7:02 am, Luiz Yamada  wrote:
> Hello guys...
> I'm making a system using the AdParam but, im having some problems
>
> I'm from Brazil and the money format is XXX.XXX.XXX,XX ( , to separate cents
> ), when i try to set a param with, for example, 2.999,00 I get this message
> Uncaught SoapFault exception: [soap:Server]
> [PolicyViolationError.POLICY_ERROR @ operations[265].operand.insertionText;
> trigger:','
> but, when i try to set only 2.999 it works correctly
> Anyone knows why this happens?
> I'm using the PHP Libraryhttp://code.google.com/p/google-api-adwords-php/
>
> Thanks.
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: website criterion error

2010-01-12 Thread AdWords API Advisor
Hi Hassan,

For the AdWords API a sunset means that the version of the API will be
shut down and no further requests possible.

Best,
- Eric

On Jan 7, 12:09 am, aBsTrAcT  wrote:
> Hi Eric,
> Thanks for reply.
> I tried it again by removing the error handlers and it worked by
> adding the criteria. I think error is because of apility.
> Another thing, about sunset of v13, do you mean that we will not be
> able to use v13 anymore or just you won;t provide it's support?
>
> Thanks,
> Hassan
>
> On Jan 7, 1:46 am, AdWords API Advisor 
> wrote:
>
>
>
> > Hi Hassan,
>
> > I was able to use that exact code to add the criterion without error.
> > Do you have the request ID of a request that demonstrates the problem?
>
> > Best,
> > - Eric Koleda, AdWords API Team
>
> > On Jan 6, 4:51 am, aBsTrAcT  wrote:
>
> > > Hi,
> > > I am sending the following request:
> > >      1505123205
> > >       http://www.onemanga.com/recent/
> > >       Website
> > >       false
> > >       0
> > >       65
> > >       http://xyz.com
> > >       
> > >       
>
> > > And I am getting error code 82. Saying URL is inValid.
> > > I am using apility and it return following error:
> > > AdWords API Error(s):
> > >   Violation #0
> > >       Code: 82
> > >       Detail: This website url is invalid. Valid website urls must
> > > contain at most two path elements or else must end in a file or query.
> > > Negative websites urls must end in one or less path elements and may
> > > not end in a file or query.
> > >       Is Exemptable: false
> > >       Field: url
> > >       Index: 0
> > >       Text Index:
> > >       Text Length:
> > >       Trigger:www.onemanga.com/recent
>
> > > Can any1 help me in this?
>
> > > Thanks,
> > > Hassan
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Search Query Match Type in Search Query Performance Report

2010-01-12 Thread dmitriy
Hello.
Please, tell me which match types can be founded in this report?
And if it possible, some brief description.
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: Constant UNEXPECTED_INTERNAL_API_ERRORs

2010-01-12 Thread joel
Just checking if there was an update on this? We have a very large
volume of KWs so sending smaller batches is not an option from a
performance standpoint. This issue is blocking our rollout to v2009
since it's pretty important.
Thanks!

Joel


On Jan 5, 5:45 pm, AdWords API Advisor 
wrote:
> Hi Joel,
>
> Thank you for bringing this to our attention.  The core engineering
> team is aware of the issue and investigating the problem.  In the past
> there have been problems updating large numbers of criteria at once,
> and as a temporary workaround was to send smaller batches of
> criteria.  Your sample request appears to be rather small already
> though, so that might not be an option for you.  I'll update this
> thread when I have more information.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Jan 5, 6:24 am, joel  wrote:
>
> > Every time I call AdGroupCriterionService.mutate()
>
> > Here's the SOAP XML - any thoughts?
>
> > Thanks,
>
> > -Joel
>
> >  > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> > soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
> > soapenv:mustUnderstand="0" xmlns:ns1="https://adwords.google.com/api/
> > adwords/cm/v200909">token > ns1:applicationToken>** > ns1:authToken>123456789 > ns1:clientCustomerId>token > ns1:developerToken>AdWords API Java Client Library -
> > v6.2.0false > ns1:RequestHeader> > xmlns="https://adwords.google.com/api/adwords/cm/
> > v200909">SET > xsi:type="ns2:BiddableAdGroupCriterion" xmlns:ns2="https://
> > adwords.google.com/api/adwords/cm/v200909">1075673669 > adGroupId>5162464235 > xsi:type="ns2:ManualCPCAdGroupCriterionBids">6 
> >  > microAmount> > operations>SET > xsi:type="ns3:BiddableAdGroupCriterion" xmlns:ns3="https://
> > adwords.google.com/api/adwords/cm/v200909">1075673669 > adGroupId>12675662249 > xsi:type="ns3:ManualCPCAdGroupCriterionBids">7 
> >  > microAmount> > operations>SET > xsi:type="ns4:BiddableAdGroupCriterion" xmlns:ns4="https://
> > adwords.google.com/api/adwords/cm/v200909">1075673669 > adGroupId>12675943859 > xsi:type="ns4:ManualCPCAdGroupCriterionBids">4 
> >  > microAmount> > operations>SET > xsi:type="ns5:BiddableAdGroupCriterion" xmlns:ns5="https://
> > adwords.google.com/api/adwords/cm/v200909">1075673669 > adGroupId>555158763 > xsi:type="ns5:ManualCPCAdGroupCriterionBids">7 
> >  > microAmount> > operations>SET > xsi:type="ns6:BiddableAdGroupCriterion" xmlns:ns6="https://
> > adwords.google.com/api/adwords/cm/v200909">1075708139 > adGroupId>3277057147 > xsi:type="ns6:ManualCPCAdGroupCriterionBids">2 
> > 2 > microAmount> > operations>SET > xsi:type="ns7:BiddableAdGroupCriterion" xmlns:ns7="https://
> > adwords.google.com/api/adwords/cm/v200909">1075708139 > adGroupId>719194468 > xsi:type="ns7:ManualCPCAdGroupCriterionBids">1 
> > 0 > microAmount> > operations>SET > xsi:type="ns8:BiddableAdGroupCriterion" xmlns:ns8="https://
> > adwords.google.com/api/adwords/cm/v200909">1075707599 > adGroupId>12675779969 > xsi:type="ns8:ManualCPCAdGroupCriterionBids">2 
> > 4 > microAmount> > operations>SET > xsi:type="ns9:BiddableAdGroupCriterion" xmlns:ns9="https://
> > adwords.google.com/api/adwords/cm/v200909">1075378919 > adGroupId>11890517209 > xsi:type="ns9:ManualCPCAdGroupCriterionBids">4 
> >  > microAmount> > soapenv:Body>
>
> >  > xmlns:soap="http://schemas.xmlsoap.org/soap/
> > envelope/">soap:Server > faultcode>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
> > @ InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @  > message>ApiException > ApplicationException.Type> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>InternalApiError
> > ApiError.Type>UNEXPECTED_INTERNAL_API_ERROR > ApiExceptionFault>
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Social Networks & Online Communities problems in Google Adwords API V13

2010-01-12 Thread rakesh kom
The adwords api V13 is throwing error when we try to use the site
suggestion service to get sites for the category - "Social Networks &
Online Communities". It seems from the other similar threads that it
is problem with the static list of google (the category is actually
removed by Google adwords). However the web interface of google
adwords api (placement tool) still shows the category and allows the
user to retrieve placements upon selection. whats the mystery? Can
google guys explain this phenomenon? How can we successfully retrieve
sites for the category - "Social Networks & Online Communities" ?
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Migrated class for AdParamType of v13 in v200909

2010-01-12 Thread samarsoo...@yahoo.com
Hi All,
Can anyone help me to get that which is the migrated class of
AdParamType in v200909?
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




Re: AdWords API Digest for adwords-api@googlegroups.com - 14 Messages in 12 Topics

2010-01-12 Thread info
Thank you.

Your request has been recieved by Part-Search.co.uk

Part-search.co.uk is a free service that contacts over 200 motorcycle and car 
breakers for free.


-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Get information on single criterion

2010-01-12 Thread alexis.rouss...@gmail.com
Hi,

I try to get information on a single criterion.

 Dim selector As New AdGroupCriterionSelector()
 Dim idFilters As New AdGroupCriterionIdFilter
 selector.criterionUse = CriterionUse.BIDDABLE
 selector.criterionUseSpecified = True
 idFilters.adGroupId = Long.Parse("My_Group_ID")
 idFilters.adGroupIdSpecified = True
 idFilters.criterionId = Long.Parse("MyCriterion_ID")
 idFilters.criterionIdSpecified = True
 selector.idFilters = New AdGroupCriterionIdFilter() {idFilters}
 selector.userStatuses = New UserStatus() {UserStatus.ACTIVE}
 Dim results As AdGroupCriterionPage = service.get(selector)
 If results IsNot Nothing AndAlso results.entries IsNot Nothing
AndAlso results.entries.Length > 0 Then
  OK
  end if

It doesn't work results is nothing

Or when i delete
 idFilters.criterionId = Long.Parse("MyCriterion_ID")
 idFilters.criterionIdSpecified = True

I'm abble to get all criterions of the group...

But i would like to get information only for some criterions, not for
all

Thnks for your help.

Regards
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AW: AdWords API use user.getService(XXX) frequently, and can't release the memory!

2010-01-12 Thread Tino Hertlein
Hi!

Since 6.2.0 there exists a removeService-method in the 
ServiceAccountantManager. 

Calling this method should remove all references to the service in order for it 
to be garbage collected.
(from http://code.google.com/p/google-api-adwords-java/source/detail?r=119)


Did you already try that?


Tino

--
Refined Labs GmbH
Landwehrstraße 17
80336 München
Tel +49 89 1392879-0
t...@refinedlabs.com
http://www.refinedlabs.com

Sitz: München
AG München HRB 166589
Geschäftsführer:
Thomas Bindl, Stephan Seitz

-Ursprüngliche Nachricht-
Von: adwords-api@googlegroups.com [mailto:adwords-...@googlegroups.com] Im 
Auftrag von hongyu...@gmail.com
Gesendet: Dienstag, 12. Januar 2010 09:32
An: AdWords API Forum
Betreff: AdWords API use user.getService(XXX) frequently, and can't release the 
memory!

user.getService(XXX) has been called frequently, and memory is high, any others 
meet the same problem?

I'm using Java client library v6.3.0, Is anywhere need to be paid attention for 
release memory.

I just have one AdwordUser instance.

Any one can help ?
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API use user.getService(XXX) frequently, and can't release the memory!

2010-01-12 Thread hongyu...@gmail.com
user.getService(XXX) has been called frequently, and memory is high,
any others meet the same problem?

I'm using Java client library v6.3.0, Is anywhere need to be paid
attention for release memory.

I just have one AdwordUser instance.

Any one can help ?
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@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.