Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit f3902d6

Browse files
committed
Add Ssp and Dsp models
1 parent 6324cf5 commit f3902d6

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
- Add ``daterange`` parameter to :meth:`atomx.Atomx.report`.
77
- :meth:`atomx.models.AtomxModel.reload` takes kwargs parameter
88
- :meth:`atomx.Atomx.delete` can take a `atomx.models` instance as argument
9+
- Add new models:
10+
11+
* :class:`atomx.models.Dsp`
12+
* :class:`atomx.models.Ssp`
13+
* :class:`atomx.models.SspResultType`
914

1015

1116
1.6

atomx/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
__all__ = ['AccountManager', 'Advertiser', 'App', 'Appstore', 'Bidder', 'Browser', # noqa
2020
'CampaignDebugReason', 'Campaign', 'Category', 'ConnectionType', 'City',
2121
'ConversionPixel', 'Country', 'Creative', 'CreativeAttribute',
22-
'Datacenter', 'DeviceType', 'Domain', 'Dma', 'Fallback', 'Isp', 'Languages', 'Network',
22+
'Datacenter', 'DeviceType', 'Domain', 'Dma', 'Dsp', 'Fallback', 'Isp', 'Languages', 'Network',
2323
'OperatingSystem', 'Placement', 'PlacementType', 'PriceModel', 'Profile', 'Publisher',
24-
'Reason', 'Report', 'Segment', 'SellerProfile', 'Site', 'Size',
24+
'Reason', 'Report', 'Segment', 'SellerProfile', 'Site', 'Size', 'Ssp', 'SspResultType',
2525
'Timezone', 'User', 'Visibility', 'Zipcode'] # noqa
2626

2727

0 commit comments

Comments
 (0)