Re: QuotaCheckError.ACCOUNT_INACTI­VE

2012-02-08 Thread Oldskool
Seems like a duplicate thread?
Your question was already answered here: 
http://groups.google.com/group/adwords-api/browse_thread/thread/f0a7eeb0f8d8da55

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: AD_PERFORMANCE_REPORT coming back empty for certain accounts

2012-02-07 Thread Oldskool
I am also experiencing problems with the Ad Performance reports. Many of 
them return with 0 rows, while I'm sure there is data over that period that 
should be reported (which can also be seen from the MCC). Hoping that this 
will be fixed promptly, as right now we are unable to send our campaign 
reports to our customers (due to incomplete/missing data).

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


Report XML is invalid

2011-11-10 Thread Oldskool
Hi guys,

I'm trying to get an AdHoc Report to download through the API Sandbox, but 
I keep getting the message Report XML is invalid. I get this after 
sending this request from the PHP Client Library:

[Nov 10 2011 17:17:05.00 - ERROR] POST 
 /api/adwords/reportdownload/v201109 HTTP/1.1
 User-Agent: curl, gzip
 Host: adwords-sandbox.google.com
 Accept: */*
 Accept-Encoding: gzip
 Authorization: GoogleLogin auth=*
 developerToken: *
 clientCustomerId: 7870203836
 returnMoneyInMicros: false
 Content-Length: 1180
 Expect: 100-continue
 Content-Type: multipart/form-data; 
 boundary=f9503743436c
 Parameters:
 __rdxml: ?xml version=1.0?
 reportDefinition
   selector
 fieldsCampaignId/fields
 fieldsId/fields
 fieldsName/fields
 fieldsImpressions/fields
 fieldsClicks/fields
 fieldsCost/fields
 predicates
   fieldStatus/field
   operatorIN/operator
   valuesENABLED/values
   valuesPAUSED/values
 /predicates
 dateRange
   min
 date2011-11-08 17:17:00/date
 timezone_type3/timezone_type
 timezoneEurope/Berlin/timezone
   /min
   max
 date2011-11-08 17:17:00/date
 timezone_type3/timezone_type
 timezoneEurope/Berlin/timezone
   /max
 /dateRange
   /selector
   reportNameAutomatic placements performance report 
 #1320941824/reportName
   reportTypeAUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT/reportType
   dateRangeTypeCUSTOM_DATE/dateRangeType
   downloadFormatGZIPPED_XML/downloadFormat
   includeZeroImpressionsfalse/includeZeroImpressions
 /reportDefinition
 Response Code: 400
 Error Message: Report XML is invalid


Any clues why I keep getting this message? I'm not seeing what I'm doing 
wrong. 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Report XML is invalid

2011-11-10 Thread Oldskool
Hmm, just figured out it has something to do with the dateRange, if I drop 
that part and use LAST_7_DAYS as dateRangeType, it downloads the report 
successfully. Perhaps I'm using a wrong syntax somewhere along the way?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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-09 Thread Oldskool
I am also having problems with the Sandbox today. When trying to
receive an account list (with the GetAccountHierarchy.php example
file), I get an internal error as well.
Also, when trying to download a report, I get Report XML is invalid,
with no further debugging info.

Anyone from the Google API team that can take a look at this?

On 9 nov, 09:44, Moinak Ghosh primalink@gmail.com wrote:
 Hi,

 I am using adwords api php library aw_api_php_lib_2.7.0 (v201109) in
 'XAMP(1.7.0)' for getting related keywords.
 I have made the changes in auth.in file and settings.ini file to use
 it for a sandbox account.

 My auth.ini file look like this :

 email = primalink@gmail.com
 password = ***
 userAgent = primalink
 applicationToken = ignored
 developerToken = primalink@gmail.com++usd

 ; Uncomment to make requests against a client account.
  clientId = 613-155-1558

 ; Uncomment the following to use an existing AuthToken.
  authToken = DQAAAJ8A***YeBogT

 ; Uncomment the following to use existing OAuth information.
 ; [OAUTH]
 ; oauth_consumer_key = INSERT_OAUTH_CONSUMER_KEY_HERE
 ; oauth_consumer_secret = INSERT_OAUTH_CONSUMER_SECRET_HERE
 ; oauth_token = INSERT_OAUTH_TOKEN_HERE
 ; oauth_token_secret = INSERT_OAUTH_TOKEN_SECRET_HERE

 And i have also changed the DEFAULT SERVER  in settings.ini file to
 https://adwords-sandbox.google.com;.

 Now when i go in the browser and give the url http://localhost/
 Addwords/examples/v20110/GetAllCampaigns.php ,the page shows

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

 I am just clue less about how do i overcome this problem as i am
 getting this error again and again.I went through the sandbox tutorial
 and found that after i make changes in auth.ini file and settings.ini
 file, i should make a GET
 request for campaignservice to activate my sandbox account.I cant even
 understand whether my sandbox account is created or not,as this
 problem is persisting.

 Another thing is that is it mandatory to run a campaign from my
 addwords account to use it for setting up the the sandbox account,..?
 or else if i have addwords account,and no campaign is running from
 it,can't i use it for setting up a sandbox account and get related
 keywords ,using the account ?

 I am using apache 2.2 with php 5.2.8,curl enabled,ssl enabled soap
 enabled.Is client id which we need to put in the header request is the
 cause of the problem as i am 100percent not sure about the client id
 which i am using is the right one or not .I am using the  client-id -
 which is  displayed as a (10?) digit number in the adwords console
 related to a client of that account.But i have also used an older
 version of the API where we can put the client id as
 client_1 +primalink.mcc @gmail.com.but that also returns me with the
 same problem.
  Then hopefully client id is not the root cause for the problem.
  But now if i have to use the featured version of the API i.e
 aw_api_php_lib_2.7.0 (v201109) from where do i get the client id.? Is
 my adwords account is relay set.can you please check and let us
 know.if i want to start the usage of sandbox from scratch what should
 i do.? please suggest where is the problem is..and why do i get the
 same error again and again..is the Adwords sandbox server
 down..??..please suggest.

 I will be highly obliged to get a quick reply...

 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: when does oAuth access token expire?

2011-10-21 Thread Oldskool
An oAuth token doesn't expire by itself. The user can choose to revoke
access to your app/service whenever they want to. Until that time, the
token remains valid.

On 21 okt, 12:50, bhavin bha...@sokrati.com wrote:
 Hi, with the new v201109 release of API adwords now supports oAuth1.0. But,
 I could not figure out when does an access token expire. Is there any
 time-frame associated with access-tokens? What are the best-practices
 related to it?
 Thanks 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