Unexpected Internal API error when downloading keywords

2011-11-30 Thread Nash Yeung
Today I saw the captioned error when downloading keywords of an
account.

The download job ran well until it started retrieving the 2000th -
3999th keywords in a specific campaign.
(The request for 0th - 1999th keywords succeeded as usual)

The failed request ID is 0004b2f07ea024100a4253424b7d.

Is there any maintenance going on today?

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

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


Cant get Campaigs in sandbox Adwords

2011-11-30 Thread Morteza
Hello,

i have trouble getting campaigns in the sandbox enviroment of Google 
Adwords. When i run getAllCampaigns.cs example, I get the message no 
campaigns were found. I  cant add campaigns either and i get an api 
exception. What could de problem with is. I am using v201109 and my config 
file looks like this: 

?xml version=1.0 encoding=utf-8 ?
configuration
  configSections
section name=AdWordsApi 
type=System.Configuration.DictionarySectionHandler/
  /configSections
  AdWordsApi
!-- Change the appropriate flags to turn on SOAP logging. --
add key=LogPath value=C:\Logs\/
add key=LogToConsole value=false/
add key=LogToFile value=false/
add key=MaskCredentials value=true/
add key=LogErrorsOnly value=false/

!-- Set the service timeout in milliseconds. --
!-- add key=Timeout value=10/ --

!-- Fill the following values if you plan to use a proxy server.--
add key=ProxyServer value=/
add key=ProxyUser value=/
add key=ProxyPassword value=/
add key=ProxyDomain value=/

!-- Use this key to change the default timeout for Ads services
(in milliseconds.)--
add key=Timeout value=10/

!-- Use this key to enable or disable gzip compression in SOAP 
requests.--
add key=EnableGzipCompression value=true/

!-- Fill the header values. --
add key=UserAgent value=../
!--add key=ClientEmail value=INSERT_YOUR_CLIENT_EMAIL_HERE/--
add key=DeveloperToken value=/
!-- Uncomment this key and comment ClientEmail if you want to specify
 customer id instead of customer email. --
!-- add key=ClientCustomerId
 value=INSERT_YOUR_CLIENT_CUSTOMER_ID_HERE/ --
!-- Application token is now optional and will be ignored by the 
server.--
!-- add key=ApplicationToken
 value=INSERT_YOUR_APPLICATION_TOKEN_HERE/ --

!-- Set the Authorization method to be used with the client library. 
--
!-- To use ClientLogin as authentication mechanism, uncomment the 
following
 section and comment the OAuth section below. --
add key=AuthorizationMethod value=ClientLogin /
add key=Email value=ap...@...com/
add key=Password value=../
!-- Optional: uncomment this if you want to reuse an authToken multiple
 times. --
!-- add key=AuthToken value=INSERT_YOUR_AUTH_TOKEN_HERE/ --

!-- To use OAuth as authentication mechanism, uncomment the following
 section and comment the AuthToken section above. --
!-- Note: For testing purposes, you can use the OAuth consumer 
key/secret
 as anonymous/anonymous.--
!--
add key=AuthorizationMethod value=OAuth /
add key=OAuthConsumerKey value=INSERT_YOUR_OAUTH_CONSUMER_KEY_HERE 
/
add key=OAuthConsumerSecret
 value=INSERT_YOUR_OAUTH_CONSUMER_SECRET_HERE /
--

!-- Uncomment this key if you want to use v13 sandbox. --
!-- add key=LegacyAdWordsApi.Server
 value=https://sandbox.google.com/ --

!-- Uncomment this key if you want to use AdWords API sandbox. --
add key=AdWordsApi.Server
value=https://adwords-sandbox.google.com/
  /AdWordsApi
  system.web
webServices
  soapExtensionTypes
add type=Google.Api.Ads.Common.Lib.SoapListenerExtension, 
Google.AdWords
 priority=1 group=0/
  /soapExtensionTypes
/webServices
  /system.web
  system.net
settings
  httpWebRequest maximumErrorResponseLength=-1  /
/settings
  /system.net
/configuration


I hope you can help me. Are there any other tutorials of how you can use de 
sandbox. 

Thank you in advance 

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

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


Re: SOAP-ERROR: Encoding: Error calling from_xml callback

2011-11-30 Thread sax
Hi Eric,
mi version is a bit older: PHP Version 5.2.0-8+etch11

Below some details about the request:

request_info.log:
[Nov 30 2011 10:46:00.u - ERROR] email=adwo...@.xx
effectiveUser=402-xxx- service=AdGroupService method=get
operators={IN: 2} responseTime=441
requestId=0004b2f0b4696d900a1139112df3 operations=1 units=1
server=adwords.google.com isFault=true faultMessage=SOAP-ERROR:
Encoding: Error calling from_xml callback

soap_xml.log:
[Nov 30 2011 10:46:00.u - ERROR] POST /api/adwords/cm/v201109/
AdGroupService HTTP/1.1
Host: adwords.google.com
Connection: Keep-Alive
User-Agent: PHP-SOAP/5.2.0-8+etch11, gzip
Accept-Encoding: gzip, deflate
Content-Encoding: gzip
Content-Type: text/xml; charset=utf-8
SOAPAction: 
Content-Length: 810

?xml version=1.0 encoding=UTF-8?
SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/
envelope/ xmlns:ns1=https://adwords.google.com/api/adwords/cm/
v201109
  SOAP-ENV:Header
