Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »


1. Login

To log in - the general login API is used. Example - Login API

this step is for getting a Token to add to the request header for Authentication reasons.

2. Create ad source:

Request URL:
https://manage.aniview.com/api/adserver/adsource?format=json

Request Method:
POST

Headers:

{ Content-Type: application/json,
  X-Bamboo-Token: "<your_Auth_Token>" }

body:

CTV denamd source, Without any targeting or budgeting.

{
  "cpm": 0,
  "playerSettings": {
    "tagTimeout": null,
    "optimizedTimeout": null,
    "maxRPM": null,
    "maxParallelBid": null
  },
  "description": null,
  "flight": {
    "isScheduled": false,
    "startDate": 1723134222,
    "endDate": 1723134222,
    "pViewValue": {
      "startDate": "2024-08-08T13:23:42.782Z",
      "endDate": "2024-08-08T13:23:42.782Z"
    }
  },
  "impressionCap": {
    "frequency": 4,
    "sum": 0,
    "totalCompleted": 0,
    "dailyCompleted": 0,
    "monthlyCompleted": 0
  },
  "completionCap": {
    "frequency": 4,
    "sum": 0,
    "totalCompleted": 0,
    "dailyCompleted": 0,
    "monthlyCompleted": 0,
    "servingMode": 1
  },
  "revenueCap": {
    "frequency": 4,
    "sum": 0,
    "totalCompleted": 0,
    "dailyCompleted": 0,
    "monthlyCompleted": 0,
    "servingMode": 1
  },
  "supplyImpressionCap": {
    "frequency": 4,
    "sum": 0,
    "totalCompleted": 0,
    "dailyCompleted": 0,
    "monthlyCompleted": 0,
    "servingMode": 1
  },
  "supplyCompletionCap": {
    "frequency": 4,
    "sum": 0,
    "totalCompleted": 0,
    "dailyCompleted": 0,
    "monthlyCompleted": 0,
    "servingMode": 1
  },
  "supplyRevenueCap": {
    "frequency": 4,
    "sum": 0,
    "totalCompleted": 0,
    "dailyCompleted": 0,
    "monthlyCompleted": 0,
    "servingMode": 1
  },
  "supplyRequestsPerDay": {
    "limit": 0,
    "hasLimit": false
  },
  "frequencyCap": {
    "sum": 0,
    "frequency": 4,
    "servingMode": 1
  },
  "supplyFrequencyCap": {
    "sum": 0,
    "frequency": 4,
    "servingMode": 1,
    "propagateToDemand": true
  },
  "cappings": {
    "impression": {
      "enabled": false,
      "rules": [],
      "totalCompleted": 0,
      "dailyCompleted": 0
    },
    "completion": {
      "enabled": false,
      "rules": [],
      "totalCompleted": 0,
      "dailyCompleted": 0
    },
    "revenue": {
      "enabled": false,
      "rules": [],
      "totalCompleted": 0,
      "dailyCompleted": 0
    },
    "request": {
      "enabled": false,
      "rules": [],
      "totalCompleted": 0,
      "dailyCompleted": 0
    },
    "frequency": {
      "enabled": false,
      "rules": [],
      "totalCompleted": 0
    }
  },
  "optimizationSettings": {
    "limit": 0,
    "minFr": 0.5,
    "timeFrame": 3,
    "hasLimit": false
  },
  "name": "Streamr.ai test",
  "provider": 999,
  "requestsPerDay": {
    "limit": 0,
    "hasLimit": false,
    "servingMode": 1
  },
  "servingMode": 1,
  "source": {
    "type": 9,
    "url": "https://www.example.com",
    "clickThroughUrl": null,
    "mime": null,
    "bidder": null,
    "protocols": null,
    "at": null,
    "test": null,
    "timeout": null,
    "rtb": {},
    "tmax": null,
    "mimes": null,
    "frameworks": null,
    "placement": null,
    "floorPriceType": 1,
    "prioritizeFP": false,
    "prioritizeConnFP": false,
    "cookieSync": {
      "provider": "#null#"
    }
  },
  "status": 1,
  "targeting": {
    "bot": true,
    "customTargeting": [],
    "content": {},
    "geography": {
      "isCountryView": true,
      "inclusion": true,
      "excludeUnknownGeo": false,
      "list": []
    },
    "geographyCoor": {
      "inclusion": true,
      "list": []
    },
    "geographyZip": {
      "inclusion": true,
      "list": []
    },
    "placement": {
      "inclusion": true,
      "excludeUnknown": false
    },
    "dow": null,
    "adtxt": null,
    "domain": {
      "list": [],
      "inclusion": true
    },
    "device": null,
    "os": null,
    "deviceType": null,
    "tag": null,
    "playerSize": null,
    "targetPlatform": null,
    "idfa": {},
    "slot": null
  },
  "type": 1,
  "accounting": {
    "type": 1,
    "value": 0.7
  },
  "ivt": {},
  "publisherId": null,
  "origin": null,
  "platformLink": {
    "environment": 1,
    "platformID": null
  },
  "dTargeting": {},
  "trackers": [],
  "dTrackers": [],
  "fts": {
    "fta": []
  },
  "bo": {
    "frFloorOpt": {}
  },
  "creativeType": 1,
  "tpp": {
    "provider": null,
    "tppAsid": null,
    "tppRecordId": null,
    "tppChildNetwork": null
  },
  "ignoreNetworkConnectionFloorPrice": false,
  "ignorePartnerConnectionFloorPrice": false,
  "useAdvertiserTargeting": true,
  "thirdPartyCost": {
    "type": 0,
    "subtractionType": 1,
    "value": 70
  },
  "priceException": {
    "type": 0,
    "value": 70,
    "cutModel": 1
  },
  "ownerType": 1
}

Response:

200 OK

  • Here you get the entire adsource object and the id in _id for other calls later.

