v1
latestOpenAPI 3.0.02026-07-2496664456.3 KBTrackingLink
Update an existing TrackingLink.
Update an existing TrackingLink.
put/cm/v1/tracking-links/{tracking_link_id}
Path parameters
tracking_link_idstring required
The ID of the TrackingLink to be updated.
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.
validation_status'TRACKING_LINK_VALIDATION_STATUS_UNKNOWN' | 'TRACKING_LINK_VALIDATION_STATUS_SUCCESS' | 'TRACKING_LINK_VALIDATION_STATUS_WARNING'
- TRACKING_LINK_VALIDATION_STATUS_SUCCESS: Created TrackingLink does not have any warnings.
- TRACKING_LINK_VALIDATION_STATUS_WARNING: Created TrackingLink has some warnings.