-
Notifications
You must be signed in to change notification settings - Fork 341
Expand file tree
/
Copy pathEnhancedConversionsSettingsNotice.test.js.snap
More file actions
80 lines (79 loc) · 2.52 KB
/
EnhancedConversionsSettingsNotice.test.js.snap
File metadata and controls
80 lines (79 loc) · 2.52 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Analytics EnhancedConversionsNotification should render the notice 1`] = `
<div>
<div
class="googlesitekit-notice-container"
>
<div
class="googlesitekit-notice googlesitekit-notice--info"
role="alert"
>
<div
class="googlesitekit-notice__icon"
>
<svg />
</div>
<div
class="googlesitekit-notice__content"
>
<p
class="googlesitekit-notice__title"
>
Boost your Analytics data with more metrics about your visitors
</p>
<p
class="googlesitekit-notice__description"
>
Site Kit now supports user-provided data collection, a free feature which helps you get a more complete and reliable count of your sales and leads from your website, even when people switch devices. To activate, turn on the setting for collecting user data in your Analytics account.
<a
aria-label="Learn more (opens in a new tab)"
class="googlesitekit-cta-link"
href="https://sitekit.withgoogle.com/support/?doc=enhanced-conversions-analytics"
rel="noopener noreferrer"
target="_blank"
>
<span
class="googlesitekit-cta-link__contents"
>
Learn more
</span>
<span
class="googlesitekit-icon-wrapper"
style="margin-left: 5px;"
>
<svg />
</span>
</a>
</p>
</div>
<div
class="googlesitekit-notice__action"
>
<button
class="mdc-button mdc-button--tertiary"
target="_self"
>
<span
class="mdc-button__label"
>
No thanks
</span>
</button>
<a
aria-label="Go to Analytics (opens in a new tab)"
class="mdc-button googlesitekit-notice__cta googlesitekit-button-icon--spinner googlesitekit-button-icon--spinner__after mdc-button--raised"
href="https://accounts.google.com/accountchooser?continue=https%3A%2F%2Fanalytics.google.com%2Fanalytics%2Fweb%2F%23%2Fa123456p654321%2Fadmin%2Fdatapolicies%2Fdatacollection%3Futm_source%3Dsitekit&Email=wapuu.wordpress%40gmail.com&utm_source=sitekit"
role="button"
target="_blank"
>
<span
class="mdc-button__label"
>
Go to Analytics
</span>
</a>
</div>
</div>
</div>
</div>
`;