AdWords API Re: error : SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED

2010-01-26 Thread hongyu...@gmail.com
I have the same problem.

do we have a exact number? how much response will get the exception?

Thanks
Warren

On Jan 13, 1:24 am, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 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/AdGroupCrite...

 Best,
 - Eric

 On Jan 8, 5:50 am, phpoo phpoo...@hotmail.com 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 adwordsapiadvi...@google.com
  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 phpoo...@hotmail.com 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: Can I get all AdGroupCriteria Infomation by one API request?

2010-01-26 Thread hongyu...@gmail.com
that's helpful.

I have tried, and I get the RESPONSE_SIZE_LIMIT_EXCEEDED as you said.

Do we have the exact limit number, or suggest size for the response
size in one batch.

Thanks
Warren

On Jan 26, 2:32 am, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi,

 In the v200909 version of the API, if you use an empty selector you
 can get all of the ad group criteria in the account.  Because this may
 be a large amount of data you should probably use paging to get the
 results in smaller chunks.

 Best,
 - Eric Koleda, AdWords API Team

 On Jan 25, 10:40 am, ewan e...@ppcbullet.com wrote:



  You could try the Account Structure Report

-- 
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 v2009 Adwords Api bug and Desktop Applications

2010-01-26 Thread Soapy
Are there any plans to fix the bug, where the new version of the api
is not compatible with desktop .net applications?

See 
http://groups.google.com/group/adwords-api/browse_thread/thread/fcde4e1d252152f5/

There's now less than 100 days left before V13 is dropped, we have 3
desktop applications that need converting and this bug is a real show
stopper for us.

We are using VB (express 2005) so the .net c# library is not suitable

-- 
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: We can't modify the keywords more than 3000..

2010-01-26 Thread 郭鹏
Hi Ales

I think the request SOAP message is's to large for I got the response SOAP
message.

And the is no error message generated, for I want to modify 3000 keywords, I
divide it into 3 groups (1000 keywords per groups)

We got the Error message: Caused by:
InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @

The SOAP Request shouldn't too large for we send it to google and revieve
the ErrorMsg.

The SOAP Response shouldn't too large for we don't get the this error
SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED

So, this problem may be like Eric said:
The core engineering team is still actively working on a resolution to
this problem, but at this time I don't have any information on when it
would become available.

Hope it fixed quickly.

Thanks.

2010/1/24 Ales Sturala stur...@gmail.com

 Hi Peng,
 you did no specify why your request fails, however it might be the
 case that response for your request is too large for a SOAP. There is
 always some limitation set for size of SOAP requests and responses and
 it might be that if many of your keywords fail, then for each keyword
 there is an error message generated, which might make the whole SOAP
 response too large.


 Ales

 On Jan 23, 4:26 pm, 郭鹏 gpcus...@gmail.com wrote:
  Hi Eric:
 
  Thanks for you information, but where is the timeout happen?
 
  In the server side or the client side?
 
  If in the client side, can I just  increase the timeout limit in the
  AdWordsHttpSender?
 
  If in the server side, How Smaller is the best practice?
 
  Thanks again.
 
  2010/1/23 AdWords API Advisor adwordsapiadvi...@google.com
 
 
 
   Hi Peng,
 
   There have been some reports of timeouts happening for large requests,
   and it is something the core engineering team is looking in to.  For
   the time being I would recommend sending your operations in smaller
   batches to avoid these timeouts.
 
   Best,
   - Eric Koleda, AdWords API Team
 
   On Jan 22, 3:16 am, 郭鹏 gpcus...@gmail.com wrote:
Hi, we successd using the AdGroupCriterionServiceInterface to modify
 1000
keywords, but failed to modify 3000 keywords.
 
Is there anybody have this problem?
 
--
Regards
   Peng Guo
 
   --
   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.comadwords-api%2bunsubscr...@googlegroups.com
 adwords-api%2bunsubscr...@googlegroups.comadwords-api%252bunsubscr...@googlegroups.com
 
   .
   For more options, visit this group at
  http://groups.google.com/group/adwords-api?hl=en.
 
  --
  Regards
 Peng Guo

 --
 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.comadwords-api%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/adwords-api?hl=en.




-- 
Regards
   Peng Guo

-- 
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: soapenv:Server.userExceptionYou must supply an MCC login to perform the current operation.

2010-01-26 Thread ewan
Did you get this sorted out?  You're trying to pull keyword report
columns but you've specified that you want a campaign report.  You
need to either change the selectedReportType to Keyword or remove the
keyword level columns.

-- 
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 Budget Period changes

2010-01-26 Thread sm1
I am trying to change the Budget Period from MONTHLY to DAILY...
but Google returns UNEXPECTED_INTERNAL_API_ERROR error.
Please have alook at the SOAP request and response below and point out
where m I going wrong.


  ?xml version=1.0 encoding=UTF-8 ?
- SOAP-ENV:Envelope xmlns:xsi=http://www.w3.org/2001/XMLSchema-
instance xmlns:SOAP-ENC=http://schemas.xmlsoap.org/soap/encoding/;
xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/;
xmlns:xsd=http://www.w3.org/2001/XMLSchema; SOAP-
ENV:encodingStyle=http://schemas.xmlsoap.org/soap/encoding/;
- SOAP-ENV:Header
- RequestHeader xmlns=https://adwords.google.com/api/adwords/cm/
v200909 SOAP-ENC:arrayType=xsd:string[4]
  authToken xsi:type=xsd:string/authToken
  useragent xsi:type=xsd:stringAgent/useragent
  developerToken xsi:type=xsd:string***/developerToken
  applicationToken xsi:type=xsd:string*/
applicationToken
  /RequestHeader
  /SOAP-ENV:Header
- SOAP-ENV:Body
- mutate xmlns=https://adwords.google.com/api/adwords/cm/v200909;
- operations
  operatorSET/operator
- operand SOAP-ENC:arrayType=xsd:anyType[7]
  id47548722/id
  nameManualCPCTestCamp1/name
  statusACTIVE/status
- budget
  deliveryMethodACCELERATED/deliveryMethod
- amount
  microAmount45/microAmount
  /amount
  periodMONTHLY/period
  /budget
  autoKeywordMatchingStatusOPT_OUT/autoKeywordMatchingStatus
  adServingOptimizationStatusROTATE/adServingOptimizationStatus
- frequencyCap
  impressions111/impressions
  levelCREATIVE/level
  timeUnitMONTH/timeUnit
  /frequencyCap
  /operand
  /operations
  /mutate
  /SOAP-ENV:Body
  /SOAP-ENV:Envelope


SOAP Response:
- soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/
envelope/
- soap:Body
- soap:Fault
  faultcodesoap:Server/faultcode
  faultstringInternalApiError.UNEXPECTED_INTERNAL_API_ERROR @/
faultstring
- detail
- ApiExceptionFault xmlns=https://adwords.google.com/api/adwords/cm/
v200909
  messageInternalApiError.UNEXPECTED_INTERNAL_API_ERROR @/message
  ApplicationException.TypeApiException/ApplicationException.Type
- errors xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xsi:type=InternalApiError
  fieldPath /
  trigger /
  ApiError.TypeInternalApiError/ApiError.Type
  reasonUNEXPECTED_INTERNAL_API_ERROR/reason
  /errors
  /ApiExceptionFault
  /detail
  /soap:Fault
  /soap:Body
  /soap:Envelope

Regards,
 Smita

-- 
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: Http status code for soap fault

2010-01-26 Thread john.patrick.gal...@gmail.com
Eric:

I work with Tejesh. Is there someone you can escalate this to? If not,
is there someone I can escalate it to? It's has significant impact on
our software and we're trying to push a new release of our product to
production in the next few weeks with full support for the 2009 APIs.

John Galvin
ClickEquations

