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
    • 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

    PublisherCpcCampaignList

    Publisher CPC Campaign List

    {
        "campaigns": [
            {
                "campaignId": "string",
                "title": "string",
                "marketplace": "string",
                "currency": "string",
                "totalBudget": 0,
                "remainingBudget": 0,
                "publisherTotalCap": 0,
                "publisherDailyCap": 0,
                "startDate": "string",
                "endDate": "string",
                "status": "string",
                "products": [
                    {
                        "productId": "string",
                        "asin": "string",
                        "title": "string",
                        "brandId": "string",
                        "brandName": "string",
                        "imageUrl": "string",
                        "category": "string",
                        "deals": [
                            {
                                "type": "string",
                                "startTimestamp": 0,
                                "endTimestamp": 0,
                                "fullPrice": 0,
                                "finalPrice": 0,
                                "discountPercentage": 0,
                                "status": "string",
                                "promoCode": "string"
                            }
                        ]
                    }
                ],
                "linkTypes": [
                    "string"
                ],
                "joined": true
            }
        ],
        "cursor": "string"
    }
    Built with