Skip to content

Commit

Permalink
Add code comment (#5312)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/488551667048375/1208836497763122/f

### Description
Add code comment for `CampaignPixelParamsAdditionInterceptor`

### Steps to test this PR
QA-optional
  • Loading branch information
karlenDimla authored Nov 26, 2024
1 parent 8fd697f commit 99d5534
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ class CampaignPixelParamsAdditionInterceptor @Inject constructor(
val queryParams = queryParamsString.toParamsMap()
if (plugin.isEligible(queryParams)) {
runBlocking {
/**
* The additional parameters being collected here only apply to a single messaging campaign about a
* DuckDuckGo product. The parameters are temporary, collected in aggregate, and are not personally identifiable.
*/
additionalPixelParamsGenerator.generateAdditionalParams().forEach { (key, value) ->
url.addQueryParameter(key, value)
}
Expand Down

0 comments on commit 99d5534

Please sign in to comment.