v1

latestOpenAPI 3.0.02026-07-2496664456.3 KB
TrackingLink

Validate a TrackingLink.

Validate a TrackingLink of the product.

post/cm/v1/tracking-links/validate

Query parameters

ad_account_idstring required

The AdAccount ID.

Request body

idstring

Unique identifier of the TrackingLink. Automatically set by server on creation.

ad_account_idstring

The ID of the AdAccount the TrackingLink belongs to.

product_idstring

The ID of the Product the TrackingLink belongs to.

titlestring required

A descriptive name of the TrackingLink.

descriptionstring

An optional description about the TrackingLink.

device_os'UNKNOWN_DEVICE_OS' | 'ANDROID' | 'IOS' | 'VERSATILE' | 'MOBILE_WEB' | 'MACOS' | 'WINDOWS' | 'NEXT_VERSATILE' required

Enumeration of device OS types supported by Moloco Ads.

This value is not part of the specification.

  • ANDROID: Android device OS.
  • IOS: iOS device OS.
  • VERSATILE: Product with multiple OSes. Specifically for CTV.
  • MOBILE_WEB: OS for mobile web traffic.
  • MACOS: OS for MacOS traffic.
  • WINDOWS: OS for Windows traffic.
  • NEXT_VERSATILE: OS for Next web product.
tracking_company'UNKNOWN_TRACKING_COMPANY' | 'KOCHAVA' | 'ADJUST' | 'MAT' | 'MOLOCO_PIXEL' | 'APPSFLYER' | 'ADBRIX' | 'WEB' | 'GENERIC' | 'TRACKFNT' | 'AIRBRIDGE' | 'MOLOCO_E2E' | 'APSALAR' | 'BRANCH' | 'TENJIN' | 'SINGULAR' | 'ADBRIX_V2' | 'TRAFFICGUARD' | 'GAMELOFT' | 'SKADNETWORK' | 'MYTRACKER' | 'MOLOCO_RMP' | 'MOLOCO_PIXEL_V2' | 'JUSTTRACK' | 'SHOPEE' | 'KOCHAVA_FOR_PUBLISHER' | 'GAMESIGHT' | 'CAULY' | 'HASOFFER' | 'ADACTION' | 'CURATE'

Enumeration for tracking companies supported by Moloco Ads.

  • WEB: Unnamed trackers
  • AIRBRIDGE: Moloco's e2e tracker (test purpose only)
  • KOCHAVA_FOR_PUBLISHER: Kochava's CTV to web event dedicated tracking company.
created_atstring date-time

Created time.

updated_atstring date-time

Last updated time. Should not modify on the client side.

Response

A successful response.

status'UNKNOWN_VALIDATION_STATUS' | 'PASSED' | 'FAILED'

Status enumerates the status of validation.

  • PASSED: No errors found on validation.
  • FAILED: The link has some invalid values. Detailed error can be found at validation_errors.