반환할 최대 리소스 수입니다. 페이지가 더 있더라도 서비스에서 이 값보다 적은 값을 반환할 수 있습니다. 지정하지 않으면 최대 50개의 리소스가 반환됩니다. 최대값은 200이며, 그보다 큰 값은 최대값으로 변환됩니다.
pageToken
string
이전 sKAdNetworkConversionValueSchema.list 호출에서 받은 페이지 토큰입니다. 후속 페이지를 검색하려면 이를 입력합니다. 페이지로 나누는 경우, ListSKAdNetworkConversionValueSchema에 제공하는 다른 모든 매개변수가 페이지 토큰을 제공한 호출과 일치해야 합니다.
SKAdNetworkConversionValueSchemas 목록 값은 최대 1개가 될 수 있습니다.
nextPageToken
string
다음 페이지를 검색하기 위해 pageToken으로 전송할 수 있는 토큰입니다. 이 필드를 생략하면 후속 페이지가 표시되지 않습니다. 현재 Google 애널리틱스는 dataStream당 하나의 SKAdNetworkConversionValueSchema만 지원하므로 이 필드는 채워지지 않습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-01-14(UTC)"],[[["Lists SKAdNetworkConversionValueSchema on a stream, with properties having at most one schema."],["Uses an HTTP GET request with path and query parameters for specifying the data stream and pagination."],["The response body contains a list of SKAdNetworkConversionValueSchemas and a potential next page token (though currently, only one schema is supported per data stream)."],["Requires specific authorization scopes for access: `analytics.readonly` or `analytics.edit`."]]],["This document details how to retrieve SKAdNetworkConversionValueSchemas for a specific data stream using a `GET` request. The request URL requires a `parent` path parameter specifying the data stream. Optional query parameters include `pageSize` and `pageToken` for pagination. The request body must be empty. The response contains a list of `skadnetworkConversionValueSchemas` and a `nextPageToken` (though currently unused). Authorization requires either `analytics.readonly` or `analytics.edit` OAuth scopes.\n"]]