Skip to content

Commit

Permalink
Fix report example
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Gladyshev committed Oct 2, 2018
1 parent 8e9ec78 commit db524e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.3.1 - Fix report service
- Fix report call example

2.3.0 - Report goals support added

2.2.3 - KeywordBids setAuto method
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
"dev-master": "2.3-dev"
}
},
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions examples/reports.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
]
],

/* Goals */
['20002', '20003'],

/* Field names */
['Date', 'Clicks', 'Cost', 'AdNetworkType'],

Expand Down

0 comments on commit db524e9

Please sign in to comment.