Re: v201209 Logger Example in Google Ads APIs Client Library for Java

2013-01-23 Thread Stamatina Thomaidou
day, January 17, 2013 11:44:04 AM UTC-5, Stamatina Thomaidou wrote: >> >> Hello everyone, >> >> I would like to ask about the capabilities of Logging with v201209 in >> Java Client Library - Google Ads APIs Client Library for Java >> (AdWords)<https://code.google

Re: v201209 Logger Example in Google Ads APIs Client Library for Java

2013-01-23 Thread Stamatina Thomaidou
day, January 17, 2013 11:44:04 AM UTC-5, Stamatina Thomaidou wrote: >> >> Hello everyone, >> >> I would like to ask about the capabilities of Logging with v201209 in >> Java Client Library - Google Ads APIs Client Library for Java >> (AdWords)<https://code.google

v201209 Logger Example in Google Ads APIs Client Library for Java

2013-01-17 Thread Stamatina Thomaidou
Hello everyone, I would like to ask about the capabilities of Logging with v201209 in Java Client Library - Google Ads APIs Client Library for Java (AdWords). Up until now, we were using the simple AdWords Java Client Library and the com.googl

v201209 Logger Example in Google Ads APIs Client Library for Java?

2013-01-17 Thread Stamatina Thomaidou
Hello everyone, I would like to ask about the capabilities of Logging with v201209 in Java Client Library - Google Ads APIs Client Library for Java (AdWords). Up until now, we were using the simple AdWords Java Client Library and the com.googl

Re: OAuth 2.0 and link between MCC and new Customers Accounts

2013-01-16 Thread Stamatina Thomaidou
Thank you all for your answers. Eventually, we understood and found the solution. We used JSON to get automatically from the response of the OAuth2.0 authorization process the email and next we used the InfoService to get the AdWords data. :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Unable to connect to account via new API

2013-01-15 Thread Stamatina Thomaidou
Confirmed also by me. I have the exact same problem. Now I will try only with OAuth 2.0. On Wednesday, October 31, 2012 9:14:01 PM UTC+1, Perry wrote: > > I have searched for answers to the this question all over the > documentation and web and was unable to find anything helpful. I am using >

Re: OAuth 2.0 and link between MCC and new Customers Accounts

2013-01-15 Thread Stamatina Thomaidou
supposed to provide us with the ClientCustomerId or should we ask the client to fill a form field using explicitly his ClientCustomerId? Please, could someone from the AdWords API Team answer to our question? :) > > On Monday, January 14, 2013 12:18:58 PM UTC-5, Stamatina Thomaidou wr

Re: OAuth 2.0 and link between MCC and new Customers Accounts

2013-01-14 Thread Stamatina Thomaidou
Returning to my initial question: Let's say I am an MCC Account. If one of my many different linked client customer accounts tries to log in to my application and give me access to his data through OAuth 2.0 how can I retrieve with the usage of the OAuth 2.0 *automatically* his ClientCustomerI

Re: OAuth 2.0 and link between MCC and new Customers Accounts

2013-01-14 Thread Stamatina Thomaidou
Thank you both for your replies :) We will try some of the tips and we will get back with updates if we continue to have problems. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/

OAuth 2.0 and link between MCC and new Customers Accounts

2013-01-11 Thread Stamatina Thomaidou
Hello everyone, this is a more general question regarding the new ways that we have to work with authentication and access to the accounts. We have a developer token for the AdWords API that actually corresponds to an MCC Account. We have already some client/customer accounts that are already

[v201209] New Test Account - OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED

2012-11-29 Thread Stamatina Thomaidou
Language: Java I am trying to create a new campaign using the New Test Account. So, after the proper authentication using Test Account ClientCustomerId I'm trying to add a campaign with several other settings (budget, etc). The error that I'm getting is: OperationAccessDenied.ADD_OPERATION_NOT_P

Re: Proper authentication for the new Test Account

2012-11-28 Thread Stamatina Thomaidou
s method of the > selector, instead of the using the setClientEmails method with your MCC > email. > > Regards, > > Ewan > > On Wednesday, November 28, 2012 2:50:26 PM UTC, Stamatina Thomaidou wrote: >> >> Please... any answers/ideas about this? We cannot test

Re: Proper authentication for the new Test Account

2012-11-28 Thread Stamatina Thomaidou
Please... any answers/ideas about this? We cannot test our application! On Friday, November 23, 2012 12:11:32 PM UTC+1, Stamatina Thomaidou wrote: > > Hello, > > we are trying to test our application with the new way of testing using > "Test Account". > Google AdWo

Re: Proper authentication for the new Test Account

2012-11-26 Thread Stamatina Thomaidou
The api error: [ApiUsageError.INVALID_CLIENT_EMAIL @ selector; trigger:'[here it prints the email of the MCC Account]'] Inside adwords.properties file: email=[here the email of the MCC Account] password=[here the password of the MCC Account] clientId=[here the id of the Test Account] useragent=J

Re: Proper authentication for the new Test Account

2012-11-23 Thread Stamatina Thomaidou
We are trying with the clientId of the Test Account and using e-mail and password of the MCC Account inside adwords.properties and we are getting this error: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR On Friday, November 23, 2012 12:11:32 PM UTC+1, Stamatina Thomaidou wrote: > >

Proper authentication for the new Test Account

2012-11-23 Thread Stamatina Thomaidou
Hello, we are trying to test our application with the new way of testing using "Test Account". Google AdWords send us with e-mail that we are ready to use it. So for the Test Account we have only a client customer id number for this and not an e-mail and password (although we have of course th

Re: getFirstPageCpc() of BiddableAdGroupCriterion returns null

2012-07-11 Thread Stamatina Thomaidou
Sorry, I have found the problem, I just had to use in the Selector the proper field: selector.setFields(new String[] {"Id", "AdGroupId", "MatchType", "KeywordText", "FirstPageCpc"}); On Tuesday, July 10, 2012 6:37:41 PM UTC+3, Stamatina Thom

getFirstPageCpc() of BiddableAdGroupCriterion returns null

2012-07-10 Thread Stamatina Thomaidou
Hello everyone, I'm trying to retrieve an estimated first page cpc for a completely new keyword, but when I use getFirstPageCpc() it returns null as a result, thus I cannot understand what I'm doing wrong. I use v201109 of AdWords API Java. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~