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

Skip to content

Commit cc1d22e

Browse files
committed
Add POST batch/accounts/:account_id/tailored_audiences API method
1 parent 98c1463 commit cc1d22e

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
@@ -345,6 +345,7 @@ class Codebird
345345
'ads/accounts/:account_id/web_event_tags',
346346
'ads/batch/accounts/:account_id/campaigns',
347347
'ads/batch/accounts/:account_id/line_items',
348+
'ads/batch/accounts/:account_id/tailored_audiences',
348349
'ads/sandbox/accounts/:account_id/app_lists',
349350
'ads/sandbox/accounts/:account_id/campaigns',
350351
'ads/sandbox/accounts/:account_id/cards/app_download',
@@ -365,6 +366,7 @@ class Codebird
365366
'ads/sandbox/accounts/:account_id/web_event_tags',
366367
'ads/sandbox/batch/accounts/:account_id/campaigns',
367368
'ads/sandbox/batch/accounts/:account_id/line_items',
369+
'ads/sandbox/batch/accounts/:account_id/tailored_audiences',
368370
'blocks/create',
369371
'blocks/destroy',
370372
'collections/create',

0 commit comments

Comments
 (0)
0