-
Notifications
You must be signed in to change notification settings - Fork 9
/
cta.yml
40 lines (40 loc) · 1.29 KB
/
cta.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
-
_valid: true
_name: "valid-general-cta"
_data:
id: "bdcc6765-114a-4184-977d-b01d3132ef69"
type: "cta"
cta: "71bfc2e0-4a96-11e4-916c-0800200c9a66"
verb: "purchase"
price: "96"
html: '<button data-uuid="71bfc2e0-4a96-11e4-916c-0800200c9a66" data-role="cta" data-verb="purchase" data-price="96">Buy now</button>'
-
_valid: true
_name: "valid-follow-cta"
_data:
id: "bdcc6765-114a-4184-977d-b01d3132ef69"
type: "cta"
cta: "71bfc2e0-4a96-11e4-916c-0800200c9a66"
verb: "follow"
html: '<button data-uuid="71bfc2e0-4a96-11e4-916c-0800200c9a66" data-role="cta" data-verb="follow">Follow</button>'
-
_valid: true
_name: "valid-external-cta"
_data:
id: "bdcc6765-114a-4184-977d-b01d3132ef69"
type: "cta"
verb: "purchase"
html: '<a href="http://example.net/checkout" data-role="cta" data-verb="purchase">Buy now</button>'
url: 'http://example.net/checkout'
-
_valid: true
_name: "valid-cta-with-measurements"
_data:
id: "bdcc6765-114a-4184-977d-b01d3132ef69"
type: "cta"
cta: "71bfc2e0-4a96-11e4-916c-0800200c9a66"
verb: "purchase"
price: "96"
html: '<button data-uuid="71bfc2e0-4a96-11e4-916c-0800200c9a66" data-role="cta" data-verb="purchase" data-price="96">Buy now</button>'
label: "Buy now"
length: 7