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

Commit e90ba23

Browse files
committed
/pixel/conversion_pixel/
1 parent c0206b5 commit e90ba23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

atomx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def report(self, scope=None, groups=None, sums=None, where=None,
161161

162162
if scope is None:
163163
for i in report_json.get('groups', []) + report_json.get('sums', []):
164-
if i.split('_')[0] in ['advertiser', 'campaign', 'creative', 'pixel']:
164+
if i.split('_')[0] in ['advertiser', 'campaign', 'creative', 'conversion_pixel']:
165165
scope = 'advertiser'
166166
break
167167
else:

0 commit comments

Comments
 (0)