AdWords and DoubleClick Ad Exchange Buyer API libraries update

2012-10-10 Thread Danial Klimkin
AdWords and DoubleClick Ad Exchange Buyer API client libraries for Java, Ruby, Python, PHP, Perl and DotNet are now updated to support API v201209 and available on the Google Developers site: https://developers.google.com/adwords/api/docs/clientlibraries The update for the new Java library w

Re: All the google adwords filters remove

2012-10-10 Thread Oliver
This forum is only for API issues. There is another forum for web interface questions. Your issue is mentioned here: https://www.en.adwords-community.com/t5/Manage-ads/Saved-Filters-Disappearing/td-p/65098 On Tuesday, October 9, 2012 6:45:12 PM UTC+1, Elmer Ayala wrote: > > I am witnessing t

Re: Best practices for long-lived AdWordsService, AdWordsSession, OAuth2

2012-10-10 Thread Oliver
Here is what I think: The AdwordsServices object holds a reference to the AdwordsSession object. Since AdwordsSession is linked to one account ID only, you need to be very careful not to use AdwordsServices across accounts without switching the session. What we do is create and cache a copy o

Re: Best practices for long-lived AdWordsService, AdWordsSession, OAuth2

2012-10-10 Thread Oliver
I need to correct myself. AdwordsServices itself does not hold a reference to the session. It's the actual service objects generated from AdwordsServices that do. e.g. CampaignServiceInterface campaignService = adWordsServices.get(session, CampaignServiceInterface.class); But AdwordsServices

Re: OAuth 2.0 for Server to Server Applications problem

2012-10-10 Thread Marcin Urbanski
Done:) http://code.google.com/p/google-api-ads-ruby/issues/detail?id=84 Thanks David! On Tuesday, October 9, 2012 11:47:24 PM UTC+2, David Torres wrote: > > Hi Martin, > > There is no direct support in the Ruby library to generate JWT access > tokens (the tokens used by service accounts), pleas

Re: Everything in sandbox has switched from enabled to active

2012-10-10 Thread Jeremy Aube
Looks like we hadn't been setting the status explicitly until recently, so that's why it seemed like a new issue. Disregard. On Tuesday, October 9, 2012 9:06:26 AM UTC-4, Jeremy Aube wrote: > > All of our uploads in sandbox are failing now with the following error: > > Unknown exception with erro

Re: oauth2 service account with google adwords api for ruby

2012-10-10 Thread Danial Klimkin
Hello Martin, I can see you have already logged this request on the project issue tracker, thank you. I will check if this is possible and let you know. It largely depends on the underlying libraries support for JWT. -Danial, AdWords API Team. On Tuesday, October 9, 2012 5:05:07 PM UTC+4,

Re: oauth2 service account with google adwords api for ruby

2012-10-10 Thread Danial Klimkin
Hello Radhames, Yes, it is recommended to use the MCC credentials to access every sub-account. Just specify MCC credentials and sub-account's clientCustomerId. We also have an example on parallel reports request for this case: http://code.google.com/p/google-api-ads-ruby/source/browse/adwo

Re: I don't understant the billing to API adword access

2012-10-10 Thread Danial Klimkin
Hello SebRT, Yes, the application developer is responsible for all API charged. Please make sure to familiarize yourself with the AdWords API T&C before starting the project: https://developers.google.com/adwords/api/docs/terms -Danial, AdWords API Team. On Tuesday, October 9, 2012 1:18:

Since when the Ad got to status deleted after changing Dest. URL?

2012-10-10 Thread nf7588
Hi, Today, when changing any data of the ad, like destination URL for example, the ad is deleted and a new ad with a new ad id is created. I want to know if it always been like that ? if not, when was the change? how it was before? and do you have links with information about the change? Thank

Re: Since when the Ad got to status deleted after changing Dest. URL?

2012-10-10 Thread Oliver
This has always been the way it works. There is no such a thing as modifying an Ad.That operation equates to deleting the existing one and creating a new one. Oliver On Wednesday, October 10, 2012 3:43:48 PM UTC+1, nf7588 wrote: > > Hi, > > Today, when changing any data of the ad, like des

Re: Since when the Ad got to status deleted after changing Dest. URL?

2012-10-10 Thread nf7588
Are you sure? Was it not changed to "waiting for approval" or something like that? On Wednesday, October 10, 2012 4:57:07 PM UTC+2, Oliver wrote: > > This has always been the way it works. There is no such a thing as > modifying an Ad.That operation equates to deleting the existing one and

