Skip to content

Commit 22a38ef

Browse files
committed
Minor changes to the API spec
1 parent 2ffb7d3 commit 22a38ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TCFv2/IAB Tech Lab - CMP API v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@ Secondarily, CMPs must provide a proxy for postMessage events targeted to the `_
136136

137137
### What required API commands must a CMP support?
138138

139-
All CMPs must support four required API commands: [`'getTCData'`](#gettcdata), [`'ping'`](#ping), [`'addEventListener'`](#addeventlistener) and [`'removeEventListener'`](#removeeventlistener).
139+
All CMPs must support three required API commands: [`'ping'`](#ping), [`'addEventListener'`](#addeventlistener) and [`'removeEventListener'`](#removeeventlistener).
140140

141141
______
142142

143143
#### `getTCData`
144144

145-
Deprecated in TCF v2.1. Add an `addEventListener` and use its callback function to access the tcData object.
145+
Deprecated in TCF v2.1. Add an [`'addEventListener'`](#addeventlistener) and use its callback function to access the tcData object.
146146

147147
______
148148

0 commit comments

Comments
 (0)