{
    "data": {
        "id": null,
        "_id": {
            "$oid": "66b4c855efa3f0e54d032025"
        },
        "createdAt": 1723123797,
        "updatedAt": 1723123797,
        "iUpdatedAt": 1723123797,
        "createdBy": "xxx@aniview.com",
        "updatedBy": "xxx@aniview.com",
        "status": 1,
        "name": "Streamr.ai test",
        "description": null,
        "publisherId": "565c56d3181f46bd608b459a",
        "restoreFrom": null,
        "lastAuditTrailId": null,
        "cpm": 0,
        "useMappedValues": null,
        "useMappedCPM": null,
        "floorKey": null,
        "averageCpm": null,
        "cpr": null,
        "optimizedCpmSync": null,
        "fpOptimization": null,
        "haCpm": null,
        "flight": {
            "isScheduled": false,
            "startDate": 1723134222,
            "endDate": 1723134222,
            "pViewValue": {
                "startDate": "2024-08-08T13:23:42.782Z",
                "endDate": "2024-08-08T13:23:42.782Z"
            }
        },
        "servingMode": 1,
        "requestsPerDay": {
            "limit": 0,
            "hasLimit": false,
            "servingMode": 1,
            "frequency": null,
            "totalSent": 0,
            "lastDailyUpdate": 1723123798,
            "lastDailyInit": 1723123798,
            "advancedCappingRules": null
        },
        "optimizationSettings": {
            "hasLimit": false,
            "minFr": 0.5,
            "limit": 0,
            "timeFrame": 3,
            "denyRatio": null
        },
        "impressionCap": {
            "frequency": 4,
            "servingMode": null,
            "sum": 0,
            "lastDailyUpdate": 1723123798,
            "lastMonthlyUpdate": 1723123798,
            "lastDailyInit": 1723123798,
            "lastMonthlyInit": 1723123798,
            "totalCompleted": 0,
            "dailyCompleted": 0,
            "monthlyCompleted": 0,
            "advancedCappingRules": null,
            "propagateToDemand": null
        },
        "completionCap": {
            "sum": 0,
            "frequency": 4,
            "servingMode": 1,
            "totalCompleted": 0,
            "monthlyCompleted": 0,
            "dailyCompleted": 0,
            "advancedCappingRules": {
                "conditions": [],
                "conditionType": null
            }
        },
        "revenueCap": {
            "sum": 0,
            "frequency": 4,
            "servingMode": 1,
            "totalCompleted": 0,
            "monthlyCompleted": 0,
            "dailyCompleted": 0,
            "advancedCappingRules": {
                "conditions": [],
                "conditionType": null
            }
        },
        "targeting": {
            "domain": {
                "inclusion": true,
                "list": [],
                "excludeEmptyDomain": false
            },
            "geography": {
                "inclusion": true,
                "list": [],
                "isCountryView": true,
                "excludeUnknownGeo": false
            },
            "geographyZip": {
                "inclusion": true,
                "list": [],
                "isCountryView": false,
                "excludeUnknownGeo": false
            },
            "geographyCoor": {
                "inclusion": true,
                "list": [],
                "isCountryView": false,
                "excludeUnknownGeo": false
            },
            "device": null,
            "os": null,
            "deviceType": null,
            "tag": null,
            "playerSize": null,
            "targetPlatform": null,
            "dow": null,
            "adtxt": null,
            "customRules": null,
            "idfa": [],
            "euConsent": null,
            "ccpa": null,
            "buyeruid": null,
            "euConsentRtb": null,
            "slot": null,
            "placement": {
                "inclusion": true,
                "excludeUnknown": false
            },
            "customTargeting": null,
            "bot": true,
            "content": {
                "excludeSensitive": null
            }
        },
        "source": {
            "type": 9,
            "url": "https:\/\/www.example.com",
            "clickThroughUrl": null,
            "platform": null,
            "platformId": null,
            "mode": null,
            "videos": null,
            "environment": null,
            "mimes": null,
            "frameworks": null,
            "bidder": null,
            "protocols": null,
            "at": null,
            "test": null,
            "tmax": null,
            "protoVersion": null,
            "placement": null,
            "iapd": null,
            "prebid": null,
            "prebidServer": null,
            "platformLink": null,
            "rtb": {
                "maxbitrate": null,
                "instl": null,
                "skip": null,
                "dnt": null,
                "pos": null,
                "rtbGap": null,
                "siteId": null,
                "tagId": null,
                "zoneId": null,
                "accountId": null,
                "sizeId": null,
                "playbackMethod": null,
                "provider": null,
                "providerPubId": null,
                "providerPubId2": null,
                "cookieSyncId": null,
                "tokens": null,
                "groupId": null,
                "custom": null,
                "privateAuction": null,
                "proxyRequest": null,
                "deals": null,
                "inventoryId": null,
                "maxDuration": null,
                "ext": null,
                "publisher": null,
                "rwdd": null
            },
            "plover": null,
            "cookieSync": null,
            "floorPriceType": 1,
            "prioritizeFP": false,
            "prioritizeConnFP": false,
            "useAppSiteTitle": null,
            "adomain": null,
            "replace": null,
            "addAVKV": null,
            "gamParams": null
        },
        "provider": 999,
        "advertiserId": null,
        "ownerPublisherId": null,
        "useAdvertiserTargeting": true,
        "debug": null,
        "accountingFeeId": null,
        "type": 1,
        "fr": null,
        "playerSettings": {
            "loop": null,
            "optimizedTimeout": null,
            "realACpm": null,
            "fp": null,
            "tagTimeout": null,
            "maxRPM": null,
            "gamMaxRPM": null,
            "vpp": null,
            "mips": null,
            "mrqs": null,
            "wsec": null,
            "noSsl": null,
            "vi": null,
            "frvi": null,
            "nc": null,
            "sdk4": null,
            "ops": null,
            "impCountOn": null,
            "vit": null,
            "vibd": null,
            "vitd": null,
            "prvi": null,
            "vpm": null,
            "cycleFreq": null,
            "timeSpan": null,
            "completionRate": null,
            "noCb": null,
            "viewabilityThreshold": null,
            "impwt": null,
            "impwc": null,
            "impwr": null,
            "dealKV": null,
            "dealVi": null,
            "lidr": null,
            "maxParallelBid": null,
            "fply": null,
            "pxsec": null,
            "flidr": null,
            "gl": null,
            "skipMode": null,
            "skipTimer": null,
            "oPlcmt": null,
            "oMute": null
        },
        "trackers": [],
        "flags": null,
        "ivt": {
            "prebid": null,
            "postbids": []
        },
        "environment": null,
        "optData": null,
        "dailyData": null,
        "frequencyCap": {
            "frequency": 4,
            "servingMode": 1,
            "sum": 0,
            "lastDailyUpdate": null,
            "lastMonthlyUpdate": null,
            "lastDailyInit": null,
            "lastMonthlyInit": null,
            "totalCompleted": null,
            "dailyCompleted": null,
            "monthlyCompleted": null,
            "advancedCappingRules": null,
            "propagateToDemand": null
        },
        "tpp": {
            "tppId": null,
            "provider": null,
            "sync": null,
            "tppAsid": null,
            "tppRecordId": "",
            "lastSync": null,
            "status": null,
            "errorReason": null,
            "tppChildNetwork": null,
            "thirdPublisherId": null
        },
        "priceException": {
            "type": 0,
            "enabled": null,
            "value": 70,
            "max": null,
            "cutModel": 1
        },
        "isOno": null,
        "ownerType": 1,
        "thirdPartyCost": {
            "type": 0,
            "enabled": null,
            "value": 70,
            "subtractionType": 1
        },
        "pm": null,
        "bo": {
            "s": null,
            "h": null,
            "l": null,
            "sv": null,
            "hv": null,
            "lv": null,
            "opd": null,
            "frFloorOpt": {
                "pad": null
            }
        },
        "ignoreNetworkConnectionFloorPrice": false,
        "ignoreFP": null,
        "ignorePartnerConnectionFloorPrice": false,
        "blockingAttributes": null,
        "prp": null,
        "fts": {
            "fta": [],
            "overOpt": null,
            "en": null
        },
        "cur": null,
        "sapr": null,
        "cappings": {
            "impression": {
                "enabled": false,
                "totalCompleted": 0,
                "dailyCompleted": 0,
                "rules": []
            },
            "completion": {
                "enabled": false,
                "totalCompleted": 0,
                "dailyCompleted": 0,
                "rules": []
            },
            "revenue": {
                "enabled": false,
                "totalCompleted": 0,
                "dailyCompleted": 0,
                "rules": []
            },
            "request": {
                "enabled": false,
                "totalCompleted": 0,
                "dailyCompleted": 0,
                "rules": []
            },
            "frequency": {
                "enabled": false,
                "rules": []
            }
        },
        "creativeType": 1,
        "originId": "66b4c855efa3f0e54d032025",
        "operationType": 1,
        "private": false
    }
}

