Re: ADGROUP_REACH_FREQUENCY_REPORT doesn't return any records yet?

2012-10-11 Thread dkasak
. On Thursday, 11 October 2012 12:08:12 UTC+11, dkasak wrote: > > Yo! Google! Anyone home? I assume it's a known issue and you'll respond > "all in good time"? > > On Wednesday, 10 October 2012 12:47:47 UTC+11, dkasak wrote: >> >> >> >> On Tuesday, October 9, 2012 3:29:34 PM UTC+11, dkasak wrote

Re: Sandbox reports timing out

2012-10-11 Thread Amanda Areias
Danial, Is there a way to get reports with some data (even fake data)? I didn't receive my developer token yet and was developing my app using the sandbox, but when it comes to reporting, I'm stuck =/ Thank you! Amanda Areias. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: INVALID_TOKEN_HEADER when using Adwords API in sandbox

2012-10-11 Thread Yeison Rodriguez
But actually, check out what @mmasters had to say: https://groups.google.com/forum/?fromgroups=#!topic/adwords-api/dsez0nVq5Bw This solution worked in my case. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http

Re: INVALID_TOKEN_HEADER when using Adwords API in sandbox

2012-10-11 Thread Yeison Rodriguez
But actually, check out what @mmasters had to say: https://groups.google.com/forum/?fromgroups=#!topic/adwords-api/dsez0nVq5Bw This solution worked in my case. On Thursday, October 11, 2012 3:06:53 PM UTC-4, Yeison Rodriguez wrote: > > I found your issue, you're trying upload gangam style witho

Re: Perl Library v201206 QuotaCheckError.INVALID_TOKEN_HEADER with developer token

2012-10-11 Thread Yeison Rodriguez
Thanks, that was it! How'd you know? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 yo

Re: INVALID_TOKEN_HEADER when using Adwords API in sandbox

2012-10-11 Thread Yeison Rodriguez
I found your issue, you're trying upload gangam style without informing Psy. On Thursday, October 11, 2012 3:00:48 AM UTC-4, binh nguyen wrote: > > Hi Mr/Mrs/Miss. > > I am a new guys on Adwords API. > I am developing to getRelatedKeyword by Google Adwords API PHP > But when i run code. I get val

Re: Perl Library v201206 QuotaCheckError.INVALID_TOKEN_HEADER with developer token

2012-10-11 Thread mmasters
Are you setting the alternate_url for sandbox? For Example: my $client = Google::Ads::AdWords::Client->new({alternate_url => " https://adwords-sandbox.google.com"}); -Mike On Tuesday, 9 October 2012 14:07:57 UTC-4, Yeison Rodriguez wrote: > > When I try to use the delete_keywords example scri

Re: Where do I get a report id from?

2012-10-11 Thread Amanda Areias
Just making sure if I got it right... As now only ad hoc reports are available, and there is no data on sandbox to return, now it's only possible to get reports from production? Thanks! Amanda Areias -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion gr

Re: OAuth2 - invalid grant error

2012-10-11 Thread Sudhir
-- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "

OAuth2 - invalid grand error

2012-10-11 Thread Sudhir
I followed the documentation to set up google-api-ads-ruby and run examples by first calling get campaigns to create clients but I am getting an error when trying to run get_account_hierarchy.rb #https://accounts.google.com/o/oauth2/token";, params={}, headers={"Content-Type"=>"application/x-

Re: Exception has been thrown by the target of an invocation

2012-10-11 Thread VK
Hi Anash, Where can I get the latest signed version of the dot net client libraries? Thank you! Vaibhavi On Tuesday, February 21, 2012 2:39:58 AM UTC-8, Anash P. Oommen wrote: > > Hi Vaibhavi, > > As I mentioned in my email, the current assemblies in the public > distribution aren't signed (pat

Sandbox EstimateKeywordTraffic requests were working. However, now they result in [AuthenticationError.NOT_ADS_USER @ ; trigger:'']

