Closed timothymarois closed 5 years ago
@timothymarois to get all ad groups in an account, we recommend Bulk download i.e., request Ad Group records for the account. Similarly to get all ads or keywords in an account, we recommend bulk download. By the way, for general feature requests that are not specific to the PHP SDK please see Bing Ads Feature Suggestions.
@eric-urban I see. Ok, I will take a look at the Bulk Download. What I really wish Bing would do is stream the data instead of using csv/xml downloads esp for reporting. It would be better to output the data back in the response of JSON primarily. But I know Bing is a long way off from making those changes.
I didn't look at this feature request as a Bing Ads API feature, but I figured it was this SDK that didn't support it. Maybe I'm wrong on that. I will try your suggestion first.
Currently, this does not exist. You can get all the campaigns by the account, but it doesn't allow you to get all the ad groups by the account.
For consistency, should have
GetAdGroupsByAccountId()
just like we haveGetCampaignsByAccountId()