반환할 최대 리소스 수입니다. 추가 페이지가 있더라도 서비스는 이 값보다 적은 값을 반환할 수 있습니다. 지정하지 않으면 최대 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-04-02(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"]]