Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Version 1.2.7

Choose a tag to compare

@timothymarois timothymarois released this 02 Feb 16:41
· 113 commits to 1.2 since this release

Changed

  • Added getCampaigns() and getAdGroups() 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 $filters array within the getCampaigns() and getAdGroups(), using the Predicate and setPredicates Google Ads functionality. (Note: this currently will only use the PredicateOperator::IN operator.)