CTV denamd source with budgeting.

if you want to add budgeting it is in the “cappings” object:

"cappings": {
    "impression": {
      "enabled": true,
      "rules": [
        {
          "frequency": 1,
          "sum": "1000",
          "servingMode": 1
        }
      ],
      "totalCompleted": 0,
      "dailyCompleted": 0
    },
    "completion": {
      "enabled": false,
      "rules": [],
      "totalCompleted": 0,
      "dailyCompleted": 0
    },
    "revenue": {
      "enabled": false,
      "rules": [],
      "totalCompleted": 0,
      "dailyCompleted": 0
    },
    "request": {
      "enabled": true,
      "rules": [
        {
          "frequency": 3,
          "sum": "10000",
          "servingMode": 1
        }
      ],
      "totalCompleted": 0,
      "dailyCompleted": 0
    },
    "frequency": {
      "enabled": false,
      "rules": [],
      "totalCompleted": 0
    }
  },

AdSource API: for more information about the capping object you can see it here: https://aniviewwiki.atlassian.net/wiki/spaces/HELP/pages/2057699370/Ad+Source+API#3.3.-Create-Ad-Source

body:

{
  "cpm": 0,
  "playerSettings": {
    "tagTimeout": null,
    "optimizedTimeout": null,
    "maxRPM": null,
    "maxParallelBid": null
  },
  "description": null,
  "flight": {
    "isScheduled": false,
    "startDate": 1723123852,
    "endDate": 1723123852,
    "pViewValue": {
      "startDate": "2024-08-08T10:30:52.641Z",
      "endDate": "2024-08-08T10:30:52.641Z"
    }
  },
  "impressionCap": {
    "frequency": 4,
    "sum": 0,
    "totalCompleted": 0,
    "dailyCompleted": 0,
    "monthlyCompleted": 0
  },
  "completionCap": {
    "frequency": 4,
    "sum": 0,
    "totalCompleted": 0,
    "dailyCompleted": 0,
    "monthlyCompleted": 0,
    "servingMode": 1
  },
  "revenueCap": {
    "frequency": 4,
    "sum": 0,
    "totalCompleted": 0,
    "dailyCompleted": 0,
    "monthlyCompleted": 0,
    "servingMode": 1
  },
  "supplyImpressionCap": {
    "frequency": 4,
    "sum": 0,
    "totalCompleted": 0,
    "dailyCompleted": 0,
    "monthlyCompleted": 0,
    "servingMode": 1
  },
  "supplyCompletionCap": {
    "frequency": 4,
    "sum": 0,
    "totalCompleted": 0,
    "dailyCompleted": 0,
    "monthlyCompleted": 0,
    "servingMode": 1
  },
  "supplyRevenueCap": {
    "frequency": 4,
    "sum": 0,
    "totalCompleted": 0,
    "dailyCompleted": 0,
    "monthlyCompleted": 0,
    "servingMode": 1
  },
  "supplyRequestsPerDay": {
    "limit": 0,
    "hasLimit": false
  },
  "frequencyCap": {
    "sum": 0,
    "frequency": 4,
    "servingMode": 1
  },
  "supplyFrequencyCap": {
    "sum": 0,
    "frequency": 4,
    "servingMode": 1,
    "propagateToDemand": true
  },
  "cappings": {
    "impression": {
      "enabled": true,
      "rules": [
        {
          "frequency": 1,
          "sum": "1000",
          "servingMode": 1
        }
      ],
      "totalCompleted": 0,
      "dailyCompleted": 0
    },
    "completion": {
      "enabled": false,
      "rules": [],
      "totalCompleted": 0,
      "dailyCompleted": 0
    },
    "revenue": {
      "enabled": false,
      "rules": [],
      "totalCompleted": 0,
      "dailyCompleted": 0
    },
    "request": {
      "enabled": true,
      "rules": [
        {
          "frequency": 3,
          "sum": "10000",
          "servingMode": 1
        }
      ],
      "totalCompleted": 0,
      "dailyCompleted": 0
    },
    "frequency": {
      "enabled": false,
      "rules": [],
      "totalCompleted": 0
    }
  },
  "optimizationSettings": {
    "limit": 0,
    "minFr": 0.5,
    "timeFrame": 3,
    "hasLimit": false
  },
  "name": "Streamr.ai test",
  "provider": 999,
  "requestsPerDay": {
    "limit": 0,
    "hasLimit": false,
    "servingMode": 1
  },
  "servingMode": 1,
  "source": {
    "type": 9,
    "url": "https://www.exapmle.com",
    "clickThroughUrl": null,
    "mime": null,
    "bidder": null,
    "protocols": null,
    "at": null,
    "test": null,
    "timeout": null,
    "rtb": {},
    "tmax": null,
    "mimes": null,
    "frameworks": null,
    "placement": null,
    "floorPriceType": 1,
    "prioritizeFP": false,
    "prioritizeConnFP": false,
    "cookieSync": {
      "provider": "#null#"
    }
  },
  "status": 1,
  "targeting": {
    "bot": true,
    "customTargeting": [],
    "content": {},
    "geography": {
      "isCountryView": true,
      "inclusion": true,
      "excludeUnknownGeo": false,
      "list": []
    },
    "geographyCoor": {
      "inclusion": true,
      "list": []
    },
    "geographyZip": {
      "inclusion": true,
      "list": []
    },
    "placement": {
      "inclusion": true,
      "excludeUnknown": false
    },
    "dow": null,
    "adtxt": null,
    "domain": {
      "list": [],
      "inclusion": true
    },
    "device": null,
    "os": null,
    "deviceType": null,
    "tag": null,
    "playerSize": null,
    "targetPlatform": null,
    "idfa": {},
    "slot": null
  },
  "type": 1,
  "accounting": {
    "type": 1,
    "value": 0.7
  },
  "ivt": {},
  "publisherId": null,
  "origin": null,
  "platformLink": {
    "environment": 1,
    "platformID": null
  },
  "dTargeting": {},
  "trackers": [],
  "dTrackers": [],
  "fts": {
    "fta": []
  },
  "bo": {
    "frFloorOpt": {}
  },
  "creativeType": 1,
  "tpp": {
    "provider": null,
    "tppAsid": null,
    "tppRecordId": null,
    "tppChildNetwork": null
  },
  "ignoreNetworkConnectionFloorPrice": false,
  "ignorePartnerConnectionFloorPrice": false,
  "useAdvertiserTargeting": true,
  "thirdPartyCost": {
    "type": 0,
    "subtractionType": 1,
    "value": 70
  },
  "priceException": {
    "type": 0,
    "value": 70,
    "cutModel": 1
  },
  "ownerType": 1
}

