Ad Server
  • Welcome
    • Overview
    • Release Notes
  • Demand
    • Advertisers
    • Tags
      • RTB / Prebid Server
      • Supply Chain
      • Bulk Upload
    • Bid Adapters
  • Supply
    • Publishers
    • Channels
      • Macros
  • General
    • Third Party Pixels (TPP)
    • Targeting
  • Analytics
    • Dashboard
    • Custom Reports
  • API Refrence
    • Authentication
    • Tags
Powered by GitBook
On this page
  1. API Refrence

Tags

The Tags API allows for managing tag objects via various RESTful operations including GET (Retrieve), INDEX (List), POST (Create), PUT (Update), and DELETE.

API Endpoints

GET / PUT / DELETE:

https://app.privateadserver.com/api/tag/{id}/

INDEX / POST:

https://app.privateadserver.com/api/tag/
{
    "ID": 8515,
    "accountID": 5,
    "userID": 6,
    "createdAt": "2023-12-28T12:44:51.58Z",
    "status": 2,
    "updatedAt": "2024-01-03T10:19:09.55694Z",
    "DeletedAt": null,
    "name": "Tag Name",
    "tagType": 8,
    "adType": 1,
    "url": "tagURL",
    "impressionCap": 0,
    "requestCap": 0,
    "QPSCap": 0,
    "CPM": 1,
    "CPMOverride": 0,
    "CPMOverridePercentage": false,
    "impressions": 0,
    "requests": 0,
    "advertiserID": 36,
    "bidderSettingsID": 51,
    "adstxt": "",
    "extraparams": {
        "member": "9382",
        "placement_id": 30381383
    },
    "rawVast": "",
    "demandSource": "",
    "rtbAuctionType": 1,
    "rtbVersion": "2.5",
    "rtbInterstitial": false,
    "rtbMaxDuration": 0,
    "rtbMinDuration": 0,
    "rtbMaxBitrate": 0,
    "rtbLinear": 1,
    "rtbProtocols": [
        1,
        2,
        3,
        4,
        5,
        6,
        7,
        8,
        11,
        12,
        13,
        14
    ],
    "rtbType": 1,
    "rtbPlaybackMethod": 0,
    "rtbPlacement": 1,
    "rtbMargin": 0,
    "rtbTMax": 0,
    "rtbPlcmt": 1,
    "fees": 0,
    "revenueModel": 1,
    "revenueSplit": 0,
    "targetingID": 0,
    "vUnwrap": false,
    "tpp": [],
    "countryTargeting": [],
    "countryTargetingInclusion": true,
    "OSTargeting": [],
    "OSTargetingInclusion": true,
    "domainTargeting": [],
    "domainTargetingInclusion": true,
    "trafficTypeTargeting": [],
    "MapCountry": null,
    "MapOS": null,
    "MapDomain": null,
    "MapTrafficType": null,
    "rtbPassSChain": false,
    "noPChain": false,
    "schainId": "Yf52sBj2tL",
    "schainDomain": "grouprvn.com",
    "schainMode": 1
}

PreviousAuthentication

Last updated 1 year ago