GA 질의 이벤트 연결 키 충돌 해소 - #308
Open
goder-0 wants to merge 1 commit into
Open
Conversation
📊 코드 커버리지 리포트
|
goder-0
force-pushed
the
feature/#307-ga-query-id
branch
from
September 9, 2026 08:57
c4145ee to
143f3e7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
관련 이슈
PR 설명
GA 웹 태그가 내부 식별자로 사용하는
query_id와 애플리케이션의 질의 연결 키가 충돌해, 브라우저 이벤트만 서버 이벤트와 연결되지 않던 문제를 해결합니다.변경 사항
query_submit,query_response_complete의 GA 파라미터를app_query_id로 변경했습니다.query_id가 남지 않는 것도 함께 검증합니다.queryId필드는 유지하며, 설명에서 GA 종속 표현만 제거했습니다.리뷰 포인트
app_query_id로 연결됩니다.검증
RagChatServiceTest,Ga4MeasurementProtocolClientTest