3.Edit ad source:

Request URL:
https://manage.aniview.com/api/adserver/adsource/66b49e7dcaf21a06fd0e17d7?format=json

Request Method:
PUT

Status Code:
200 OK

Headers:

{ Content-Type: application/json,
  X-Bamboo-Token: "<your_Auth_Token>" }

AdSource API: if you want more information about the targeting object you can see it here: https://aniviewwiki.atlassian.net/wiki/spaces/HELP/pages/2057699370/Ad+Source+API#3.3.-Create-Ad-Source

Here is an example of adding targeting to existing

body:

{
  "_id": {
    "$oid": "66b49e7dcaf21a06fd0e17d7"
  },
  "id": null,
  "createdAt": 1723113085,
  "updatedAt": 1723113085,
  "iUpdatedAt": 1723113085,
  "createdBy": "atara@aniview.com",
  "updatedBy": "atara@aniview.com",
  "status": 1,
  "name": "Streamr.ai test",
  "description": null,
  "publisherId": "565c56d3181f46bd608b459a",
  "restoreFrom": null,
  "lastAuditTrailId": null,
  "cpm": 0,
  "useMappedValues": null,
  "useMappedCPM": null,
  "floorKey": null,
  "averageCpm": null,
  "cpr": null,
  "optimizedCpmSync": null,
  "fpOptimization": null,
  "haCpm": null,
  "flight": {
    "isScheduled": false,
    "startDate": 1723123852,
    "endDate": 1723123852,
    "pViewValue": {
      "startDate": "2024-08-08T10:30:52.000Z",
      "endDate": "2024-08-08T10:30:52.000Z"
    }
  },
  "servingMode": 1,
  "requestsPerDay": {
    "limit": 0,
    "hasLimit": false,
    "servingMode": 1,
    "frequency": null,
    "totalSent": 0,
    "lastDailyUpdate": 1723113086,
    "lastDailyInit": 1723113086,
    "advancedCappingRules": null
  },
  "optimizationSettings": {
    "hasLimit": false,
    "minFr": 0.5,
    "limit": 0,
    "timeFrame": 3,
    "denyRatio": null
  },
  "impressionCap": {
    "frequency": 4,
    "servingMode": null,
    "sum": 0,
    "lastDailyUpdate": 1723113086,
    "lastMonthlyUpdate": 1723113086,
    "lastDailyInit": 1723113086,
    "lastMonthlyInit": 1723113086,
    "totalCompleted": 0,
    "dailyCompleted": 0,
    "monthlyCompleted": 0,
    "advancedCappingRules": null,
    "propagateToDemand": null
  },
  "completionCap": {
    "sum": 0,
    "frequency": 4,
    "servingMode": 1,
    "totalCompleted": 0,
    "monthlyCompleted": 0,
    "dailyCompleted": 0,
    "advancedCappingRules": {
      "conditions": [],
      "conditionType": null
    }
  },
  "revenueCap": {
    "sum": 0,
    "frequency": 4,
    "servingMode": 1,
    "totalCompleted": 0,
    "monthlyCompleted": 0,
    "dailyCompleted": 0,
    "advancedCappingRules": {
      "conditions": [],
      "conditionType": null
    }
  },
  "targeting": {
    "domain": {
      "inclusion": true,
      "list": [],
      "excludeEmptyDomain": false
    },
    "geography": {
      "isCountryView": true,
      "inclusion": true,
      "excludeUnknownGeo": false,
      "list": [
        "US",
        "UA"
      ]
    },
    "geographyZip": {
      "inclusion": true,
      "list": []
    },
    "geographyCoor": {
      "inclusion": true,
      "list": []
    },
    "device": null,
    "os": null,
    "deviceType": null,
    "tag": null,
    "playerSize": null,
    "targetPlatform": null,
    "dow": null,
    "adtxt": null,
    "customRules": null,
    "idfa": [],
    "euConsent": null,
    "ccpa": null,
    "buyeruid": null,
    "euConsentRtb": null,
    "slot": null,
    "placement": {
      "inclusion": true,
      "excludeUnknown": false,
      "list": [
        "1",
        "3"
      ]
    },
    "customTargeting": [],
    "bot": true,
    "content": {
      "excludeSensitive": false
    }
  },
  "source": {
    "type": 9,
    "url": "https://www.exapmle.com",
    "clickThroughUrl": null,
    "platform": null,
    "platformId": null,
    "mode": null,
    "videos": null,
    "environment": null,
    "mimes": null,
    "frameworks": null,
    "bidder": null,
    "protocols": null,
    "at": null,
    "test": null,
    "tmax": null,
    "protoVersion": null,
    "placement": null,
    "iapd": null,
    "prebid": null,
    "prebidServer": null,
    "platformLink": null,
    "rtb": {
      "maxbitrate": null,
      "instl": null,
      "skip": null,
      "dnt": null,
      "pos": null,
      "rtbGap": null,
      "siteId": null,
      "tagId": null,
      "zoneId": null,
      "accountId": null,
      "sizeId": null,
      "playbackMethod": null,
      "provider": null,
      "providerPubId": null,
      "providerPubId2": null,
      "cookieSyncId": null,
      "tokens": null,
      "groupId": null,
      "custom": null,
      "privateAuction": null,
      "proxyRequest": null,
      "deals": null,
      "inventoryId": null,
      "maxDuration": null,
      "ext": null,
      "publisher": null,
      "rwdd": null
    },
    "plover": null,
    "cookieSync": {
      "provider": "#null#"
    },
    "floorPriceType": 1,
    "prioritizeFP": false,
    "prioritizeConnFP": false,
    "useAppSiteTitle": null,
    "adomain": null,
    "replace": null,
    "addAVKV": null
  },
  "provider": 999,
  "advertiserId": null,
  "ownerPublisherId": null,
  "useAdvertiserTargeting": true,
  "debug": null,
  "accountingFeeId": null,
  "type": 1,
  "fr": null,
  "playerSettings": {},
  "trackers": [],
  "flags": null,
  "ivt": {
    "prebid": null,
    "postbids": []
  },
  "environment": null,
  "optData": null,
  "dailyData": null,
  "frequencyCap": {
    "frequency": 4,
    "servingMode": 1,
    "sum": 0,
    "lastDailyUpdate": null,
    "lastMonthlyUpdate": null,
    "lastDailyInit": null,
    "lastMonthlyInit": null,
    "totalCompleted": null,
    "dailyCompleted": null,
    "monthlyCompleted": null,
    "advancedCappingRules": null,
    "propagateToDemand": null
  },
  "tpp": {
    "tppId": null,
    "provider": 999,
    "sync": null,
    "tppAsid": null,
    "tppRecordId": "",
    "lastSync": null,
    "status": null,
    "errorReason": null,
    "tppChildNetwork": null,
    "thirdPublisherId": null
  },
  "priceException": {
    "type": 0,
    "enabled": null,
    "value": 70,
    "max": null,
    "cutModel": 1
  },
  "isOno": null,
  "ownerType": 1,
  "thirdPartyCost": {
    "type": 0,
    "enabled": null,
    "value": 70,
    "subtractionType": 1
  },
  "pm": null,
  "bo": {
    "s": null,
    "h": null,
    "l": null,
    "sv": null,
    "hv": null,
    "lv": null,
    "opd": null,
    "frFloorOpt": {
      "pad": null
    }
  },
  "ignoreNetworkConnectionFloorPrice": false,
  "ignoreFP": null,
  "ignorePartnerConnectionFloorPrice": false,
  "blockingAttributes": null,
  "prp": null,
  "fts": {
    "fta": [],
    "overOpt": null,
    "en": null
  },
  "cur": null,
  "sapr": "#null#",
  "cappings": {
    "impression": {
      "enabled": true,
      "totalCompleted": 0,
      "dailyCompleted": 0,
      "rules": [
        {
          "frequency": 1,
          "servingMode": 1,
          "sum": "1000",
          "advancedCappingRules": null
        }
      ]
    },
    "completion": {
      "enabled": false,
      "totalCompleted": 0,
      "dailyCompleted": 0,
      "rules": []
    },
    "revenue": {
      "enabled": false,
      "totalCompleted": 0,
      "dailyCompleted": 0,
      "rules": []
    },
    "request": {
      "enabled": true,
      "totalCompleted": 0,
      "dailyCompleted": 0,
      "rules": [
        {
          "frequency": 3,
          "servingMode": 1,
          "sum": "10000",
          "advancedCappingRules": null
        }
      ]
    },
    "frequency": {
      "enabled": false,
      "rules": [],
      "totalCompleted": 0
    }
  },
  "creativeType": 1,
  "dTargeting": {},
  "dTrackers": [],
  "accounting": {
    "type": 0,
    "value": 70
  }
}

