We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb633a7 commit f157bbeCopy full SHA for f157bbe
1 file changed
src/codebird.php
@@ -354,6 +354,7 @@ class Codebird
354
'ads/batch/accounts/:account_id/campaigns',
355
'ads/batch/accounts/:account_id/line_items',
356
'ads/batch/accounts/:account_id/tailored_audiences',
357
+ 'ads/batch/accounts/:account_id/targeting_criteria',
358
'ads/sandbox/accounts/:account_id/account_media',
359
'ads/sandbox/accounts/:account_id/app_lists',
360
'ads/sandbox/accounts/:account_id/campaigns',
@@ -377,6 +378,7 @@ class Codebird
377
378
'ads/sandbox/batch/accounts/:account_id/campaigns',
379
'ads/sandbox/batch/accounts/:account_id/line_items',
380
'ads/sandbox/batch/accounts/:account_id/tailored_audiences',
381
+ 'ads/sandbox/batch/accounts/:account_id/targeting_criteria',
382
'blocks/create',
383
'blocks/destroy',
384
'collections/create',
0 commit comments