| Total Complexity | 1 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | final class AdGroup extends \Promopult\TikTokMarketingApi\AbstractService |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @param int $advertiserId Advertiser ID |
||
| 14 | * @param array|null $fields Fields to be returned. When not specified, all fields are returned by default. |
||
| 15 | * @param array|null $filtering Filter conditions. Set these conditions according to your requirements. |
||
| 16 | * If not set, all ad groups under the advertiser will be returned. |
||
| 17 | * @param int|null $page Current page number. Default value is 1. Range of values: ≥ 1 |
||
| 18 | * @param int|null $pageSize Page size.Default value is: 10. Range of values: 1-1000 |
||
| 19 | * @return array |
||
| 20 | * @throws \Throwable |
||
| 21 | * |
||
| 22 | * @see https://ads.tiktok.com/marketing_api/docs?id=100529 |
||
| 23 | */ |
||
| 24 | public function get( |
||
| 44 |