1. Associate Tags
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
          POST
        • List Associate Tags
          GET
      • Product Links
        • List Associate Links
        • Create Associate Link
      • Reports
        • List Associate Reports
    • CPC Program
      • List CPC Campaigns
      • Get CPC Campaign Detail
      • Join a CPC Campaign
      • List Joined CPC Campaigns
      • Get Joined CPC Campaign Detail
      • List CPC Campaign Product Links
      • List CPC Campaign Daily Reports
    • ACC Program
      • List ACC Campaigns
      • List ACC Bonus Programs
      • Get ACC Bonus Program Report Summary
      • Upload Store ID and Creator ID
  • Seller API
    • Attribution Program
      • Brand
        • List Brands
      • Report
        • List Product Attribution Reports
  1. Associate Tags

Create Associate Tags

POST
/openapi/publisher/v1/associate/tags
Create new associate tags for the authenticated user. These tags can later be linked to associate links.

Request

Header Params

Body Params application/json

Examples

Responses

🟒200Success
application/json
Bodyapplication/json

🟠401Unauthorized
🟠403Forbidden
🟠429Too Many Requests
🟠422Input Validation Failed
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.artemisads.com/openapi/publisher/v1/associate/tags' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx' \
--header 'Content-Type: application/json' \
--data '{
    "marketplace": "string",
    "tags": [
        "string"
    ]
}'
Response Response Example
200 - ζˆεŠŸη€ΊδΎ‹
{
  "successCount": 0,
  "failureCount": 0,
  "failedTags": [
    ""
  ]
}
Modified atΒ 2025-11-11 08:27:57
Previous
List Associate Brands
Next
List Associate Tags
Built with