4.create Channel:

Request URL:
https://manage.aniview.com/api/adserver/adsource?format=json

Request Method:
POST

Headers:

{ Content-Type: application/json,
  X-Bamboo-Token: "<your_Auth_Token>" }

body:

{
  "creativeType": 1,
  "type": 1,
  "name": "New Channel - Video",
  "optimized": true,
  "accounting": {
    "enabled": null,
    "type": 1,
    "value": 0
  },
  "playerSettings": {
    "tagTimeout": null,
    "optimizedTimeout": null,
    "maxRPM": null,
    "maxParallelBid": null
  }
}

response:

200 OK

{
  "id": null,
  "_id": {
    "$oid": "66b4a6075167de7dcd004671"
  },
  "createdAt": 1723115015,
  "updatedAt": 1723115015,
  "iUpdatedAt": 1723115015,
  "createdBy": "atara@aniview.com",
  "updatedBy": "atara@aniview.com",
  "status": 1,
  "name": "New Channel - Video",
  "description": null,
  "publisherId": "565c56d3181f46bd608b459a",
  "restoreFrom": null,
  "lastAuditTrailId": null,
  "instanceId": "565c56d3181f46bd608b459a",
  "optimized": true,
  "optModel": null,
  "optModelV": null,
  "accounting": {
    "type": 1,
    "enabled": null,
    "value": 0,
    "max": null,
    "cutModel": null
  },
  "revShare": null,
  "ivt": null,
  "fp": null,
  "sid": null,
  "nlasid": null,
  "trackers": null,
  "impcoc": null,
  "environment": null,
  "adTxt": true,
  "ovrdPbSchain": null,
  "ovrdParSchain": null,
  "rmvParSchain": null,
  "syncChannel": null,
  "type": 1,
  "optData": null,
  "publisher": null,
  "playerSettings": [],
  "maxrun": null,
  "maximp": null,
  "interval": null,
  "custom": null,
  "minRpm": null,
  "limitAdvertisers": null,
  "isSessionIdEnabled": null,
  "limitAdvertisersList": null,
  "adstxt": null,
  "timeoutMs": null,
  "enableMbq": null,
  "mbq": null,
  "enableInventoryPartnerDomain": null,
  "ipd": null,
  "useAppSiteIpd": null,
  "prp": null,
  "isGam": null,
  "ibv": null,
  "ibvPT": null,
  "bo": null,
  "ab": null,
  "adSources": null,
  "creativeType": 1,
  "originId": "66b4a6075167de7dcd004671",
  "operationType": 1,
  "private": false
}

