Zorunlu. Floodlight etkinliklerine erişilen iş ortağının kimliği.
pageSize
integer
İsteğe bağlı. İstenen sayfa boyutu. 1 ile 100 arasında olmalıdır. Belirtilmemişse varsayılan olarak 100 olur. Geçersiz bir değer belirtilirse INVALID_ARGUMENT hata kodunu döndürür.
pageToken
string
İsteğe bağlı. Sunucunun döndürmesi gereken bir sonuç sayfasını tanımlayan jeton. Genellikle bu, floodlightActivities.list yöntemine yapılan önceki çağrıdan döndürülen nextPageToken değerini ifade eder. Belirtilmemişse sonuçların ilk sayfası döndürülür.
orderBy
string
İsteğe bağlı. Listeyi sıralamak için kullanılacak alan. Kabul edilen değerler şunlardır:
displayName (varsayılan)
floodlightActivityId
Varsayılan sıralama düzeni artan düzendir. Bir alan için azalan sıra belirtmek üzere alan adına "desc" soneki eklenmelidir. Örnek: displayName desc.
İstek içeriği
İstek metni boş olmalıdır.
Yanıt gövdesi
Başarılı olursa yanıt metni aşağıdaki yapıyla birlikte verileri içerir:
Sonuçların bir sonraki sayfasını almak için kullanılan jeton. Sonuçların bir sonraki sayfasını almak için floodlightActivities.list yönteminin sonraki çağrısında pageToken alanında bu değeri iletin.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-02-25 UTC."],[[["Lists Floodlight activities within a specified Floodlight group using the `floodlightActivities.list` method."],["Requires specifying the `floodlightGroupId` and `partnerId` as path and query parameters, respectively."],["Allows for pagination using `pageSize` and `pageToken` query parameters, and sorting results by `displayName` or `floodlightActivityId`."],["Returns a list of Floodlight activities with details and a token for retrieving subsequent pages if available."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This API endpoint retrieves a list of Floodlight activities within a specified Floodlight group. Key actions include sending a `GET` request to the provided URL, including the required `floodlightGroupId` and `partnerId`. Optional `pageSize`, `pageToken`, and `orderBy` query parameters allow for result pagination and sorting. The request body must be empty, and the response contains a list of `floodlightActivities` and a `nextPageToken` for further pagination.\n"]]