8000 Add POST batch/accounts/:account_id/targeting_criteria · olayakout/codebird-php@f157bbe · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit f157bbe

Browse files
committed
Add POST batch/accounts/:account_id/targeting_criteria
1 parent fb633a7 commit f157bbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/codebird.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ class Codebird
354354
'ads/batch/accounts/:account_id/campaigns',
355355
'ads/batch/accounts/:account_id/line_items',
356356
'ads/batch/accounts/:account_id/tailored_audiences',
357+
'ads/batch/accounts/:account_id/targeting_criteria',
357358
'ads/sandbox/accounts/:account_id/account_media',
358359
'ads/sandbox/accounts/:account_id/app_lists',
359360
'ads/sandbox/accounts/:account_id/campaigns',
@@ -377,6 +378,7 @@ class Codebird
377378
'ads/sandbox/batch/accounts/:account_id/campaigns',
378379
'ads/sandbox/batch/accounts/:account_id/line_items',
379380
'ads/sandbox/batch/accounts/:account_id/tailored_audiences',
381+
'ads/sandbox/batch/accounts/:account_id/targeting_criteria',
380382
'blocks/create',
381383
'blocks/destroy',
382384
'collections/create',

0 commit comments

Comments
 (0)
0