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 discussion group: > http://adwordsapi.blogspot.com > h

Re: Destination url in AdGroupService API

2012-04-16 Thread Yagmur COKER
You are welcome. Yes AdGroupAdService is what you need. Sent via the Samsung Galaxy S™ II Skyrocket™, an AT&T 4G LTE smartphone. Original message Subject: Re: Destination url in AdGroupService API From: Vipin To: adwords-api@googlegroups.com CC: vtriovi...@gmail.com Hello

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
I use src version because you can debug / step into code to figure things out if and when you need it. y On Wed, Mar 21, 2012 at 5:40 PM, TC wrote: > Which version do you suggest? > > awapi_dotnet_lib_signed_v14.0.​0.zip > awapi_dotnet_lib_v14.0.0.zip > awapi_dotnet_lib_src_v14.0.0.​zip > > TC

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 > Google.Ads.OAuth.dll > Goog

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: 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 you how do get your > AuthTok

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 sample on how it > works?

Re: ServicedAccountService v201101 does returns client ID -1

2011-09-06 Thread Yagmur Coker
Below C# code should work for non-mcc account. It uses the V13 libs to make it happen. This is not production code btw, so make sure to do your testing... (let us know too if you find scenarios where it bombs) *Libs to include:* using Google.Api.Ads.AdWords.Lib; using Google.Api.Ads.AdWords.v20110