Implementing reports on Ad Network, Devices and clicktype

2012-10-04 Thread Sjakie

Hello,

I saw in the RMF that we have to implement the following reports.

R.242Campaign (Report)Ad NetworkRequiredR.244Campaign (Report)DeviceRequired
R.246Campaign (Report)ClickTypeRequiredIt seems that the sandbox is 
preveting the display of zero impressions. There is no way for me to test 
this report.

Is it safe to assume that each row returned by the report definition 
service display the data associated with that row and that the order 
matches the field ie

row= AdnetworkType1 = content
row= AdnetworkType1 = search

row= AdnetworkType2 = content
row= AdnetworkType2 = SEARCH_PARTNERS
row= AdnetworkType2 = search

etc?

Hope to hear form you.

Best wishes,




-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 issues with AdGroupService Mutate

2012-08-23 Thread Sjakie
Hello Anash,

The account is initialized. Get campaign works. I haven't tested 
GetAccountHierarchy.

When I change the status of an add the soap request and response look like 
this:

[Aug 23 2012 08:22:16.00 - ERROR] POST 
/api/adwords/cm/v201206/AdGroupAdService HTTP/1.1
Host: adwords-sandbox.google.com
Connection: Keep-Alive
User-Agent: PHP-SOAP/5.3.8, gzip
Accept-Encoding: gzip, deflate
Content-Encoding: gzip
Content-Type: text/xml; charset=utf-8
SOAPAction: 
Content-Length: 668

?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/v201206;
  SOAP-ENV:Header
ns1:RequestHeader
  ns1:authToken*/ns1:authToken
  ns1:clientCustomerId1325617787/ns1:clientCustomerId
  ns1:developerTokentest123@.../ns1:developerToken
  ns1:userAgentAwApi-PHP-3.1.1/ns1:userAgent
/ns1:RequestHeader
  /SOAP-ENV:Header
  SOAP-ENV:Body
ns1:mutate
  ns1:operations
ns1:operatorSET/ns1:operator
ns1:operand
  ns1:adGroupId3066742002/ns1:adGroupId
  ns1:ad
ns1:id10114309/ns1:id
  /ns1:ad
  ns1:statusPAUSED/ns1:status
/ns1:operand
  /ns1:operations
/ns1:mutate
  /SOAP-ENV:Body
/SOAP-ENV:Envelope

HTTP/1.1 500 Internal Server Error
Content-Type: text/xml; charset=UTF-8
Content-Encoding: gzip
Date: Thu, 23 Aug 2012 06:22:15 GMT
Expires: Thu, 23 Aug 2012 06:22:15 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Content-Length: 540
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/v201206;
  requestId0004c7e8e16d47500aedd6c50f9c/requestId
  serviceNameAdGroupAdService/serviceName
  methodNamemutate/methodName
  operations1/operations
  responseTime137/responseTime
  units1/units
/ResponseHeader
  /soap:Header
  soap:Body
soap:Fault
  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/v201206;
  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