2012-10-11 Thread Bobert Mcgee
I have been developing an application with the adwords api and initialized my account for use in the sandbox as the instructions describe in the getting started guide (https://developers.google.com/adwords/api/docs/sandbox#getting-started) and everything was working good for about 2 weeks. Wit

Migration Guide (v201206)

2012-10-11 Thread Danial Klimkin
On October 26, 2012, API versions v201109 and v201109_1 will sunset and you will need to have updated to API version v201206 by that time. v201206 introduces some updates that will require you to make some specific changes or additions to your application code. The required changes are detailed

Campaign Service - How do I set Targeted locations?

2012-10-11 Thread Can Arel
Hi all, I can't find where to set targeted locations for Campaigns. E.G . a specific country. Under setting there is no option for setting targeted locations. Kind Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogs

java.lang.ClassNotFoundException: adwords.axis.v201109.GetAllCampaigns

2012-10-11 Thread Madhav Kakani
Hi All, Novice question. I installed the following examples library to get the Adwords API working against a sandbox environment. adwords-axis-examples-1.10.0.tar.gz 1. I changed the ads.properties file with the google adwords account credentials (this is *not* the account that I used to signu

Re: I get "ClientEmail header is not supported in v201209" error when trying to use 201209 client library

2012-10-11 Thread Danial Klimkin
Hello, ClientEmail is no longer supported as client account identified, please use the clientCustomerId instead. See the blog post for more details: http://adwordsapi.blogspot.com/2011/11/discover-v201109-changes-to-accounts.html -Danial, AdWords API Team. On Tuesday, October 9, 2012 3:4

Re: CriterionError.INVALID_CRITERION_ID on setting location->id on v201209 in sandbox

2012-10-11 Thread Danial Klimkin
Hello Patrick, The sandbox environment is good for testing only and all data is generated. The services can return zeroes, random values or an error, depending on service. -Danial, AdWords API Team. On Tuesday, October 9, 2012 1:07:09 PM UTC+4, Patrick Fischer wrote: > > Hi, > > I'm using t

how we get ad data with respect that ad position?

2012-10-11 Thread jitendra khunt eReportz
can i get the the ad hoc report that give the data as ad rank or ad position wise? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Office Hours 10/10, 2pm EDT?

2012-10-11 Thread Danial Klimkin
Hello j.e.frank, I recommend subscribing to our Plus Page to get timely update about the office hours: https://plus.google.com/11565857388777174/ -Danial, AdWords API Team. On Tuesday, October 9, 2012 8:12:30 PM UTC+4, j.e.frank wrote: > > Are there scheduled Office Hours tomorrow (10

Re: TargetingIdeaService error faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:

2012-10-11 Thread Sheinin Elya
Have the same problem using TrafficEstimatorService Maybe it has something to do with the new v201209 version? On Thursday, October 11, 2012 9:45:45 AM UTC+2, Ace wrote: > > Hi, > > I'm trying to run the example in Java from V201206 - just running the > example code - GetRelatedKeywords.java.

URL Performance Report

2012-10-11 Thread Joni Salmi
Hi, I have been using URL Performance Report to get list of sites our clients ads are shown at. But now we have found out that there are huge differences between our reports and stats from AdWords website. Fields I'm querying are "Url, Impressions, Clicks, Cost" I tried with Domain to get a pi

API-Tool works in sanbox but not in live-mode

2012-10-11 Thread Christoph Pfeiller
In the sandbox the account-structure can be read - The sandbox-user can see all clients and all campaigns of the clients. Thats why we think our tool works correctly. Now we wanted to switch to the live-user, but there we are not able to see the client-accounts of the client-center. When we logi

Re: using adparam to set prices on all ads in an adgroup

2012-10-11 Thread Soapy
Hi Justin, Just wanted to say I'm in exactly the same position as you. I just want to update the price in my ad, it seems crazy you have to do this for each keyword. As the [criterionId] is required I can't see anyway around it. It's seems to me this is a feature the developers want, look

TargetingIdeaService error faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:

2012-10-11 Thread Ace
Hi, I'm trying to run the example in Java from V201206 - just running the example code - GetRelatedKeywords.java. I get an error - Running other example work fine (GetAllCampaigns.java).- So I assume my adwordUser is fine. Any ideas? Thanks. faultCode: {http://schemas.xmlsoap.org/soap/e

INVALID_TOKEN_HEADER when using Adwords API in sandbox

2012-10-11 Thread binh nguyen
Hi Mr/Mrs/Miss. I am a new guys on Adwords API. I am developing to getRelatedKeyword by Google Adwords API PHP But when i run code. I get value: *[QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'binh.ro...@gmail.com ++USD']* My Code: * $username = "binh.ro...@gmail.com"; $password = "