Skip to content

Commit 560efdc

Browse files
authored
1 parent 6ea7411 commit 560efdc

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -363,18 +363,21 @@ Available methods in Metrics API:
363363

364364
```python
365365
chartmogul.Metrics.all(config,
366-
start_date='2015-01-01', # notice the _ here
367-
end_date='2015-11-24',
368-
interval='month',
369-
geo='GB',
370-
plans='Bronze Plan'
366+
start_date='2015-01-01', # notice the _ here
367+
end_date='2015-11-24',
368+
interval='month',
369+
geo='GB',
370+
plans='Bronze Plan',
371+
filters="currency~ANY~'USD'"
371372
)
372373
chartmogul.Metrics.mrr(config,
373-
start_date='2015-01-01',
374-
end_date='2015-11-24',
375-
interval='month',
376-
geo='GB',
377-
plans='PRO Plan')
374+
start_date='2015-01-01',
375+
end_date='2015-11-24',
376+
interval='month',
377+
geo='GB',
378+
plans='PRO Plan',
379+
filters="currency~ANY~'USD'"
380+
)
378381
chartmogul.Metrics.arr(config, data={})
379382
chartmogul.Metrics.arpa(config, data={})
380383
chartmogul.Metrics.asp(config, data={})

0 commit comments

Comments
 (0)