On Jan 25, 1:42 pm, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi Tejesh,

 Unfortunately I don't have any estimates on when this will be
 resolved.  Do you have a workaround you can use in the mean time?

 Best,
 - Eric

 On Jan 25, 9:25 am, codeninja shettytej...@gmail.com wrote:

  Hi Eric,

  Just wondering if there is any update on this issue? I know you said
  you kicked off a dialog with your core team but is it possible for you
  to tell us if this issue is something that will be fixed soon or we
  have to wait for the next api release?

  Please let us know.

  Thanks.
  Tejesh.

  On Jan 20, 2:22 pm, codeninja shettytej...@gmail.com wrote:

   Thanks for the update.

   On Jan 20, 1:57 pm, AdWords API Advisor adwordsapiadvi...@google.com
   wrote:

Hi,

I'm also seeing the 200 status code for faults, which doesn't appear
correct.  I've opened a dialog with the core engineering team, and
I'll let you know when I have more information.

Best,
- Eric Koleda, AdWords API Team

On Jan 19, 3:14 pm, codeninja shettytej...@gmail.com wrote:

 With new 2009 api I get http status code of 200 for soap faults. Is
 this something that was changed in 2009 api intentionally or should it
 be 500 like v13?

 I am using spring webservices to make soap calls, and because of soap
 spec, it expects all soap faults to have http status code of 500.
 Since response comes back with 200 it thinks that it is not a soap
 fault but then during regular unmarshalling the code barfs. I am
 testing all this with CampaignService and trying to update campaign
 budget with 0 value and thats when adwords is throwing soap fault with
 http response code of 200.

 Anyone else seeing this?

-- 
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: TargetingIdeaSelector Localization

2010-01-26 Thread AdWords API Advisor
Hi Jason,

The way to accomplish this with the TargetingIdeaService is to use the
CountryTargetSearchParameter and LanguageTargetSearchParameter:

  
http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.CountryTargetSearchParameter.html
  
http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.LanguageTargetSearchParameter.html

The v2009 per-call migration guide shows some examples in Python of
how to migrate from the v13 KeywordToolService to the v2009
TargetingIdeaService:

  
http://code.google.com/apis/adwords/v2009/docs/callguide.html#keywordtoolservice

Best,
- Eric Koleda, AdWords API Team

On Jan 25, 12:35 pm, JasonC jason.casil...@gmail.com wrote:
 In V13 when calling getKeywordsFromSite and getKeywordVariations you
 could include the language and country you wanted results for. Is
 there a way to do the same with TargetingIdeaSelector in 200909?

 I have tried changing the localeCode, but it does not change the
 results (and from its description it does not appear it is intended
 to, unless that is part of and the like in the 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: Add clients to mcc via using api

2010-01-26 Thread AdWords API Advisor
Hi Amish,

Unfortunately linking AdWords accounts to a My Client Center (MCC)
account isn't a feature provided by the API.  This process can only be
done in the AdWords web interface.

Best,
- Eric Koleda, AdWords API Team

On Jan 25, 1:28 pm, Amish ambarish.sakh...@gmail.com wrote:
 Hello guys,

 I have just started with google adwords api's. The first task i want
 to do is to add new and existing adwords accounts/ clients in 'my
 client center' using the API.
 I will be using php, so am all ready with the php client library and
 all.

 How can i get started with writing code for this, what things i need
 to include in my code, I will appreciate if you could give me some
 brief idea about it.

-- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send 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: Behavior towards over-sized report.

2010-01-26 Thread AdWords API Advisor
Hi Kato,

Unfortunately there is no way to know the size a report before it is
generated.  As for performing a local database sync, the account
structure reports are likely your best option.

Best,
- Eric

On Jan 25, 9:35 pm, kato tatsuhito.k...@brainpad.co.jp wrote:
 Thanks for your reply.

 I plans to use Account Structure Report to update local databases,
 and concern about huge client's report may over-sized.
 Are there any way to know estimate size of report before its creation?

 I plan to create three (keywords, ads, and ad groups) reports by
 account.
 If there are better way to update local databases, please tell them to
 me :)

 Best,

 On Jan 26, 3:46 am, AdWords API Advisor adwordsapiadvi...@google.com
 wrote:



  Hi,

  To address your questions:

  1) Yes, there will be no reported errors.

  2) The limit is based on the gzipped size, so the actual XML file may
  be larger when extracted.  This means that a zipped and non-zipped
  report may be truncated differently.

  In general we advise against creating reports that approach this size
  limit, both for the truncation problems and the load on the API.  This
  may mean breaking up reports large reports into smaller ones, by
  client account or campaign.

  Best,
  - Eric Koleda, AdWords API Team

  On Jan 25, 5:36 am, kato tatsuhito.k...@brainpad.co.jp wrote:

   Hi.

   I have two questions about ReportService.

   It is wrote in API Reference:

Served XML reports are truncated to 263064146 bytes (about 250MB).

   1. Is it means All (validateReportJob, scheduleReportJob,
   getReportJobStatus and
      getReportDownloadUrl) of API calls return successful response even
   reports are truncated?
      We cannot know whether the report is over-sized or not until
   complete file download?

   2. The size 263064146 bytes is based by raw XML, not gzipped one?
       In other words, the two over-sized XMLs got by two APIs: getGzip/
   getReportDownloadUrl are
       truncated by same point?

   Best,

-- 
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: TargetingIdeaSelector Localization

2010-01-26 Thread JasonC
So you can combine them. Very cool.

Thank you much!
Jason

On Jan 26, 8:25 am, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi Jason,

 The way to accomplish this with the TargetingIdeaService is to use the
 CountryTargetSearchParameter and LanguageTargetSearchParameter:

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

 The v2009 per-call migration guide shows some examples in Python of
 how to migrate from the v13 KeywordToolService to the v2009
 TargetingIdeaService:

  http://code.google.com/apis/adwords/v2009/docs/callguide.html#keyword...

 Best,
 - Eric Koleda, AdWords API Team

 On Jan 25, 12:35 pm, JasonC jason.casil...@gmail.com wrote:

  In V13 when calling getKeywordsFromSite and getKeywordVariations you
  could include the language and country you wanted results for. Is
  there a way to do the same with TargetingIdeaSelector in 200909?

  I have tried changing the localeCode, but it does not change the
  results (and from its description it does not appear it is intended
  to, unless that is part of and the like in the 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 get client id from user and work on that client...

2010-01-26 Thread blt

I need some help in getting started.
Based upon the clientid provided by user, want to run the php scripts
from the php client library.
But I dont see any way out to dynamically work on the clientid, as the
clientid is directly  fetched from the auth.ini file in the client
library.
I know that, now I have to either dynamically change the clientid in
the authini file or in the AdWordsUser.php file, but i want to know
that, is there any other easy way out. If not, then how can i do it
for above?

-- 
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: Strange Login Error

2010-01-26 Thread Katrin
Hey Pete :)

i had the same error .. and after 1 week of frustration i finally
found this thread
and it did work changing the email from b...@googlemail.com to
b...@gmail.com ..

Happy again :)

On 22 Jan., 09:58, pete peteseri...@gmail.com wrote:
 Unbelievably the client has now pulled the campaign and removed the
 Login from Ad Words so I can't check.

 Sigh...

 Thank you  very much for your help - if I ever see this type of issue
 again, I'll try the gmail (or vice versa) variant.

 Regards

 pete

-- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe 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: AuthenticationError:GOOGLE_ACCOUNT_COOKIE_INVALID.

2010-01-26 Thread Ryan
Hi and thanks for the response. I'd revoked and reissued new tokens,
the response I receive seems to indicate that the token is valid. None
the less it would have been a few hours before I posted this
originally.
As far as the email address goes, were using our company email address
which is the master account the Google Adwords Account.
@euroffice.co.uk. We've previously had the 2003 API running.

Hope that provides you with a bit of insight?
Thanks
Ryan