Op donderdag 23 augustus 2012 08:05:30 UTC+2 schreef Anash P. Oommen het 
volgende:

 Hi,

 1. Is this an initialized sandbox account? (Does GetCampaign call work, 
 does GetAccountHierarchy call work)?
 2. What request are you sending to the server?

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Thursday, 23 August 2012 04:46:24 UTC+5:30, Prashant Nagar wrote:

 Any updates on this??

 On Wednesday, August 22, 2012 8:16:20 AM UTC-7, Larry wrote:

 Hello Adwords API Team, is it possible to provide an estimation on how 
 soon this issue can be fixed? We are rolling out several critical updates 
 to our adgroups/keywords/bids. Without testing in sandbox, we won't be able 
 to do any of these updates.

 Thanks,
 Larry

 On Tuesday, August 21, 2012 4:03:03 AM UTC-5, Danial Klimkin wrote:

 Hello All,


 We had a short maintenance downtime affecting sandbox only. It should 
 be back to normal now. Please let us know if you still receive errors back.


 -Danial, AdWords API Team.



 On Monday, August 20, 2012 10:44:02 PM UTC+4, thadclay wrote:

 Getting back the error below from the sandbox? Anyone else 
 experiencing this today?
 soap:Body
   soap:Fault
  faultcodesoap:Server/faultcode
  faultstring[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR 
 @ 
 com.google.ads.api.services.common.error.InternalApiError.lt;init(InternalApiErro]/faultstring
  detail
 ApiExceptionFault xmlns=
 https://adwords.google.com/api/adwords/cm/v201109;
   
  message[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
 com.google.ads.api.services.common.error.InternalApiError.lt;init(InternalApiErro]/message
   
  ApplicationException.TypeApiException/ApplicationException.Type
errors xsi:type=InternalApiError xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
   fieldPath/
   trigger/
 

Re: Sandbox issues with AdGroupService Mutate

2012-08-22 Thread Sjakie
Is there any hope that this issue will be resolved in the near future?



Op maandag 20 augustus 2012 20:44:02 UTC+2 schreef thadclay het volgende:

 Getting back the error below from the sandbox? Anyone else experiencing 
 this today?
 soap:Body
   soap:Fault
  faultcodesoap:Server/faultcode
  faultstring[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
 com.google.ads.api.services.common.error.InternalApiError.lt;init(InternalApiErro]/faultstring
  detail
 ApiExceptionFault xmlns=
 https://adwords.google.com/api/adwords/cm/v201109;
message[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
 com.google.ads.api.services.common.error.InternalApiError.lt;init(InternalApiErro]/message
   
  ApplicationException.TypeApiException/ApplicationException.Type
errors xsi:type=InternalApiError xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
   fieldPath/
   trigger/
   
 errorStringInternalApiError.UNEXPECTED_INTERNAL_API_ERROR/errorString
   ApiError.TypeInternalApiError/ApiError.Type
   reasonUNEXPECTED_INTERNAL_API_ERROR/reason
/errors
 /ApiExceptionFault
  /detail
   /soap:Fault
/soap:Body


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 issues with AdGroupService Mutate

2012-08-21 Thread Sjakie
Hello Danial,

My whole application stopped functioning. I am getting this error on almost 
everything.

[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro] 

Actions involved:

1. Updating the status of an add
2. Adding an add
3. Adding an image ad
4. Adding an adgroup 

etc

Op dinsdag 21 augustus 2012 11:03:03 UTC+2 schreef Danial Klimkin het 
volgende:

 Hello All,


 We had a short maintenance downtime affecting sandbox only. It should be 
 back to normal now. Please let us know if you still receive errors back.


 -Danial, AdWords API Team.



 On Monday, August 20, 2012 10:44:02 PM UTC+4, thadclay wrote:

 Getting back the error below from the sandbox? Anyone else experiencing 
 this today?
 soap:Body
   soap:Fault
  faultcodesoap:Server/faultcode
  faultstring[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
 com.google.ads.api.services.common.error.InternalApiError.lt;init(InternalApiErro]/faultstring
  detail
 ApiExceptionFault xmlns=
 https://adwords.google.com/api/adwords/cm/v201109;
message[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
 com.google.ads.api.services.common.error.InternalApiError.lt;init(InternalApiErro]/message
   
  ApplicationException.TypeApiException/ApplicationException.Type
errors xsi:type=InternalApiError xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
   fieldPath/
   trigger/
   
 errorStringInternalApiError.UNEXPECTED_INTERNAL_API_ERROR/errorString
   ApiError.TypeInternalApiError/ApiError.Type
   reasonUNEXPECTED_INTERNAL_API_ERROR/reason
/errors
 /ApiExceptionFault
  /detail
   /soap:Fault
/soap:Body



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


Worried about requirements for adwords api key

2012-08-10 Thread Sjakie
I've been busy now for a couple of months developing a client for the 
adwords api.

My client will allow:

1. Customers to sign up for my website, when they create their first ads. I 
want to use the adwords api to create an account for the customer.
2. Let customers manage their accounts through my online client.

I've read the requirements on using the adwords api and I think there is no 
problem making something like this.

However the following statement made me a little bit worried:

http://www.google.com/adwords/api/preferredpricing/requirements.html 
You use the AdWords API to manage your customers’ AdWords campaigns (e.g. 
you are an agency or develop search engine marketing tools). 

 I hope this does not mean I can't let my clients manage their own accounts 
through my webbased client.

Is there any issue with what I am trying to accomplish?

Hope to hear from you.

Best wishes,

Marc


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: API returning UNEXPECTED_INTERNAL_API_ERROR all the time today

2012-07-31 Thread Sjakie
Yeah... it's back up again

Op dinsdag 31 juli 2012 15:11:59 UTC+2 schreef Tal Ater het volgende:

 All the queries I am running against the Sandbox 
 return InternalApiError.UNEXPECTED_INTERNAL_API_ERROR... These are queries 
 that all worked great until a couple of hours ago... Is there some kind of 
 error or downtime?

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