TikTok modelsapi generation api

tiktok/ads/ad-interactive-analysis

Get ad interactive time analysis to understand audience retention and engagement at different video time points Analyze ad video attractiveness curve to find optimal duration and key interaction points Optimize ad conten...

Input
Idle

Example output — click Run to generate your own

API README

Get ad interactive analysis

Purpose:

  • Get ad interactive time analysis to understand audience retention and engagement at different video time points
  • Analyze ad video attractiveness curve to find optimal duration and key interaction points
  • Optimize ad content structure to improve overall effectiveness

Parameters:

  • material_id: Ad material ID, required parameter
  • metric_type: Analysis type
    • ctr: Click-through rate analysis
    • cvr: Conversion rate analysis
    • clicks: Click count analysis
    • conversion: Conversion count analysis
    • remain: Retention rate analysis (default)
  • period_type: Time range, default 180 days

Return Description:

  • interactive_data: Interactive analysis data
    • time_series: Time series data
      • time: Video playback time point (seconds)
      • value: Corresponding metric value (e.g., retention rate)
    • average_watch_time: Average watch time
    • completion_rate: Completion rate
    • peak_interaction_time: Peak interaction time point

Example Response:

{
  "code": 200,
  "router": "/api/v1/tiktok/ads/get_ad_interactive_analysis",
  "params": {
    "material_id": "7213258221116751874",
    "metric_type": "remain",
    "period_type": 180
  },
  "data": {
    "interactive_data": {
      "time_series": [
        {"time": 0, "value": 100},
        {"time": 1, "value": 95},
        {"time": 2, "value": 88}
      ],
      "average_watch_time": 8.5,
      "completion_rate": 65.2,
      "peak_interaction_time": 3
    }
  }
}

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Related Models

tiktok/ads/ad-keyframe-analysisGet keyframe analysis of ad videos to understand audience retention at different time points Analyze which time points attract viewers most and where viewers drop off Help optimize ad video structure to improve completion ratestiktok/ads/ad-percentileGet ad percentile ranking data within the industry Understand ad performance levels relative to peers across various metrics Help evaluate ad effectiveness and develop optimization strategiestiktok/ads/ads-detailRetrieve detailed information about a single TikTok ad, including creative content, creator info, and engagement data Analyze ad performance metrics such as views, likes, comments, and other core statistics Help advertisers and marketers gain deep insights into specific ad effectiveness and user feedbacktiktok/ads/configure-safetyGet the safety/availability config switches of TikTok Creative Center search modules Check whether top ads, keyword, hashtag, sound, creator searches are currently availabletiktok/ads/location-listGet the list of countries/regions supported by TikTok Creative Center Useful as a reference for the country_code parameter of other endpointstiktok/ads/query-suggestionsGet popular query suggestions for ad search Understand current popular ad search keywords and trends Help discover new creative directions and hot topicstiktok/ads/recommended-adsGet similar recommended ads based on a specified ad Discover excellent ad cases in the same industry or with similar styles Provide more references and inspiration for ad creativitytiktok/ads/search-adsSearch ads in TikTok's Creative Center with multi-dimensional filtering and sorting Discover effective ad cases related to specific industries, keywords, or objectives Provide reference and inspiration for ad planning and creative production