প্রতিটি স্ট্রীম প্রতিক্রিয়া ব্যাচে ফেরত দেওয়া সারির সংখ্যা। যখন খুব বড় ব্যাচের অনুরোধ করা হয়, সার্ভার ফেরত দেওয়া সারিগুলির সংখ্যা আরও সীমিত করার সিদ্ধান্ত নিতে পারে।
একটি সারাংশ সারি ফেরত দেওয়া হবে কিনা তা নির্ধারণ করে। ডিফল্টরূপে, সারাংশ সারি ফেরত দেওয়া হয় না। যদি অনুরোধ করা হয়, অন্য সব ক্যোয়ারী ফলাফল ফিরে আসার পরে সারাংশের সারিটি নিজেই একটি প্রতিক্রিয়াতে পাঠানো হবে।
সারাংশের সারি যাতে ফলাফলের মেট্রিক্সের সারাংশ থাকে। মেট্রিক্সের সারাংশ মানে সমস্ত ফলাফল জুড়ে মেট্রিক্সের একত্রীকরণ, এখানে সমষ্টি যোগফল, গড়, হার ইত্যাদি হতে পারে।
[[["সহজে বোঝা যায়","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-তে শেষবার আপডেট করা হয়েছে।"],[[["Returns all rows matching the specified search stream query, enabling retrieval of Search Ads 360 data."],["Requires a POST request to the designated endpoint with query parameters including `customerId`, `query`, `batchSize`, and `summaryRowSetting`."],["The response includes a list of matching rows, field mask, summary row (optional), custom column headers, and request ID."],["Utilizes gRPC Transcoding for URL syntax and necessitates the `https://www.googleapis.com/auth/doubleclicksearch` OAuth scope for authorization."]]],["This outlines how to use the `searchStream` method via a POST request to `searchAds360`. The request requires a `customerId` path parameter. The request body must include a `query` string, an optional `batchSize`, and a `summaryRowSetting`. The response, matching the query, includes an array of `results`, a `fieldMask`, and a `summaryRow` with aggregated metrics. Other optional details include `customColumnHeaders` and headers related to conversion metrics and dimensions. It requires authentication with `doubleclicksearch` scope.\n"]]