On Jan 26, 3:47 pm, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi Ryan,

 How long ago did you request the authToken?  They expire after two
 weeks, which may be the issue.  Also, are you using a Google account
 (like @gmail.com) or a hosted account (using a Google Apps domain)?

 Best,
 - Eric Koleda, AdWords API Team

 On Jan 26, 10:42 am, AdWords API Advisor

 adwordsapiadvi...@google.com wrote:
  On Jan 25, 12:47 pm, Ryan jchudle...@euroffice.co.uk wrote:

   Hi,

   I'm having a problem with running calls to the Google Awords 2009 API.
   I've managed to successfully retrieve an access token and it does
   appear in the account. So there's no problem there.

   However, when I try and make calls to one of the web services I get
   the error:
   AuthenticationError:GOOGLE_ACCOUNT_COOKIE_INVALID.

   I can't seem to find the problem of why this could be the issue, has
   anyone got any suggestions?

   The soap request being sent is:

   ?xml version=1.0 encoding=utf-8?
   soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
   xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
   xmlns:xsd=http://www.w3.org/2001/
   XMLSchemasoap:HeaderRequestHeader xmlns=https://
   adwords.google.com/api/adwords/cm/v200909authToken(my auth token)/
   authTokenclientCustomerId(id)/clientCustomerIddeveloperToken(my
   dev token)/developerToken/RequestHeader/
   soap:Headersoap:Bodyget xmlns=https://adwords.google.com/api/
   adwords/cm/v200909selectorcampaignStatusesACTIVE/
   campaignStatuses/selector/get/soap:Body/soap:Envelope

   Thanks
   Ryan

-- 
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: Add clients to mcc via using api

2010-01-26 Thread Amish
Thanks.

On Jan 26, 10:50 am, AdWords API Advisor
adwordsapiadvi...@google.com wrote:
 Hi Amish,

 Unfortunately linking AdWords accounts to a My Client Center (MCC)
 account isn't a feature provided by the API.  This process can only be
 done in the AdWords web interface.

 Best,
 - Eric Koleda, AdWords API Team

 On Jan 25, 1:28 pm, Amish ambarish.sakh...@gmail.com wrote:

  Hello guys,

  I have just started with google adwords api's. The first task i want
  to do is to add new and existing adwords accounts/ clients in 'my
  client center' using the API.
  I will be using php, so am all ready with the php client library and
  all.

  How can i get started with writing code for this, what things i need
  to include in my code, I will appreciate if you could give me some
  brief idea about it.

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



AdWords API Re: position Preference Bids

2010-01-26 Thread AdWords API Advisor
Hi Smita,

Unfortunately the v200909 version of the API doesn't provide the
ability to enable position preference bidding at the campaign level.
This is a feature that is in the works and we hope to have available
in the next release of the API.  For the time being this will need to
be set using the AdWords web interface.

Best,
- Eric Koleda, AdWords API Team

On Jan 25, 10:57 pm, sm1 smita.gaw...@gmail.com wrote:
 Hi support,

 I need to set the positionPreferenceBids and bottomPosition bids
 through the SOAP API, but for that the position preference flag on the
 camapign has to be ON. I am creating the campaign through the add
 operation on campaignService but I did not find any SOAP call that can
 set this flag on campaign.
 Please tell what is the way to set this flag through API call.

 Thanks,
 Smita

-- 
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-26 Thread AdWords API Advisor
Hi Warren,

Unfortunately we can't disclose the exact limits, and they are subject
to change over time.  I would recommend using a reasonable page size
(a few thousand at most) to avoid this problem.

Best,
- Eric

On Jan 26, 3:00 am, hongyu...@gmail.com hongyu...@gmail.com wrote:
 I have the same problem.

 do we have a exact number? how much response will get the exception?

 Thanks
 Warren

 On Jan 13, 1:24 am, AdWords API Advisor adwordsapiadvi...@google.com
 wrote:



  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/AdGroupCrite...

  Best,
  - Eric

  On Jan 8, 5:50 am, phpoo phpoo...@hotmail.com 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 adwordsapiadvi...@google.com
   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 phpoo...@hotmail.com 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: Can I get all AdGroupCriteria Infomation by one API request?

2010-01-26 Thread AdWords API Advisor
Hi Warren,

Please see my response in this other thread:

  
http://groups.google.com/group/adwords-api/browse_thread/thread/986374b586de74cd/

Best,
- Eric

