This repository was archived by the owner on Jun 2, 2024. It is now read-only.
Version 1.2.7
Changed
- Added
getCampaigns()andgetAdGroups()to now work with paging. Google allows only 10,000 results per page. Pre-defined 5,000 per page in this SDK for safety. It will be handled automatically and give you the entire total in the response. - Added
$filtersarray within thegetCampaigns()andgetAdGroups(), using thePredicateandsetPredicatesGoogle Ads functionality. (Note: this currently will only use thePredicateOperator::INoperator.)