Skip to content

Commit

Permalink
chore: update webbridge example app
Browse files Browse the repository at this point in the history
  • Loading branch information
shashanksu authored and uerceg committed Jan 28, 2025
1 parent 89f6999 commit 4d56567
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1 style="width:400px;height:35px;text-align:center;">Adjust Web View SDK Demo
'Adgroup = ' + attribution.adgroup + '\n' +
'Creative = ' + attribution.creative + '\n' +
'Click label = ' + attribution.clickLabel + '\n' +
'Json response = ' + attribution.jsonResponse);
'Json response = ' + JSON.stringify(attribution.jsonResponse));
}

function eventSuccessCallback(eventSuccess) {
Expand Down Expand Up @@ -188,7 +188,7 @@ <h1 style="width:400px;height:35px;text-align:center;">Adjust Web View SDK Demo
'Adgroup = ' + attribution.adgroup + '\n' +
'Creative = ' + attribution.creative + '\n' +
'Click label = ' + attribution.clickLabel + '\n' +
'Json response = ' + attribution.jsonResponse);
'Json response = ' + JSON.stringify(attribution.jsonResponse));
});
}
}
Expand Down

0 comments on commit 4d56567

Please sign in to comment.