8000 Add Ads API GET insights/keywords/search · iozkul/codebird-php@b5e066f · GitHub
[go: up one dir, main page]

Skip to content

Commit b5e066f

Browse files
committed
Add Ads API GET insights/keywords/search
1 parent 26095a4 commit b5e066f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ codebird-php - changelog
44
3.1.0 (not yet released)
55
+ #143 Add support for proxy types
66
+ #152 Throw Exception on failed remote media download
7-
+ Add POST statuses/unretweet/:id
7+
+ Add REST API POST statuses/unretweet/:id
8+
+ Add Ads API GET insights/keywords/search
89

910
3.0.0 (2016-01-01)
1011
+ Add unit testing suite

src/codebird.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ class Codebird
143143
'ads/iab_categories',
144144
'ads/insights/accounts/:account_id',
145145
'ads/insights/accounts/:account_id/available_audiences',
146+
'ads/insights/keywords/search',
146147
'ads/line_items/placements',
147148
'ads/sandbox/accounts',
148149
'ads/sandbox/accounts/:account_id',
@@ -198,6 +199,7 @@ class Codebird
198199
'ads/sandbox/iab_categories',
199200
'ads/sandbox/insights/accounts/:account_id',
200201
'ads/sandbox/insights/accounts/:account_id/available_audiences',
202+
'ads/sandbox/insights/keywords/search',
201203
'ads/sandbox/line_items/placements',
202204
'ads/sandbox/stats/accounts/:account_id',
203205
'ads/sandbox/stats/accounts/:account_id/campaigns',

0 commit comments

Comments
 (0)
0