ns1:RequestHeader xmlns:xsi=http://www.w3.org/2001/XMLSchema-
instance xsi:type=ns1:SoapHeader
  ns1:authToken*/ns1:authToken
  ns1:clientCustomerId402-XXX-/ns1:clientCustomerId
  ns1:developerTokenT8GIbqlW5X9_c36wDEeuKA/ns1:developerToken
  ns1:userAgentAwApi-PHP-2.7.1-XXX S.r.l. XXX/ns1:userAgent
/ns1:RequestHeader
  /SOAP-ENV:Header
  SOAP-ENV:Body
ns1:get
  ns1:serviceSelector xmlns:xsi=http://www.w3.org/2001/XMLSchema-
instance xsi:type=ns1:Selector
ns1:fieldsId/ns1:fields
ns1:fieldsName/ns1:fields
ns1:predicates xsi:type=ns1:Predicate
  ns1:fieldCampaignId/ns1:field
  ns1:operatorIN/ns1:operator
  ns1:values60403254/ns1:values
/ns1:predicates
ns1:predicates xsi:type=ns1:Predicate
  ns1:fieldStatus/ns1:field
  ns1:operatorIN/ns1:operator
  ns1:valuesENABLED/ns1:values
/ns1:predicates
ns1:ordering xsi:type=ns1:OrderBy
  ns1:fieldName/ns1:field
  ns1:sortOrderASCENDING/ns1:sortOrder
/ns1:ordering
  /ns1:serviceSelector
/ns1:get
  /SOAP-ENV:Body
/SOAP-ENV:Envelope

HTTP/1.1 200 OK
Content-Type: text/xml; charset=UTF-8
Content-Encoding: gzip
Date: Wed, 30 Nov 2011 09:53:16 GMT
Expires: Wed, 30 Nov 2011 09:53:16 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Content-Length: 307
Server: GSE

?xml version=1.0?
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
  soap:Header
ResponseHeader xmlns=https://adwords.google.com/api/adwords/cm/
v201109
  requestId0004b2f0b4696d900a1139112df3/requestId
  serviceNameAdGroupService/serviceName
  methodNameget/methodName
  operations1/operations
  responseTime441/responseTime
  units1/units
/ResponseHeader
  /soap:Header
  soap:Body
getResponse xmlns=https://adwords.google.com/api/adwords/cm/
v201109
  rval
totalNumEntries0/totalNumEntries
Page.TypeAdGroupPage/Page.Type
  /rval
/getResponse
  /soap:Body
/soap:Envelope

Best,
Francesco



On 28 Nov, 16:25, Eric Koleda eric.kol...@google.com wrote:
 Hi,

 I'm not able to emulate this with PHP 5.2.4.  Can you provide more details
 about the environment you are running this on?

 Best,
 - Eric

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

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


Internal Api Error

2011-11-30 Thread Ashok
Hi ,

 I m getting internal API error multiple times

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
 faultSubcode:
 faultString: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
com.google.ads.api.services.common.error.InternalApiError.lt;initgt;(InternalApiErro]
 faultActor:
 faultNode:
 faultDetail:
{https://adwords.google.com/api/adwords/cm/v201109}ApiExceptionFault:message[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
@
com.google.ads.api.services.common.error.InternalApiError.lt;initgt;(InternalApiErro]/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xsi:type=InternalApiErrorfieldPath/trigger/errorStringInternalApiError.UNEXPECTED_INTERNAL_API_ERROR/errorStringApiError.TypeInternalApiError/ApiError.TypereasonUNEXPECTED_INTERNAL_API_ERROR/reason/errors
2011-11-30 17:59:43,034 ERROR [STDERR] (http-0.0.0.0-8080-1)
[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
2011-11-30 17:59:43,035 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2011-11-30 17:59:43,035 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
2011-11-30 17:59:43,035 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
2011-11-30 17:59:43,035 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
java.lang.reflect.Constructor.newInstance(Constructor.java:513)
2011-11-30 17:59:43,035 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
java.lang.Class.newInstance0(Class.java:355)
2011-11-30 17:59:43,035 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
java.lang.Class.newInstance(Class.java:308)
2011-11-30 17:59:43,035 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
org.apache.axis.encoding.ser.BeanDeserializer.init(BeanDeserializer.java:104)
2011-11-30 17:59:43,035 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
org.apache.axis.encoding.ser.BeanDeserializer.init(BeanDeserializer.java:90)
2011-11-30 17:59:43,036 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
com.google.api.adwords.v201109.cm.ApiException.getDeserializer(ApiException.java:142)
2011-11-30 17:59:43,036 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2011-11-30 17:59:43,036 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2011-11-30 17:59:43,036 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2011-11-30 17:59:43,036 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
java.lang.reflect.Method.invoke(Method.java:597)
2011-11-30 17:59:43,036 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
org.apache.axis.encoding.ser.BaseDeserializerFactory.getSpecialized(BaseDeserializerFactory.java:154)
2011-11-30 17:59:43,036 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
org.apache.axis.encoding.ser.BaseDeserializerFactory.getDeserializerAs(BaseDeserializerFactory.java:84)
2011-11-30 17:59:43,036 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
org.apache.axis.encoding.DeserializationContext.getDeserializer(DeserializationContext.java:464)
2011-11-30 17:59:43,036 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
org.apache.axis.encoding.DeserializationContext.getDeserializerForType(DeserializationContext.java:547)
2011-11-30 17:59:43,036 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
org.apache.axis.message.SOAPFaultDetailsBuilder.onStartChild(SOAPFaultDetailsBuilder.java:157)
2011-11-30 17:59:43,037 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1035)
2011-11-30 17:59:43,037 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
2011-11-30 17:59:43,037 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown
Source)
2011-11-30 17:59:43,037 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
2011-11-30 17:59:43,037 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
2011-11-30 17:59:43,037 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
2011-11-30 17:59:43,037 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
2011-11-30 17:59:43,037 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
2011-11-30 17:59:43,037 ERROR [STDERR] (http-0.0.0.0-8080-1)  at
org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
2011-11-30 17:59:43,037 ERROR 

