Hi Guys, I'm running the below query;

SELECT 
customer.id, customer_client.id, customer_client.descriptive_name 
FROM 
customer_client

which is then run through  like so;

$stream = $googleAdsServiceClient->searchStream($customerId, $mccQuery);

the goal being to give the system an account number of an MCC "$customerId" 
and have it run through the above query ($mccQuery) to get a list of the 
account numbers of all the accounts Under that specific MCC's control, 
which will then be sent off to a different query.

My issue is I cannot find what functions to call in my iterator to pull the 
specific value out of the response.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8e9ae95a-0be3-4870-bdbe-48154af7fd03o%40googlegroups.com.

Reply via email to