|
53 | 53 | "mobile" |
54 | 54 | ] |
55 | 55 | }, |
| 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 | + }, |
56 | 71 | "utm_campaign": { |
57 | 72 | "description": "[Optional] Identifies a specific product promotion or strategic campaign such as a spring sale or other promotions.", |
58 | 73 | "type": "string", |
59 | 74 | "pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$" |
60 | 75 | }, |
| 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 | + }, |
61 | 96 | "utm_medium": { |
62 | 97 | "description": "[Optional] Identifies the medium the link was used upon such as: email, CPC, or other methods of sharing.", |
63 | 98 | "type": "string", |
64 | 99 | "pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$" |
65 | 100 | }, |
| 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 | + }, |
66 | 106 | "utm_source": { |
67 | 107 | "description": "[Optional] Identifies the source of traffic such as: search engine, newsletter, or other referral.", |
68 | 108 | "type": "string", |
69 | 109 | "pattern": "^[a-zA-Z0-9\\s\\-\\.\\_]{0,100}$" |
70 | 110 | }, |
| 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 | + }, |
71 | 116 | "verification_code": { |
72 | 117 | "description": "Email verification code (received from a `verify_email` call, which must be done first).", |
73 | 118 | "type": "string", |
|
0 commit comments