Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 6784dcf

Browse files
JSON Schema Update
1 parent 7c3993a commit 6784dcf

File tree

2 files changed

+90
-0
lines changed

2 files changed

+90
-0
lines changed

config/v3/new_account_virtual/send.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,66 @@
5353
"mobile"
5454
]
5555
},
56+
"utm_ad_id": {
57+
"description": "[Optional] Identifier of particular ad",
58+
"type": "string",
59+
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
60+
},
61+
"utm_adgroup_id": {
62+
"description": "[Optional] Identifier of ad group in the campaign",
63+
"type": "string",
64+
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
65+
},
66+
"utm_adrollclk_id": {
67+
"description": "[Optional] Unique identifier of click on AdRoll ads platform",
68+
"type": "string",
69+
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
70+
},
5671
"utm_campaign": {
5772
"description": "[Optional] Identifies a specific product promotion or strategic campaign such as a spring sale or other promotions.",
5873
"type": "string",
5974
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
6075
},
76+
"utm_campaign_id": {
77+
"description": "[Optional] Identifier of paid ad campaign",
78+
"type": "string",
79+
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
80+
},
81+
"utm_content": {
82+
"description": "[Optional] Used to differentiate similar content, or links within the same ad",
83+
"type": "string",
84+
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
85+
},
86+
"utm_fbcl_id": {
87+
"description": "[Optional] Unique identifier of click on Facebook ads platform",
88+
"type": "string",
89+
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
90+
},
91+
"utm_gl_client_id": {
92+
"description": "[Optional] Unique visitor identifier on Google Ads platform.",
93+
"type": "string",
94+
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
95+
},
6196
"utm_medium": {
6297
"description": "[Optional] Identifies the medium the link was used upon such as: email, CPC, or other methods of sharing.",
6398
"type": "string",
6499
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
65100
},
101+
"utm_msclk_id": {
102+
"description": "[Optional] Unique click identifier on Microsoft Bing ads platform.",
103+
"type": "string",
104+
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
105+
},
66106
"utm_source": {
67107
"description": "[Optional] Identifies the source of traffic such as: search engine, newsletter, or other referral.",
68108
"type": "string",
69109
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
70110
},
111+
"utm_term": {
112+
"description": "[Optional] Used to send information related to the campaign term like paid search keywords",
113+
"type": "string",
114+
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
115+
},
71116
"verification_code": {
72117
"description": "Email verification code (received from a `verify_email` call, which must be done first).",
73118
"type": "string",

config/v3/verify_email/send.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,65 @@
5454
"mobile"
5555
]
5656
},
57+
"utm_ad_id": {
58+
"description": "[Optional] Identifier of particular ad",
59+
"type": "string",
60+
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
61+
},
62+
"utm_adgroup_id": {
63+
"description": "[Optional] Identifier of ad group in the campaign",
64+
"type": "string",
65+
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
66+
},
67+
"utm_adrollclk_id": {
68+
"description": "[Optional] Unique identifier of click on AdRoll ads platform",
69+
"type": "string",
70+
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
71+
},
5772
"utm_campaign": {
5873
"description": "[Optional] Identifies a specific product promotion or strategic campaign such as a spring sale or other promotions.",
5974
"type": "string",
6075
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
6176
},
77+
"utm_campaign_id": {
78+
"description": "[Optional] Identifier of paid ad campaign",
79+
"type": "string",
80+
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
81+
},
82+
"utm_content": {
83+
"description": "[Optional] Used to differentiate similar content, or links within the same ad",
84+
"type": "string",
85+
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
86+
},
87+
"utm_fbcl_id": {
88+
"description": "[Optional] Unique identifier of click on Facebook ads platform",
89+
"type": "string",
90+
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
91+
},
92+
"utm_gl_client_id": {
93+
"description": "[Optional] Unique visitor identifier on Google Ads platform.",
94+
"type": "string",
95+
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
96+
},
6297
"utm_medium": {
6398
"description": "[Optional] Identifies the medium the link was used upon such as: email, CPC, or other methods of sharing.",
6499
"type": "string",
65100
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
66101
},
102+
"utm_msclk_id": {
103+
"description": "[Optional] Unique click identifier on Microsoft Bing ads platform.",
104+
"type": "string",
105+
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
106+
},
67107
"utm_source": {
68108
"description": "[Optional] Identifies the source of traffic such as: search engine, newsletter, or other referral.",
69109
"type": "string",
70110
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
111+
},
112+
"utm_term": {
113+
"description": "[Optional] Used to send information related to the campaign term like paid search keywords",
114+
"type": "string",
115+
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
71116
}
72117
}
73118
},

0 commit comments

Comments
 (0)