Skip to content

Commit

Permalink
chore: renamed advertiserId to pixelId for reddit pixel (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauravudia authored Feb 19, 2024
1 parent 3a86c22 commit 8cba110
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/configurations/destinations/reddit_pixel/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"fields": [
{
"type": "textInput",
"label": "Advertiser ID",
"label": "Pixel ID",
"value": "advertiserId",
"regex": "^(.{0,100})$",
"regexErrorMessage": "Invalid Advertiser ID",
"regexErrorMessage": "Invalid Pixel ID",
"required": true,
"placeholder": "e.g: t1_d2XXc27c",
"secret": true,
"footerNote": "Your Advertiser ID"
"footerNote": "Your Pixel ID"
},
{
"type": "dynamicSelectForm",
Expand Down

0 comments on commit 8cba110

Please sign in to comment.