Re: Speed difference client login and oAuth

2012-07-12 Thread Yagmur Coker
I'm curious to hear the reason for such slowdown as I was going to implement OAuth very soon. By the way, is this sandbox or production? y On Thu, Jul 12, 2012 at 11:30 AM, John wrote: > While implementing the .Net AdWords library, I ran into a strange > situation I just can't explain. I've wr

Re: Destination url in AdGroupService API

2012-04-17 Thread Yagmur Coker
You are welcome! On Tue, Apr 17, 2012 at 1:09 AM, Vipin wrote: > Hello Pete and Yagmur, > > Thanks to both. > > I got it. > > Thank you again. > Vip > > >> -- > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > Also find us on our blog and discussi

Re: Destination url in AdGroupService API

2012-04-16 Thread Yagmur COKER
.com Hello Yagmar, Thank you very much for your reply. I got the idea. Can I get destination url, if I use "AdGroupAdService." service? Please let me know. thanks, Vip On Monday, April 16, 2012 12:25:51 PM UTC+5:30, yagmur wrote: Hey Vip, Destination url belongs to an ad (text ad, image

Re: Destination url in AdGroupService API

2012-04-15 Thread Yagmur Coker
Hey Vip, Destination url belongs to an ad (text ad, image ad.. etc), not an adGroup... that's why you are not seeing anything under AdGroup object. Look at http://code.google.com/apis/adwords/docs/reference/latest/AdGroupAdService.html and click on Text Ad for example and you'll see that destinati

Re: Visual Studio Web Application consume web services

2012-03-21 Thread Yagmur Coker
0.0.​zip > > TC > > > > On Wednesday, March 21, 2012 4:13:06 PM UTC-5, yagmur wrote: >> >> Tony, you can add the project to your solution then reference the project >> instead of specific dlls. >> >> yagmur >> >> On Wed, Mar 21, 2012 a

Re: Visual Studio Web Application consume web services

2012-03-21 Thread Yagmur Coker
Tony, you can add the project to your solution then reference the project instead of specific dlls. yagmur On Wed, Mar 21, 2012 at 5:08 PM, TC wrote: > Are you recommending that I just reference the following .dlls in my web > application? > > Google.Ads.Common.dll > Googl

Re: best method for getting customerId in v201109?

2012-02-22 Thread Yagmur Coker
Awesome news! On Wed, Feb 22, 2012 at 5:05 PM, Kevin Winter wrote: > Hi Chris, > We just verified that we pushed a change to production such that if you > make an InfoService request authenticated with an account not linked to > your MCC/developer token, it will still return a record for that >

Re: best method for getting customerId in v201109?

2012-01-26 Thread yagmur
to: ... ServicedAccountGraph graph = servicedAccountService.get(selector); if (graph.accounts[0].customerId == -1 || graph.accounts[0].customerId == 0) { // handle non-mcc account } Best, Yagmur On Jan 23, 2:10 pm, Kevin Winter wrote: > Hi Sean, >   I apologize, I presented an invalid so

Re: best method for getting customerId in v201109?

2012-01-23 Thread yagmur
Sean that is my understanding too! That's why it is so contradictory to require a piece of data that is not available to start with. Kevin are you saying there is a hack? Please share the details, this is taking a toll on our business! Best, Yagmur On Jan 23, 11:44 am, sms_adwords wrote:

Re: best method for getting customerId in v201109?

2012-01-17 Thread yagmur
David, it's actually not only the sandbox. I've been waiting for the fix for a few weeks now... For now, you might have to ask your customers for their customer number, of course you can limit that to customers who are not part of an mcc... figuring that out is another story too :) This is an a

Re: InfoService v201109 error

2011-12-16 Thread yagmur
Hi Eric, I was wondering if there is an update on this bug? Not being able to get the customer id for an unlinked account, which I guess is major portion of all accounts, is a major problem. Thanks for your attention, Yagmur On Dec 2, 2:04 pm, Eric Koleda wrote: > Hi Yagmur, > > That

Re: InfoService v201109 error

2011-12-02 Thread yagmur
Hi Eric, Can you guys do a blog post on this when you have the fix for it? I am sure a lot of people would be interested in hearing about it when the fix is in as well. Thanks, Yagmur -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http

Re: A couple of snippets for DotNet/C# Developers calling AdHoc Reporting in v201109

2011-10-14 Thread Yagmur Coker
Thanks for sharing Peter. yagmur On Fri, Oct 14, 2011 at 2:47 PM, Peter S. wrote: > Howdy, > > In trying to figure out how to get the newer version of the api > working for downloading reports I used this code. > > https://gist.github.com/1287891 // This will show y

Re: OAuth - didn't see it mentioned so I thought I'd ask

2011-10-11 Thread Yagmur Coker
Thank you Kevin! On Tue, Oct 11, 2011 at 5:06 PM, Kevin Winter wrote: > Hi all, > I just published a blog post regarding OAuth in v201109: > http://adwo > rdsapi.blogspot.com/2011/10/adwords-api-now-fully-supports-oauth.html

Re: OAuth - didn't see it mentioned so I thought I'd ask

2011-10-11 Thread Yagmur Coker
Funny this is not mentioned in the blog http://adwordsapi.blogspot.com/2011_10_01_archive.html as it's kind of a big change :) This is great news! yagmur On Mon, Oct 10, 2011 at 3:04 PM, chris h wrote: > Hi Kevin, > > That's great news! Could you share info or a code sampl

Re: ServicedAccountService v201101 does returns client ID -1

2011-09-06 Thread Yagmur Coker
= service.getAccountInfo(); try { string accountId = ai.customerId.ToString(); } ... yagmur On Tue, Sep 6, 2011 at 10:34 PM, timp wrote: > Just for people searching. > > When you ask for ServicedAccountService of a non-mcc, you get -1 back.

Re: Client Authentication, What would you suggest?

2011-07-27 Thread yagmur
Thanks Anash! I hope the OAuth option for downloading reports is in the works. Please let me (and other's I'm sure are waiting for this too) know when there is some news on that front. Thanks again, Yagmur -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on ou

Re: Client Authentication, What would you suggest?

2011-07-26 Thread yagmur
Hi, I am not sure why but the AdWords with header param construct didn't work for me for a while... Now it does, so I am happily coding away. About OAuth, can I download my clients' reports? I thought that was the limitation a while back. Thanks, Yagmur On Jul 26, 11:24 am, AdWords A

Re: Client Authentication, What would you suggest?

2011-07-21 Thread yagmur
le. So I am not sure if this change helps me in any way. Perhaps I need to construct the soap header and body myself instead of using the .net client? Please help, I am stuck. Thanks again, Yagmur -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discuss

Re: Client Authentication, What would you suggest?

2011-07-19 Thread yagmur
e this was mentioned somewhere but could not find it again. Sample code would be wonderful. Thanks in advance. Yagmur -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/a

Re: Client Authentication, What would you suggest?

2011-07-19 Thread yagmur
ation and asking for email/password is a bit rough so we'll be happy to be a beta tester. Thank you, Yagmur -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/a

Re: UNEXPECTED_INTERNAL_API_ERROR when trying to add ReportDefinition in Sandbox environment with ClientCustomerId

2011-07-19 Thread yagmur
Thank you! On Jul 18, 4:14 pm, Kevin Winter wrote: > This should be resolved now. > > -Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

UNEXPECTED_INTERNAL_API_ERROR when trying to add ReportDefinition in Sandbox environment with ClientCustomerId

2011-07-15 Thread yagmur
As you can see from the subject, I am having trouble with adding a report definition in sandbox environment. I am obviously missing something. Any help is appreciated. Here is the request and response (I x'ed out what might be sensitive info): REQUEST http://schemas.xmlsoap.org/soap/envelope/";