Skip to content

Commit 02f690b

Browse files
authored
Apply suggestions from code review
1 parent 6bef005 commit 02f690b

File tree

1 file changed

+5
-5
lines changed
  • src/connections/sources/catalog/libraries/website/shopify-littledata

1 file changed

+5
-5
lines changed

src/connections/sources/catalog/libraries/website/shopify-littledata/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Below is a table of events that **Shopify by Littledata** sends to Segment throu
7878
7979
You can _opt out_ of device-mode pageviews or events by setting `disableClientSideEvents: true` or `disablePageviews: true` in the `LittledataLayer` settings.
8080

81-
The source also respects [GDPR-compliant cookie](https://blog.littledata.io/2021/06/18/shopify-cookie-banner-gdpr-compliance/) consent through Shopify's cookie banner, or popular consent management platforms such as [OneTrust](https://help.littledata.io/help/integrating-onetrust-with-shopify/) and [TrustArc](https://help.littledata.io/posts/integrating-trustarc-with-shopify/).
81+
The source also respects [GDPR-compliant cookie](https://blog.littledata.io/2021/06/18/shopify-cookie-banner-gdpr-compliance/){:target="_blank"} consent through Shopify's cookie banner, or popular consent management platforms such as [OneTrust](https://help.littledata.io/help/integrating-onetrust-with-shopify/){:target="_blank"} and [TrustArc](https://help.littledata.io/posts/integrating-trustarc-with-shopify/){:target="_blank"}.
8282

8383
## Cloud-mode events
8484

@@ -131,14 +131,14 @@ The following traits are included with an Identify call:
131131
| default_address.country | The customer's country. | String |
132132
| description | The customer's notes. | String |
133133
| email | The customer's email address. | String |
134-
| email_consent_state | If the user has consented to email marketing (mapping to [EmailMarketingState](https://shopify.dev/docs/api/customer/unstable/enums/EmailMarketingState)) | String, Null |
135-
| email_opt_in_level | Level of user's opt in email marketing (mapping to [MarketingOptInLevel](https://shopify.dev/docs/api/customer/unstable/enums/MarketingOptInLevel)) | String, Null |
134+
| email_consent_state | If the user has consented to email marketing (mapping to [EmailMarketingState](https://shopify.dev/docs/api/customer/unstable/enums/EmailMarketingState){:target="_blank"}) | String, Null |
135+
| email_opt_in_level | Level of user's opt in email marketing (mapping to [MarketingOptInLevel](https://shopify.dev/docs/api/customer/unstable/enums/MarketingOptInLevel){:target="_blank"}) | String, Null |
136136
| firstName | The customer's first name. | String |
137137
| lastName | The customer's last name. | String |
138138
| phone | The customer's phone number. | String |
139139
| purchaseCount | The number of orders by the customer. | Integer |
140-
| sms_consent_state | If the user has consented to SMS marketing (mapping to [SmsMarketingState](https://shopify.dev/docs/api/customer/unstable/enums/SmsMarketingState)) | String, Null |
141-
| sms_opt_in_level | The level of the user's opt in to SMS marketing (mapping to [MarketingOptInLevel](https://shopify.dev/docs/api/customer/unstable/enums/MarketingOptInLevel)) | String, Null |
140+
| sms_consent_state | If the user has consented to SMS marketing (mapping to [SmsMarketingState](https://shopify.dev/docs/api/customer/unstable/enums/SmsMarketingState){:target="_blank"}) | String, Null |
141+
| sms_opt_in_level | The level of the user's opt in to SMS marketing (mapping to [MarketingOptInLevel](https://shopify.dev/docs/api/customer/unstable/enums/MarketingOptInLevel){:target="_blank"}) | String, Null |
142142
| state | The Shopify customer state - enabled, disabled, invited to create an account or customer declined. | String |
143143
| tags | The custom tags applied to the customer. | String |
144144
| verified_email | Whether the customer has verified their email. | Boolean |

0 commit comments

Comments
 (0)