I have code running the following snippet
```
PagedEnumerable<SearchGoogleAdsResponse, GoogleAdsRow>
searchPagedResponse =
googleAdsService.Search(request);
foreach (GoogleAdsRow googleAdsRow in
searchPagedResponse)
{
```
Currently I'm serializing the googleAdsRow to JSON and back again so that I
can programmatically access the values. There's probably a much better way
but I haven't figured it out yet.
When I'm in Visual Studio's debugger I can access the values in
googleAdsRow by entering things like `googleAdsRow.Customer.Id`. Fine, but
suppose I'm passing in a string describing that path. How do I evaluate the
contents of googleAdsRow so as to access Customer's Id and Campaign's Id
and AdGroupAd.PolicySummary.ReviewStatus?
-- Bruce
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
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
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/a846e43f-7ba0-4a2a-92b9-4ec242d55deen%40googlegroups.com.