File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ There are two operations that apply to Advertisers/Data Providers:
240240 .with_hashed_phone(" pre_hashed_phone" )
241241 ```
242242
243- 3 . Call a function that takes the input and generates an IdentityMapV3Response object :
243+ 3 . Call a function that takes the ` input ` and generates an IdentityMapV3Response object :
244244 ```py
245245 identity_map_response = identity_map_v3_client.generate_identity_map(input )
246246 ```
@@ -251,7 +251,7 @@ There are two operations that apply to Advertisers/Data Providers:
251251 unmapped_identities = identity_map_response.unmapped_identities
252252 ```
253253
254- 5 . Process the results. For successfully mapped identities:
254+ 5 . Process the results for successfully mapped identities:
255255 ```py
256256 mapped_identity = mapped_identities.get(
" [email protected] " )
257257 if mapped_identity is not None :
You can’t perform that action at this time.
0 commit comments