You can associate an AdSource directly when creating the channel with the adSources field

"adSources": [
    {
      "id": "66b495171fabcdd581028849",
      "priority": "1"
    }
]

5.Associate adsorce with channel:

Request URL:
https://manage.aniview.com/api/adserver/channel/66b47928e5f3ab42e003c5b4?format=json

Request Method:
PUT

Headers:

{ Content-Type: application/json,
  X-Bamboo-Token: "<your_Auth_Token>" }

body:

inside the adSources object you will add the id you got from the create ad source response

{
   "_id":{
      "$oid":"66b4a6075167de7dcd004671"
   },
   "adSources":[
      {
         "id":"66b495171fabcdd581028849",
         "priority":"0"
      }
   ]
}

Response:

200 OK

{
    "data": {
        "id": null,
        "_id": {
            "$oid": "66b4a6075167de7dcd004671"
        },
        "createdAt": 1723115015,
        "updatedAt": 1723124989,
        "iUpdatedAt": 1723124989,
        "createdBy": "atara@aniview.com",
        "updatedBy": "atara@aniview.com",
        "status": 1,
        "name": "New Channel - Video",
        "description": null,
        "publisherId": "565c56d3181f46bd608b459a",
        "restoreFrom": null,
        "lastAuditTrailId": null,
        "instanceId": "565c56d3181f46bd608b459a",
        "optimized": true,
        "optModel": null,
        "optModelV": null,
        "accounting": {
            "type": 1,
            "enabled": null,
            "value": 0,
            "max": null,
            "cutModel": null
        },
        "revShare": 0,
        "ivt": {
            "prebid": null,
            "postbids": []
        },
        "fp": 0,
        "sid": null,
        "nlasid": null,
        "trackers": [],
        "impcoc": null,
        "environment": null,
        "adTxt": true,
        "ovrdPbSchain": false,
        "ovrdParSchain": false,
        "rmvParSchain": false,
        "syncChannel": null,
        "type": 1,
        "optData": null,
        "publisher": null,
        "playerSettings": [],
        "maxrun": null,
        "maximp": null,
        "interval": null,
        "custom": null,
        "minRpm": 0,
        "limitAdvertisers": false,
        "isSessionIdEnabled": false,
        "limitAdvertisersList": null,
        "adstxt": null,
        "timeoutMs": null,
        "enableMbq": false,
        "mbq": null,
        "enableInventoryPartnerDomain": false,
        "ipd": null,
        "useAppSiteIpd": false,
        "prp": {
            "prs": [],
            "mm": null,
            "cmm": null
        },
        "isGam": null,
        "ibv": false,
        "ibvPT": null,
        "bo": null,
        "ab": null,
        "adSources": [
            {
                "data": {
                    "id": null,
                    "_id": {
                        "$oid": "66b495171fabcdd581028849"
                    },
                    "createdAt": 1723110679,
                    "updatedAt": 1723110679,
                    "iUpdatedAt": 1723110679,
                    "createdBy": "atara@aniview.com",
                    "updatedBy": "atara@aniview.com",
                    "status": 1,
                    "name": "Streamr.ai test",
                    "description": null,
                    "publisherId": "565c56d3181f46bd608b459a",
                    "restoreFrom": null,
                    "lastAuditTrailId": null,
                    "cpm": 0,
                    "useMappedValues": null,
                    "useMappedCPM": null,
                    "floorKey": null,
                    "averageCpm": 0,
                    "cpr": null,
                    "optimizedCpmSync": null,
                    "fpOptimization": null,
                    "haCpm": null,
                    "flight": {
                        "isScheduled": false,
                        "startDate": 1723121460,
                        "endDate": 1723121460,
                        "pViewValue": {
                            "startDate": "2024-08-08T09:51:00.363Z",
                            "endDate": "2024-08-08T09:51:00.363Z"
                        }
                    },
                    "servingMode": 1,
                    "requestsPerDay": {
                        "limit": 0,
                        "hasLimit": false,
                        "servingMode": 1,
                        "frequency": null,
                        "totalSent": 0,
                        "lastDailyUpdate": 1723110679,
                        "lastDailyInit": 1723110679,
                        "advancedCappingRules": null
                    },
                    "optimizationSettings": {
                        "hasLimit": false,
                        "minFr": 0.5,
                        "limit": 0,
                        "timeFrame": 3,
                        "denyRatio": null
                    },
                    "impressionCap": {
                        "frequency": 4,
                        "servingMode": null,
                        "sum": 0,
                        "lastDailyUpdate": 1723110679,
                        "lastMonthlyUpdate": 1723110679,
                        "lastDailyInit": 1723110679,
                        "lastMonthlyInit": 1723110679,
                        "totalCompleted": 0,
                        "dailyCompleted": 0,
                        "monthlyCompleted": 0,
                        "advancedCappingRules": null,
                        "propagateToDemand": null
                    },
                    "completionCap": {
                        "sum": 0,
                        "frequency": 4,
                        "servingMode": 1,
                        "totalCompleted": 0,
                        "monthlyCompleted": 0,
                        "dailyCompleted": 0,
                        "advancedCappingRules": {
                            "conditions": [],
                            "conditionType": null
                        }
                    },
                    "revenueCap": {
                        "sum": 0,
                        "frequency": 4,
                        "servingMode": 1,
                        "totalCompleted": 0,
                        "monthlyCompleted": 0,
                        "dailyCompleted": 0,
                        "advancedCappingRules": {
                            "conditions": [],
                            "conditionType": null
                        }
                    },
                    "targeting": {
                        "domain": {
                            "inclusion": true,
                            "list": [],
                            "excludeEmptyDomain": false
                        },
                        "geography": {
                            "inclusion": true,
                            "list": [],
                            "isCountryView": true,
                            "excludeUnknownGeo": false
                        },
                        "geographyZip": {
                            "inclusion": true,
                            "list": [],
                            "isCountryView": false,
                            "excludeUnknownGeo": false
                        },
                        "geographyCoor": {
                            "inclusion": true,
                            "list": [],
                            "isCountryView": false,
                            "excludeUnknownGeo": false
                        },
                        "device": null,
                        "os": null,
                        "deviceType": null,
                        "tag": null,
                        "playerSize": null,
                        "targetPlatform": null,
                        "dow": null,
                        "adtxt": null,
                        "customRules": null,
                        "idfa": [],
                        "euConsent": null,
                        "ccpa": null,
                        "buyeruid": null,
                        "euConsentRtb": null,
                        "slot": null,
                        "placement": {
                            "inclusion": true,
                            "excludeUnknown": false
                        },
                        "customTargeting": null,
                        "bot": true,
                        "content": {
                            "excludeSensitive": null
                        }
                    },
                    "source": {
                        "type": 2,
                        "url": "https:\/\/www.example.com",
                        "clickThroughUrl": null,
                        "platform": null,
                        "platformId": null,
                        "mode": null,
                        "videos": null,
                        "environment": null,
                        "mimes": null,
                        "frameworks": null,
                        "bidder": null,
                        "protocols": null,
                        "at": null,
                        "test": null,
                        "tmax": null,
                        "protoVersion": null,
                        "placement": null,
                        "iapd": null,
                        "prebid": null,
                        "prebidServer": null,
                        "platformLink": null,
                        "rtb": {
                            "maxbitrate": null,
                            "instl": null,
                            "skip": null,
                            "dnt": null,
                            "pos": null,
                            "rtbGap": null,
                            "siteId": null,
                            "tagId": null,
                            "zoneId": null,
                            "accountId": null,
                            "sizeId": null,
                            "playbackMethod": null,
                            "provider": null,
                            "providerPubId": null,
                            "providerPubId2": null,
                            "cookieSyncId": null,
                            "tokens": null,
                            "groupId": null,
                            "custom": null,
                            "privateAuction": null,
                            "proxyRequest": null,
                            "deals": null,
                            "inventoryId": null,
                            "maxDuration": null,
                            "ext": null,
                            "publisher": null,
                            "rwdd": null
                        },
                        "plover": null,
                        "cookieSync": null,
                        "floorPriceType": 1,
                        "prioritizeFP": false,
                        "prioritizeConnFP": false,
                        "useAppSiteTitle": null,
                        "adomain": null,
                        "replace": null,
                        "addAVKV": null,
                        "gamParams": null
                    },
                    "provider": 999,
                    "advertiserId": null,
                    "ownerPublisherId": null,
                    "useAdvertiserTargeting": true,
                    "debug": null,
                    "accountingFeeId": null,
                    "type": 1,
                    "fr": null,
                    "playerSettings": {
                        "loop": null,
                        "optimizedTimeout": null,
                        "realACpm": null,
                        "fp": null,
                        "tagTimeout": null,
                        "maxRPM": null,
                        "gamMaxRPM": null,
                        "vpp": null,
                        "mips": null,
                        "mrqs": null,
                        "wsec": null,
                        "noSsl": null,
                        "vi": null,
                        "frvi": null,
                        "nc": null,
                        "sdk4": null,
                        "ops": null,
                        "impCountOn": null,
                        "vit": null,
                        "vibd": null,
                        "vitd": null,
                        "prvi": null,
                        "vpm": null,
                        "cycleFreq": null,
                        "timeSpan": null,
                        "completionRate": null,
                        "noCb": null,
                        "viewabilityThreshold": null,
                        "impwt": null,
                        "impwc": null,
                        "impwr": null,
                        "dealKV": null,
                        "dealVi": null,
                        "lidr": null,
                        "maxParallelBid": null,
                        "fply": null,
                        "pxsec": null,
                        "flidr": null,
                        "gl": null,
                        "skipMode": null,
                        "skipTimer": null,
                        "oPlcmt": null,
                        "oMute": null
                    },
                    "trackers": [],
                    "flags": null,
                    "ivt": {
                        "prebid": null,
                        "postbids": []
                    },
                    "environment": null,
                    "optData": null,
                    "dailyData": null,
                    "frequencyCap": {
                        "frequency": 4,
                        "servingMode": 1,
                        "sum": 0,
                        "lastDailyUpdate": null,
                        "lastMonthlyUpdate": null,
                        "lastDailyInit": null,
                        "lastMonthlyInit": null,
                        "totalCompleted": null,
                        "dailyCompleted": null,
                        "monthlyCompleted": null,
                        "advancedCappingRules": null,
                        "propagateToDemand": null
                    },
                    "tpp": {
                        "tppId": null,
                        "provider": null,
                        "sync": null,
                        "tppAsid": null,
                        "tppRecordId": "",
                        "lastSync": null,
                        "status": null,
                        "errorReason": null,
                        "tppChildNetwork": null,
                        "thirdPublisherId": null
                    },
                    "priceException": {
                        "type": 0,
                        "enabled": null,
                        "value": 70,
                        "max": null,
                        "cutModel": 1
                    },
                    "isOno": null,
                    "ownerType": 1,
                    "thirdPartyCost": {
                        "type": 0,
                        "enabled": null,
                        "value": 70,
                        "subtractionType": 1
                    },
                    "pm": null,
                    "bo": {
                        "s": null,
                        "h": null,
                        "l": null,
                        "sv": null,
                        "hv": null,
                        "lv": null,
                        "opd": null,
                        "frFloorOpt": {
                            "pad": null
                        }
                    },
                    "ignoreNetworkConnectionFloorPrice": false,
                    "ignoreFP": null,
                    "ignorePartnerConnectionFloorPrice": false,
                    "blockingAttributes": null,
                    "prp": null,
                    "fts": {
                        "fta": [],
                        "overOpt": null,
                        "en": null
                    },
                    "cur": null,
                    "sapr": null,
                    "cappings": {
                        "impression": {
                            "enabled": false,
                            "totalCompleted": 0,
                            "dailyCompleted": 0,
                            "rules": []
                        },
                        "completion": {
                            "enabled": false,
                            "totalCompleted": 0,
                            "dailyCompleted": 0,
                            "rules": []
                        },
                        "revenue": {
                            "enabled": false,
                            "totalCompleted": 0,
                            "dailyCompleted": 0,
                            "rules": []
                        },
                        "request": {
                            "enabled": false,
                            "totalCompleted": 0,
                            "dailyCompleted": 0,
                            "rules": []
                        },
                        "frequency": {
                            "enabled": false,
                            "rules": []
                        }
                    },
                    "creativeType": 1,
                    "analytics": {
                        "bid": 0,
                        "revenue": 0,
                        "request": 0,
                        "impression": 0,
                        "ncpm": 0,
                        "rpm": 0,
                        "bidRate": 0,
                        "fillRate": 0
                    }
                },
                "priority": 1,
                "id": "66b495171fabcdd581028849"
            }
        ],
        "creativeType": 1
    }
}


