1. Report
ArtemisAds Open API
  • Get Started
    • Authentication
    • Pagination
    • Rate Limiting
  • Publisher API
    • Atttibution Program
      • Products
        • List Products
        • List Product Variations
        • List Deals
      • Brands
        • List Brands
      • 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
      • Reports
        • List Per-Product Attribution Reports
    • Associate Program
      • Products
        • List Associate Products
      • Brands
        • List Associate Brands
      • Associate Tags
        • Create Associate Tags
        • List Associate Tags
      • Product Links
        • List Associate Links
        • Create Associate Link
      • Reports
        • List Associate Reports
  • Seller API
    • Attribution Program
      • Brand
        • List Brands
      • Report
        • List Product Attribution Reports
          GET
  • 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
    • SellerReportPerProduct
    • PublisherProductLink
    • PublisherSourceList
    • PublisherCreateLinkRequest
    • PublisherProductReportList
    • SellerBrandList
    • PublisherReportPerProduct
    • PublisherDealList
    • PublisherBrandList
    • PublisherCreateBrandLinkRequest
    • PublisherBrandLinkList
    • PublisherPrimaryTrackingId
    • PublisherCreateSubTrackingIdRequest
    • PublisherProductDeal
    • PublisherAssociateBrandList
    • PublisherAssociateTagsRequest
    • PublisherAssociateTagList
    • PublisherCreateAssociateLinkRequest
    • PublisherAssociateReportList
    • PublisherAssociateLinkList
    • ResultVoid
    • SellerReportList
    • PublisherCpcProduct
    • PublisherReportList
    • PublisherCreatePrimaryTrackingIdRequest
    • PublisherTrackingIdList
    • PublisherProduct
    • PublisherCpcBrand
    • ProductPrice
    • PublisherProductVariationList
    • PublisherProductList
    • PublisherCpcCampaign
    • PublisherCpcCampaignList
    • PublisherCpcJoinResult
    • PublisherCpcLink
    • PublisherCpcLinkList
    • PublisherCpcReport
    • PublisherCpcReportList
  1. Report

List Product Attribution Reports

Developing
GET
/openapi/seller/v2/reports
Retrieve product attribution reports for the authenticated seller.

Request

Query Params

Header Params

Responses

🟢200
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.artemisads.com/openapi/seller/v2/reports?marketplace=undefined&start=undefined&end=undefined&brandIds=undefined&asins=undefined&limit=undefined&cursor=undefined' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx'
Response Response Example
{
    "reports": [
        {
            "marketplace": "string",
            "date": "string",
            "currency": "string",
            "brandId": "string",
            "brandName": "string",
            "productId": "string",
            "asin": "string",
            "productTitle": "string",
            "productImageUrl": "string",
            "publisherName": "string",
            "detailPageViews": 0,
            "addToCart": 0,
            "conversions": 0,
            "salesAmount": 0,
            "discountedSalesAmount": 0,
            "bonusAmount": 0,
            "commissionAmount": 0,
            "platformFeeAmount": 0,
            "commissionAndFeeAmount": 0,
            "directDetailPageViews": 0,
            "directAddToCart": 0,
            "directConversions": 0,
            "directSalesAmount": 0,
            "haloDetailPageViews": 0,
            "haloAddToCart": 0,
            "haloConversions": 0,
            "haloSalesAmount": 0,
            "finalized": true
        }
    ],
    "cursor": "string"
}
Modified at 2026-04-23 08:01:22
Previous
List Brands
Next
Publisher Product List
Built with