Re: Best practices for long-lived AdWordsService, AdWordsSession, OAuth2

2012-10-10 Thread j.e.frank
My read was the same as yours: AdWordsServices doesn't retain the session. We have thousands of accounts so I don't want to have one per account if it's a "heavyweight" object as indicated in the migration guide. So that's why I came up with idea of a wrapper object that will ensure thread saf

Re: API deprecation policy

2012-10-10 Thread Alex Jones
Sunset Dates are on the sunset page: https://developers.google.com/adwords/api/docs/sunset-dates According to that 201206 will be sunset on Feburary 26 2013 On Tuesday, October 9, 2012 3:56:39 PM UTC-4, Jose wrote: > > With the arrival of API v201209, API v201206 will be deprecated. This is > al

Re: API deprecation policy

2012-10-10 Thread Alex Jones
forgot to mention the deprecation has already occured (it occured on oct 5) On Wednesday, October 10, 2012 12:04:48 PM UTC-4, Alex Jones wrote: > > Sunset Dates are on the sunset page: > https://developers.google.com/adwords/api/docs/sunset-dates > > According to that 201206 will be sunset on Febu

Billing Issues

2012-10-10 Thread Little box
Today, I had 28 clicks in my campaign and it costs approximately 20,00 TL but when I looked at billing page, it's seen as 140,00 TL. I always relied on google adwords but today I directly saw that clicks could increase up to 400 in 2 minutes and decrease suddenly. I don't know what to do but thi

Re: How do I download a report into memory now (v201209)

2012-10-10 Thread bgraves
Figured it out...using utilities now object (sets the latest version of API): Dim report As ClientReport = utilities.GetClientReport(reportDefinition) On Tuesday, October 9, 2012 5:17:14 PM UTC-7, bgraves wrote: > Upgrading from v201109 to v201209 produced the following error: >

What happend to targetContentContextual for Campaign.networkSetting? (v201209)

2012-10-10 Thread bgraves
Does this have anything to do with the UI changes made this setting for Adwords UI? How do I get this value now? If I can't, how can I refactor the code that depends on the setting? Thanks, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: ht

Re: Since when the Ad got to status deleted after changing Dest. URL?

2012-10-10 Thread Oliver
Yes, I'm sure. The new Ad created goes to "waiting for approval". You probably only did this before through the web interface which hides from you what actually happens behind the scenes. The Ad that the web interface display as "waiting for approval" is not the Ad you just edited. It's a n

Re: Best practices for long-lived AdWordsService, AdWordsSession, OAuth2

2012-10-10 Thread Oliver
Agreed. Best practices would be of great help. I guess your solution of a 'singleton' AdwordsServices would work. Is the following what you had in mind: - The only time we need AdwordsServices is to create the service objects. The service objects can be created at any time during the long liv

Re: Best practices for long-lived AdWordsService, AdWordsSession, OAuth2

2012-10-10 Thread j.e.frank
That's not quite what I had in mind, because I have a lot of accounts to deal with and I don't want to create all the service objects ahead of time. I am planning to have one AdWordsServices object, wrapped to ensure thread safety. I will create the service objects on demand using this object,

Re: How to get demographic criteria performance?

2012-10-10 Thread David Torres
Hi Oliver, AgeRange, Gender and DynamicSearchAds metrics are not yet supported in the API. Best, -David Torres - AdWords API Team On Friday, October 5, 2012 8:18:36 AM UTC-4, oseemann wrote: > > Hi, > > we have not figured out a way to get performance data (impressions, > clicks, conversions,

Re: ADGROUP_REACH_FREQUENCY_REPORT doesn't return any records yet?

2012-10-10 Thread dkasak
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: >> >> Hmmm. >> >> OK Jayshree. Thanks for responding, but in a

abc question?

2012-10-10 Thread Spanish Flashcards with Pictures
123 answer. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 Go

iPhone App To Help You Learn Spanish Faster By Using Flashcards With Pictures

2012-10-10 Thread Spanish Flashcards with Pictures
http://on.fb.me/QCZQJv - "Spanish Flashcards with Pictures" is an iPhone app that will help you learn Spanish faster by using flashcards with pictures (learn over 300 most commonly used words in the English / Spanish language from A to Z), thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=