Hi,

We are having an issue with the AdGroupAd service.

We use this to get ads:

                var l_Selector = new cm.Selector();
                l_Selector.fields = new string[] { "Id", "AdGroupId", 
"Url", "Headline", "Description1", "Description2" };
                l_Selector.predicates = new cm.Predicate[] { new 
cm.Predicate() };
                l_Selector.predicates[0].field = "AdGroupId";
                l_Selector.predicates[0].@operator = 
cm.PredicateOperator.EQUALS;
                l_Selector.predicates[0].operatorSpecified = true;
                l_Selector.predicates[0].values = new string[] { 
"9755800092" };
                l_Selector.paging = new cm.Paging();
                l_Selector.paging.startIndex = 0;
                l_Selector.paging.startIndexSpecified = true;
                l_Selector.paging.numberResults = 4000;
                l_Selector.paging.numberResultsSpecified = true;

for the account Id: 2154714500

It should return 3 text ads, but instead it is returning 1 product ad.

Can you please check what is wrong? 
It seems to be working for all our clients except this one and the issue 
only seems to happen for a few ad groups. Nevertheless, we've been unable 
to get any clue as to why it doesn't work for these ad group.

Please help! 

J.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to