Re: Any server configuration required to run OAuth 1.0a - getting OAUTH_TOKEN_HEADER_INVALID error on server where as running successfully on local setup and one server.

2012-06-12 Thread Chirag
Hello Eric, Sorry for late reply. Finally i got access from server to run command line example "UseOAuth.php". Yes on both server it works fine, but on server where adhoc report is not working there i got php warning for date. PHP Warning: date(): It is not safe to rely on the system's timezone

Re: Show customer balance

2012-06-12 Thread Freddie Leeman
I've created a php/curl script to retreive the prepaid balance of and Google Adwords account. It's a shame this isn't available in the API. > // > -- > // FUNCTION TO RETREIVE ADWORDS PREPAID BALANCE USING CURL by Freddie

Re: How can i Get Account Balance ?

2012-06-12 Thread Freddie Leeman
I've created a curl/php script to retreive you Adwords balance using php/curl. I hope this is usefull for you. > // > -- > // FUNCTION TO RETREIVE ADWORDS PREPAID BALANCE USING CURL by Freddie > Leeman > // > ---

Using the Adwords Ruby Library -> AdwordsApi::Errors::ReportError: AdwordsApi::Errors::ReportError

2012-06-12 Thread bulletshot60
I am attempting to download a keywords performance report using the Ruby library for adwords and all I get is this generic error. Not sure what I am doing wrong, so would anyone be able to offer any insight? Code => http://pastie.org/4073904 Notes: The connection(nil) method is the same as doi

What is the correct way to link Merchant Center to Adwords account via API?

2012-06-12 Thread API2Go
Actually I have a two part question - what is the best way to link the Merchant Center to the appropriate adwords account via the API and how should we enable the adwords campaign to access the merchant center via the API? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Using the Adwords Ruby Library -> AdwordsApi::Errors::ReportError: AdwordsApi::Errors::ReportError

2012-06-12 Thread bulletshot60
Just an edit to the original. Error still occurring. The report needs to pull via a date range. New Code => http://pastie.org/4074666 On Tuesday, June 12, 2012 10:37:06 AM UTC-4, bulletshot60 wrote: > > I am attempting to download a keywords performance report using the Ruby > library for adwo

Re: Using the Adwords Ruby Library -> AdwordsApi::Errors::ReportError: AdwordsApi::Errors::ReportError

2012-06-12 Thread bulletshot60
just an edit to the original. I changed library version hoping that would fix the issue. My requirements also specify that I use a custom date range so that has been added. Still no luck on figuring out what is going on with the 500 error in production. http://pastie.org/4074706 On Tuesday,

Ruby API: problems with template for YouTube Promoted Videos

2012-06-12 Thread Dave Seidel
Hi, using google-ads-common 0.7.2, google-adwords-api 0.6.1, API version v201109_1. I'm reworking some old code written by someone else that worked with an earlier version of the gems and the API, and I'm having trouble using the YouTube Promoted Videos temple. Here's what my operation hash lo

Re: Using the Adwords Ruby Library -> AdwordsApi::Errors::ReportError: AdwordsApi::Errors::ReportError

2012-06-12 Thread bulletshot60
For anyone else that is suffering from this problem, try the following => begin ... work through gem ... rescue Exception => e puts "#{e.message}" end I discovered my problem was that I had an invalid column name and that customer_client_id is required. On Tuesday, June 12, 2012 12:59:53 PM

Re: v201109_1 CALL_METRICS_CALL_DETAILS_REPORT error

2012-06-12 Thread Sean
Dim ReportFields as string = "AdGroupId,AdGroupName,CallDuration,CallEndTime,CallerNationalDesignatedCode,CallStartTime,CallStatus,CampaignId,CampaignName" Dim headers As New Dictionary(Of String, String)() headers.Add("email", Email) headers.Add("password", Password)

Re: Any server configuration required to run OAuth 1.0a - getting OAUTH_TOKEN_HEADER_INVALID error on server where as running successfully on local setup and one server.

2012-06-12 Thread Eric Koleda
Hi Chirag, I would encourage you to set the timezone on that server in the php.ini file, to ensure the timestamps are accurate. Can you try replacing the CampaignService.get() call in the UseOAuth.php example with a report download request, and then run that on both servers? Best, - Eric On Tue,

Re: How to receive the logged in user info

2012-06-12 Thread PatrickvKleef
Forgot to mention, I'm using OAuth 2.0. Op dinsdag 12 juni 2012 21:18:24 UTC+2 schreef PatrickvKleef het volgende: > > Hi! > > I'm new with using the Google Adwords API. I'm using OAuth to authenticate > users. > I would like to receive user information (emailaddress, name, etc.) when > the us

Get Click date and time

2012-06-12 Thread Tom Kessler
Hello, Is it possible to get Click detailed information such as date and time of a click? I read over the AdWords API and it seems there is no Click entity with date and time properties available. Thank you, Tom -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Does $client->set_die_on_faults(1); still work?

2012-06-12 Thread Kevin Winter
Hi Grant, Yes, this should still work. Please file an issue on the Perl projects issue tracker if it isn't: http://code.google.com/p/google-api-adwords-perl/issues/list - Kevin Winter AdWords API Team On Friday, June 8, 2012 3:46:10 AM UTC-4, Grant wrote: > > Does $client->set_die_on_faults(

Re: AddAdGroups.php gives error

2012-06-12 Thread Kevin Winter
Hi, It sounds like you may be seeing a SOAP fault and that prevents your PHP code from writing a response. Could you please enable logging (check the README) and see if there's an error message? - Kevin Winter AdWords API Team On Friday, June 8, 2012 9:03:52 AM UTC-4, Roy Roes wrote: > > I'm

Re: Reports taking forever to load

2012-06-12 Thread Kevin Winter
Hi Reed, Are you still seeing this problem? Can you provide an example ReportDefintion XML and CID so that I can try to reproduce? - Kevin Winter AdWords API Team On Thursday, June 7, 2012 9:32:10 AM UTC-4, Reed wrote: > > Anyone else seeing problem with reports taking forever to load today?

Re: Get a fault string this way? (google-api-adwords-perl)

2012-06-12 Thread Kevin Winter
Hi Grant, Yes, this is the right approach. See this example: http://code.google.com/p/google-api-adwords-perl/source/browse/trunk/examples/v201109_1/error_handling/handle_server_faults.pl#80 - Kevin Winter AdWords API Team On Friday, June 8, 2012 11:52:12 AM UTC-4, Grant wrote: > > Is this a

Re: cannot add Enabled, Deleted, Paused predicates to keyword report - [SelectorError.INVALID_PREDICATE_ENUM_VALUE @ selector; trigger:'Enabled'; errorDetails:Enabled, SelectorError.INVALID_PREDICATE_

2012-06-12 Thread Kevin Winter
Hi, You need to use the Predicate Values - which are upper-cased. The Report Types documentation page lists the values: https://developers.google.com/adwords/api/docs/appendix/reports#keywords Status IN ACTIVE DELETED PAUSED - Kevin Winter AdWords API

Re: Adwords API pending approval, Can I use my developer Token?

2012-06-12 Thread Paul Harvey
> Anash, > We also started our application several months back. Could you please add us to the list? Customer ID: 374-841-8440 Paul Harvey -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.

Re: AddAdGroups.php gives error

2012-06-12 Thread Roy Roes
Hi Kevin, I enabled logging and used the LogAll function, but nothing is logged. Even the SOAP request isn't logged. I've also tested the log with the AddCampaign.php and that's working fine. So the log is configured properly. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o