I agree to the I have been informed and read the
Privacy Policy.
I understand that Found.ee, LLC. Will process my data as data controller to manage my
registration with found.ee,
which is necessary for the performance of the contract, and that my data will not be shared
with third parties unless legally
required. I am aware I have the right to access, rectify and erase my data, among others.
You may select your cookie preferences below
Copy link into new browser to complete Apple Pre-Add
Unfortunately, Instagram and Facebook for iOS cannot load Apple Music Pre-Add's inside
of their browsers.
Copied! Now paste the copied link in Safari or Chrome.
Error! Try again.
Manage Permissions
Under the California Consumer Privacy Act, the definition of 'sale' is very broad.
It includes the transfer or sharing of personal information with a third party for any value,
even if the information is not sold for monetary value. We do not sell actual personal information
for monetary value, but we do allow users to run advertising against it and share it with
third parties as part of a mutually beneficial business relationship. Because of this,
we refer to the sale of personal information as 'data sharing.'
If you are a California resident, you have the right to opt-out of the sharing
of your personal information with third parties (subject to certain exceptions).
Do not sell my personal information
// add this before event code to all pages where PII data postback is expected and appropriate
ttq.identify({
"email": "", // string. The email of the customer if available. It must be hashed with SHA-256 on the client side.
"phone_number": "", // string. The phone number of the customer if available. It must be hashed with SHA-256 on the client side.
"external_id": "" // string. Any unique identifier, such as loyalty membership IDs, user IDs, and external cookie IDs.It must be hashed with SHA-256 on the client side.
});
ttq.track('ClickButton', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});
ttq.track('ViewContent', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});
ttq.track('CompleteRegistration', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});