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 seems logically possible but I can't seem to find the field 
name for it, I tried the logical names and I can't find it in the help file.

Predicate adGroupPredicate = new Predicate();
> adGroupPredicate.@operator = PredicateOperator.EQUALS;
> adGroupPredicate.field = "adGroupId";
> adGroupPredicate.values = new string[] { adGroupId.ToString() };
> ...
> AdGroupAdPage page = new AdGroupAdPage();
>

Regards,
Hugh Wood

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to