Re: c# implementation -> adgroup Id for AdGroupAdPage possible?

2012-03-13 Thread HughAJWood
All it was I had done adGroupId not AdGroupId I feel like a stupid idiot putting it down for 4 days because of a capitalization error... On Tuesday, 13 March 2012 16:49:33 UTC, HughAJWood wrote: > > Fantastic, thank you very much. > > On Monday, 12 March 2012 16:56:33 UTC, Eric Koleda wrote: >> >

Re: c# implementation -> adgroup Id for AdGroupAdPage possible?

2012-03-13 Thread HughAJWood
Fantastic, thank you very much. On Monday, 12 March 2012 16:56:33 UTC, Eric Koleda wrote: > > Hi Hugh, > > The field name for the ad group ID is "AdGroupId". The full list of > fields available is listed here: > > > http://code.google.com/apis/adwords/docs/appendix/selectorfields.html#v201109-Ad

Re: c# implementation -> adgroup Id for AdGroupAdPage possible?

2012-03-12 Thread Eric Koleda
Hi Hugh, The field name for the ad group ID is "AdGroupId". The full list of fields available is listed here: http://code.google.com/apis/adwords/docs/appendix/selectorfields.html#v201109-AdGroupAdService Best, - Eric Koleda, AdWords API Team On Friday, March 9, 2012 4:48:33 AM UTC-5, HughAJW

Re: c# implementation -> adgroup Id for AdGroupAdPage possible?

2012-03-09 Thread HughAJWood
Am I just doing this wrong and using the wrong thing entirely? Simply put: How to select *only* the ads that belong to an adgroup in an adcampaign by adgroup.id and campaign.id? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.

c# implementation -> adgroup Id for AdGroupAdPage possible?

2012-03-07 Thread HughAJWood
I decided to implement a wrapper for my ASP application to call on another server, the delay isn't so bad if I time the requests right and all is going well until something I want to do doesn't seem to work. Is there a way of filtering by the adgroup id when bringing back the AdGroup ads, it se