| Total Complexity | 1 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | final class Images extends AbstractService |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Get image info |
||
| 13 | * |
||
| 14 | * You can obtain the information of a specific image from the material library of the Tiktok auction platform wtih |
||
| 15 | * a GET request to the /file/image/ad/info/ endpoint. |
||
| 16 | * |
||
| 17 | * @param int $advertiserId Advertiser ID |
||
| 18 | * @param array $imageIds Image ID list. Up to 100 ids per request |
||
| 19 | * |
||
| 20 | * @return array |
||
| 21 | * |
||
| 22 | * @throws \Throwable |
||
| 23 | * |
||
| 24 | * @see https://ads.tiktok.com/marketing_api/docs?id=1709478149999618 |
||
| 25 | */ |
||
| 26 | public function imageAdInfo( |
||
| 40 |