Re: TargetinIdeaService doesn't deliver any categories anymore

2011-11-30 Thread 59616E
Hi Danial,

still no answer?

On 7 Nov., 13:44, Danial Klimkin danial.klimkin+fo...@google.com
wrote:
 Hello 59616E,

 We are looking into this issue right now.

 -Danial, AdWords API Team.

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

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


Re: track unit usage

2011-11-30 Thread David Torres
Hi Neil,

I've just added you request to the issue 
tracker.http://code.google.com/p/google-api-adwords-perl/issues/detail?id=36 
And 
we will try to have it implemented for the next release, please add any 
comments to the issue if you want any other extra methods implemented 
regarding this functionality.

Best,

-David

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

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


Re: InfoService v201109 error

2011-11-30 Thread MT
Ok, thanks for confirming this. Would it thus be possible to postpone
the deprecation of the client email header until there is a solution
to this? Otherwise many of my clients won't be able to anymore use my
tool, for which they've paid. I'm sure other developers will face
similar problems as well.

On Nov 29, 3:07 pm, Eric Koleda eric.kol...@google.com wrote:
 Hi MT,

 You are correct that it's currently not possible to obtain the Customer ID
 for an unlinked account, since as you mentioned neither the
 ServicedAccountService nor InfoService provide that information.  Currently
 the only workaround is to ask the customer to also provide their customer
 ID when using your software, as it's visible to them in the AdWords web
 interface.  We are investigating other solutions for obtaining this data.

 Best,
 - Eric

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

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


Re: PRODUCTION UNEXPECTED_INTERNAL_API_ERROR Upon Update TargetList

2011-11-30 Thread Stuart


Same problem only on some accounts, example request ID 
0004b2f4fcdd4ea80ada4a4a3451

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

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


Re: Unexpected Internal API error when downloading keywords

2011-11-30 Thread isellstuff
I am having the exact same problem. It started yesterday with code
that had been working for months. .net client library stack trace
below:

[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
com.google.ads.api.services.co
mmon.error.InternalApiError.init(InternalApiErro]
Google.Api.Ads.AdWords.Lib.AdWordsApiException: An API exception has
occurred. S
ee ApiException and InnerException fields for more details. ---
System.Web.Serv
ices.Protocols.SoapException:
[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro
]
   at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClie
ntMessage message, WebResponse response, Stream responseStream,
Boolean asyncCal
l)
   at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodN
ame, Object[] parameters)
   at Google.Api.Ads.Common.Lib.AdsSoapClient.MakeApiCall(String
methodName, Obj
ect[] parameters)
   --- End of inner exception stack trace ---
   at Google.Api.Ads.Common.Lib.AdsSoapClient.MakeApiCall(String
methodName, Obj
ect[] parameters)
   at Google.Api.Ads.AdWords.Lib.AdWordsSoapClient.MakeApiCall(String
methodName
, Object[] parameters)
   at Google.Api.Ads.Common.Lib.AdsSoapClient.Invoke(String
methodName, Object[]
 parameters)
   at
Google.Api.Ads.AdWords.v201109.AdGroupCriterionService.get(Selector
servic
eSelector)

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

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


Re: Sandbox V201109: CriterionError.INVALID_CRITERION_ID

2011-11-30 Thread Kevin Winter
Hi Kevin,
  The core engineers took a look and think they have found the problem. 
 They're going to try to come up with a fix and hopefully get it deployed 
to the sandbox soon.  I'll try to follow up here when it is fixed.

- Kevin Winter
AdWords API Team
 

On Monday, November 21, 2011 1:29:33 PM UTC-5, Kevin wrote:

 Hi Kevin,

 Do you have any update on this issue? 

 Thanks.


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

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


Re: Developer Token

2011-11-30 Thread Kevin Winter
Hi Sunil,
  The RequestId is returns in the response SOAP message's SOAP headers. 
 Here's an example of a response I got from the ServicedAccountService in 
the sandbox:

soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
 soap:Header
  ResponseHeader 
xmlns=https://adwords.google.com/api/adwords/mcm/v201109; 
xmlns:ns2=https://adwords.google.com/api/adwords/cm/v201109;
   ns2:requestId0004b2f53fc7ada80aec869453fc/ns2:requestId
   ns2:serviceNameServicedAccountService/ns2:serviceName
   ns2:methodNameget/ns2:methodName
   ns2:operations0/ns2:operations
   ns2:responseTime842/ns2:responseTime
   ns2:units0/ns2:units
  /ResponseHeader
 /soap:Header

