Skip to content

Commit

Permalink
Update 01_script_guide_wcstrans.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NAVER-ConversionTracking authored Jul 3, 2024
1 parent 98064c6 commit ac219eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_pages/01_script_guide_wcstrans.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ Script에 해당 전환이벤트 를 삽입할 경우, 한글 전환이벤트명

| **Property항목** | **세부항목** | **Data Type** | **의미** | **예시** | **Script예제** |
| ---- | ---- | ---- | ---- | ---- | ---- |
| id | | string | 해당 전환 이벤트의 이용자 행동 ID. (광고주 사이트에서 생성하는 정보) | 주문번호: 20231220 | _conv.id: \"20231220\" |
| id | | string | 해당 전환 이벤트의 이용자 행동 ID. (광고주 사이트에서 생성하는 정보) | 주문번호: 20231220 | _conv.id= \"20231220\" |
| items(#1) | item.id | string | 행동의 대상이 되는 재화/용역의 ID (예: 상품ID) | 상품번호: 7789 | \_conv.items=[<br> { <br>  id:\"7786\",|
| | item.name <br>(WARNING!) | string | 행동의 대상이 되는 재화/용역의 이름 | 상품명: 설화수 탄력크림 | name:\"설화수 탄력크림\", |
| | item.category | string | 재화/용역의 카테고리 | 카테고리: 화장품/스킨케어/크림 | category:\"화장품/스킨케어/크림\", |
Expand Down Expand Up @@ -531,4 +531,4 @@ if (window.wcs) {
</script>
```

Version: 20240702_01
Version: 20240703_01

0 comments on commit ac219eb

Please sign in to comment.