이전 가이드

메타데이터와 파일 설명자 비교

피드 만들기에 설명된 대로 정확한 확장자가 .filesetdesc.json인 파일 설명자를 피드 JSON 데이터 파일과 함께 전송해야 합니다. 이렇게 하면 각 Merchant/Service/Availability 피드 파일에 지정된 FeedMetadata이 대체됩니다.

새 필드와 이전 필드 간 매핑

이제 모든 데이터는 단일 Event 피드에 제공되어야 합니다. 이 새로운 피드의 필드와 기존 Merchant/Service/Availability 피드의 필드 간 매핑은 다음과 같습니다.

신규 변경 전 참고
Event.id Service.service_id
Event.title Service.localized_service_name LocalizedTextSet 확인
Event.description Service.localized_description LocalizedTextSet 확인
Event.time_info.start_seconds Availability.start_sec
Event.time_info.start_to_be_decided NEW
Event.time_info.end_seconds Availability.start_sec + Availability.duration_sec
Event.time_info.door_open_seconds 신규
Event.venue.id Merchant.merchant_id
Event.venue.description NEW LocalizedTextSet 확인
Event.venue.location.place_id Merchant.matching_hints.place_id Event.venue.location.place_info를 설정한 경우 설정하지 마세요.
Event.venue.location.place_info.name Merchant.name
Event.venue.location.place_info.phone_number Merchant.telephone
Event.venue.location.place_info.website_url Merchant.url
Event.venue.location.place_info.coordinates.latitude Merchant.geo.latitude
Event.venue.location.place_info.coordinates.longitude Merchant.geo.longitude
Event.venue.location.place_info.structured_address.street_address Merchant.geo.street_address
Event.venue.location.place_info.structured_address.locality Merchant.geo.locality
Event.venue.location.place_info.structured_address.administrative_area Merchant.geo.admin_area
Event.venue.location.place_info.structured_address.postal_code Merchant.geo.postal_code
Event.venue.location.place_info.structured_address.country_code Merchant.geo.country_code
Event.venue.location.place_info.unstructured_address Merchant.geo.unstructured_address Event.venue.location.place_info.structured_address를 설정한 경우 설정하지 마세요.
Event.venue.location.business_profile_id 새로운 기능 Event.venue.location.place_info를 설정한 경우 설정하지 마세요.
Event.venue.location.lat_lng.latitude Merchant.geo.latitude Event.venue.location.place_info를 설정한 경우 설정하지 마세요.
Event.venue.location.lat_lng.longitude Merchant.geo.longitude Event.venue.location.place_info를 설정한 경우 설정하지 마세요.
Event.related_entities.id Service.ticketing_vertical_specific_data.entity.id
Event.related_entities.name Service.ticketing_vertical_specific_data.entity.name
Event.related_entities.official_website_url NEW
Event.related_entities.url Service.ticketing_vertical_specific_data.entity.url
Event.related_entities.related_urls Service.ticketing_vertical_specific_data.entity.public_identification_data.relevant_url
Event.related_entities.musicbrainz_id Service.ticketing_vertical_specific_data.entity.public_identification_data.musicbrainz_id
Event.related_entities.youtube_channel_id NEW
Event.related_entities.entity_type Service.ticketing_vertical_specific_data.entity.entity_type ENUM이 변경됨
Event.related_entities.performer_role Service.ticketing_vertical_specific_data.entity.entity_role ENUM 접두사가 변경됨
Event.event_types Service.ticketing_vertical_specific_data.event_category
Event.tickets.id Service.ticket_type.ticket_type_id
Event.tickets.title Service.ticket_type.localized_short_description LocalizedTextSet 확인
Event.tickets.description Service.ticket_type.localized_option_description LocalizedTextSet 확인
Event.tickets.seller_info NEW LocalizedTextSet 확인
Event.tickets.seller_info.name NEW
Event.tickets.seller_info.logo_url 신규
Event.tickets.referral_urls Service.action_link
Event.tickets.referral_urls.link.url Service.action_link.url
Event.tickets.referral_urls.link.mobile_url 신규
Event.tickets.referral_urls.link.localized_url NEW LocalizedTextSet 확인
Event.tickets.referral_urls.link.localized_mobile_url NEW
Event.tickets.referral_urls.surface 신규
Event.tickets.price.value Service.ticket_type.price
Event.tickets.price.is_free 신규
Event.tickets.price.per_ticket_fee Service.per_order_fee.fee_amount
Event.tickets.price.per_ticket_tax Service.tax_rate
Event.tickets.price.price_display_type Service.ticket_type.price_display_type
Event.tickets.availability_info.onsale_start_seconds Availability.scheduling_rule_overrides.first_bookable_sec
Event.tickets.availability_info.onsale_end_seconds Availability.scheduling_rule_overrides.last_bookable_sec
Event.tickets.availability_info.spots_total Availability.spots_total
Event.tickets.availability_info.spots_available Availability.spots_open
Event.tickets.cancellation_policy Service.rules.cancellation_policy
Event.tickets.cancellation_policy.refund_conditions.min_duration_before_start_time_sec Service.rules.cancellation_policy.min_duration_before_start_time_sec
Event.tickets.cancellation_policy.refund_conditions.refund_percent Service.rules.cancellation_policy.refund_percent
Event.tickets.cancellation_policy.refund_conditions.refund_fee NEW
Event.tickets.inventory_type Service.ticket_type.inventory_type
Event.related_media.url Service.related_media.url
Event.related_media.type Service.related_media.type ENUM 접두사가 변경됨
Event.related_media.attribution Service.related_media.attribution.localized_text LocalizedTextSet 확인
Event.brand_name Service.ticketing_vertical_specific_data.brand_name LocalizedTextSet 확인
Event.event_url Service.ticketing_vertical_specific_data.event_url
Event.partner_role NEW
Event.event_creator.name Service.ticketing_vertical_specific_data.event_creator.name

LocalizedTextSet 정보

LocalizedTextSet는 약간 변경되었으며 Text에 비해 기본값이 없습니다. 기본값을 설정하려면 language_code = "und"으로 localized_texts을 설정하세요.

신규 변경 전
LocalizedTextSet.localized_texts.language_code = "und"에서 LocalizedTextSet.localized_texts.text Text.value
LocalizedTextSet.localized_texts.text Text.localized_value.value
LocalizedTextSet.localized_texts.language_code Text.localized_value.locale