Commit 8ffd839
list sent params in README Conversions API step
Summary:
The "Send ... to the Conversions API" step in each SDK README only said "Send fbc and fbp", which no longer reflects what the example payload sends. Reword the step heading in all five READMEs to list the actual parameters and their Conversions API placement: `event_source_url` and `referrer_url` at the event level, and `fbc` / `fbp` (plus `client_ip_address`, `em`, `ph` for the NodeJS and PHP SDKs, which also expose client-IP and hashed-PII getters) inside `user_data`. The example payload bodies are unchanged — only the step heading was inaccurate.
Java, Python, and Ruby expose only `fbc` / `fbp`, so their headings list just those under `user_data`; NodeJS and PHP additionally list `client_ip_address`, `em`, and `ph`, matching their richer getter set.
___
Differential Revision: D107944008
fbshipit-source-id: c00dad9e3596afab82db2b53fba31ee1883837f61 parent 8dd0ede commit 8ffd839
5 files changed
Lines changed: 15 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
211 | 213 | | |
212 | 214 | | |
213 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
201 | | - | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
224 | | - | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
225 | 226 | | |
226 | 227 | | |
227 | 228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
157 | 159 | | |
158 | 160 | | |
159 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
211 | 213 | | |
212 | 214 | | |
213 | 215 | | |
| |||
0 commit comments