Hello,

I'm trying to get data about ads in a group, using the .NET library and I 
have two questions :
1 - When I want to filter data to retrieve in a query using a SELECT 
clause, all fields are systematically retrieved. Why ?
Example :
// With this query, status, approvalStatus, adGroupId, ... are all filled 
in the returned object
var adGroupAdPage = adGroupAdService.query("SELECT Status WHERE AdGroupId = 
X LIMIT 0,100");

2 - In the previous adGroupAdPage result, all fields are retrieved except 
the destination url which is always null (adGroupAdPage.entries[x].ad.url).
How can I get this value ?

Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2cafb271-538c-41c7-97bf-b47946c1629e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to