Viktor Kärnstrand

Results 1 comments of Viktor Kärnstrand

```python from facebookads.adobjects.adaccount import AdAccount account = AdAccount('act_') conversions = account.get_custom_conversions(fields=[ 'id', 'name', 'custom_event_type', 'pixel_rule' ]) ```