ArtemisAds Open API
    ArtemisAds Open API
    • Get Started
      • Authentication
      • Pagination
      • Rate Limiting
    • Publisher API
      • Products
        • List Products
        • List Product Variations
        • List Deals
      • Brands
        • List Brands
        • List Associate Brands
      • Atttibution Program
        • Tracking IDs
          • Create Primary Tracking ID
          • Create Sub Tracking ID
          • List Tracking IDs
        • Publisher Sources
          • List Publisher Sources
        • Product Links
          • Create Product Link
          • List Product Link
          • Get Product Link by ID
        • Brand Links
          • Create Default Brand Storefront Link
          • List Brand Storefront Links
      • Associate Program
        • Associate Tags
          • Create Associate Tags
          • List Associate Tags
        • Product Links
          • List Associate Links
          • Create Associate Link
      • Reports
        • List Per-Product Attribution Reports
        • List Associate Reports
    • Schemas
      • Schemas
        • Publisher Product List
        • PublisherProductLinkList
        • publisher 发布链接的渠道信息.
        • publisher 商品的报告.
        • Publisher Product
        • Publisher Product Deal
      • PublisherSource
      • PublisherProductReport
      • SellerBrand
      • PublisherDeal
      • PublisherBrand
      • PublisherBrandLink
      • PublisherSubTrackingId
      • PublisherAssociateBrand
      • PublisherAssociateTagsResult
      • PublisherAssociateTag
      • PublisherAssociateLink
      • PublisherAssociateReport
      • PublisherProductLink
      • PublisherSourceList
      • PublisherCreateLinkRequest
      • PublisherProductReportList
      • SellerBrandList
      • PublisherReportPerProduct
      • PublisherDealList
      • PublisherBrandList
      • PublisherCreateBrandLinkRequest
      • PublisherBrandLinkList
      • PublisherPrimaryTrackingId
      • PublisherCreateSubTrackingIdRequest
      • PublisherProductDeal
      • PublisherAssociateBrandList
      • PublisherAssociateTagsRequest
      • PublisherAssociateTagList
      • PublisherCreateAssociateLinkRequest
      • PublisherAssociateReportList
      • PublisherAssociateLinkList
      • PublisherReportList
      • PublisherCreatePrimaryTrackingIdRequest
      • PublisherTrackingIdList
      • PublisherProduct
      • ProductPrice
      • PublisherProductVariationList

    PublisherReportList

    some description

    {
        "reports": [
            {
                "marketplace": "string",
                "date": "string",
                "currency": "string",
                "detailPageViews": 0,
                "addToCarts": 0,
                "conversions": 0,
                "sales": 0,
                "directDetailPageViews": 0,
                "directAddToCarts": 0,
                "directConversions": 0,
                "directSales": 0,
                "haloDetailPageViews": 0,
                "haloAddToCarts": 0,
                "haloConversions": 0,
                "haloSales": 0,
                "commissionEarned": 0,
                "productId": "string",
                "asin": "string",
                "productTitle": "string",
                "productImageUrl": "string",
                "link": {
                    "linkId": "string",
                    "productId": "string",
                    "asin": "string",
                    "sourceId": "string",
                    "sourceName": "string",
                    "marketplace": "string",
                    "productStatus": "string",
                    "trackingLink": "string",
                    "shortTrackingLink": "string"
                },
                "finalized": true
            }
        ],
        "cursor": "string"
    }
    Built with