Skip to content

Commit

Permalink
chore: update readme (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Kowieski authored Jan 21, 2021
2 parents 5dc9a5d + 22307d6 commit 7f2acb1
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 64 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Overview

This library provides an easy-to-use PHP interface to RTB House API. It allows you to read and manage you campaigns settings, browse offers, download statistics etc.

API docs: https://panel.rtbhouse.com/api/docs

Installation
------------
Expand Down Expand Up @@ -42,7 +43,7 @@ Then create ``example.php`` with code:
'2020-10-01',
'2020-10-31',
['day'],
['impsCount', 'clicksCount', 'campaignCost', 'conversionsCount', 'conversionsValue', 'cr', 'ctr', 'ecpa'],
['impsCount', 'clicksCount', 'campaignCost', 'conversionsCount', 'ctr'],
\RTBHouse\ReportsApi\Conversions::ATTRIBUTED_POST_CLICK
);
print_r($stats);
Expand Down
21 changes: 0 additions & 21 deletions docs/Dockerfile

This file was deleted.

6 changes: 0 additions & 6 deletions docs/composer.json

This file was deleted.

4 changes: 0 additions & 4 deletions docs/config.php.example

This file was deleted.

16 changes: 0 additions & 16 deletions docs/docker-compose.yml

This file was deleted.

16 changes: 0 additions & 16 deletions docs/example.php

This file was deleted.

0 comments on commit 7f2acb1

Please sign in to comment.