We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c1463 commit cc1d22eCopy full SHA for cc1d22e
1 file changed
src/codebird.php
@@ -345,6 +345,7 @@ class Codebird
345
'ads/accounts/:account_id/web_event_tags',
346
'ads/batch/accounts/:account_id/campaigns',
347
'ads/batch/accounts/:account_id/line_items',
348
+ 'ads/batch/accounts/:account_id/tailored_audiences',
349
'ads/sandbox/accounts/:account_id/app_lists',
350
'ads/sandbox/accounts/:account_id/campaigns',
351
'ads/sandbox/accounts/:account_id/cards/app_download',
@@ -365,6 +366,7 @@ class Codebird
365
366
'ads/sandbox/accounts/:account_id/web_event_tags',
367
'ads/sandbox/batch/accounts/:account_id/campaigns',
368
'ads/sandbox/batch/accounts/:account_id/line_items',
369
+ 'ads/sandbox/batch/accounts/:account_id/tailored_audiences',
370
'blocks/create',
371
'blocks/destroy',
372
'collections/create',
0 commit comments