-
Notifications
You must be signed in to change notification settings - Fork 346
Expand file tree
/
Copy pathEnhancedConversionsNotification.test.js.snap
More file actions
96 lines (95 loc) · 3.22 KB
/
EnhancedConversionsNotification.test.js.snap
File metadata and controls
96 lines (95 loc) · 3.22 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Ads EnhancedConversionsNotification should render the notification 1`] = `
<div>
<section
id="ecee-notification-ads"
>
<div
class="mdc-layout-grid"
>
<div
class="mdc-layout-grid__inner"
>
<div
class="mdc-layout-grid__cell mdc-layout-grid__cell--align-middle mdc-layout-grid__cell--span-12"
>
<div
class="googlesitekit-notice-container"
>
<div
class="googlesitekit-notice googlesitekit-notice--info-alt"
role="alert"
>
<div
class="googlesitekit-notice__icon"
>
<svg />
</div>
<div
class="googlesitekit-notice__content"
>
<p
class="googlesitekit-notice__title"
>
Boost your data and Ads results with enhanced conversions
</p>
<p
class="googlesitekit-notice__description"
>
Site Kit now supports enhanced conversions. This feature helps your ads count sales and leads more accurately, even across different devices, so your budget is spent smarter. To turn this on, simply agree to the terms of service in your Ads account and enable enhanced conversions.
<a
aria-label="Learn more (opens in a new tab)"
class="googlesitekit-cta-link"
href="https://sitekit.withgoogle.com/support/?doc=enhanced-conversions-ads"
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 Ads (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://ads.google.com/aw/conversions/customersettings"
role="button"
target="_blank"
>
<span
class="mdc-button__label"
>
Go to Ads
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
`;