পুনরুদ্ধার করতে পৃষ্ঠার টোকেন। নির্দিষ্ট না থাকলে, ফলাফলের প্রথম পৃষ্ঠাটি ফেরত দেওয়া হবে। ফলাফলের পরবর্তী পৃষ্ঠার অনুরোধ করার জন্য পূর্ববর্তী প্রতিক্রিয়াতে nextPageToken থেকে প্রাপ্ত মান ব্যবহার করুন।
page Size
integer
একটি একক পৃষ্ঠায় পুনরুদ্ধার করার জন্য উপাদানের সংখ্যা। যখন খুব বড় একটি পৃষ্ঠা অনুরোধ করা হয়, সার্ভার ফেরত সংস্থানগুলির সংখ্যা আরও সীমিত করার সিদ্ধান্ত নিতে পারে।
ফলাফলের পরবর্তী পৃষ্ঠা পুনরুদ্ধার করতে ব্যবহৃত পৃষ্ঠা সংখ্যা টোকেন। পরবর্তী অনুরোধের pageToken অ্যাট্রিবিউট হিসেবে এই স্ট্রিংয়ের বিষয়বস্তু পাস করুন। nextPageToken শেষ পৃষ্ঠার জন্য ফেরত দেওয়া হয় না।
[[["সহজে বোঝা যায়","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"]],["2024-11-19 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Search and retrieve SearchAds360 fields that match a specific query using the provided endpoint."],["Requests can specify query parameters for filtering, pagination, and the number of results to return."],["Responses include a list of matching fields, pagination information, and the total number of results."],["Authorization requires the `https://www.googleapis.com/auth/doubleclicksearch` scope."],["Potential errors include AuthenticationError, AuthorizationError, HeaderError, InternalError, QueryError, QuotaError, and RequestError."]]],["This document details how to search for fields using the Search Ads 360 API. A `POST` request is sent to `https://searchads360.googleapis.com/v0/searchAds360Fields:search`, including a JSON body with a `query` string, optional `pageToken`, and `pageSize`. The response includes a list of matching field `results`, a `nextPageToken` for pagination, and a `totalResultsCount`. This operation requires the `https://www.googleapis.com/auth/doubleclicksearch` OAuth scope. Several errors such as `AuthenticationError` and `QuotaError` can be thrown.\n"]]