অ্যাপয়েন্টমেন্ট প্রাপ্যতা ফিড তৈরি এবং আপলোড করুন
অ্যাপয়েন্টমেন্ট প্রাপ্যতা ফিড তৈরি এবং আপলোড করার সময়, এই নির্দেশাবলী অনুসরণ করুন:
- অ্যাপয়েন্টমেন্ট প্রাপ্যতা ডেটা ফাইলের জন্য অ্যাপয়েন্টমেন্ট প্রাপ্যতা ফিডে বর্ণিত স্পেসিফিকেশন অনুসরণ করুন। প্রতিটি আপলোডের জন্য আমরা অনন্য অ্যাপয়েন্টমেন্ট প্রাপ্যতা ডেটা ফাইলের নাম ব্যবহার করার পরামর্শ দিই। ফাইলের নামে একটি টাইমস্ট্যাম্প অন্তর্ভুক্ত করুন, উদাহরণস্বরূপ,
appointment availability_1633621547.json। - ফাইলসেট বর্ণনাকারীতে,
nameক্ষেত্রটিappointment.availabilityএ সেট করুন। বর্ণনাকারী ফাইলের উদাহরণের জন্য, JSON নমুনা দেখুন। আমরা প্রতিটি আপলোডের জন্য অনন্য বর্ণনাকারী ফাইলের নাম ব্যবহার করার পরামর্শ দিচ্ছি। ফাইলের নামে একটি টাইমস্ট্যাম্প অন্তর্ভুক্ত করুন, উদাহরণস্বরূপ,appointment availability_1633621547.filesetdesc.json। বর্ণনাকারী ফাইলটি জেনেরিক SFTP সার্ভারে আপলোড করতে হবে। - সম্পূর্ণ রিফ্রেশ হওয়ার সাথে সাথে প্রতি 30 মিনিট অন্তর জেনেরিক SFTP সার্ভারে ফিড আপলোড করুন।
- আপনি পার্টনার পোর্টালের কনফিগারেশন > ফিডস বিভাগে SFTP সার্ভারের বিবরণ পেতে পারেন।
- পার্টনার পোর্টালের ফিড > ইতিহাস বিভাগে ফিড ইনজেশনের অবস্থা দেখুন।

