Hi Ken,

Could you confirm if you have tried filtering the AdGroupService.get() by 
CampaignStatus as I have suggested?

In regards to your latest question, you can examine first what is the 
content of the String object by the *getAsString()* method (see this line 
<https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201710/Reporting/DownloadCriteriaReportWithAwql.php#L50>
 on 
how to use this method). From there, you can see that the per row of data 
in your String object is separated by a new line (\n). With that in mind, 
you can check for a method in PHP that splits a String object into array 
with a new line as parameter. You can then manipulate your array of 
Strings. The data in per index in your array of Strings is the row data 
which is separated by comma (,). So in your end, you can also separate the 
per index by comma. This is just a suggestion, and you can always implement 
your own code logic that you think is better.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/097edd21-b3be-4320-a8eb-fed567f078b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to