Please note that we can only check the log for requests made against 
production and that this only applies to web service calls, not report 
downloads.

- Kevin Winter
AdWords API Team

On Thursday, November 17, 2011 5:00:39 PM UTC-5, Sunil wrote:

 Hello Kevin, 

 Can you please tell me as to how can I provide you the request id? 

 Thanks 

 Sunil 

 On Nov 14, 9:16 am, Kevin Winter kevin@google.com wrote: 
  Hi Sunil, 
If you are using a client library, you should be able to determine 
 this 
  by enabling logging of SOAP XML.  If you aren't, the fastest way to 
 check 
  is if you could provide a requestId. 
  
  - Kevin Winter 
  AdWords API Team

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

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


Re: Using as raw XML, just not used to SOAP or Google documentation

2011-11-30 Thread Anash P. Oommen
Hi,

You can ignore Ad.Type. It is meant to help dynamic languages deserialize a 
type correctly at runtime. You should specify xsi:type as TextAd at the ad 
level instead. See 
http://code.google.com/apis/adwords/docs/reference/latest/AdGroupAdService.TextAd.html#Ad.Type
 for 
details. Also see a reference xml below.

?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/XMLSchema;
soap:Header
RequestHeader xmlns=https://adwords.google.com/api/adwords/cm/v201109;
authToken 
xmlns=https://adwords.google.com/api/adwords/cm/v201109;**/authToken
developerToken 
xmlns=https://adwords.google.com/api/adwords/cm/v201109;**/developerToken
clientCustomerId 
xmlns=https://adwords.google.com/api/adwords/cm/v201109;**/clientCustomerId
userAgent 
xmlns=https://adwords.google.com/api/adwords/cm/v201109;AwApi-DotNet-0.0.0|INSERT_YOUR_COMPANY_OR_APPLICATION_NAME_HERE/userAgent
/RequestHeader
/soap:Header
soap:Body
mutate xmlns=https://adwords.google.com/api/adwords/cm/v201109;
operations
operatorADD/operator
operand
adGroupId2024941696/adGroupId
ad xsi:type=TextAd
urlhttp://www.example.com/url
displayUrlwww.example.com/displayUrl
headlineLuxury Cruise to Mars/headline
description1Visit the Red Planet in style./description1
description2Low-gravity fun for everyone!/description2
/ad
/operand
/operations
/mutate
/soap:Body
/soap:Envelope

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: (500) Internal Server Error - KEYWORDS_PERFORMANCE_REPORT

2011-11-30 Thread Anash P. Oommen
Hi Marijn,

Could you please post the code for making the reportdefinition? I'll take a 
look and help fix it for you.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re:Internal Api Error

2011-11-30 Thread 伱瞞莪瞞
Ok
-- 原始邮件 --
From:Ashokacharya.j...@gmail.com;
Date:2011年11月30日(星期三) 晚上9:18
To:AdWords API Forumadwords-api@googlegroups.com;
Subject:Internal Api Error

Hi ,

? ? ?I m getting internal API error multiple times


 AxisFault
?faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
 ?faultSubcode:?
 ?faultString: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.lt;initgt;(InternalApiErro]
 ?faultActor:?
?faultNode:?
 ?faultDetail:?

{https://adwords.google.com/api/adwords/cm/v201109}ApiExceptionFault:message[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
 @ 
com.google.ads.api.services.common.error.InternalApiError.lt;initgt;(InternalApiErro]/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:type=InternalApiErrorfieldPath/trigger/errorStringInternalApiError.UNEXPECTED_INTERNAL_API_ERROR/errorStringApiError.TypeInternalApiError/ApiError.TypereasonUNEXPECTED_INTERNAL_API_ERROR/reason/errors
 2011-11-30 17:59:43,034 ERROR [STDERR] (http-0.0.0.0-8080-1) 
[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
 2011-11-30 17:59:43,035 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 2011-11-30 17:59:43,035 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
 2011-11-30 17:59:43,035 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
 2011-11-30 17:59:43,035 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
java.lang.reflect.Constructor.newInstance(Constructor.java:513)
 2011-11-30 17:59:43,035 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
java.lang.Class.newInstance0(Class.java:355)
 2011-11-30 17:59:43,035 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
java.lang.Class.newInstance(Class.java:308)
 2011-11-30 17:59:43,035 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
org.apache.axis.encoding.ser.BeanDeserializer.init(BeanDeserializer.java:104)
 2011-11-30 17:59:43,035 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
org.apache.axis.encoding.ser.BeanDeserializer.init(BeanDeserializer.java:90)
 2011-11-30 17:59:43,036 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
com.google.api.adwords.v201109.cm.ApiException.getDeserializer(ApiException.java:142)
 2011-11-30 17:59:43,036 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 2011-11-30 17:59:43,036 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 2011-11-30 17:59:43,036 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 2011-11-30 17:59:43,036 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
java.lang.reflect.Method.invoke(Method.java:597)
 2011-11-30 17:59:43,036 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
org.apache.axis.encoding.ser.BaseDeserializerFactory.getSpecialized(BaseDeserializerFactory.java:154)
 2011-11-30 17:59:43,036 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
org.apache.axis.encoding.ser.BaseDeserializerFactory.getDeserializerAs(BaseDeserializerFactory.java:84)
 2011-11-30 17:59:43,036 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
org.apache.axis.encoding.DeserializationContext.getDeserializer(DeserializationContext.java:464)
 2011-11-30 17:59:43,036 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
org.apache.axis.encoding.DeserializationContext.getDeserializerForType(DeserializationContext.java:547)
 2011-11-30 17:59:43,036 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
org.apache.axis.message.SOAPFaultDetailsBuilder.onStartChild(SOAPFaultDetailsBuilder.java:157)
 2011-11-30 17:59:43,037 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1035)
 2011-11-30 17:59:43,037 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
 2011-11-30 17:59:43,037 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
 2011-11-30 17:59:43,037 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
 Source)
 2011-11-30 17:59:43,037 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
 2011-11-30 17:59:43,037 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
 2011-11-30 17:59:43,037 ERROR [STDERR] (http-0.0.0.0-8080-1)?  at 
org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
 2011-11-30 

INTERNAL API ERROR

2011-11-30 Thread ET
Hi Adwords API Team,

We  get an internal API error for many of our clients. Please find the
response and request

Thanks

-ET

SOAP REQUEST
-

env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'
 env:Header
  RequestHeader xmlns='https://adwords.google.com/api/adwords/cm/
v201101' xmlns:ns2='https://adwords.google.com/api/adwords/o/v201101'
xmlns:ns3='https://adwords.google.com/api/adwords/mcm/v201101'
xmlns:ns4='https://adwords.google.co
m/api/adwords/ch/v201101' xmlns:ns5='https://adwords.google.com/api/
adwords/info/v201101'
   authToken/authToken
   developerToken/developerToken
   userAgent/userAgent
  /RequestHeader
 /env:Header
 env:Body
  get xmlns='https://adwords.google.com/api/adwords/cm/v201101'
xmlns:ns2='https://adwords.google.com/api/adwords/mcm/v201101'
xmlns:ns3='https://adwords.google.com/api/adwords/o/v201101'
xmlns:ns4='https://adwords.google.com/api/adwo
rds/ch/v201101' xmlns:ns5='https://adwords.google.com/api/adwords/info/
v201101'
   serviceSelector
fieldsId/fields
fieldsCriterionUse/fields
fieldsStatus/fields
fieldsApprovalStatus/fields
fieldsKeywordText/fields
fieldsKeywordMatchType/fields
fieldsPlacementUrl/fields
fieldsDestinationUrl/fields
fieldsMaxCpc/fields
fieldsCpcBidSource/fields
fieldsFirstPageCpc/fields
fieldsQualityScore/fields
fieldsMaxCpm/fieldsfieldsCpmBidSource/fields
predicates fieldAdGroupId/field
 operatorEQUALS/operator
 values286512492/values/predicates
paging
 startIndex0/startIndex
 numberResults500/numberResults
/paging
   /serviceSelector
  /get
 /env:Body
/env:Envelope

SOAP RESPONSE

soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'
 soap:Header
  ResponseHeader xmlns='https://adwords.google.com/api/adwords/cm/
