v1

latestOpenAPI 3.0.02026-07-2496664456.3 KB
TrackingLink

List up TrackingLinks.

List up all TrackingLinks of the AdAccount or the Product.

get/cm/v1/tracking-links

Query parameters

ad_account_idstring required

The AdAccount ID which the TrackingLinks belong to.

product_idstring

The Product ID which the TrackingLinks belong to.

inquiry_option'UNKNOWN_INQUIRY_OPTION' | 'INQUIRY_ENTITY' | 'INQUIRY_OVERVIEW' | 'INQUIRY_ALL'

InquiryOption to specify which information to retrieve.

  • INQUIRY_ENTITY: Only the target entity itself is returned in response. This InquiryOption is faster than other options as it reads the single entity from the database.
  • INQUIRY_OVERVIEW: The target entity's overview information is returned in response. In general, the overview information includes the brief content of the target entity and its related entities. This InquiryOption is slower than INQUIRY_ENTITY but the returned data size is usually smaller than that.
  • INQUIRY_ALL: The target entity and its summary information is returned in response. This InquiryOption is equivalent to INQUIRY_ENTITY + INQUIRY_OVERVIEW, and it's slow and big.

Response

A successful response.