6.Get VAST for testing:

Use this template to get the VAST for testing.

In the AV_PUBLISHERID query parameter you will your Aniview Account ID.

In the AV_CHANNELID query parameter please put the channel id from the channel call response in step 4/5.

To learn more about the macros you can visit here: Macros

7.Generate a report for the campaign :

Request URL:

https://manage.aniview.com/api/adserver/stats/report?format=json&asFile=false&async=true&reportFormat=json&reportJsonSave=true&utcTime=true&reportOrigin=false&id=null&returnReport=false&runAsAsync=false&s=1723122450903&generateOrigin=ui-summary&dimensions=&metrics=inventory,request,bid,impression,revenue,totalCost&query=%7B%7D&startDate=1723075200&endDate=1723161599&tzo=0&collection=false&igq=false&drm=false&cb=false&includeHeaders=true&selectedDb=false&type=1&schedulingType=today&schedulingDateRangeValue=null

  • startDate: Required - Linux date, UNIX Timestamp, of the start time of the report The following link can be used for the date conversion - https://www.epochconverter.com/

  • endDate: Required - Linux date, UNIX Timestamp, of the end time of the report
    The following link can be used for the date conversion - https://www.epochconverter.com/

  • tzo: Optional - Time zone offset in hours from UTC. Reports are generated in UTC timezone.

  • dimensions: list of dimensions separated with an encoded comma (“,”) - you can use an encoder like https://meyerweb.com/eric/tools/dencoder/

  • metrics: list of metrics separated with an encoded comma (“,”) - you can use an encoder like https://meyerweb.com/eric/tools/dencoder/

  • format: json

  • query: HTML encoded query filter - you can use an encoder like https://meyerweb.com/eric/tools/dencoder/
    Sample query (before encoding): &query={"ncid":{"$in":[Vb9fea5181f46d4388b5555"]}}
    In this sample, it filters the report to include data only from the specified network channel

To read more about all the metrics and dimension and the call in general visit: Reporting API

Request Method:
GET

Headers:

{ Content-Type: application/json,
  X-Bamboo-Token: "<your_Auth_Token>" }

Response:

200 OK

  • Use the link in reportUrl to download the csv report file.

{
    "data": {
        "id": null,
        "_id": {
            "$oid": "66b4c52995e1192a8e0ad047"
        },
        "createdAt": {
            "$date": {
                "$numberLong": "1723122985000"
            }
        },
        "updatedAt": {
            "$date": {
                "$numberLong": "1723123055000"
            }
        },
        "iUpdatedAt": 1723122985,
        "createdBy": "atara@aniview.com",
        "updatedBy": "atara@aniview.com",
        "status": 7,
        "name": "temp report - 2024-08-08T13:16:25+00:00",
        "description": null,
        "publisherId": "565c56d3181f46bd608b459a",
        "restoreFrom": null,
        "lastAuditTrailId": null,
        "type": 1,
        "tppId": null,
        "lastRunAt": {
            "$date": {
                "$numberLong": "1723122992000"
            }
        },
        "lastScheduledRunAt": null,
        "nextScheduledRunAt": {
            "$date": {
                "$numberLong": "1723122985000"
            }
        },
        "startGenerationTime": 1723122985,
        "dimensions": {
            "values": []
        },
        "privacy": 1,
        "threshold": 50,
        "recipients": {
            "values": []
        },
        "frequency": "once",
        "scheduling": {
            "startDate": null,
            "endDate": null,
            "type": "today",
            "dateRangeValue": null,
            "startHour": 0,
            "isScheduled": null,
            "integration": null,
            "intervalHours": null,
            "weekDay": null,
            "monthDay": null
        },
        "timezoneOffset": 0,
        "timezoneName": null,
        "filter": {
            "startDate": {
                "$date": {
                    "$numberLong": "1723075200000"
                }
            },
            "endDate": {
                "$date": {
                    "$numberLong": "1723122900000"
                }
            },
            "requestEndDate": "1723161599",
            "requestStartDate": "1723075200",
            "additionalFilters": []
        },
        "metrics": {
            "values": [
                "inventory",
                "request",
                "bid",
                "impression",
                "revenue",
                "totalCost"
            ]
        },
        "socketAddress": "ws://wspot.aniview.com/report-ws/66b4c52995e1192a8e0ad047?last_id=1723123138",
        "collection": false,
        "reportUrl": "https://storage.googleapis.com/php-reports/565c56d3181f46bd608b459a/20240808/66b4c52995e1192a8e0ad047/17231229868-66b4c52ec4e1a/aniview-report-tempreport-2024-08-08t1316250000-66b4c52995e1192a8e0ad047-1723122986.csv",
        "reportUrlV2": null,
        "reportJsonFilename": "https://storage.googleapis.com/php-reports/565c56d3181f46bd608b459a/20240808/66b4c52995e1192a8e0ad047/17231229868-66b4c52ec4e1a/aniview-report-tempreport-2024-08-08t1316250000-66b4c52995e1192a8e0ad047-1723122986.json",
        "reportJson": null,
        "summaryReportJson": null,
        "reportJsonSave": true,
        "summaryReportId": null,
        "statusV2": 7,
        "errorNew": null,
        "keyParamsHash": "a5cb3471ba0668acfa9b51a32cc09aea",
        "reportDbAggregationLastRun": null,
        "preGenerateStatus": 7,
        "preGenerateStatusV2": null,
        "gzFile": null,
        "startedGeneratingAt": {
            "$date": {
                "$numberLong": "1723122986000"
            }
        },
        "finishedGeneratingAt": {
            "$date": {
                "$numberLong": "1723122992000"
            }
        },
        "top": null,
        "sort": null,
        "pager": [],
        "selectedDb": "false",
        "cb": false,
        "aggregatedTill": null,
        "reportOrigin": null,
        "generateOrigin": "ui-summary",
        "compare": null,
        "reportPublisherId": null,
        "includeHeaders": true,
        "roundResult": null,
        "linkedEntities": [],
        "utcTime": true,
        "drm": false,
        "totalSlotMs": 2168
    }
}

  • No labels