বর্ধিত ফিড আপলোড করা হচ্ছে
অ্যাপয়েন্টমেন্টের প্রাপ্যতা ক্রমবর্ধমান ফিডগুলিকেও সমর্থন করে, যার ফলে অংশীদাররা ফিড আপলোড ব্যবহার করে কেবল তাদের প্রাপ্যতায় করা পরিবর্তনগুলি আপলোড করতে পারে।
একটি ক্রমবর্ধমান ফিড আপলোড করতে, আপনার ফিডের অন্তত একটি উপলব্ধতা স্লটের মধ্যে is_incremental: true সেট করুন। যদি কিছু ফিডে is_incremental true তে সেট করা থাকে এবং কিছুতে এটি false তে সেট করা থাকে, তাহলে সিস্টেমটি সেগুলিকে ক্রমবর্ধমান হিসাবে বিবেচনা করে।
বর্ধিত আপডেটগুলি নিম্নলিখিত ক্রিয়াকলাপগুলি অফার করে:
- কোন পরিবর্তন নেই
- যেসব সত্তায় কোনও পরিবর্তন নেই, তাদের জন্য প্রাপ্যতা আইডি অন্তর্ভুক্ত করবেন না।
- আপডেটের উপলভ্যতা
- একটি একক উপলভ্যতা আপডেট করতে, নির্বাচিত যেকোনো ক্ষেত্র পরিবর্তন করে, নির্দিষ্ট উপলভ্যতা এন্ট্রি (একই
availability_id) আপলোড করুন। - উপলব্ধতা মুছুন
- যদি কোনও availability এন্ট্রি আর উপলব্ধ না থাকে অথবা মুছে ফেলা উচিত হয়, তাহলে
spots_available0 তে সেট করে availability (একইavailability_id) আপলোড করুন, এবং সিস্টেমটি স্বয়ংক্রিয়ভাবে এটি মুছে ফেলবে। অধিকন্তু, কোনও বণিক / সত্তার সমস্ত ডেটা মুছে ফেলার জন্য, তাদের সমস্ত availability স্লটেরspots_available0 তে সেট করুন - এটি বণিক / সত্তাকে Availability থেকে সরিয়ে দেবে। - উপলভ্যতা যোগ করুন
- নতুন প্রাপ্যতা স্লটের জন্য, ফিড আপলোডে নতুন প্রাপ্যতা এন্ট্রিটি তার অনন্য নতুন
availability_idসহ অন্তর্ভুক্ত করুন। সিস্টেম এটিকে একইভাবে বিবেচনা করে যেন এটি একটি নিয়মিত ফিডে অন্তর্ভুক্ত।
সংজ্ঞা
অ্যাপয়েন্টমেন্ট প্রাপ্যতাফিড সংজ্ঞা
message AppointmentAvailabilityFeed { repeated AppointmentAvailability data = 1; }
অ্যাপয়েন্টমেন্ট প্রাপ্যতা সংজ্ঞা
// This represents the availability data for a bookable service provided by a // merchant. // For example, it can be a haircut/nail manicure service for a beauty salon or // a massage service for a spa. // The availability feed should be a list of this message. message AppointmentAvailability { // An opaque string generated by the partner that identifies a service time // slot. Must be unique across all entities and service time slots. // Strongly recommended to only include URL-safe characters. // Required. string availability_id = 1; // An opaque string generated by the partner that identifies an Entity. // Must be unique across all entities. // Strongly recommended to only include URL-safe characters. // Required. string entity_id = 2; // An opaque string of ASCII characters from an aggregator partner which // uniquely identifies the Service (haircut, nail manicure, massage). // Strongly recommended to only include URL-safe characters. // Required. string service_id = 3; // The name of the service provider. For example, the name of the // hairdresser or the spa staff member. // Optional. string provider = 12; // Timestamp of when this availability slot starts in UTC. // Given in seconds since the unix epoch. // For example, 1735714800 seconds for 1 Jan 2025, 07:00:00 (UTC). // Required. int64 start_time_sec = 4; // The minimum number of minutes in advance before the start time that this // availability slot can be booked. // For example, if the start time is 10:00 AM and the min_advance_minutes is // 60, then the latest time this slot can be booked is 9:00 AM on the day of // the appointment. // If not set, it is assumed to be 0, meaning the slot can be booked at any // time before the start time. // Optional. int32 min_advance_minutes = 13; // Number of total spots and available spots of this booking availability. // Required. int32 spots_total = 5; // Required. int32 spots_available = 6; // The minimum number of spots that should be booked for this availability. // For example, a user has to book at least 2 spots for a time slot sometimes. // If set, spots_minimum_book should be less or equal to spots_available. // Optional. int32 spots_minimum_book = 7; // Link of this booking availability. Users will be redirected to partner // website to continue booking after clicking this link. // Required. string booking_link = 8; // Base price per person. // Required. google.type.Money base_price = 9; // Fee per person. // Required. google.type.Money fee_price = 10; // Whether the feed is incremental or not. // By default it is false, meaning the Availability feed will override the // previous data for the same entity_id. // If this is set to be true, the Availability feed will be proceeded as // incremental updates for the same entity_id. // 1) If it is a new availability_id, the entry is added. // 2) If it is an existing availability_id and the spots_available is 0, // the entry is removed. // 3) If it is an existing availability_id and the spots_available is not // 0, the entry is updated. bool is_incremental = 11; }
বাহ্যিক প্রোটো রেফারেন্স:
গল্ফ প্রাপ্যতা ফিড নমুনা
অ্যাপয়েন্টমেন্ট প্রাপ্যতা ফিড
{ "data": [ { "availability_id": "availability_id_1", "entity_id": "entity_id_1", "service_id": "service_id_1", "start_time_sec": 1728257400, "spots_total": 4, "spots_available": 4, "spots_minimum_book": 2, "booking_link": "https://www.googleappointments.com/a_link_direct_to_booking_page", "base_price": { "currency_code": "USD", "units": 80, "nanos": 0 }, "fee_price": { "currency_code": "USD", "units": 1, "nanos": 750000000 } }, { "availability_id": "availability_id_2", "entity_id": "entity_id_2", "service_id": "service_id_2", "start_time_sec": 1728259200, "spots_total": 4, "spots_available": 4, "spots_minimum_book": 2, "booking_link": "https://googlegolfappointments.com/a_link_direct_to_booking_page", "base_price": { "currency_code": "USD", "units": 80, "nanos": 0 }, "fee_price" : { "currency_code": "USD", "units": 2, "nanos": 850000000 } } ] }
বর্ণনাকারী ফাইল
{ "generation_timestamp": 1663347730, "name": "appointment.availability", "data_file": [ "appointment_availability_1663347730.json" ] }