You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*TikTokApi* | [**TiktokGetOembedMetadata**](docs/TikTokApi.md#tiktokgetoembedmetadata) | **GET** /v1/tiktok/oembed | Get oEmbed metadata
470
470
*TikTokApi* | [**TiktokGetRelatedVideos**](docs/TikTokApi.md#tiktokgetrelatedvideos) | **GET** /v1/tiktok/videos/{video_id}/related | Get related videos
471
471
*TikTokApi* | [**TiktokGetReposts**](docs/TikTokApi.md#tiktokgetreposts) | **GET** /v1/tiktok/users/{username}/reposts | Get reposts
472
+
*TikTokApi* | [**TiktokGetTiktokAdDetail**](docs/TikTokApi.md#tiktokgettiktokaddetail) | **GET** /v1/tiktok/ads/{ad_id} | Get TikTok ad detail
472
473
*TikTokApi* | [**TiktokGetTranscript**](docs/TikTokApi.md#tiktokgettranscript) | **GET** /v1/tiktok/videos/{video_id}/transcript | Get transcript
473
474
*TikTokApi* | [**TiktokGetUserProfile**](docs/TikTokApi.md#tiktokgetuserprofile) | **GET** /v1/tiktok/users/{username} | Get user profile
474
475
*TikTokApi* | [**TiktokGetUserVideos**](docs/TikTokApi.md#tiktokgetuservideos) | **GET** /v1/tiktok/users/{username}/videos | Get user videos
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
1407
+
1408
+
<aid="tiktokgettiktokaddetail"></a>
1409
+
# **TiktokGetTiktokAdDetail**
1410
+
> Object TiktokGetTiktokAdDetail (string adId, string region = null)
1411
+
1412
+
Get TikTok ad detail
1413
+
1414
+
Get a single ad's advertiser, creatives, and targeting/impression breakdown.
1415
+
1416
+
### Example
1417
+
```csharp
1418
+
usingSystem.Collections.Generic;
1419
+
usingSystem.Diagnostics;
1420
+
usingSystem.Net.Http;
1421
+
usingScrapeBadger.Api;
1422
+
usingScrapeBadger.Client;
1423
+
usingScrapeBadger.Model;
1424
+
1425
+
namespaceExample
1426
+
{
1427
+
publicclassTiktokGetTiktokAdDetailExample
1428
+
{
1429
+
publicstaticvoidMain()
1430
+
{
1431
+
Configurationconfig=newConfiguration();
1432
+
config.BasePath="https://scrapebadger.com";
1433
+
// Configure API key authorization: ApiKeyAuth
1434
+
config.AddApiKey("X-API-Key", "YOUR_API_KEY");
1435
+
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
1436
+
// config.AddApiKeyPrefix("X-API-Key", "Bearer");
1437
+
1438
+
// create instances of HttpClient, HttpClientHandler to be reused later with different Api classes
Debug.Print("Exception when calling TikTokApi.TiktokGetTiktokAdDetailWithHttpInfo: "+e.Message);
1477
+
Debug.Print("Status Code: "+e.ErrorCode);
1478
+
Debug.Print(e.StackTrace);
1479
+
}
1480
+
```
1481
+
1482
+
### Parameters
1483
+
1484
+
| Name | Type | Description | Notes |
1485
+
|------|------|-------------|-------|
1486
+
|**adId**|**string**|||
1487
+
|**region**|**string**| EU region code (the Ad Library is EU-only) |[optional][default to "DE"]|
1488
+
1489
+
### Return type
1490
+
1491
+
**Object**
1492
+
1493
+
### Authorization
1494
+
1495
+
[ApiKeyAuth](../README.md#ApiKeyAuth)
1496
+
1497
+
### HTTP request headers
1498
+
1499
+
-**Content-Type**: Not defined
1500
+
-**Accept**: application/json
1501
+
1502
+
1398
1503
### HTTP response details
1399
1504
| Status code | Description | Response headers |
1400
1505
|-------------|-------------|------------------|
@@ -2320,6 +2425,111 @@ catch (ApiException e)
2320
2425
-**Accept**: application/json
2321
2426
2322
2427
2428
+
### HTTP response details
2429
+
| Status code | Description | Response headers |
2430
+
|-------------|-------------|------------------|
2431
+
|**200**| Successful Response | - |
2432
+
|**422**| Validation Error | - |
2433
+
2434
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments