Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
binarysysadmin committed Jul 28, 2020
1 parent 7c3993a commit 6784dcf
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 0 deletions.
45 changes: 45 additions & 0 deletions config/v3/new_account_virtual/send.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,66 @@
"mobile"
]
},
"utm_ad_id": {
"description": "[Optional] Identifier of particular ad",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_adgroup_id": {
"description": "[Optional] Identifier of ad group in the campaign",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_adrollclk_id": {
"description": "[Optional] Unique identifier of click on AdRoll ads platform",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_campaign": {
"description": "[Optional] Identifies a specific product promotion or strategic campaign such as a spring sale or other promotions.",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_campaign_id": {
"description": "[Optional] Identifier of paid ad campaign",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_content": {
"description": "[Optional] Used to differentiate similar content, or links within the same ad",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_fbcl_id": {
"description": "[Optional] Unique identifier of click on Facebook ads platform",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_gl_client_id": {
"description": "[Optional] Unique visitor identifier on Google Ads platform.",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_medium": {
"description": "[Optional] Identifies the medium the link was used upon such as: email, CPC, or other methods of sharing.",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_msclk_id": {
"description": "[Optional] Unique click identifier on Microsoft Bing ads platform.",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_source": {
"description": "[Optional] Identifies the source of traffic such as: search engine, newsletter, or other referral.",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_term": {
"description": "[Optional] Used to send information related to the campaign term like paid search keywords",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"verification_code": {
"description": "Email verification code (received from a `verify_email` call, which must be done first).",
"type": "string",
Expand Down
45 changes: 45 additions & 0 deletions config/v3/verify_email/send.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,65 @@
"mobile"
]
},
"utm_ad_id": {
"description": "[Optional] Identifier of particular ad",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_adgroup_id": {
"description": "[Optional] Identifier of ad group in the campaign",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_adrollclk_id": {
"description": "[Optional] Unique identifier of click on AdRoll ads platform",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_campaign": {
"description": "[Optional] Identifies a specific product promotion or strategic campaign such as a spring sale or other promotions.",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_campaign_id": {
"description": "[Optional] Identifier of paid ad campaign",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_content": {
"description": "[Optional] Used to differentiate similar content, or links within the same ad",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_fbcl_id": {
"description": "[Optional] Unique identifier of click on Facebook ads platform",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_gl_client_id": {
"description": "[Optional] Unique visitor identifier on Google Ads platform.",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_medium": {
"description": "[Optional] Identifies the medium the link was used upon such as: email, CPC, or other methods of sharing.",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_msclk_id": {
"description": "[Optional] Unique click identifier on Microsoft Bing ads platform.",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_source": {
"description": "[Optional] Identifies the source of traffic such as: search engine, newsletter, or other referral.",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
},
"utm_term": {
"description": "[Optional] Used to send information related to the campaign term like paid search keywords",
"type": "string",
"pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$"
}
}
},
Expand Down

0 comments on commit 6784dcf

Please sign in to comment.