v201101'
   requestId0004b2f83bac3e200a426c2623e9/requestId
   operations0/operations
   responseTime209/responseTime
   units0/units
  /ResponseHeader
 /soap:Header
 soap:Body
  soap:Fault xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'
   faultcodesoap:Server/faultcode
   faultstring[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
com.google.ads.api.services.common.error.InternalApiError.lt;initgt;
(InternalApiErro]/faultstring
   detail
ApiExceptionFault xmlns='https://adwords.google.com/api/adwords/
cm/v201101'
 message[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
com.google.ads.api.services.common.error.InternalApiError.lt;initgt;
(InternalApiErro]/message
 ApplicationException.TypeApiException/
ApplicationException.Type
 errors xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:type='InternalApiError'
  fieldPath/
  trigger/
  errorStringInternalApiError.UNEXPECTED_INTERNAL_API_ERROR/
errorString
  ApiError.TypeInternalApiError/ApiError.Type
  reasonUNEXPECTED_INTERNAL_API_ERROR/reason
 /errors
/ApiExceptionFault
   /detail
  /soap:Fault
 /soap:Body
/soap:Envelope

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

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


Re: CustomerSyncService: getting INVALID_TIMEZONE error on all my accounts now

2011-11-30 Thread bgraves
What format is the API expecting for the data range then?  How should
I format the named timezones?

On Nov 29, 2:43 pm, Eric Koleda eric.kol...@google.com wrote:
 Hi,

 Thank you for reporting this issue.  It looks like there was recently some
 changes in the validation code for timezones in this service.  Using named
 timezones should still work, but numerical offsets are currently being
 rejected.  I'm in contact with the core engineering team about this issue
 but it's not clear what the resolution will be.

 Best,
 - Eric Koleda, AdWords API Team

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

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


Re: INTERNAL API ERROR

2011-11-30 Thread eko...@gmail.com
I am seeing the same error for similar requests.

--eric

On Nov 30, 11:08 am, ET eta...@gmail.com wrote:
 Hi Adwords API Team,

 We  get an internal API error for many of our clients. Please find the
 response and request

 Thanks

 -ET

 SOAP REQUEST
 -

 env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'
  env:Header
   RequestHeader xmlns='https://adwords.google.com/api/adwords/cm/
 v201101' xmlns:ns2='https://adwords.google.com/api/adwords/o/v201101'
 xmlns:ns3='https://adwords.google.com/api/adwords/mcm/v201101'
 xmlns:ns4='https://adwords.google.co
 m/api/adwords/ch/v201101' xmlns:ns5='https://adwords.google.com/api/
 adwords/info/v201101'
    authToken/authToken
    developerToken/developerToken
    userAgent/userAgent
   /RequestHeader
  /env:Header
  env:Body
   get xmlns='https://adwords.google.com/api/adwords/cm/v201101'
 xmlns:ns2='https://adwords.google.com/api/adwords/mcm/v201101'
 xmlns:ns3='https://adwords.google.com/api/adwords/o/v201101'
 xmlns:ns4='https://adwords.google.com/api/adwo
 rds/ch/v201101' xmlns:ns5='https://adwords.google.com/api/adwords/info/
 v201101'
    serviceSelector
     fieldsId/fields
     fieldsCriterionUse/fields
     fieldsStatus/fields
     fieldsApprovalStatus/fields
     fieldsKeywordText/fields
     fieldsKeywordMatchType/fields
     fieldsPlacementUrl/fields
     fieldsDestinationUrl/fields
     fieldsMaxCpc/fields
     fieldsCpcBidSource/fields
     fieldsFirstPageCpc/fields
     fieldsQualityScore/fields
     fieldsMaxCpm/fields    fieldsCpmBidSource/fields
     predicates     fieldAdGroupId/field
      operatorEQUALS/operator
      values286512492/values    /predicates
     paging
      startIndex0/startIndex
      numberResults500/numberResults
     /paging
    /serviceSelector
   /get
  /env:Body
 /env:Envelope

 SOAP RESPONSE
 
 soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'
  soap:Header
   ResponseHeader xmlns='https://adwords.google.com/api/adwords/cm/
 v201101'
    requestId0004b2f83bac3e200a426c2623e9/requestId
    operations0/operations
    responseTime209/responseTime
    units0/units
   /ResponseHeader
  /soap:Header
  soap:Body
   soap:Fault xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'
    faultcodesoap:Server/faultcode
    faultstring[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
 com.google.ads.api.services.common.error.InternalApiError.lt;initgt;
 (InternalApiErro]/faultstring
    detail
     ApiExceptionFault xmlns='https://adwords.google.com/api/adwords/
 cm/v201101'
      message[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
 com.google.ads.api.services.common.error.InternalApiError.lt;initgt;
 (InternalApiErro]/message
      ApplicationException.TypeApiException/
 ApplicationException.Type
      errors xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
 xsi:type='InternalApiError'
       fieldPath/
       trigger/
       errorStringInternalApiError.UNEXPECTED_INTERNAL_API_ERROR/
 errorString
       ApiError.TypeInternalApiError/ApiError.Type
       reasonUNEXPECTED_INTERNAL_API_ERROR/reason
      /errors
     /ApiExceptionFault
    /detail
   /soap:Fault
  /soap:Body
 /soap:Envelope

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

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


Re: SOAP-ERROR: Encoding: Error calling from_xml callback

2011-11-30 Thread Eric Koleda
Hi Francesco,

I'm having trouble installing 5.2.0 on my system, so I'm not able to test 
this directly.  I think what's going on is that the from_xml callback 
(AdsSoapClient::TypemapLongFromXml) is running into an error when trying to 
parse the XML (in XmlUtils::GetDomFromXml).  Can you try catching the 
exception there and see what the underlying cause is?  Perhaps also take a 
look at the XML it's trying to parse.

Best,
- Eric

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

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


Re: InfoService v201109 error

2011-11-30 Thread Eric Koleda
Hi,

At this time there are no plans to postpone the sunsets.  I would recommend 
you to change your application so that it gets the customer ID from the 
user.

Best,
- Eric

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

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


Re: CustomerSyncService: getting INVALID_TIMEZONE error on all my accounts now

2011-11-30 Thread Eric Koleda
Hi,

A fix should be going out next week or so that will allow numerical offsets 
again.  In the mean time you can use named timezones like 
America/New_York, etc.

Best,
- Eric

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

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


Generating AuthToken without email

2011-11-30 Thread Roy
In the new v201109 version of the API it says that they are deprecating the 
use of the email as the client identifier.  I am using the php client 
library and I am trying to create a AuthToken.  However, the 
aw_ap_php_lib_2.7.0 library is still looking for the email field.  Can you 
help me understand how I generate a AuthToken with a customerId?

Thank you.

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

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


Re: updating from Cross Client Report Download (ReportUtils::RunAsyncReport) to ReportUtils::DownloadReport

2011-11-30 Thread Eric Koleda
Hi,

The customer ID shown is the error is a different internal ID, which is why 
it doesn't match up.  It is however referring to the same account.  The 
problem here is that the report definition you are referencing was created 
on the MCC account, and it's available on the client account you are 
running it against.  If you are switching to v201109 you should be using 
ad-hoc reports instead:

http://code.google.com/apis/adwords/docs/reportingtopics.html#adhoc

Best,
- Eric Koleda, AdWords API Team

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

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


Re: ReadOnlyError.READ_ONLY

2011-11-30 Thread Eric Koleda
Hi,

The code and name fields for a Language criterion are read only:

http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.Language.html

Instead you must use the language's ID:

http://code.google.com/apis/adwords/docs/appendix/languagecodes.html

Best,
- Eric Koleda, AdWords API Team

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

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


Re: UNEXPECTED_INTERNAL_API_ERROR

2011-11-30 Thread Eric Koleda
Hi,

It looks like the error is caused by incorrect namespaces on the keyword 
fields.  A keyword object is in the cm/ namespace, so the field text and 
matchType should also be in that namespace.  The .NET client library 
should be handling that for you, so I'd encourage you to open a bug on that 
library's issue tracker:

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

Best,
- Eric Koleda, AdWords API Team

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

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


Re: Unexpected Internal API error when downloading keywords

2011-11-30 Thread Eric Koleda
Hi All,

Thank you for reporting this issue. AdGroupCriterionService.get() is 
failing on some accounts, and we are looking into the problem.  At this 
time I don't know when it will be resolved, and there are no known 
workarounds. 

Best, 
- Eric Koleda, AdWords API Team 

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

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


Re: Internal Api Error

2011-11-30 Thread Eric Koleda
Hi, 

Please see the following thread for more details:

https://groups.google.com/d/msg/adwords-api/A7Yt-q0Cx_I/6kpEQmq4sz0J

Best,
- Eric Koleda, AdWords API Team

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

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


Re: INTERNAL API ERROR

2011-11-30 Thread Eric Koleda
Hi,

Please see the following thread for more information:

https://groups.google.com/d/msg/adwords-api/A7Yt-q0Cx_I/6kpEQmq4sz0J

Best,
- Eric Koleda, AdWords API Team

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

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


Re: CustomerSyncService: getting INVALID_TIMEZONE error on all my accounts now

2011-11-30 Thread bgraves
Eric,

Can you give me the acceptable format string to use in the min/max
dateTimeRange request for the API.  Currently, I'm using this format:
MMdd HHmmss zzz

Thanks,
Brian

On Nov 30, 2:59 pm, Eric Koleda eric.kol...@google.com wrote:
 Hi,

 A fix should be going out next week or so that will allow numerical offsets
 again.  In the mean time you can use named timezones like
 America/New_York, etc.

 Best,
 - Eric

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

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


Download adgroup and keywords for multiple clients

2011-11-30 Thread Nikhil Gaur
Hi

I am trying to fetch reports for multiple clients in Adwords API
v201109. As this version doesn't supports cross client reports I am
trying to fetch reports for each client one by one. First I have
fetched account list and then reports for each client.

Problem is I am using Do Net client library and the code sample
provided here(http://code.google.com/p/google-api-adwords-dotnet/
source/browse/branches/v13.2/examples/csharp/v201109/
DownloadAdhocReport.cs) doesn't shows how to specify ClientCustomerId
to fetch reports.

Please help if anyone knows the solution...

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

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


『→∈花都小姐上门服务信息★←』

2011-11-30 Thread 2687544...@qq.com
186-6627.5527咨询热线:186-6627.5527 刘经理[主 城 主 要 区 域 都 可 以 上 门 为 你 服 务

 的]咨询热线:186-6627.5527 刘经理
【巴.黎.风.情】【特.色.服.务】
【蚂.蚁.上.树】【特.色.服.务】
【冰.火.重.天】【特.色.服.务】
【浪.漫.日.式】【特.色.服.务】
【狂.野.美.式】【特.色.服.务】
【美.女.骑.士】【特.色.服.务】
【水.晶.之.恋】【特.色.服.务】
【一.剑.穿.心】【特.色.服.务】
小 姐 上 门 服 务
--

咨询热线:186-6627.5527 刘经理
【1】17 岁 的 中 学 少 女, 乖 巧 玲 珑 可 爱 , 听 话
配 合, 包 吹 包 做 《 全 套 | 胸 摧 | 保 健 》
---
小 姐 上 门 服 务
【2】大 学 学 生 21 岁 , 清 纯 阳 光 , 个 性 开 朗
, 人 漂 亮. 青 春 活 波  《 全 套 | 精 油| 保 健 》
【3】成 熟 少 妇 27 岁 , 丰 满 ,服 务 到 位,技 术 好
 , 漂 亮 , 有 品 味。 《全 套 兼 职 服 务》
【4】公 司 白 领 24 岁 , 皮 肤 好 , 气 质 好 , 身
材 好 , 人 漂 亮 , 亲 切 爱 笑 热 情 奔 放 《全 套
服 务》
【5】另 推 极 品 校 花,T 台 模 特,空 姐:19岁---23岁166cm- 171cm
小 姐 上 门 服 务: 186-6627.5527 刘经理


【安 全 问 题】
我 们 都 是 上 门 服 务, 地 点 都 是 客 人 决 定 的.比
 如酒 店.宾 馆 等,客 人 觉 得 安 全 方 便 的 地 方.
我 们 就 把 人 送 到 什 麽 位 置 的 .
所 以 你 完 全 不 用 担 心 有 什 麽 仙 人 跳 这 些.
只 有 妹 妹 服 务 好 了.
我 的 生 意 也 才 能 更 好 .
妹 妹 也 才 能 赚 更 多 的 钱.
小 姐 上 门 服 务: 186-6627.5527 刘经理
---

【上 门 服 务】
主 城 主 要 区 域 都 可 以 上 门 为 你 服 务 的.
首 先 需 要 确 认 客 人 的 xx 号 码、地 点.
然 后 按 照 客 人 的 要 求 安 排 妹 妹 过 去.
如 果 带 来 的 妹 妹 客 人 看 到 不 满 意.
你 可 以 直 接 不 要 或 者 换 人 都 可 以.
小 姐 上 门 服 务: 186-6627.5527 刘经理
---


【客 人 隐 私 】
很 多 客 人 都 是 不 愿 意 留 下 自 己 的 号 码.
或 者 是 怕! 这 点 还 请 所 有 客 人 放 心.
因 为 我 提 供 的 是 兼 职 女.
都 是 上 门 服 务 的,必 须 要 先 确 认 了 客 人 的 xx
号 码.
才 能 安 排 妹 妹.
需 要 客 人 的 号 码 是 因 为 妹 妹
到 的 时 候 才 方 便 联 系 客 人.
客 人 接 到 妹 妹 后 我 们 不 再 保 留 客 人 的 号 码
 等 联 系 方 式.
小 姐 上 门 服 务: 186-6627.5527 刘经理
---


【质 量 保 正】
我 会 根 据 客 人 的 要 求 为 客 人 选 择 最 符 合 客
 人 要 求 的 妹 妹.
让 司 机 把 妹 妹 给 送 到 客 人 指 定 的 位 置 给 客
 人.
如 果 来 的 妹 妹 您 看 了 不 满 意 的 话.
您 可 以 重 新 换 ,或 者 结 束 服 务.
我 们 也 不 会 再 加 收 您 任 何 其 他 的 费 用.
当 然.. 我 们 做 生 意 的 还 是 不 想 白 跑..所 以 质
量 绝 对 把 关..
小 姐 上 门 服 务: 186-6627.5527 刘经理
---

【投 诉 建 议】
如 果 你 对 我 的 服 务 有 不 满 意 的 地 方.
你 可 以 通 过 短 信 留 言 告 诉 我. 以 便 我 尽 快 改
 进.
如 果 茬 服 务 过 程 中 有 不 满 意 的 地 方.
可 以 马 上 打 给 我. 我 们 会 马 上 根 据 情 况 为 你
 处 理...
�y�yЖ�y�y上 门 服 务热线=:=百 度 快 照=186-6627.5527 刘经理


24 小
 时 为 您 服 务�y�y
第 壹 次 到 本 会 所 消 费 的 客 人 可 以 免 费 赠 送
 壹 张 普 通 V I P 会 员 卡
小 姐 上 门 服 务: 186-6627.5527 刘经理
咨询热线:186-6627.5527 刘经理  186-6627.5527 刘经理

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

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


Re: Generating AuthToken without email

2011-11-30 Thread Anash P. Oommen
Hi Roy,

You cannot generate an authToken with a customerId. The proper way would be 
to link the client account under your MCC, generate authToken using your 
MCC email/password and then make calls to AdWords API using that AuthToken 
and the client account's customerId. This way you won't need the client 
account's password to manage it.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Adwords Version deprecated

2011-11-30 Thread Anash P. Oommen
Hi Nikhil,

If you are on v201101 reporting already, then migrating to v201109 
reporting would be almost transparent with the client library. The AdWords 
API .NET client library fully supports v201109, so is there any reason not 
to use the library going forward? Care to share your thoughts?

That said, v201109 reporting doesn't use SOAP to download reports, but 
rather plain HTTP POST requests to the report servlet. See 
http://adwordsapi.blogspot.com/2011/11/discover-v201109-adhoc-reports.html for 
details.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Download adgroup and keywords for multiple clients

2011-11-30 Thread Anash P. Oommen
Hi Nikhil,

Try this:

(user.Config as AdWordsAppConfig).ClientCustomerId = 
YOUR_CUSTOMER_ID_HERE;
new ReportUtilities(user).DownloadReport(definition, path);

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: InfoService v201109 error

2011-11-30 Thread MT
Can't you reconsider the sunset? It's really a pain to develop for
this API with issues like this not thought out in advance. It's only a
few months since you recommended me to use the client email header, I
put time into changing my app to do this, people bought the tool based
on this, and now you're deprecating the header so the tool won't work
for them anymore.

Changing the app to ask for the user to input the ID not feasible, as
my app is an installed one, not a web app. And anyhow, it's quite a
terrible solution from a user experience point of view.

On Dec 1, 12:58 am, Eric Koleda eric.kol...@google.com wrote:
 Hi,

 At this time there are no plans to postpone the sunsets.  I would recommend
 you to change your application so that it gets the customer ID from the
 user.

 Best,
 - Eric

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

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


Re: Download adgroup and keywords for multiple clients

2011-11-30 Thread Anash P. Oommen
Hi Nikhil,

Some more useful tips:

1. If you want to download the report in memory instead of dumping to disk, 
then

ClientReport report = new ReportUtilities().GetClientReport(definition);
string reportText = report.Text;

2. If you are requesting a GZIPPED report format (that's faster for 
download), then

definition.downloadFormat = DownloadFormat.GZIPPED_XML;

ClientReport report = new ReportUtilities().GetClientReport(definition);
byte[] reportBytes = report.Contents;
string deflatedReportText = 
Encoding.UTF8.GetString(MediaUtilities.DeflateGZipData(reportBytes));

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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