1
0
mirror of synced 2025-12-23 21:03:15 -05:00

🎉Source Amazon Ads: New Streams - DisplayCreatives (#26203)

Co-authored-by: sh4sh <sh4sh@users.noreply.github.com>
Co-authored-by: Denys Davydov <davydov.den18@gmail.com>
This commit is contained in:
btkcodedev
2023-10-10 21:25:46 +05:30
committed by GitHub
parent a373733cb0
commit 22ce7c82a1
12 changed files with 60 additions and 13 deletions

View File

@@ -73,6 +73,13 @@ def targeting_response():
"""
@fixture
def creatives_response():
return """
[{"creativeId":0,"adGroupId":0,"creativeType":"IMAGE","properties":{"headline":"string"},"moderationStatus":"APPROVED"}]
"""
@fixture
def attribution_report_response():
def _internal(report_type: str):