On Jan 26, 3:09 am, hongyu...@gmail.com hongyu...@gmail.com wrote:
 that's helpful.

 I have tried, and I get the RESPONSE_SIZE_LIMIT_EXCEEDED as you said.

 Do we have the exact limit number, or suggest size for the response
 size in one batch.

 Thanks
 Warren

 On Jan 26, 2:32 am, AdWords API Advisor adwordsapiadvi...@google.com
 wrote:



  Hi,

  In the v200909 version of the API, if you use an empty selector you
  can get all of the ad group criteria in the account.  Because this may
  be a large amount of data you should probably use paging to get the
  results in smaller chunks.

  Best,
  - Eric Koleda, AdWords API Team

  On Jan 25, 10:40 am, ewan e...@ppcbullet.com wrote:

   You could try the Account Structure Report

-- 
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 Reminder: Version v200906 will be shut down in one week

2010-01-26 Thread AdWords API Advisor
http://adwordsapi.blogspot.com/2010/01/reminder-version-v200906-will-be-shut.html

The v200906 API, which we released as a limited beta in June 2009,
will be shut down one week from today, on February 2, 2010.

-- Jason Shafton, Product Marketing Manager

-- 
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 api v2009 - how to set negative keywords at campaign level?

2010-01-26 Thread Rich Johns
If you're working in java, here is a list of objects that you'll use.
Read up on these:

CampaignCriterionServiceInterface (
AdWordsService.V200909.CAMPAIGN_CRITERION_SERVICE )
CampaignCriterionOperation
NegativeCampaignCriterion

Basically, you cobble things together and call mutate.

On Tue, Jan 26, 2010 at 1:25 PM, jeff hl5...@gmail.com wrote:
 with v13, we use CriterionService.setCampaignNegativeCriteria to set
 negative keywords at campaign level. what is the mapping in v2009?

 thanks!
 Jeff

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





-- 
rp johns

-- 
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 BulkMutateJob and extra identifiers

2010-01-26 Thread Kyle LeNeau
I have a process that maintains an Adwords campaign on behalf of a
customer.  The process will either purchase new keywords, or update
keywords (destination URL only) nightly.  The source of truth for what
keywords to maintain is in a database on our end and a user/customer
was the ability to insert new records into the table, thus triggering
a purchase of a new keyword.

When a new keyword is purchased the record that exists in my database
is updated with the criterion id, adgroup id, campaign id, url,
keywords and more.  I then use the URL later to determine if the
keyword should be updated.  In the previous version of the API (v13) I
was able to just update the keyword quickly and catch/handle any
errors.  This happened very quickly; our small customer of 7000
keywords would run and usually update 80% of the keywords in a little
over an hour.  With the new API (v200909) it is extremely slow, the
same 7000 keywords and 80% update is approaching the 6 hour mark and
has only updated 1/3 of the total.

This is a C# program and I am using the client library off of google
code.  I have been debuging it all day and am getting a lot of
Database.CONCURRENT_MODIFICATION errors and am only running on one
thread.  While debugging I have noticed that the call to update/mutate
a criterion is sometimes taking 30+ seconds to return, this was not
the case in the last version.

Which brings me to my main question about the Bulk Mutate Job.  Is
there a way to pass along extra identifiers to the job/operation so
that when it returns and the job is complete I can loop over the
results and grab my database ID's (primary key) from the criterion to
update my system accordingly?  If not, what are some alternatives to
keeping two systems connected like this?  If this is not currently
supported can it be a feature request, sometime we want or need to
pass along our identifiers so we know what to do with it when it
returns.

Thanks for the help, Kyle.

-- 
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 BiddingError.POSITION_PREFERENCE_NOT_ENABLED

2010-01-26 Thread nothize
Hi,

The position range can be set by the
PositionPreferenceAdGroupCriterionBids object, however it will fail
with the error in subject if position preference is not turned on from
the UI yet.

Is it possible to enable the position preference function thru API?

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: BiddingError.POSITION_PREFERENCE_NOT_ENABLED

2010-01-26 Thread nothize
Just see that it is a duplication of
http://groups.google.com/group/adwords-api/browse_thread/thread/4713aef7e5a31e43
.

Case closed.

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