1. CPC Program
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
    • CPC Program
      • List CPC Campaigns
        GET
      • Get CPC Campaign Detail
        GET
      • Join a CPC Campaign
        POST
      • List Joined CPC Campaigns
        GET
      • Get Joined CPC Campaign Detail
        GET
      • List CPC Campaign Product Links
        GET
      • List CPC Campaign Daily Reports
        GET
  • 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
    • PublisherAccCampaign
    • PublisherProductLink
    • PublisherSourceList
    • PublisherCreateLinkRequest
    • PublisherProductReportList
    • SellerBrandList
    • PublisherReportPerProduct
    • PublisherDealList
    • PublisherBrandList
    • PublisherCreateBrandLinkRequest
    • PublisherBrandLinkList
    • PublisherPrimaryTrackingId
    • PublisherCreateSubTrackingIdRequest
    • PublisherProductDeal
    • PublisherAssociateBrandList
    • PublisherAssociateTagsRequest
    • PublisherAssociateTagList
    • PublisherCreateAssociateLinkRequest
    • PublisherAssociateReportList
    • PublisherAssociateLinkList
    • ResultVoid
    • SellerReportList
    • PublisherCpcProduct
    • PublisherAccCampaignList
    • PublisherReportList
    • PublisherCreatePrimaryTrackingIdRequest
    • PublisherTrackingIdList
    • PublisherProduct
    • PublisherCpcBrand
    • PublisherAccBonusProgramProduct
    • ProductPrice
    • PublisherProductVariationList
    • PublisherProductList
    • PublisherCpcCampaign
    • PublisherAccBonusProgramCampaign
    • PublisherCpcCampaignList
    • PublisherAccBonusProgram
    • PublisherCpcJoinResult
    • PublisherAccBonusProgramList
    • PublisherCpcLink
    • PublisherAccBonusProgramReportSummary
    • PublisherCpcLinkList
    • PublisherAccStoreMappingResult
    • PublisherCpcReport
    • PublisherAccStoreMappingRequest
    • PublisherCpcReportList
  1. CPC Program

Join a CPC Campaign

POST
/openapi/publisher/v1/cpc/campaigns/{campaignId}/join
Joins the authenticated publisher to a visible CPC campaign in the requested marketplace. The campaign must be active and eligible for the publisher. Repeated join attempts for an already joined campaign are treated as input validation failures.

Request

Path Params

Header Params

Responses

🟢200
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.artemisads.com/openapi/publisher/v1/cpc/campaigns/aa_86Rf07xd4ztfA13R/join' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx'
Response Response Example
{
    "success": true
}
Modified at 2026-06-01 08:28:46
Previous
Get CPC Campaign Detail
Next
List Joined CPC Campaigns
Built with