From e5a61e38ff1659ae76400f8ebba3171badb18ff1 Mon Sep 17 00:00:00 2001 From: Hanna Rosul Date: Tue, 24 Sep 2024 17:21:48 +0300 Subject: [PATCH] Generated gh-pages for commit a9302bfa Author: Hanna Rosul Add Node JS example to Params Encryption section (#336) --- .../params_encryption.rst.txt | 29 ++++++++++++++++++- advanced_features.html | 1 + advanced_features/params_encryption.html | 29 ++++++++++++++++++- searchindex.js | 2 +- 4 files changed, 58 insertions(+), 3 deletions(-) diff --git a/_sources/advanced_features/params_encryption.rst.txt b/_sources/advanced_features/params_encryption.rst.txt index 3ddbf7805..d47a1704d 100644 --- a/_sources/advanced_features/params_encryption.rst.txt +++ b/_sources/advanced_features/params_encryption.rst.txt @@ -125,11 +125,38 @@ that can be downloaded from `Bouncy Castle Latest Releases`_. } public static void main(String[] args) throws Exception { - String email = "encrypted_email@example.com"; + String email = "email_to_encrypt@example.com"; System.out.println(encryptParam(email)); } } +Node.js Example +--------------- + +.. code-block:: js + + const fs = require('fs'); + const crypto = require('crypto'); + + // Read the public key from file + const publicKey = fs.readFileSync('talkable_your_site_slug_public_key.pem', 'utf8'); + + const encryptData = (data) => { + const encryptedData = crypto.publicEncrypt( + { + key: publicKey, + padding: crypto.constants.RSA_PKCS1_OAEP_PADDING, + oaepHash: 'sha1', + }, + Buffer.from(data) + ); + return encryptedData.toString('base64'); + }; + + // Example usage + const encryptedEmail = encryptData('email_to_encrypt@example.com'); + console.log('Encrypted email:', encryptedEmail); + Front-end Part -------------- diff --git a/advanced_features.html b/advanced_features.html index fef7022ce..94deebd76 100644 --- a/advanced_features.html +++ b/advanced_features.html @@ -314,6 +314,7 @@

Features
  • Passing email as a GET parameter to Standalone Campaign
  • Ruby Example
  • Java Example
  • +
  • Node.js Example
  • Front-end Part
  • diff --git a/advanced_features/params_encryption.html b/advanced_features/params_encryption.html index 084c2f9c3..74c3b83f7 100644 --- a/advanced_features/params_encryption.html +++ b/advanced_features/params_encryption.html @@ -55,6 +55,7 @@
  • Passing email as a GET parameter to Standalone Campaign
  • Ruby Example
  • Java Example
  • +
  • Node.js Example
  • Front-end Part
  • @@ -224,13 +225,39 @@

    Java Example } public static void main(String[] args) throws Exception { - String email = "encrypted_email@example.com"; + String email = "email_to_encrypt@example.com"; System.out.println(encryptParam(email)); } } +
    +

    Node.js Example

    +
    const fs = require('fs');
    +const crypto = require('crypto');
    +
    +// Read the public key from file
    +const publicKey = fs.readFileSync('talkable_your_site_slug_public_key.pem', 'utf8');
    +
    +const encryptData = (data) => {
    +  const encryptedData = crypto.publicEncrypt(
    +    {
    +      key: publicKey,
    +      padding: crypto.constants.RSA_PKCS1_OAEP_PADDING,
    +      oaepHash: 'sha1',
    +    },
    +    Buffer.from(data)
    +  );
    +  return encryptedData.toString('base64');
    +};
    +
    +// Example usage
    +const encryptedEmail = encryptData('email_to_encrypt@example.com');
    +console.log('Encrypted email:', encryptedEmail);
    +
    +
    +

    Front-end Part

    Please modify the front-end using this pseudo code example:

    diff --git a/searchindex.js b/searchindex.js index ef8141570..705771a34 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"0.1.0": [[50, "id20"]], "0.2.0": [[50, "id19"]], "0.3.0": [[50, "id18"]], "0.3.1": [[50, "id17"]], "0.4.0": [[50, "id16"]], "0.4.1": [[50, "id15"]], "0.4.2": [[50, "id14"]], "0.5.0": [[50, "id13"]], "0.5.1": [[50, "id12"]], "0.5.10": [[50, "id3"]], "0.5.11": [[50, "id2"]], "0.5.12": [[50, "id1"]], "0.5.2": [[50, "id11"]], "0.5.3": [[50, "id10"]], "0.5.4": [[50, "id9"]], "0.5.5": [[50, "id8"]], "0.5.6": [[50, "id7"]], "0.5.7": [[50, "id6"]], "0.5.8": [[50, "id5"]], "0.5.9": [[50, "id4"]], "1. Configure your Talkable campaign": [[42, "configure-your-talkable-campaign"], [129, "configure-your-talkable-campaign"]], "1. Create an Origin": [[128, "create-an-origin"]], "2. Create a Share": [[128, "create-a-share"]], "2. Pass deep linking params to the Talkable SDK": [[42, "pass-deep-linking-params-to-the-talkable-sdk"], [129, "pass-deep-linking-params-to-the-talkable-sdk"]], "3. Check for Reward": [[128, "check-for-reward"]], "API": [[41, null]], "API Reference": [[51, null]], "API request": [[41, "api-request"]], "Access the Talkable API": [[53, "access-the-talkable-api"]], "Accessing Talkable Configuration": [[118, "accessing-talkable-configuration"]], "Added multiple site slugs support. Bugs fixing.": [[50, "added-multiple-site-slugs-support-bugs-fixing"]], "Adding DNS records": [[34, "adding-dns-records"]], "Adding DNS records in AWS Route53": [[35, null]], "Adding DNS records in Cloudflare": [[36, null]], "Adding DNS records in GoDaddy": [[37, null]], "Adding DNS records in Shopify": [[38, null]], "Adding a Partial": [[71, "adding-a-partial"]], "Adding a user to the blocklist": [[10, "adding-a-user-to-the-blocklist"]], "Additional Resources": [[14, "additional-resources"]], "Advanced Usage": [[40, null], [127, null]], "Advanced features": [[27, "advanced-features"]], "Advocate Dashboard": [[65, "advocate-dashboard"]], "Advocate Landing Page": [[108, "advocate-landing-page"]], "Advocate Landing Page Notes": [[108, "advocate-landing-page-notes"]], "Advocate Offer Email": [[85, null]], "Advocate Personal Coupon Sharing": [[19, null]], "Advocate Reward Confirmation Email": [[82, null]], "Advocate Reward Paid Email": [[83, null]], "Advocate Signup Webhook": [[142, null]], "Advocate Signup/Share Page": [[80, null], [89, null]], "Allow showing coupon in the Friend Share Email and its reminder": [[77, "allow-showing-coupon-in-the-friend-share-email-and-its-reminder"]], "Alternate Post Purchase Script for cart line item passing": [[106, null]], "Alternative Approach: Direct Integration": [[109, "alternative-approach-direct-integration"]], "App Store": [[95, "app-store"]], "Application Attributes": [[43, "application-attributes"]], "Attentive": [[95, null]], "Authentication": [[53, "authentication"]], "Auto-Enrollment": [[121, null]], "Automatic Configuration": [[29, "automatic-configuration"]], "Automatic integration": [[119, "automatic-integration"], [124, "automatic-integration"]], "Available properties": [[12, "available-properties"]], "Best Practices for Speed Optimization": [[109, "best-practices-for-speed-optimization"]], "Binary Framework": [[131, "binary-framework"]], "Building Origin": [[41, "building-origin"]], "Campaign Placements": [[57, null]], "Campaign Types": [[65, null]], "Campaigns": [[118, "campaigns"]], "Check Unsubscribe Webhook": [[138, null]], "Claim by Name": [[65, "claim-by-name"]], "Claim by Name Placement": [[58, null]], "Claiming an Offer": [[52, "claiming-an-offer"]], "CloudSponge Integration": [[80, "cloudsponge-integration"]], "CocoaPods": [[131, "cocoapods"]], "Code Example #1:": [[121, "code-example-1"]], "Code Example #2:": [[121, "code-example-2"]], "Color As Localization": [[1, "color-as-localization"]], "Configure Manifest": [[43, "configure-manifest"]], "Configure SDK and Dependencies": [[43, "configure-sdk-and-dependencies"]], "Configuring Talkable Extension": [[118, "configuring-talkable-extension"]], "Contacts Import": [[127, "contacts-import"]], "Converting Into Localization": [[1, null]], "Cookies": [[107, null]], "Coupon list sync": [[27, "coupon-list-sync"]], "Coupons": [[2, null]], "Create Coupon Webhook": [[140, null]], "Create offer share": [[41, "create-offer-share"]], "Create origin": [[41, "create-origin"]], "Create visitor": [[41, "create-visitor"]], "Creating a Google API Client ID": [[14, "creating-a-google-api-client-id"]], "Creating the referral": [[11, "creating-the-referral"]], "Cross referrals": [[8, "cross-referrals"]], "Currencies in reports": [[15, "currencies-in-reports"]], "Currencies on dashboard": [[15, "currencies-on-dashboard"]], "Custom App": [[96, null]], "Custom App for Loyalty": [[122, null]], "Custom Events": [[46, null], [133, null]], "Custom Integration": [[90, null], [105, "custom-integration"]], "Custom Option (Configuration) Localization": [[1, "custom-option-configuration-localization"]], "Custom Platform": [[63, "custom-platform"], [64, "custom-platform"]], "Custom Segments": [[25, "custom-segments"]], "Customer Service Portal": [[3, null]], "Date Format": [[53, "date-format"]], "Debugging": [[127, "debugging"]], "Decrypting": [[13, "decrypting"]], "Deep Linking": [[43, null]], "Deep linking scheme": [[50, "deep-linking-scheme"]], "Delegated VS Self-managed setup": [[34, "delegated-vs-self-managed-setup"]], "Designer": [[66, null]], "Displaying and Sharing the Offer": [[52, "displaying-and-sharing-the-offer"]], "E-commerce Platforms": [[114, null]], "Editor": [[67, null]], "Email Gating": [[79, "email-gating"]], "Email Marketing & Automation": [[94, null], [105, "email-marketing-automation"]], "Email Share": [[41, "email-share"], [128, "email-share"]], "Email delivery": [[7, "email-delivery"]], "Email sending issues": [[34, "email-sending-issues"]], "Email size": [[66, "email-size"]], "Emarsys": [[97, null]], "Encrypting": [[13, "encrypting"]], "Enrollment via JS Integration": [[121, "enrollment-via-js-integration"]], "Error Handling": [[14, "error-handling"], [40, "error-handling"]], "Errors": [[53, "errors"]], "Event Webhook": [[141, null]], "Example": [[71, "example"], [130, null], [136, "example"], [136, "id1"], [136, "id2"]], "Example 1": [[69, "example-1"]], "Example 2": [[69, "example-2"]], "Example 3": [[69, "example-3"]], "Example 4": [[69, "example-4"]], "Examples:": [[96, "examples"]], "Extra Functionality": [[128, "extra-functionality"]], "F.A.Q.": [[111, null]], "FAQ": [[19, "faq"]], "Features": [[0, null]], "File Encryption": [[13, null]], "Files": [[68, null]], "Filters": [[69, null]], "Floating Widget Placement": [[59, null]], "Flow": [[63, "flow"], [64, "flow"]], "Fonts": [[66, "fonts"]], "For Shopify Online Store 2.0 themes": [[119, "for-shopify-online-store-2-0-themes"]], "For Shopify vintage themes": [[119, "for-shopify-vintage-themes"]], "Friend Claim Page": [[79, null], [88, null]], "Friend Email Gating Webhook": [[139, null]], "Friend Reward Paid Email": [[84, null]], "Friend Share Email": [[86, null]], "Friend Share Email Reminder": [[87, null]], "Friend was blocked for self-referral": [[9, "friend-was-blocked-for-self-referral"]], "Front-end Part": [[17, "front-end-part"]], "GDPR and CCPA compliance": [[107, "gdpr-and-ccpa-compliance"]], "Gathering the info": [[11, "gathering-the-info"]], "General Approval Policy Recommendations": [[22, "general-approval-policy-recommendations"]], "Get started": [[27, "get-started"]], "Getting Started": [[44, null], [131, null]], "Gleam Placement": [[60, null]], "Global": [[77, null]], "Google Login": [[14, null]], "Handling customer inquiries": [[8, "handling-customer-inquiries"]], "Helpful Links": [[109, "helpful-links"]], "Hierarchy": [[41, "hierarchy"]], "History": [[70, null]], "How It Works": [[24, "how-it-works"]], "How To Import the Talkable Public Key": [[13, "how-to-import-the-talkable-public-key"]], "How do I UnBlocklist a user?": [[10, "how-do-i-unblocklist-a-user"]], "How it works?": [[28, "how-it-works"]], "How to add a new app?": [[95, "how-to-add-a-new-app"], [98, "how-to-add-a-new-app"], [99, "how-to-add-a-new-app"], [100, "how-to-add-a-new-app"], [102, "how-to-add-a-new-app"], [103, "how-to-add-a-new-app"]], "How to create or check for existing campaigns": [[112, "how-to-create-or-check-for-existing-campaigns"]], "How to set up a custom domain": [[34, "how-to-set-up-a-custom-domain"]], "Hubspot": [[98, null]], "Iframe Events List": [[30, "iframe-events-list"]], "Image As Localization": [[1, "image-as-localization"]], "Implement TalkableDelegate": [[127, "implement-talkabledelegate"]], "Incentive Criteria": [[78, null]], "Incentives for different currencies": [[15, "incentives-for-different-currencies"]], "Including Product Items": [[21, null]], "Including a Partial in a Main Template": [[71, "including-a-partial-in-a-main-template"]], "Initial Origin": [[52, "initial-origin"]], "Initialization Script": [[108, "initialization-script"], [123, "initialization-script"]], "Initialization Script Notes": [[108, "initialization-script-notes"], [123, "initialization-script-notes"]], "Inline Widget": [[16, "inline-widget"]], "Installation": [[44, "installation"], [118, "installation"]], "Instant Reward": [[80, "instant-reward"]], "Integrating Events": [[12, null]], "Integrating with a Tag Manager": [[109, null]], "Integration": [[45, null], [118, "integration"], [132, null]], "Integration Components": [[108, null], [123, null]], "Integration High-Level Overview": [[110, null]], "Integration Steps": [[14, "integration-steps"]], "Integration instructions": [[58, "integration-instructions"], [59, "integration-instructions"], [60, "integration-instructions"], [61, "integration-instructions"], [62, "integration-instructions"], [63, "integration-instructions"], [64, "integration-instructions"]], "Integration with Third Party Deep Linking Services": [[42, null], [129, null]], "Interactions with the personal name-share link": [[16, "interactions-with-the-personal-name-share-link"]], "Introducing TalkableOfferFragmentListener interface. Bugs fixing.": [[50, "introducing-talkableofferfragmentlistener-interface-bugs-fixing"]], "Introduction": [[29, "introduction"], [53, null]], "Invite": [[65, "invite"]], "Java Example": [[17, "java-example"]], "Klaviyo": [[99, null]], "Leaderboard": [[65, "leaderboard"]], "Legacy Sharing using Social.framework": [[136, "legacy-sharing-using-social-framework"]], "Legacy social sharing": [[128, "legacy-social-sharing"]], "LinkedIn": [[80, "linkedin"]], "Liquid Tutorial 1: Intro & Navigation": [[73, "liquid-tutorial-1-intro-navigation"]], "Liquid Tutorial 2: Using Variables and Filters": [[73, "liquid-tutorial-2-using-variables-and-filters"]], "Liquid Tutorial 3: Using Custom Assets": [[73, "liquid-tutorial-3-using-custom-assets"]], "Liquid variables hints": [[122, "liquid-variables-hints"], [122, "id1"]], "Localization": [[74, null]], "Logging In": [[4, "logging-in"]], "Loyalty Actions": [[123, "loyalty-actions"]], "Loyalty Actions Notes": [[123, "loyalty-actions-notes"]], "Loyalty Dashboard Notes": [[123, "loyalty-dashboard-notes"]], "Loyalty Dashboard Placement": [[61, null]], "Loyalty Integration (beta)": [[120, null]], "Loyalty Widget Notes": [[123, "loyalty-widget-notes"]], "Loyalty Widget Placement": [[62, null]], "Magento 1.x Integration": [[117, null]], "Magento 2.x Integration": [[118, null]], "Magento Integration": [[116, null]], "Magento Platform": [[63, "magento-platform"], [64, "magento-platform"]], "Mailchimp": [[100, null]], "Manual Configuration": [[29, "manual-configuration"]], "Manual integration": [[119, "manual-integration"], [124, "manual-integration"]], "Manual migrating from a vintage theme to an Online store 2.0 theme": [[119, "manual-migrating-from-a-vintage-theme-to-an-online-store-2-0-theme"], [124, "manual-migrating-from-a-vintage-theme-to-an-online-store-2-0-theme"]], "Microsoft Dynamics CRM Integration": [[91, null]], "Move to Fragments": [[50, "move-to-fragments"]], "Moving Subject Line Into Localization": [[1, "moving-subject-line-into-localization"]], "Multi-currency": [[15, null]], "Multi-use Coupons": [[2, "multi-use-coupons"]], "Multiple Email Fields": [[80, "multiple-email-fields"]], "Name Sharing": [[16, null]], "Name Sharing Setup": [[16, "name-sharing-setup"]], "Name Sharing User Flow": [[16, "name-sharing-user-flow"]], "Native Integration via API": [[128, null]], "Native integration via API": [[40, "native-integration-via-api"]], "Native sharing": [[128, "native-sharing"]], "Navigating to the Customer Service Portal": [[4, "navigating-to-the-customer-service-portal"]], "Notifications": [[127, "notifications"]], "Offers Expiration": [[75, null]], "Ometria": [[101, null]], "Oracle Bronto": [[102, null]], "Origins": [[54, null]], "Overriding default behaviour": [[40, "overriding-default-behaviour"]], "Overview": [[4, null], [14, "overview"]], "Page URLs": [[118, "page-urls"]], "Params Encryption": [[17, null]], "Partials": [[71, null]], "Pass Custom User Data": [[18, null]], "Passing currency with the purchase or event": [[15, "passing-currency-with-the-purchase-or-event"]], "Passing email as a GET parameter to Standalone Campaign": [[17, "passing-email-as-a-get-parameter-to-standalone-campaign"]], "Passing visitor\u2019s preferred currency": [[15, "passing-visitor-s-preferred-currency"]], "Person Lookup": [[6, "person-lookup"]], "Phone number gating": [[20, null]], "Post Purchase Campaign": [[47, null], [134, null]], "Post Purchase Campaign setup": [[28, "post-purchase-campaign-setup"]], "Post Purchase Placement": [[63, null]], "Post Purchase Script": [[108, "post-purchase-script"]], "Post Purchase Script Notes": [[108, "post-purchase-script-notes"]], "Post Share Webhook": [[143, null]], "Post-Purchase Enrollment": [[121, "post-purchase-enrollment"]], "Potential Performance Impact": [[109, "potential-performance-impact"]], "Preferred currency": [[15, "preferred-currency"]], "Prerequisites": [[14, "prerequisites"]], "Recharge": [[92, null]], "Referral": [[5, "referral"]], "Referral Dashboard": [[108, "referral-dashboard"]], "Referral Dashboard Notes": [[108, "referral-dashboard-notes"]], "Referral Program via API": [[52, null]], "Referral Tracking Methods": [[31, null]], "Referral Webhook": [[144, null]], "Referral details": [[6, "referral-details"]], "Referrals": [[55, null]], "Referrals Approval": [[22, null]], "Removing the Talkable Integration Script from GTM": [[109, "removing-the-talkable-integration-script-from-gtm"]], "Report Password Protection": [[24, null]], "Request Throttling": [[53, "request-throttling"]], "Requirements": [[2, "requirements"], [43, "requirements"], [44, "requirements"], [131, "requirements"]], "Response Format": [[53, "response-format"]], "Responsive view\u2019s height": [[66, "responsive-views-height"]], "Retrieve an Offer by Short Code": [[128, "retrieve-an-offer-by-short-code"]], "Retrieve offer": [[41, "retrieve-offer"]], "Retrieve rewards": [[41, "retrieve-rewards"]], "Reward": [[5, "reward"]], "Reward Gleam": [[65, "reward-gleam"]], "Reward Webhook": [[145, null]], "Ruby Example": [[17, "ruby-example"]], "SDK Initialization": [[43, "sdk-initialization"]], "Sailthru": [[103, null]], "Salesforce B2C Commerce Cloud Integration": [[115, null]], "Salesforce Integration": [[93, null]], "Segment With Product SKU": [[25, "segment-with-product-sku"]], "Segment With Traffic Source": [[25, "segment-with-traffic-source"]], "Segments": [[25, null]], "Setting up Campaign Placement criteria": [[23, null]], "Setup": [[19, "setup"]], "Sharing via Facebook": [[40, "sharing-via-facebook"]], "SheerID Integration": [[26, null]], "Shopify Fast Checkout": [[16, "shopify-fast-checkout"]], "Shopify Integration": [[119, null], [124, null]], "Shopify Platform": [[63, "shopify-platform"], [64, "shopify-platform"]], "Shopify Price Rule Changed Email Notification": [[27, "shopify-price-rule-changed-email-notification"]], "Shopify Price Rule ID": [[27, "shopify-price-rule-id"]], "Shopify Purchase Syncing": [[28, null]], "Shopify Webhook payload and Talkable Purchase attributes mapping": [[28, "shopify-webhook-payload-and-talkable-purchase-attributes-mapping"]], "Shopify coupon auto-sync": [[2, "shopify-coupon-auto-sync"], [27, null]], "Single Sign-On (SSO)": [[29, null]], "Single-use Coupons": [[2, "single-use-coupons"]], "Site public encryption key": [[17, "site-public-encryption-key"]], "Social Share": [[41, "social-share"]], "Social Sharing": [[136, null]], "Social Sharing from a native campaign": [[136, "social-sharing-from-a-native-campaign"]], "Social Sharing from a web-based campaign": [[136, "social-sharing-from-a-web-based-campaign"]], "Social sharing": [[128, "social-sharing"]], "Specify a custom campaign tag": [[127, "specify-a-custom-campaign-tag"]], "Standalone Campaign": [[48, null], [135, null]], "Standalone Placement": [[64, null]], "Standard Integration": [[113, null]], "Step 1: Installation": [[131, "step-1-installation"]], "Step 2: Configuration": [[131, "step-2-configuration"]], "Submit Origin data to Talkable to generate the Referral": [[52, "submit-origin-data-to-talkable-to-generate-the-referral"]], "Subscribing To Iframe Events": [[30, null]], "Swift Package Manager": [[131, "swift-package-manager"]], "Sync loyalty actions": [[122, "sync-loyalty-actions"]], "Sync loyalty tier transitions": [[122, "sync-loyalty-tier-transitions"]], "Synchronization with ESPs": [[20, "synchronization-with-esps"]], "Talkable Android SDK": [[39, null]], "Talkable Back-end Integration": [[105, "talkable-back-end-integration"]], "Talkable Basics": [[105, null]], "Talkable Campaigns": [[56, null]], "Talkable Container DIV": [[123, "talkable-container-div"]], "Talkable For Mobile": [[105, "talkable-for-mobile"]], "Talkable JS Integration": [[105, "talkable-js-integration"]], "Talkable iOS SDK": [[126, null]], "Terminology": [[5, null]], "Test Mode Display": [[112, "test-mode-display"]], "Testing": [[49, null]], "Testing Single Sign-On": [[29, "testing-single-sign-on"]], "Testing and Deployment": [[14, "testing-and-deployment"]], "Tiered Rewards": [[65, "tiered-rewards"]], "Tracking app opening": [[50, "tracking-app-opening"]], "Troubleshooting": [[125, "troubleshooting"]], "Tutorials": [[76, null]], "UTM Tags": [[33, null]], "Understanding the Cookies We Use": [[107, "understanding-the-cookies-we-use"]], "Unsubscribe Webhook": [[146, null]], "Upgrade": [[50, null]], "Use case #1:
    Where do I find referrals?": [[6, null]], "Use case #2:
    Where is Advocate reward?": [[7, null]], "Use case #3:
    Who should get the reward?": [[8, null]], "Use case #4:
    Did my Friend get an email?": [[9, null]], "Use case #5:
    Blocklisting a user": [[10, null]], "Use case #6:
    Creating a referral for an Advocate": [[11, null]], "Using TalkableOfferFragment directly": [[40, "using-talkableofferfragment-directly"]], "Using URL Parameters": [[32, null]], "Using multiple site slugs": [[40, "using-multiple-site-slugs"]], "Validating the Integration": [[112, null]], "Validation Checklist": [[112, "validation-checklist"]], "Variables": [[72, null]], "Verifying Integration": [[125, null]], "Verifying Integration in JS SPAs": [[125, "verifying-integration-in-js-spas"]], "Verifying success": [[109, "verifying-success"]], "Videos": [[73, null]], "Viewing the results of the manually created referral": [[11, "viewing-the-results-of-the-manually-created-referral"]], "Views": [[81, null]], "Visual Confirmation Note": [[112, "visual-confirmation-note"]], "Web view size": [[66, "web-view-size"]], "Webhook Signature Verification": [[96, "webhook-signature-verification"]], "Webhooks": [[137, null]], "What attributes will the auto-generated Price Rule have?": [[27, "what-attributes-will-the-auto-generated-price-rule-have"]], "What is Price Rule?": [[27, "what-is-price-rule"]], "White-labeling": [[34, null]], "Why aren\u2019t there any coupons created for my auto-synced list?": [[27, "why-aren-t-there-any-coupons-created-for-my-auto-synced-list"]], "Yotpo": [[104, null]], "ZeroClipboard": [[77, "zeroclipboard"]], "ab_test": [[69, "ab-test"]], "add_time": [[69, "add-time"]], "adjust_color": [[69, "adjust-color"]], "asset_url": [[69, "asset-url"]], "async_rendering": [[69, "async-rendering"]], "barcode": [[69, "barcode"]], "barcode_image": [[69, "barcode-image"]], "base64_decode": [[69, "base64-decode"]], "base64_encode": [[69, "base64-encode"]], "claim_url": [[69, "claim-url"]], "date_diff": [[69, "date-diff"]], "date_greater_than": [[69, "date-greater-than"]], "date_greater_than_or_equal": [[69, "date-greater-than-or-equal"]], "encode_query_argument": [[69, "encode-query-argument"]], "events_collection": [[69, "events-collection"]], "format_date": [[69, "format-date"]], "group_by": [[69, "group-by"]], "hours_from_time": [[69, "hours-from-time"]], "human_time_ago": [[69, "human-time-ago"]], "import_font": [[69, "import-font"]], "interpolate": [[69, "interpolate"]], "leaderboard": [[69, "leaderboard"]], "localize": [[69, "localize"]], "md5": [[69, "md5"]], "money": [[69, "money"]], "parse_json": [[69, "parse-json"]], "pluralize": [[69, "pluralize"]], "points": [[69, "points"]], "probability_by": [[69, "probability-by"]], "rand_by": [[69, "rand-by"]], "regexp_captures": [[69, "regexp-captures"]], "rybbon": [[69, "rybbon"]], "scale_color": [[69, "scale-color"]], "showFacebookShareDialogWithParams:completionHandler:": [[136, "showfacebooksharedialogwithparams-completionhandler"]], "showFacebookShareDialogWithParams:delegate:": [[136, "showfacebooksharedialogwithparams-delegate"]], "showTwitterShareDialogWithParams:completionHandler:": [[136, "showtwittersharedialogwithparams-completionhandler"]], "simple_format": [[69, "simple-format"]], "sort": [[69, "sort"]], "squish": [[69, "squish"]], "strip": [[69, "strip"]], "tremendous": [[69, "tremendous"]], "tweet_length": [[69, "tweet-length"]], "update_query": [[69, "update-query"]], "url2png": [[69, "url2png"]], "values": [[69, "values"]], "where": [[69, "where"]], "{{ advocate_info }}": [[72, "advocate-info"]], "{{ advocate_origin }}": [[72, "advocate-origin"]], "{{ coupon_code }}": [[72, "coupon-code"]], "{{ incentives }}": [[72, "incentives"]]}, "docnames": ["advanced_features", "advanced_features/converting_into_localization", "advanced_features/coupons", "advanced_features/customer_service_portal", "advanced_features/customer_service_portal/overview", "advanced_features/customer_service_portal/terminology", "advanced_features/customer_service_portal/use_case_1", "advanced_features/customer_service_portal/use_case_2", "advanced_features/customer_service_portal/use_case_3", "advanced_features/customer_service_portal/use_case_4", "advanced_features/customer_service_portal/use_case_5", "advanced_features/customer_service_portal/use_case_6", "advanced_features/events", "advanced_features/file_encryption", "advanced_features/google_login", "advanced_features/multi_currency", "advanced_features/name_sharing", "advanced_features/params_encryption", "advanced_features/passing_custom_data", "advanced_features/personal_coupon_sharing", "advanced_features/phone_number_gating", "advanced_features/product_items", "advanced_features/referrals_approval", "advanced_features/reg_ex", "advanced_features/report_password_protection", "advanced_features/segments", "advanced_features/sheerid", "advanced_features/shopify_coupons_auto_sync", "advanced_features/shopify_purchase_syncing", "advanced_features/single_sign_on", "advanced_features/subscribing_to_events", "advanced_features/track_methods", "advanced_features/url_parameters", "advanced_features/utm_tags", "advanced_features/white_labeling", "advanced_features/white_labeling/aws_route53", "advanced_features/white_labeling/cloudflare", "advanced_features/white_labeling/godaddy", "advanced_features/white_labeling/shopify", "android_sdk", "android_sdk/advanced", "android_sdk/api", "android_sdk/custom_deep_linking", "android_sdk/deep_linking", "android_sdk/getting_started", "android_sdk/integration", "android_sdk/integration/event", "android_sdk/integration/post_purchase", "android_sdk/integration/standalone", "android_sdk/testing", "android_sdk/upgrade", "api_v2", "api_v2/flow", "api_v2/intro", "api_v2/origins", "api_v2/referrals", "campaigns", "campaigns/campaign_placements", "campaigns/campaign_placements/claim_by_name", "campaigns/campaign_placements/floating_widget", "campaigns/campaign_placements/gleam", "campaigns/campaign_placements/loyalty_dashboard", "campaigns/campaign_placements/loyalty_widget", "campaigns/campaign_placements/post_purchase", "campaigns/campaign_placements/standalone", "campaigns/campaign_types", "campaigns/designer", "campaigns/editor", "campaigns/editor/files", "campaigns/editor/filters", "campaigns/editor/history", "campaigns/editor/partials", "campaigns/editor/variables", "campaigns/editor/videos", "campaigns/localization", "campaigns/offers_expiration", "campaigns/tutorials", "campaigns/tutorials/global", "campaigns/tutorials/incentive_criteria", "campaigns/tutorials/offers_claim", "campaigns/tutorials/offers_show", "campaigns/views", "campaigns/views/advocate_rewards_confirmation", "campaigns/views/advocate_rewards_paid", "campaigns/views/friend_rewards_paid", "campaigns/views/notifier_offers_email", "campaigns/views/notifier_offers_share_via_email", "campaigns/views/notifier_offers_share_via_email_reminder", "campaigns/views/offers_claim", "campaigns/views/offers_show", "custom_integration", "custom_integration/microsoft", "custom_integration/recharge", "custom_integration/salesforce", "email_marketing_and_automation", "email_marketing_and_automation/attentive", "email_marketing_and_automation/custom_app", "email_marketing_and_automation/emarsys", "email_marketing_and_automation/hubspot", "email_marketing_and_automation/klaviyo", "email_marketing_and_automation/mailchimp", "email_marketing_and_automation/ometria", "email_marketing_and_automation/oracle_bronto", "email_marketing_and_automation/sailthru", "email_marketing_and_automation/yotpo", "index", "integration/custom/alternate_post_purchase", "integration/custom/cookies", "integration/custom/integration_components", "integration/custom/integration_tag_manager", "integration/custom/overview", "integration/custom/questions", "integration/custom/validating_integration", "integration/custom_integration", "integration/ecommerce_platforms", "integration/ecommerce_platforms/demandware", "integration/ecommerce_platforms/magento", "integration/ecommerce_platforms/magento/magento1", "integration/ecommerce_platforms/magento/magento2", "integration/ecommerce_platforms/shopify", "integration/loyalty", "integration/loyalty/auto_enrollment", "integration/loyalty/custom_app", "integration/loyalty/integration_components", "integration/loyalty/shopify_integration", "integration/verify", "ios_sdk", "ios_sdk/advanced", "ios_sdk/api_integration", "ios_sdk/custom_deep_linking", "ios_sdk/example", "ios_sdk/getting_started", "ios_sdk/integration", "ios_sdk/integration/event", "ios_sdk/integration/post_purchase", "ios_sdk/integration/standalone", "ios_sdk/social_sharing", "web_hooks", "web_hooks/check_unsubscribe", "web_hooks/claim_signup", "web_hooks/create_coupon", "web_hooks/event", "web_hooks/offer_signup", "web_hooks/post_share", "web_hooks/referral", "web_hooks/reward", "web_hooks/unsubscribe"], "envversion": {"sphinx": 63, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["advanced_features.rst", "advanced_features/converting_into_localization.rst", "advanced_features/coupons.rst", "advanced_features/customer_service_portal.rst", "advanced_features/customer_service_portal/overview.rst", "advanced_features/customer_service_portal/terminology.rst", "advanced_features/customer_service_portal/use_case_1.rst", "advanced_features/customer_service_portal/use_case_2.rst", "advanced_features/customer_service_portal/use_case_3.rst", "advanced_features/customer_service_portal/use_case_4.rst", "advanced_features/customer_service_portal/use_case_5.rst", "advanced_features/customer_service_portal/use_case_6.rst", "advanced_features/events.rst", "advanced_features/file_encryption.rst", "advanced_features/google_login.rst", "advanced_features/multi_currency.rst", "advanced_features/name_sharing.rst", "advanced_features/params_encryption.rst", "advanced_features/passing_custom_data.rst", "advanced_features/personal_coupon_sharing.rst", "advanced_features/phone_number_gating.rst", "advanced_features/product_items.rst", "advanced_features/referrals_approval.rst", "advanced_features/reg_ex.rst", "advanced_features/report_password_protection.rst", "advanced_features/segments.rst", "advanced_features/sheerid.rst", "advanced_features/shopify_coupons_auto_sync.rst", "advanced_features/shopify_purchase_syncing.rst", "advanced_features/single_sign_on.rst", "advanced_features/subscribing_to_events.rst", "advanced_features/track_methods.rst", "advanced_features/url_parameters.rst", "advanced_features/utm_tags.rst", "advanced_features/white_labeling.rst", "advanced_features/white_labeling/aws_route53.rst", "advanced_features/white_labeling/cloudflare.rst", "advanced_features/white_labeling/godaddy.rst", "advanced_features/white_labeling/shopify.rst", "android_sdk.rst", "android_sdk/advanced.rst", "android_sdk/api.rst", "android_sdk/custom_deep_linking.rst", "android_sdk/deep_linking.rst", "android_sdk/getting_started.rst", "android_sdk/integration.rst", "android_sdk/integration/event.rst", "android_sdk/integration/post_purchase.rst", "android_sdk/integration/standalone.rst", "android_sdk/testing.rst", "android_sdk/upgrade.rst", "api_v2.rst", "api_v2/flow.rst", "api_v2/intro.rst", "api_v2/origins.rst", "api_v2/referrals.rst", "campaigns.rst", "campaigns/campaign_placements.rst", "campaigns/campaign_placements/claim_by_name.rst", "campaigns/campaign_placements/floating_widget.rst", "campaigns/campaign_placements/gleam.rst", "campaigns/campaign_placements/loyalty_dashboard.rst", "campaigns/campaign_placements/loyalty_widget.rst", "campaigns/campaign_placements/post_purchase.rst", "campaigns/campaign_placements/standalone.rst", "campaigns/campaign_types.rst", "campaigns/designer.rst", "campaigns/editor.rst", "campaigns/editor/files.rst", "campaigns/editor/filters.rst", "campaigns/editor/history.rst", "campaigns/editor/partials.rst", "campaigns/editor/variables.rst", "campaigns/editor/videos.rst", "campaigns/localization.rst", "campaigns/offers_expiration.rst", "campaigns/tutorials.rst", "campaigns/tutorials/global.rst", "campaigns/tutorials/incentive_criteria.rst", "campaigns/tutorials/offers_claim.rst", "campaigns/tutorials/offers_show.rst", "campaigns/views.rst", "campaigns/views/advocate_rewards_confirmation.rst", "campaigns/views/advocate_rewards_paid.rst", "campaigns/views/friend_rewards_paid.rst", "campaigns/views/notifier_offers_email.rst", "campaigns/views/notifier_offers_share_via_email.rst", "campaigns/views/notifier_offers_share_via_email_reminder.rst", "campaigns/views/offers_claim.rst", "campaigns/views/offers_show.rst", "custom_integration.rst", "custom_integration/microsoft.rst", "custom_integration/recharge.rst", "custom_integration/salesforce.rst", "email_marketing_and_automation.rst", "email_marketing_and_automation/attentive.rst", "email_marketing_and_automation/custom_app.rst", "email_marketing_and_automation/emarsys.rst", "email_marketing_and_automation/hubspot.rst", "email_marketing_and_automation/klaviyo.rst", "email_marketing_and_automation/mailchimp.rst", "email_marketing_and_automation/ometria.rst", "email_marketing_and_automation/oracle_bronto.rst", "email_marketing_and_automation/sailthru.rst", "email_marketing_and_automation/yotpo.rst", "index.rst", "integration/custom/alternate_post_purchase.rst", "integration/custom/cookies.rst", "integration/custom/integration_components.rst", "integration/custom/integration_tag_manager.rst", "integration/custom/overview.rst", "integration/custom/questions.rst", "integration/custom/validating_integration.rst", "integration/custom_integration.rst", "integration/ecommerce_platforms.rst", "integration/ecommerce_platforms/demandware.rst", "integration/ecommerce_platforms/magento.rst", "integration/ecommerce_platforms/magento/magento1.rst", "integration/ecommerce_platforms/magento/magento2.rst", "integration/ecommerce_platforms/shopify.rst", "integration/loyalty.rst", "integration/loyalty/auto_enrollment.rst", "integration/loyalty/custom_app.rst", "integration/loyalty/integration_components.rst", "integration/loyalty/shopify_integration.rst", "integration/verify.rst", "ios_sdk.rst", "ios_sdk/advanced.rst", "ios_sdk/api_integration.rst", "ios_sdk/custom_deep_linking.rst", "ios_sdk/example.rst", "ios_sdk/getting_started.rst", "ios_sdk/integration.rst", "ios_sdk/integration/event.rst", "ios_sdk/integration/post_purchase.rst", "ios_sdk/integration/standalone.rst", "ios_sdk/social_sharing.rst", "web_hooks.rst", "web_hooks/check_unsubscribe.rst", "web_hooks/claim_signup.rst", "web_hooks/create_coupon.rst", "web_hooks/event.rst", "web_hooks/offer_signup.rst", "web_hooks/post_share.rst", "web_hooks/referral.rst", "web_hooks/reward.rst", "web_hooks/unsubscribe.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 17, 19, 20, 22, 27, 28, 29, 30, 34, 37, 39, 40, 41, 42, 44, 47, 48, 49, 50, 52, 53, 54, 55, 56, 58, 60, 65, 68, 69, 77, 79, 84, 86, 88, 89, 92, 96, 107, 108, 109, 111, 112, 116, 123, 126, 128, 129, 131, 134, 135, 136, 137, 140, 144, 145], "0": [2, 9, 12, 14, 29, 39, 43, 44, 58, 61, 62, 69, 72, 107, 114, 116, 118, 120, 125, 131, 137], "00": [21, 53, 69, 72, 106], "000": [69, 72, 120], "000000": 69, "002": 72, "007": 49, "01": 69, "02": [53, 69], "02222": [21, 25, 106, 108], "03": [69, 72], "04": [7, 69], "049_99": 69, "05": 69, "07": [53, 69, 72], "08": 69, "09": 69, "0f7f": [41, 48], "1": [0, 2, 3, 8, 11, 15, 16, 17, 21, 22, 25, 27, 31, 34, 39, 41, 43, 44, 47, 57, 58, 67, 72, 81, 96, 106, 108, 109, 111, 112, 114, 116, 120, 126, 136, 137], "10": [22, 27, 39, 41, 47, 59, 69, 72, 95, 127], "100": [22, 27, 66, 69, 72, 120, 137], "1000": [69, 120], "100011": [21, 25, 106, 108], "1000p": 69, "100125": 128, "100130": 134, "10049": 69, "10050": 69, "100_500": 69, "101": 69, "102": 137, "104": 137, "10_049": 69, "11": [39, 69, 136], "11111": [112, 121, 123], "11112": 112, "11113": 112, "11114": 112, "12": [39, 44], "12025551111": [108, 121, 123], "123": [14, 25], "123456": [41, 47], "12345678": 69, "1234567890": 72, "123test": 119, "127": 137, "128": [69, 137], "129": 137, "13": 69, "136": 137, "14": [69, 137], "143": 137, "148": 137, "15": [12, 27, 69, 140], "150px": 66, "151": 137, "153": 137, "155": 137, "16": [7, 137], "164": 137, "165": 137, "169": 137, "16t02": 53, "17": [7, 69, 128, 137], "170": 137, "171": 137, "173": 137, "174": 137, "174201": 69, "174202": 69, "178": 137, "179": 137, "18": 137, "184": 137, "186": 137, "187": 137, "18934671af": 12, "190": 72, "191": 137, "192": 137, "197": 137, "198": 12, "199": [21, 106], "1jsh17136": 72, "1st": [72, 117], "2": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 120, 122, 123, 125, 126, 127, 130, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "20": [8, 111, 140], "200": [19, 53, 69, 137], "2000": 69, "201": [53, 137], "2014": 69, "2015": [7, 69], "2016": 72, "2018": 69, "2019": [19, 69], "202": 137, "2020": 117, "2022": 53, "203": 137, "204": 137, "2048": 17, "205": 137, "206": 137, "207": 137, "208": 137, "20kb": [108, 123], "20name": 69, "21": [137, 140], "210": 137, "211": 137, "217": 137, "218": 137, "219": 137, "22": [134, 137], "2201925": 137, "222": 137, "226": 137, "228": 137, "22t15": 69, "23": [21, 25, 43, 106, 108, 137], "231": 137, "232": 137, "233": 137, "236": 137, "24": [34, 50, 69, 111], "241": 137, "243": 137, "244": 137, "247": 137, "24px": 69, "25": 50, "252": 137, "253": 137, "255": [2, 19, 69], "256": [43, 69, 96], "26": [50, 137], "27": [43, 69], "27t00": 72, "29": 69, "2guvamq": 72, "2ipp0rx": 72, "2nd": [12, 72, 81], "2px": 69, "2xx": [137, 144], "3": [0, 1, 2, 3, 5, 15, 16, 19, 25, 34, 39, 43, 67, 81, 89, 95, 96, 106, 108, 109, 111, 126, 134, 137, 144, 145], "30": [22, 69, 111], "300": [79, 80], "3000": 79, "30px": 69, "31": 22, "3166": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "320px": 66, "32px": 1, "33": [69, 134], "34": [12, 137], "35": 137, "360": 69, "4": [0, 2, 3, 34, 39, 43, 44, 57, 67, 111, 121, 128, 134, 136, 140], "400": [53, 107, 137], "401": 53, "404": 53, "407e": [41, 48], "40exampl": 32, "41": [69, 72, 137], "41ec": 41, "42": 69, "420": 69, "4217": 15, "422": 53, "429": 53, "43": [53, 69, 128], "44": 137, "456": 25, "475": 12, "48": [111, 137], "480px": [66, 82, 83, 84, 85, 86, 87], "48px": 1, "49e96d101e0": 41, "5": [0, 3, 12, 15, 19, 34, 39, 43, 44, 57, 58, 61, 62, 69, 111, 112, 116, 117, 121, 131, 134, 145], "50": [1, 5, 16, 69, 72, 120, 137], "500": [53, 69, 80, 120, 137], "502": 53, "503": 53, "504": 53, "509": 29, "50px": 69, "51": 137, "52": [72, 137], "53": 69, "54": 137, "55": 137, "58": [53, 137], "6": [0, 2, 3, 39, 43, 72, 111, 137], "60": [22, 83], "604800": 69, "640x480": 69, "6567": 41, "68": 137, "7": [2, 6, 39, 43, 111, 137], "70": 22, "72": [87, 137], "73": 137, "745": 69, "77": 137, "78": 17, "797": 53, "8": [2, 39, 43, 44], "800x500px": 66, "86": 137, "8601": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "86400": 69, "87": 137, "89": 12, "8d12": [41, 48], "9": [2, 39, 69, 116, 121, 128, 131, 136], "90": 69, "91": 137, "94": 137, "94103": 12, "95": 72, "97": [21, 25, 106, 108], "980px": [108, 123], "98237519": 69, "98237520": 69, "99": [41, 47, 69, 95, 134], "A": [1, 2, 5, 11, 12, 14, 15, 19, 27, 29, 54, 55, 57, 65, 69, 95, 98, 99, 100, 102, 103, 105, 108, 109, 113, 117, 121, 145], "And": 72, "As": [0, 5, 9, 19, 22, 27, 69, 118, 125], "At": [1, 19, 22, 63, 66, 107], "Be": 22, "But": [17, 41, 75, 127], "By": [14, 15, 33, 34, 40, 49, 57, 64, 65, 66, 69, 71, 82, 83, 84, 85, 86, 87, 122, 127], "FOR": 21, "For": [0, 1, 5, 6, 13, 14, 15, 16, 17, 22, 25, 27, 29, 34, 35, 38, 42, 52, 53, 54, 59, 60, 64, 66, 69, 85, 95, 108, 114, 116, 118, 120, 121, 129, 131, 135, 137, 143, 145], "IN": 80, "IT": 118, "If": [1, 2, 4, 7, 8, 9, 10, 12, 13, 14, 15, 16, 18, 19, 22, 23, 25, 27, 28, 29, 34, 37, 40, 41, 42, 46, 47, 57, 58, 59, 60, 61, 62, 63, 64, 66, 69, 72, 75, 77, 78, 80, 81, 85, 87, 92, 95, 108, 109, 110, 112, 117, 118, 119, 123, 124, 125, 128, 129, 130, 133, 134, 136, 137, 138, 140, 144, 145], "In": [0, 1, 2, 3, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 22, 23, 25, 27, 28, 30, 31, 35, 36, 37, 38, 46, 49, 50, 52, 53, 54, 57, 69, 71, 73, 75, 80, 84, 107, 108, 109, 112, 117, 119, 122, 124, 125, 128, 130, 133, 137, 140], "Into": [0, 105], "It": [0, 1, 2, 5, 7, 10, 12, 13, 16, 17, 18, 19, 27, 28, 31, 34, 41, 47, 50, 52, 57, 60, 61, 62, 63, 64, 67, 69, 74, 77, 79, 83, 88, 95, 107, 108, 109, 120, 127, 128, 131, 134, 143, 144, 145], "NO": 128, "NOT": 9, "No": [5, 8, 53, 66, 80, 137], "Not": [29, 53, 131], "ON": 66, "OR": 29, "On": [0, 8, 19, 89, 105, 119], "One": [9, 12, 144, 145], "Such": [5, 81], "That": [27, 31, 34], "The": [1, 4, 5, 6, 7, 8, 9, 11, 14, 15, 16, 18, 19, 21, 22, 23, 25, 27, 29, 31, 34, 35, 36, 37, 38, 40, 43, 44, 45, 48, 49, 53, 54, 55, 57, 58, 64, 65, 66, 69, 71, 80, 83, 84, 86, 92, 95, 96, 98, 99, 100, 102, 103, 106, 108, 109, 110, 111, 112, 115, 116, 117, 118, 119, 120, 122, 123, 124, 127, 128, 131, 132, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "Their": 137, "Then": [1, 40, 64, 117, 118], "There": [2, 7, 8, 9, 16, 22, 27, 29, 41, 55, 66, 69, 72, 109, 112, 121], "These": [25, 27, 107, 108, 111, 140], "To": [0, 1, 4, 7, 9, 10, 11, 16, 17, 18, 19, 22, 24, 25, 27, 28, 34, 40, 42, 43, 46, 50, 53, 54, 55, 56, 68, 70, 71, 73, 80, 83, 84, 86, 87, 88, 96, 105, 107, 109, 110, 116, 118, 119, 120, 122, 123, 124, 125, 128, 129, 130, 131, 133, 137, 144, 145], "With": [0, 12, 26, 61, 63, 64, 91, 93, 94, 97, 98, 99, 100, 101, 102, 103, 104, 105, 131], "_": [2, 18, 69], "_ga": 107, "_nonnul": 129, "_nullabl": 129, "_post": 137, "_purchase_data": 15, "_shorturlcod": 128, "_spf": 34, "_talkable_data": [18, 21, 25, 106, 108, 119], "_talkable_order_item": 119, "_talkable_purchase_item": [21, 106], "_talkablecompletionhandl": 136, "_talkableq": [12, 15, 17, 18, 21, 25, 106, 108, 109, 119, 121, 123], "a0n4v00000jdkctuab": 115, "a68c": 41, "a8db7683": [41, 48], "a9a3472f4ea858758e0cd686de8408e2": 69, "aar": 43, "ab": [0, 1], "ab_test": 67, "ab_test_identifi": 69, "abcxyz": 41, "abil": [31, 50, 74, 92, 107, 135, 138], "abl": [1, 7, 11, 12, 13, 19, 22, 31, 42, 57, 62, 66, 69, 74, 75, 109, 111, 117, 129, 140, 145], "abnorm": 111, "about": [0, 7, 12, 19, 27, 30, 34, 46, 50, 52, 53, 57, 58, 59, 60, 61, 62, 63, 64, 69, 82, 83, 84, 85, 86, 87, 95, 98, 99, 100, 102, 103, 108, 119, 121, 122, 123, 127, 133, 137, 140, 143, 145], "abov": [1, 8, 9, 11, 19, 21, 22, 44, 69, 106, 120, 131, 136], "absent": 27, "absolut": 69, "abstract": 41, "abus": 10, "acbd18db4cc2f85cedef654fccc4a4d8": 69, "accept": [0, 42, 53, 69, 108, 123, 137], "access": [5, 14, 15, 18, 28, 48, 51, 57, 61, 64, 70, 71, 108, 114, 116, 121, 127, 128, 135], "accomplish": 137, "accord": [5, 8, 15, 29, 31, 53, 92, 122, 138, 145], "accordingli": 33, "account": [4, 14, 15, 22, 35, 37, 53, 61, 69, 80, 108, 109, 110, 111, 113, 115, 117, 118, 119, 120, 123, 124, 144, 145], "accru": 92, "accumul": 92, "accuraci": 15, "achiev": 52, "acquir": [95, 98, 99, 100, 102, 103], "acquisit": 95, "across": [1, 18, 27, 33], "action": [2, 5, 8, 22, 25, 27, 43, 44, 46, 47, 50, 52, 53, 58, 59, 72, 79, 80, 81, 92, 111, 117, 119, 120, 130, 133, 134], "activ": [2, 14, 22, 29, 34, 40, 42, 43, 44, 47, 48, 50, 65, 72, 77, 85, 87, 107, 112, 144], "active_support": 96, "activesupport": 96, "actual": [10, 15, 71, 130, 131], "ad": [0, 3, 5, 12, 16, 33, 39, 40, 46, 58, 59, 60, 61, 62, 67, 69, 74, 108, 109, 110, 120, 123, 128, 131, 133, 140, 141], "ad_discount": 72, "add": [0, 1, 8, 10, 14, 16, 18, 21, 29, 34, 36, 37, 38, 40, 43, 44, 50, 61, 63, 64, 66, 69, 71, 80, 94, 108, 109, 110, 111, 113, 119, 120, 123, 124, 131, 137, 140, 141], "add_tim": 67, "addclass": 80, "addit": [0, 1, 6, 10, 12, 17, 19, 42, 46, 52, 58, 59, 60, 61, 62, 63, 72, 108, 109, 110, 111, 113, 118, 119, 129, 133, 136, 137, 140, 144, 145], "additem": [41, 47], "addition": [22, 28], "addobserv": 127, "addonsuccesslisten": 42, "addprovid": 17, "address": [6, 7, 8, 9, 10, 11, 12, 13, 17, 21, 22, 25, 28, 31, 32, 47, 48, 64, 72, 89, 95, 98, 99, 100, 102, 103, 106, 108, 109, 111, 119, 128, 134, 135, 137, 138, 143], "address1": 119, "address2": 119, "address_book": 80, "address_kei": 119, "adequ": 22, "adjust": [69, 122], "adjust_color": 67, "admin": [31, 38, 55, 58, 59, 60, 63, 64, 108, 109, 110, 116, 117, 118, 119, 124, 125], "administr": [118, 119, 137], "adob": 66, "advanc": [0, 1, 12, 14, 19, 25, 39, 50, 69, 79, 80, 105, 126, 136, 140], "advis": 107, "advoc": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 81, 84, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 143, 144, 145, 146], "advocate_custom_properti": 18, "advocate_incent": 1, "advocate_info": [1, 67, 69], "advocate_off": 72, "advocate_origin": [25, 67], "advocate_rewards_confirm": 138, "advocate_rewards_paid": 138, "advocate_share_page_button_color": 1, "advocate_share_page_channel_personal_nam": 16, "advocate_share_page_headlin": 1, "af2d501035c8": [41, 48], "affect": [22, 75], "affili": [72, 85], "affiliatememb": [40, 41, 48], "afraid": [1, 22], "after": [6, 7, 8, 11, 13, 16, 19, 22, 24, 27, 31, 34, 40, 41, 44, 47, 52, 54, 55, 57, 58, 65, 66, 74, 75, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 108, 109, 110, 111, 112, 115, 117, 119, 121, 124, 125, 127, 128, 131, 134, 137, 139, 140, 142, 144, 145], "ag": [25, 106, 108], "again": [7, 9, 10, 19, 31, 40, 53, 79, 117], "agent": [8, 109], "aggreg": [15, 19, 22], "ago": 69, "ahead": [58, 59, 60], "aim": 138, "air": 72, "aj7292": 72, "aka": [31, 137], "alert": [8, 30, 79], "alia": 69, "align": [28, 107], "all": [0, 1, 2, 5, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 21, 22, 24, 25, 27, 29, 31, 34, 41, 42, 43, 44, 49, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 63, 66, 69, 72, 75, 77, 79, 80, 81, 83, 84, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 108, 109, 110, 111, 112, 113, 115, 117, 118, 120, 122, 123, 125, 127, 129, 130, 131, 137], "alloc": [22, 128, 136], "allocation_method": 27, "allot": 65, "allow": [1, 2, 4, 8, 9, 12, 15, 18, 19, 20, 22, 23, 27, 28, 32, 34, 36, 43, 47, 49, 54, 55, 57, 58, 62, 65, 66, 67, 69, 71, 74, 75, 76, 80, 84, 92, 95, 96, 98, 99, 100, 102, 103, 108, 110, 111, 112, 116, 118, 121, 122, 134, 137, 144, 145], "allowbackup": 44, "allproject": [43, 44], "along": [0, 1, 15, 21, 86, 111, 112], "alpha": [12, 69], "alreadi": [1, 7, 8, 19, 23, 31, 35, 37, 48, 56, 57, 58, 59, 60, 61, 62, 63, 64, 73, 77, 84, 120, 131, 135, 136], "also": [1, 5, 6, 7, 8, 9, 10, 12, 13, 15, 17, 19, 21, 22, 40, 41, 42, 44, 55, 57, 64, 65, 66, 69, 72, 80, 81, 92, 110, 111, 119, 121, 127, 129, 131, 136, 138, 140], "altern": [9, 12, 19, 108, 113, 125, 131], "alwai": [1, 5, 12, 19, 23, 27, 57, 66, 69, 72, 75, 91, 122, 140], "amaz": 134, "ambigu": 2, "among": 34, "amount": [11, 15, 19, 22, 27, 28, 69, 72, 108, 119, 120, 140, 144, 145], "ampsoft": 66, "an": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 13, 14, 15, 16, 19, 21, 22, 24, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 46, 47, 49, 50, 51, 53, 54, 55, 56, 57, 64, 65, 66, 69, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 85, 86, 89, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 110, 111, 113, 114, 117, 118, 120, 122, 126, 127, 133, 134, 137, 138, 139, 140, 141, 142, 143, 144, 145], "analog": 136, "analyt": [107, 139, 142, 143, 144], "andhandl": 128, "andoid": 39, "andregisterdeeplinkhandl": 129, "android": [31, 40, 42, 43, 44, 46, 47, 48, 50, 105], "androidmanifest": [43, 44, 50], "androidx": 50, "andsiteid": 131, "ani": [0, 1, 2, 8, 12, 15, 16, 18, 19, 22, 23, 25, 31, 34, 40, 41, 52, 53, 57, 58, 59, 60, 61, 62, 64, 65, 69, 71, 74, 75, 84, 91, 93, 105, 108, 109, 110, 111, 112, 113, 115, 118, 119, 120, 124, 128, 130, 135, 137, 138, 139, 141, 142, 143, 144, 145, 146], "anim": 128, "anoth": [1, 9, 31, 38, 40, 57, 64, 69], "another_subdomain": 34, "answer": 137, "anymor": 136, "anyon": [112, 125], "anyth": [41, 63, 78, 119, 124], "anywher": [57, 65], "api": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 39, 42, 43, 44, 45, 46, 47, 48, 49, 50, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "api_error": 40, "apierror": 41, "apivisitor": 41, "apk": [44, 50], "app": [14, 20, 27, 29, 39, 40, 41, 42, 43, 44, 45, 46, 48, 49, 52, 69, 80, 94, 105, 118, 119, 120, 126, 127, 128, 129, 131, 132, 133, 135, 136, 137], "app_nam": 44, "appear": [1, 8, 11, 31, 34, 56, 74, 77, 81, 125], "append": [25, 112], "appexchang": 115, "appid": 43, "appl": [71, 136], "appli": [1, 4, 12, 19, 23, 27, 31, 37, 38, 49, 62, 92, 95, 108, 115], "applic": [14, 27, 40, 44, 48, 50, 53, 54, 92, 95, 98, 99, 100, 102, 103, 129, 131, 135, 145], "applicationid": 43, "appoint": 54, "approach": [108, 113], "appropri": [35, 36, 37, 111, 137], "approv": [0, 5, 7, 8, 54, 55, 69, 82, 83, 105, 111, 144, 145], "appthem": 44, "appxlistingdetail": 115, "apr": 69, "apt": [21, 25, 106, 108], "ar": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 18, 19, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 33, 34, 35, 38, 40, 41, 42, 49, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 69, 71, 72, 73, 74, 75, 77, 81, 82, 83, 91, 93, 95, 98, 99, 100, 102, 103, 107, 108, 109, 110, 111, 112, 118, 120, 121, 123, 125, 128, 129, 131, 135, 136, 137, 138, 140, 144, 145], "area": [1, 5, 66, 72, 111], "aren": 0, "arg": 17, "argument": [15, 30, 42, 69, 121], "armor": 13, "around": [5, 12, 108, 123, 127], "arrai": [12, 21, 69, 106, 108, 131, 134], "articl": [1, 136], "asc": 13, "ask": [10, 16, 19, 52, 111, 127], "asn1": 17, "assert": 29, "asset": [1, 67, 68, 69], "asset_url": 67, "assign": [1, 16, 19, 25, 27, 49, 69, 71, 127], "assist": [65, 109], "associ": [5, 6, 8, 12, 18, 19, 27, 31, 55, 69, 72, 77, 107, 109, 137, 140, 144], "assum": [78, 125], "asymmetr": 17, "async": [108, 119, 123], "async_advocate_info": 69, "async_dashboard_data": 69, "async_liquid_refer": 69, "async_rend": 67, "attach": [2, 12, 19, 27, 57, 63, 64, 113], "attack": 24, "attempt": [8, 22, 69, 128, 136, 138], "attend": 54, "attent": [20, 37, 94, 105, 111], "attr": 80, "attribut": [0, 1, 19, 25, 30, 31, 50, 69, 80, 81, 88, 89, 95, 98, 99, 100, 102, 103, 108, 111, 128, 136], "aud": 15, "authent": [19, 50, 51, 61, 96], "authenticate_custom": [15, 17, 18, 61, 62, 108, 119, 121, 123], "author": [14, 27, 32, 43, 53, 119, 124, 137], "authorit": 137, "auto": [0, 5, 8, 22, 43, 92, 105, 108, 111, 120, 140, 144], "autoinitsdkcontentprovid": 43, "autom": [22, 27, 67, 97, 101, 104, 139, 142, 143, 144, 145], "automat": [0, 5, 8, 18, 22, 28, 31, 38, 46, 48, 55, 57, 63, 64, 71, 74, 91, 92, 93, 95, 111, 114, 120, 128, 133, 135, 136, 137, 140, 144, 145], "autoverifi": 43, "avail": [0, 2, 5, 15, 16, 18, 19, 27, 28, 31, 41, 46, 49, 50, 53, 69, 72, 77, 89, 92, 95, 98, 99, 100, 102, 103, 108, 117, 118, 120, 121, 122, 123, 124, 127, 133, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "available_item": 25, "avoid": [2, 12, 17, 34], "aw": [0, 34], "awai": 108, "await": [5, 8], "awar": [109, 127], "awesom": 21, "b": [1, 2, 69], "b2c": [105, 114], "back": [0, 1, 7, 17, 66, 69, 91, 93, 117, 119, 124, 140], "backend": [12, 19, 54, 140, 141], "background": [1, 66, 69, 83, 140], "backoff": 53, "backqout": 23, "backslash": 23, "backward": 128, "bad": [40, 50, 53, 137], "badpaddingexcept": 17, "balanc": [22, 120], "banner": 60, "bar": [11, 25, 57, 68, 69, 70, 125, 131], "barcod": 67, "barcode_imag": 67, "base": [0, 8, 12, 15, 22, 25, 27, 40, 46, 56, 57, 63, 64, 65, 66, 69, 71, 72, 74, 85, 96, 108, 111, 120, 122, 126, 128, 133, 137, 140], "base64": [17, 69, 96], "base64_decod": 67, "base64_encod": 67, "basi": [22, 29], "basic": [1, 29, 47, 66, 73, 79, 80, 134], "batch": 120, "baz": 69, "bc": 17, "bcpkix": 17, "bcprov": 17, "bearer": 53, "becaus": [1, 5, 6, 8, 19, 22, 24, 31, 53, 56, 57, 66, 72, 75, 82, 109, 145], "becom": [1, 5, 13, 27, 34, 48, 64, 75, 77, 135, 139, 142, 144], "been": [7, 8, 12, 17, 19, 54, 57, 58, 60, 77, 83, 117, 118, 127, 141, 144, 145], "befor": [2, 8, 13, 14, 16, 22, 23, 27, 31, 50, 52, 63, 64, 69, 77, 81, 82, 109, 112, 119, 139, 140, 142], "beforehand": [11, 48, 135], "begin": [12, 14, 17, 18, 21, 22, 25, 106, 108, 119, 123], "behalf": [34, 111], "behav": 92, "behavior": [22, 28, 121], "behaviour": 39, "behind": [108, 110, 113, 137], "being": [12, 22, 48, 57, 66, 82, 107, 109, 112, 135, 136, 144], "belong": 19, "below": [8, 9, 12, 13, 21, 22, 23, 25, 27, 30, 32, 34, 35, 36, 37, 38, 40, 41, 57, 68, 109, 110, 112, 119, 120, 127, 128, 135, 137, 140], "benefit": [1, 22, 108, 109], "best": [0, 22, 64, 108, 110, 113, 120, 136], "beta": 105, "better": [22, 69], "between": [1, 5, 16, 19, 22, 28, 31, 49, 56, 64, 66, 69, 72, 83, 108, 111], "bg_transpar": 69, "bill": 54, "billing_address": 119, "bin": 118, "binari": 126, "bindclicktocopi": 77, "bindcliptocopi": [79, 80], "bit": [17, 72], "black": 69, "blank": [1, 7, 14, 25, 27, 29, 69, 75, 78, 79, 108, 122], "block": [0, 1, 3, 5, 8, 10, 11, 22, 31, 57, 66, 77, 109, 111, 119, 128, 129, 136, 144], "blocker": 109, "blocklist": [0, 3, 5, 8], "blue": 69, "bodi": [1, 41, 53, 66, 69, 71, 108, 110, 111, 113, 123, 128], "bogdan": 69, "bool": [127, 129], "boolean": [16, 41, 49, 69, 138], "border": [1, 69], "both": [1, 2, 8, 12, 16, 20, 25, 29, 34, 57, 65, 69, 71, 75, 82, 83, 84, 85, 86, 87, 89, 92, 109, 110, 111, 123, 140, 144, 145], "bottom": [1, 6, 60, 65, 89], "bounci": 17, "bouncycastl": 17, "bouncycastleprovid": 17, "bound": [31, 80, 131], "box": [4, 19, 29, 53, 66, 69], "br": 69, "branch": [42, 129], "brancherror": 42, "branchreferralinitlisten": 42, "brand": [19, 95], "break": [25, 49, 127, 140], "brick": 54, "brief": 13, "bring": [0, 89], "broadli": 107, "bronto": [20, 94, 105], "brown": 18, "brows": [8, 9], "browsabl": [43, 44, 50], "browser": [23, 28, 31, 43, 53, 66, 107, 109, 118], "browser_ip": 28, "btn": 80, "btoa": 96, "buffer": 96, "bug": 39, "bugsnag": 107, "build": [0, 1, 39, 43, 44, 49, 50, 52, 74, 131], "built": [39, 40, 41, 50, 53, 64, 126, 136], "bulletproof": 69, "bundl": [43, 44, 50], "busi": [0, 12, 22, 54, 108, 110, 115, 139, 142, 143, 144], "button": [1, 7, 8, 11, 19, 30, 35, 48, 57, 63, 64, 68, 71, 79, 80, 85, 109, 111, 112, 117, 119, 120, 124, 127, 131, 135, 136], "buyer": 31, "bypass": 22, "byte": 17, "c": 2, "c29tzsbzdhjpbmc": 69, "ca": 25, "cach": [15, 117, 118], "calcul": [27, 53, 69, 75, 96, 108, 140], "calculated_signatur": 96, "calculatedsignatur": 96, "call": [5, 6, 8, 13, 15, 18, 25, 34, 40, 41, 42, 43, 44, 46, 50, 53, 55, 58, 59, 61, 62, 69, 74, 81, 111, 119, 121, 124, 128, 129, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "callback": [30, 40, 50, 137], "callback1": 41, "callback2": [41, 46], "campaign": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 24, 25, 26, 29, 30, 31, 32, 33, 34, 39, 40, 41, 43, 44, 45, 46, 49, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 62, 63, 64, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 113, 114, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 128, 130, 131, 132, 133, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "campaign_error": 40, "campaign_layout": 69, "campaign_setup": 72, "campaign_tag": [12, 32, 69, 128], "campaigntag": [47, 48], "can": [0, 1, 2, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 27, 29, 30, 31, 33, 34, 39, 40, 41, 42, 44, 45, 46, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 77, 78, 81, 82, 83, 84, 85, 86, 92, 95, 96, 98, 99, 100, 102, 103, 107, 108, 109, 111, 112, 113, 115, 117, 118, 119, 121, 122, 123, 125, 126, 127, 128, 129, 131, 132, 133, 135, 136, 137, 138, 140, 144, 145], "canada": 4, "cancel": [55, 141], "cannot": [5, 18, 19, 25, 27, 53, 57, 66, 71, 75, 117], "canva": [66, 69], "capabl": [13, 18, 39, 126], "captur": [30, 47, 54, 65, 69, 84, 95, 98, 99, 100, 102, 103, 108, 111, 123, 134, 141], "card": [7, 16, 22, 69], "cart": [16, 21, 23, 27, 57, 63, 108, 112, 113], "cartridg": 115, "cascad": 1, "case": [0, 1, 2, 3, 4, 5, 12, 14, 19, 22, 25, 27, 28, 31, 35, 48, 50, 53, 54, 55, 57, 66, 69, 79, 83, 92, 95, 105, 108, 109, 117, 122, 125, 127, 128, 130, 131, 135, 137, 139, 140, 141, 142, 143, 144, 145, 146], "castl": 17, "catch": [17, 22, 59, 127], "categor": [25, 107], "categori": [12, 22, 41, 43, 44, 46, 50, 72, 133, 138], "caus": [66, 108, 123], "ccpa": 113, "cdp": [96, 122], "cellpad": 69, "cellspac": 69, "central": 109, "certain": [8, 19, 22, 27, 46, 55, 69, 109, 120, 133, 144, 145], "certif": [29, 34, 38, 43], "cfbundleurlschem": 131, "cfbundleurltyp": 131, "chain": [31, 52, 128], "challeng": 49, "chanc": [5, 11], "chang": [0, 1, 10, 12, 14, 16, 19, 20, 22, 23, 30, 34, 36, 40, 50, 53, 56, 57, 58, 59, 63, 64, 66, 67, 69, 70, 74, 75, 80, 84, 85, 86, 87, 88, 89, 91, 93, 110, 117, 118, 119, 124, 127, 137], "channel": [1, 9, 16, 30, 31, 33, 41, 52, 58, 65, 69, 80, 95, 106, 108, 128, 131, 143], "charact": [2, 12, 16, 19], "characterist": 25, "charg": [54, 92], "charset": 2, "check": [1, 2, 5, 6, 7, 11, 12, 13, 14, 22, 27, 29, 31, 34, 40, 42, 43, 50, 62, 63, 64, 66, 77, 79, 80, 81, 87, 95, 98, 99, 100, 102, 103, 105, 108, 109, 111, 113, 116, 119, 126, 129, 137, 144], "check_unsubscribe_web_hook": 137, "checkbox": [1, 20, 23, 27, 79, 87, 89, 121, 139, 142], "checklist": 113, "checkout": [0, 6, 19, 21, 22, 25, 27, 47, 57, 62, 63, 66, 77, 78, 85, 92, 106, 108, 109, 110, 111, 112, 113, 119, 120, 123, 134], "chiev": 1, "children": [1, 80], "choic": [15, 40, 56, 118, 120], "choos": [11, 12, 15, 19, 34, 57, 66, 68, 95, 98, 99, 100, 102, 103, 109, 111, 119, 131, 137, 140], "chosen": [8, 15], "chrome": 125, "cipher": 17, "ciphertext": 17, "citi": [21, 72, 106, 108, 119], "cityvil": 25, "claim": [16, 19, 22, 30, 31, 39, 51, 56, 57, 66, 69, 72, 75, 76, 77, 81, 84, 86, 87, 89, 112, 126, 139, 145], "claim_link": 128, "claim_signup_web_hook": 137, "claim_url": [52, 67, 80], "claimcod": 69, "claimlink": 128, "class": [1, 17, 40, 41, 43, 44, 50, 69, 77, 79, 80, 88, 89, 118, 127], "classnam": 80, "clear": [117, 118], "clearinterv": 80, "clearli": 25, "click": [1, 6, 7, 8, 9, 14, 16, 19, 21, 22, 25, 29, 30, 31, 33, 34, 35, 36, 37, 43, 48, 53, 57, 58, 59, 68, 69, 70, 71, 74, 77, 79, 80, 84, 89, 95, 98, 99, 100, 102, 103, 108, 109, 111, 117, 119, 122, 124, 125, 130, 131, 135, 136, 137, 140, 145], "client": [0, 16, 53, 54, 66, 98, 99, 100, 102, 103, 108, 119, 123, 137, 138, 140], "clipboard": [77, 80, 89], "close": [0, 30, 40, 47, 52, 53, 57, 107, 119, 134], "closest": [27, 75], "closeup": 6, "cloud": [58, 59, 60, 61, 62, 105, 114], "cloudflar": [0, 34], "cloudfront": [13, 36, 69, 108, 119, 123], "cloudspong": [76, 89], "cm": [17, 34], "cmd": [1, 125], "cname": [34, 35, 36, 37, 38], "co": 19, "cocoapod": 126, "code": [1, 2, 4, 6, 7, 8, 9, 12, 15, 16, 17, 19, 21, 22, 25, 27, 28, 30, 31, 40, 41, 43, 47, 48, 50, 53, 57, 60, 63, 65, 67, 69, 71, 72, 77, 79, 80, 83, 84, 87, 88, 92, 96, 106, 108, 109, 111, 119, 120, 123, 124, 125, 126, 127, 130, 134, 135, 137, 139, 140, 141, 144, 145], "collect": [0, 18, 20, 22, 48, 69, 91, 93, 109, 110, 122, 135, 137, 139, 142], "color": [0, 66, 69, 135], "column": [9, 25, 37], "com": [0, 6, 12, 13, 14, 17, 21, 23, 25, 30, 32, 33, 34, 35, 36, 37, 38, 40, 41, 43, 44, 46, 47, 48, 50, 52, 53, 58, 59, 63, 64, 66, 69, 72, 74, 79, 80, 106, 107, 108, 110, 112, 115, 119, 120, 121, 123, 124, 125, 128, 130, 131, 133, 134, 135, 137], "combat": 22, "combin": [8, 22, 89, 109], "come": [1, 11, 13, 40, 57, 105, 125], "comma": [10, 28, 41, 128], "command": [13, 118], "commerc": [54, 58, 59, 60, 61, 62, 105, 110, 120], "commit": 70, "common": [8, 9, 11, 14, 22, 34, 53, 61, 66, 108, 111], "commonli": 66, "commun": [19, 94, 111], "compani": [54, 55, 111], "compar": [7, 28, 57, 69, 96], "compat": [50, 66, 109, 128, 137], "competit": 65, "compil": [50, 118], "complet": [5, 13, 14, 19, 42, 46, 58, 59, 60, 61, 62, 65, 95, 96, 98, 99, 100, 102, 103, 108, 111, 118, 123, 127, 128, 129, 133, 136, 139], "completionhandl": [126, 127], "complex": 18, "complianc": 113, "compliant": [107, 137], "compon": [33, 71, 105, 110, 113, 120], "compos": [7, 108, 118, 123, 128, 136], "comprehens": 14, "compromis": 96, "comput": [53, 96], "concern": [109, 137], "condit": [18, 42, 69, 72, 78, 81, 82, 83, 84, 85, 86, 87, 95, 98, 99, 100, 102, 103, 129], "config": [69, 117, 118, 125], "configur": [0, 5, 8, 14, 15, 16, 20, 22, 27, 34, 39, 40, 46, 55, 61, 63, 64, 82, 83, 84, 85, 86, 95, 108, 111, 114, 115, 116, 117, 122, 123, 126, 128, 130, 132, 133, 137, 140, 144, 145], "configureshareonlinkedin": 80, "confirm": [16, 34, 47, 56, 57, 63, 81, 108, 109, 110, 111, 113, 134], "conform": [69, 136], "confus": 2, "connect": [5, 14, 31, 38, 95, 118], "consecut": [53, 69], "consent": [14, 20, 107, 121], "consid": [2, 61, 108, 109, 111, 137, 144], "consider": 109, "consist": [15, 34, 65, 118], "consol": [14, 69, 127], "const": 96, "constant": 28, "construct": [42, 129], "consum": [29, 53, 92], "consumpt": 53, "contact": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "contain": [1, 7, 16, 18, 23, 30, 41, 64, 66, 80, 91, 96, 108, 110, 111, 112, 113, 115, 120, 122, 127, 136, 138, 143], "content": [1, 3, 33, 39, 40, 43, 51, 53, 66, 71, 76, 90, 94, 107, 108, 109, 110, 111, 112, 113, 114, 118, 119, 120, 123, 124, 126, 128, 131, 136, 137], "contentg": 79, "contenthidden": 79, "contenturl": [128, 136], "context": [50, 69, 122], "continu": [53, 118, 137], "control": [12, 23, 31, 34, 40, 55, 75, 77, 81, 127], "conveni": [29, 77], "convers": [0, 15, 21, 55, 57, 65, 69, 107], "convert": [0, 2, 15, 17, 47, 57, 62, 66, 69, 95, 105, 134, 137], "cooki": [8, 31, 105, 111, 113], "cool": 72, "copi": [0, 1, 14, 19, 29, 30, 35, 36, 37, 39, 40, 63, 64, 66, 68, 74, 75, 77, 79, 80, 88, 89, 109, 110, 111, 113, 117, 120, 126, 137, 143], "copytoclipboard": 40, "core": 43, "corner": [57, 59], "correct": [34, 37, 46, 66, 72, 131, 133], "correctli": [14, 33, 69, 145], "correspond": [27, 40, 43, 52, 57, 95, 118, 127, 129, 136, 143], "cost": [22, 28, 33, 119, 120], "could": [19, 25, 27, 34, 53, 64, 71, 77, 83, 121, 131, 143], "count": [16, 19], "counti": 4, "countri": [4, 21, 72, 74, 106, 108, 119], "country_cod": 72, "coupl": 121, "coupon": [0, 4, 5, 6, 7, 8, 9, 10, 12, 15, 21, 22, 25, 28, 30, 31, 41, 47, 50, 57, 60, 62, 63, 65, 69, 72, 75, 76, 78, 79, 80, 83, 84, 87, 88, 92, 95, 105, 106, 108, 111, 120, 122, 125, 127, 134, 137, 141, 144, 145], "coupon_cod": [12, 19, 21, 25, 30, 67, 69, 79, 80, 83, 84, 88, 106, 108, 119], "coupon_code_us": 77, "coupon_issu": 30, "couponcod": 79, "couponreceiv": 127, "cover": [22, 130], "cpc": 33, "cpu": 69, "crash": 50, "creat": [0, 1, 2, 3, 5, 7, 9, 12, 16, 19, 22, 28, 35, 38, 39, 40, 46, 52, 53, 57, 58, 59, 60, 61, 63, 64, 71, 72, 74, 78, 82, 84, 85, 96, 105, 108, 109, 110, 111, 113, 118, 119, 120, 124, 125, 126, 127, 130, 133, 135, 137, 144, 145], "create_coupon_web_hook": 137, "created_at": [69, 72], "createdshar": 41, "createemailshar": [41, 50, 128], "createhmac": 96, "createorigin": [41, 46, 128], "createshar": 50, "createsocialshar": [41, 50, 128], "createvisitor": 41, "creation": [0, 2, 7, 15, 27, 85, 140, 144], "credenti": [14, 40, 43, 44, 50, 95, 98, 99, 100, 102, 103, 131], "credit": [22, 144, 145], "criteria": [0, 2, 4, 5, 8, 11, 12, 18, 22, 25, 31, 56, 57, 69, 76, 83, 84, 85, 86, 87, 105, 108, 144], "critic": [19, 27, 107, 109], "crm": [54, 55, 90, 93, 105], "cross": [0, 3, 111], "crypto": [17, 96], "cs_import": 80, "csm": [26, 91, 92, 93, 95, 97, 98, 99, 100, 101, 102, 103, 104, 119], "csp": 5, "cspageopt": 80, "css": [1, 16, 66, 69, 71, 73, 77, 118], "cta": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "ctrl": [1, 125], "curebit_offer_iframe_broadcast": 30, "curl": [13, 53], "currenc": [0, 12, 21, 25, 28, 69, 72, 105, 106, 108, 119], "currency_iso_cod": [12, 15, 21, 25, 106, 108, 119], "current": [19, 20, 28, 31, 34, 69, 71, 87, 117, 121, 128, 136, 137], "current_tim": 69, "current_us": 17, "cursor": 71, "custom": [0, 2, 6, 7, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 22, 26, 27, 28, 30, 31, 35, 36, 37, 38, 39, 40, 41, 42, 45, 47, 48, 49, 50, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 65, 66, 67, 69, 72, 78, 80, 81, 85, 89, 91, 92, 93, 94, 95, 98, 99, 100, 102, 103, 106, 107, 108, 109, 111, 112, 115, 118, 119, 120, 123, 124, 126, 128, 129, 132, 134, 135, 136, 138, 141, 144, 145], "custom_css_url": 69, "custom_message_bodi": 86, "custom_message_subject": 1, "custom_properti": [12, 18, 69, 72, 121, 123], "customdeviceid": 49, "customer1": 12, "customer2": 12, "customer_accounts_en": [119, 124], "customer_id": [72, 121, 123], "customer_login_link": 119, "customer_select": 27, "customis": 83, "customiz": 0, "customproperti": [46, 47, 48], "cycl": [42, 49, 54, 129, 144], "d": [1, 2, 23, 69], "d2jj": 125, "d2jjzw81hqbuqv": [13, 69, 108, 119, 123], "d3d3d3": 69, "dai": [7, 22, 34, 55, 69, 81, 83, 89, 107, 140, 145], "daili": [15, 27], "dashboard": [0, 12, 31, 36, 44, 56, 57, 59, 63, 64, 69, 110, 111, 112, 113, 117, 118, 119, 120, 121, 124, 128, 131, 136, 144, 145], "data": [0, 12, 13, 15, 17, 19, 21, 22, 24, 28, 30, 40, 41, 43, 44, 46, 47, 49, 50, 51, 54, 69, 72, 74, 77, 79, 80, 89, 91, 93, 95, 96, 98, 99, 100, 102, 103, 105, 107, 108, 109, 110, 112, 121, 122, 123, 133, 134, 135, 137, 139, 141, 142, 143, 144], "databas": [19, 140], "dataset": 69, "date": [7, 15, 19, 22, 27, 51, 69, 75, 84, 88, 91, 93, 137, 140, 143], "date_diff": 67, "date_greater_than": 67, "date_greater_than_or_equ": 67, "deactiv": 75, "deadlin": 75, "deal": [26, 69, 84], "debug": [21, 49, 50, 125, 126], "decid": [5, 8, 22, 34, 55, 109, 111], "decis": [5, 136], "declar": [21, 69, 106], "decod": [69, 137], "decrypt": 0, "deduct": [120, 122], "deep": [23, 39, 40, 44, 105, 126], "deeper": 8, "deepli": 69, "deeplink": 42, "def": [2, 17, 96], "default": [0, 1, 14, 15, 16, 20, 24, 27, 28, 34, 39, 41, 43, 44, 46, 49, 50, 52, 57, 60, 64, 66, 69, 74, 79, 80, 82, 83, 84, 85, 86, 87, 89, 92, 111, 118, 122, 127, 131, 133, 134, 135, 136], "defaultcent": 127, "defin": [8, 15, 18, 19, 27, 50, 57, 64, 69, 71, 111, 120, 131, 135, 137], "definit": 50, "defraud": 22, "delai": [5, 22, 82, 83, 84, 85, 86, 87, 109, 111, 145], "deleg": [0, 38, 126, 127, 128], "delet": [10, 28, 53, 68, 72, 109, 119, 124, 137], "delimit": [10, 23, 69], "deliv": [0, 3, 7, 27, 81, 111, 137], "deliveri": [0, 3, 128, 137], "dem8ulssatk0": 69, "demand": 27, "demo": [44, 130], "denomin": 69, "depend": [5, 8, 22, 30, 44, 50, 66, 92, 108, 109, 122, 123, 131, 145], "deploi": [115, 118], "deploy": 0, "deprec": [50, 72, 128, 136], "describ": [8, 27, 28, 41, 42, 43, 53, 65, 72, 95, 98, 99, 100, 102, 103, 110, 113, 127, 129, 136], "descript": [1, 12, 29, 40, 53, 69, 72, 74, 84, 127], "design": [22, 31, 49, 56, 71, 82, 83, 84, 85, 86, 87, 105, 110, 120, 136], "desir": [7, 8, 12, 18, 19, 42, 46, 55, 73, 96, 118, 129, 133, 145], "desktop": [82, 83, 84, 85, 86, 87], "destin": [27, 42, 52, 96, 122, 129], "detail": [0, 2, 3, 4, 7, 8, 9, 10, 11, 14, 15, 21, 25, 28, 34, 41, 43, 47, 50, 53, 84, 95, 98, 99, 100, 102, 103, 106, 108, 109, 110, 111, 113, 119, 122, 123, 127, 128, 134, 137, 143], "detect": [6, 8, 22, 30, 31, 47, 74, 134, 136, 144], "determin": [22, 27, 30, 69, 81, 96, 111, 120, 122, 123], "dev": [13, 73], "develop": [14, 49, 56, 67, 111, 119, 127, 136], "deviat": 27, "devic": [8, 42, 49, 66, 111, 127, 129], "di": 118, "diagnos": 22, "dialog": [125, 128, 136], "dict": 131, "dictionari": 136, "did": [0, 3, 111, 136], "didcompletewithresult": [128, 136], "didfailwitherror": 127, "didfinishlaunchingwithopt": 131, "didn": [8, 11, 78, 87], "didregisterorigin": 127, "diff": 70, "differ": [0, 1, 5, 6, 9, 12, 16, 19, 25, 27, 28, 31, 33, 34, 36, 59, 63, 64, 69, 72, 74, 92, 118], "differenti": 33, "digest": 96, "digit": 107, "dimens": 69, "direct": [9, 34, 39, 89, 108, 113, 122, 126], "directli": [15, 39, 43, 50, 65, 109, 121, 128, 131, 138], "directori": [29, 118], "disabl": [16, 24, 27, 28, 40, 52, 75, 89, 118, 119, 124], "disallow": 10, "disappear": [30, 107], "discount": [8, 10, 12, 19, 21, 22, 26, 27, 28, 88, 89, 92, 106, 108, 119, 120, 122, 139, 144, 145], "discount_amount": [19, 119], "discount_cod": 28, "discount_coupon": [144, 145], "discov": [6, 10], "displai": [9, 25, 39, 40, 46, 51, 77, 79, 80, 108, 111, 113, 118, 119, 123, 126, 127, 128, 133, 136], "displaynotic": 79, "disqualifi": 10, "distinguish": [12, 31], "distribut": [1, 43, 144, 145], "div": [1, 16, 30, 57, 64, 77, 79, 80, 89, 108, 110, 111, 112, 113, 119, 120, 124], "dive": [8, 73], "divid": 6, "divis": 108, "dmarc": 34, "dn": [0, 111], "do": [0, 1, 2, 3, 7, 8, 13, 17, 22, 24, 25, 27, 41, 43, 50, 52, 54, 63, 64, 72, 88, 89, 107, 111, 118, 119, 121, 124, 125, 127, 131, 137, 138], "doc": [36, 37, 43, 53], "document": [2, 14, 42, 43, 53, 69, 71, 79, 105, 109, 111, 115, 129, 136], "doe": [1, 5, 8, 16, 36, 47, 53, 55, 64, 65, 66, 71, 75, 81, 82, 107, 108, 111, 119, 124, 125, 134, 138, 139, 140, 141, 142, 143, 144, 145, 146], "doesn": [27, 31, 40, 53, 58, 59, 60, 61, 62, 75, 108, 109, 136], "dofin": 17, "dom": [30, 108], "domain": [0, 14, 23, 30, 35, 36, 37, 38, 80, 107, 108, 109], "domain_kei": 80, "don": [1, 14, 16, 19, 32, 40, 41, 63, 66, 108, 109, 111, 118, 121, 128, 130, 139], "done": [1, 2, 6, 13, 16, 17, 31, 34, 40, 52, 58, 59, 60, 61, 62, 63, 64, 74, 77, 95, 110, 120], "dot": [35, 37], "doubl": [28, 41, 47], "down": [6, 53, 109, 111, 119, 140, 145], "downcas": 1, "downgrad": 122, "download": [17, 24, 115, 117, 118, 130, 131], "drag": 68, "drive": [25, 48, 95, 110, 113, 135], "driven": [21, 39, 106, 108, 126], "drop": [111, 140], "dropdown": 137, "due": [5, 8, 11, 53, 66, 111, 122], "duplic": [12, 109], "durat": [75, 83], "dure": [2, 15, 94, 97, 101, 104, 105, 107, 119, 121, 127], "dynam": [16, 19, 40, 42, 72, 90, 105, 108, 123, 127, 129, 140], "e": [2, 4, 15, 17, 18, 19, 22, 27, 29, 34, 35, 36, 37, 41, 53, 54, 65, 69, 72, 79, 81, 84, 87, 89, 105, 106, 107, 108, 110, 120, 123, 128, 141], "eac": 17, "each": [0, 2, 3, 5, 7, 8, 9, 12, 17, 19, 25, 27, 28, 30, 31, 40, 49, 52, 53, 56, 57, 59, 66, 69, 72, 74, 77, 80, 81, 95, 96, 98, 99, 100, 102, 103, 106, 112, 120, 137, 145], "earli": 27, "earlier": [75, 109, 128], "earn": [122, 145], "easi": [0, 1, 10, 12, 19, 29, 81, 117], "easier": [1, 22, 74], "easiest": [8, 29], "easili": [1, 2, 22, 49, 56, 107, 115], "eb71e496": 41, "ecb": 17, "ecommerc": [19, 111], "edit": [16, 19, 27, 37, 38, 52, 53, 56, 66, 74, 119, 124, 137, 140], "editor": [1, 16, 56, 66, 70, 71, 72, 74, 83, 87, 105, 119, 124, 140, 145], "ee645de47765bdbede751c8c6f08a619": 69, "effect": [27, 33], "effici": 71, "effort": [92, 95], "eg": 122, "either": [1, 5, 8, 11, 22, 23, 34, 49, 54, 55, 71, 95, 98, 99, 100, 102, 103, 111, 122, 123, 129, 136, 141, 144, 145], "elb": 38, "element": [1, 43, 44, 50, 77, 80, 110, 113, 115, 120, 125, 137], "elig": [26, 55, 64, 75, 112, 145], "elimin": [19, 109, 140], "elon": 128, "els": [1, 19, 69, 74, 78, 79, 80, 88, 112, 119, 125], "elsewher": [119, 124], "email": [0, 1, 3, 4, 5, 6, 8, 10, 11, 12, 13, 15, 16, 18, 19, 20, 21, 22, 24, 25, 28, 30, 31, 32, 33, 35, 38, 39, 46, 47, 48, 50, 52, 56, 58, 61, 62, 69, 72, 76, 81, 88, 89, 92, 95, 97, 98, 99, 100, 101, 102, 103, 104, 106, 108, 110, 111, 113, 119, 121, 122, 123, 125, 126, 130, 134, 135, 137, 138, 142, 143, 144, 145, 146], "email_gating_fail": 30, "email_gating_pass": [30, 79], "email_recipient_list": 80, "email_recipients_list": 80, "email_subject": 1, "email_to_encrypt": 17, "emailoffershar": 41, "emailshareparam": 128, "emailvalid": 79, "emarsi": [94, 105], "emb": [30, 40, 53, 69, 131], "embed": [16, 57, 66, 69, 131], "emphasi": 1, "empti": [28, 48, 83, 108, 121, 135], "en": [69, 137], "enabl": [10, 14, 15, 16, 20, 27, 28, 31, 34, 38, 39, 40, 43, 49, 58, 59, 60, 63, 64, 65, 66, 69, 77, 80, 84, 89, 92, 95, 98, 99, 100, 102, 103, 107, 108, 111, 112, 117, 118, 119, 121, 126, 136, 140, 144], "enclos": 72, "encod": [17, 19, 32, 44, 53, 69, 96, 137], "encode_param_for_talk": 17, "encode_query_argu": 67, "encodedbyt": 17, "encount": 109, "encourag": [22, 65, 85, 136], "encrypt": [0, 12, 24, 105, 108], "encrypt_mod": 17, "encrypted_email": 17, "encrypted_param": 17, "encryptiondemo": 17, "encryptparam": 17, "end": [0, 2, 12, 21, 23, 25, 27, 44, 50, 53, 54, 69, 96, 106, 108, 111, 119, 123, 128, 136, 141], "endcaptur": 69, "endeavor": 107, "endfor": [25, 69], "endif": [1, 25, 69, 79, 80, 88, 119, 124], "endpoint": [2, 19, 122, 137, 139, 140, 141, 142, 144, 145], "endraw": 69, "ends_at": 27, "engag": [58, 95], "engin": [5, 12, 22, 31, 33, 56], "english": 80, "enhanc": [14, 71, 107, 109], "enough": [5, 8, 22, 72, 140], "enrol": [105, 120], "ensur": [7, 12, 14, 22, 28, 34, 53, 55, 66, 91, 93, 107, 108, 109, 112, 118, 136, 137, 138, 140, 145], "enter": [6, 7, 8, 10, 11, 14, 16, 31, 34, 35, 36, 37, 53, 58, 65, 85, 89, 117, 143], "entir": [10, 66, 69, 72, 109], "entiti": [29, 53, 128], "entitl": 27, "entri": [40, 44], "envelop": 53, "environ": [44, 131], "eol": 117, "eq": 57, "equal": [1, 2, 27, 66, 75, 92, 120], "equip": [1, 30], "equival": 69, "error": [0, 34, 39, 41, 42, 47, 48, 50, 51, 79, 80, 109, 117, 127, 128, 129, 137], "error_messag": 53, "escap": [23, 32], "esp": [0, 7, 95, 96, 98, 99, 100, 102, 103, 122], "essenti": [31, 33, 92, 107], "etc": [1, 2, 9, 25, 29, 35, 36, 37, 53, 59, 63, 64, 68, 72, 108, 111, 119, 120], "ev123789": 46, "ev1938579813": 12, "ev1938579814": 12, "evalu": 78, "even": [16, 19, 22, 109, 140], "event": [0, 31, 39, 41, 42, 45, 50, 52, 54, 55, 69, 72, 96, 105, 108, 110, 111, 122, 126, 128, 129, 132, 137, 143, 144, 145, 146], "event_categori": [12, 72], "event_numb": 12, "event_web_hook": 137, "eventcategori": [41, 46], "eventnumb": [41, 46], "events_collect": 67, "events_count": 69, "events_count_by_categori": 69, "eventu": 5, "everi": [4, 8, 12, 15, 19, 22, 27, 30, 46, 49, 53, 56, 57, 63, 69, 81, 108, 110, 112, 113, 120, 123, 125, 127, 133, 137, 138, 143], "everyth": [53, 80, 127], "everywher": 16, "evolv": 53, "ex": [58, 59], "exact": [23, 77, 108], "exactli": [27, 69, 120, 123], "exampl": [0, 1, 4, 6, 8, 11, 12, 13, 14, 15, 21, 22, 23, 25, 27, 29, 30, 32, 33, 34, 35, 36, 37, 38, 40, 41, 43, 44, 46, 47, 48, 52, 53, 54, 55, 57, 67, 72, 78, 79, 85, 89, 94, 95, 105, 106, 108, 112, 118, 119, 120, 123, 124, 126, 128, 131, 133, 134, 135, 137, 139, 142, 143, 145], "example1": 33, "example_medium": 33, "example_sourc": 33, "exce": 66, "excel": [0, 3], "except": [17, 40, 47, 57, 134], "exchang": [15, 29, 122], "exclus": [26, 89, 111], "execut": [53, 109, 118, 137], "exist": [6, 8, 14, 19, 22, 24, 28, 37, 47, 50, 53, 55, 64, 72, 75, 108, 109, 113, 134, 137, 140], "exit": [119, 124], "expand": [6, 19, 53, 57, 58, 59, 95, 98, 99, 100, 102, 103], "expect": [27, 53, 57, 66, 96, 109], "experi": [22, 77, 89, 107, 136, 137], "experiment": 19, "expir": [8, 19, 22, 27, 56, 69, 81, 84, 88, 105, 140], "explain": [8, 72, 85, 88, 89], "explan": 28, "explicit": [32, 69], "explicitli": [10, 127], "explor": [0, 3], "export": [2, 24, 43], "expos": [22, 49], "express": [23, 57, 69], "extend": [40, 43, 44, 50, 79], "extens": [13, 28, 58, 59, 60, 61, 62, 63, 64, 114, 116, 117], "extern": 137, "external_customer_id": [69, 72], "extra": [1, 20, 52, 66, 87, 92, 95, 126], "extract": 1, "extrem": 1, "ey": [59, 109, 135], "eye_color": [18, 135], "f": [1, 2, 105, 113, 118, 125], "f94d08": 1, "face": 69, "facebook": [9, 12, 21, 25, 39, 41, 43, 50, 69, 80, 89, 106, 108, 126, 127, 128, 136], "facebook_share_succeed": 80, "facilit": [50, 95, 136], "fact": [1, 9, 30, 109], "fadein": [79, 80], "fadeout": 79, "fail": [5, 30, 53, 111, 136], "failur": 129, "fair": 22, "fake": 22, "fall": 22, "fallback": 136, "fals": [19, 23, 25, 41, 43, 53, 69, 72, 78], "famili": 69, "familiar": [56, 73], "faq": 0, "far": 29, "fashion": 22, "fast": [0, 73], "faster": 109, "fb": [80, 131], "fbauth2": 131, "fbsdk": 136, "fbsdksharedialog": [128, 136], "fbsdksharelinkcont": [128, 136], "featur": [10, 12, 19, 20, 25, 28, 31, 41, 50, 64, 66, 105, 107, 108, 122, 136], "feed": 54, "feedback": 22, "feel": 22, "femal": 25, "fetch": 128, "fetchreferraldatacallback": 42, "few": [1, 7, 57, 87, 110, 120], "fewer": 34, "ff0000": 69, "field": [1, 4, 7, 10, 11, 14, 20, 22, 25, 29, 35, 36, 37, 69, 76, 79, 87, 89, 95, 98, 99, 100, 102, 103, 118, 119, 120, 122, 123, 138, 142], "file": [0, 1, 17, 24, 40, 43, 44, 56, 67, 69, 105, 109, 118, 119, 124, 127, 131], "file_nam": 13, "fileread": 17, "fill": [14, 29, 95, 98, 99, 100, 102, 103, 107], "filter": [6, 15, 19, 43, 44, 50, 55, 56, 67, 74, 111], "final": [1, 42, 50, 111, 129], "find": [0, 1, 3, 7, 8, 9, 11, 12, 13, 14, 15, 16, 22, 27, 28, 43, 44, 80, 95, 98, 99, 100, 102, 103, 108, 109, 117, 123, 131], "fine": 111, "fingerprint": [29, 43], "finish": [40, 137], "fire": [30, 77, 108], "firebas": [42, 129], "firebasedynamiclink": 42, "fireonlinkedinshar": 80, "firewal": 137, "first": [6, 10, 13, 22, 25, 27, 28, 30, 32, 38, 40, 41, 42, 43, 57, 69, 72, 77, 79, 89, 107, 108, 119, 123, 127, 129, 143, 145], "first_nam": [1, 12, 17, 32, 69, 72, 108, 119, 121], "firstnam": [41, 46, 48], "fit": [0, 57], "fix": [19, 27, 39, 55, 66, 69, 72], "flag": [5, 8, 9, 22, 50, 125, 131], "flexibl": [0, 15, 25, 50], "float": [12, 16, 56, 57, 72, 109, 112], "floor": 12, "flow": [0, 14, 47, 48, 52, 54, 57, 74, 92, 95, 111, 134, 135, 137], "fluid": 66, "flush": [49, 117], "follow": [1, 2, 5, 8, 12, 13, 14, 15, 16, 19, 21, 22, 25, 27, 29, 30, 34, 39, 40, 42, 43, 44, 48, 50, 52, 53, 57, 61, 63, 64, 69, 71, 74, 77, 80, 85, 95, 96, 98, 99, 100, 102, 103, 105, 106, 107, 108, 109, 112, 116, 118, 119, 122, 123, 124, 126, 127, 129, 131, 135, 136, 138, 140, 144, 145], "font": [1, 56, 68, 69], "fonts_siz": 69, "foo": 69, "footer": [25, 64, 66, 108, 110, 113, 116, 120], "forbidden": 2, "forc": [19, 31], "foreground": 140, "forev": 31, "forget": [1, 32, 121, 139], "form": [1, 48, 49, 69, 71, 79, 80, 89, 107, 135, 139, 142, 143, 145], "format": [14, 15, 21, 23, 40, 43, 44, 51, 69, 72, 81, 84, 88, 106, 108, 137], "format_d": [67, 88], "fortnight": 69, "forward": 9, "found": [7, 12, 20, 31, 40, 42, 50, 53, 57, 69, 96, 110, 121, 123, 137, 145], "four": 118, "fr": 69, "fr_coupon": 2, "fragment": [39, 40], "framework": [34, 39, 126, 128], "francisco": 12, "fraud": [0, 5, 6, 8, 12, 21, 22, 31, 49, 55, 106, 108, 111, 144, 145], "fraudster": 22, "fraudul": [22, 144], "free": [13, 22, 66, 116, 134, 144, 145], "frequent": [83, 84, 86, 88], "friction": 14, "friend": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 78, 80, 81, 82, 83, 85, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 143, 144, 145, 146], "friend1": 41, "friend2": 41, "friend_custom_properti": 18, "friend_incent": 1, "friend_info": 69, "friend_off": [42, 69, 88, 129], "friend_rewards_paid": 138, "friend_share_email_subject": 1, "friend_signup": 69, "from": [0, 2, 4, 5, 7, 8, 10, 11, 13, 14, 15, 16, 17, 19, 22, 24, 25, 27, 28, 29, 30, 31, 34, 35, 36, 37, 40, 41, 42, 43, 44, 48, 49, 50, 53, 55, 56, 57, 61, 64, 65, 66, 69, 70, 74, 75, 77, 80, 86, 88, 95, 96, 98, 99, 100, 102, 103, 105, 108, 110, 111, 112, 113, 114, 117, 118, 120, 121, 122, 123, 126, 127, 128, 131, 137, 138, 139, 143, 144, 145, 146], "from_tim": 69, "front": [0, 54, 141], "ftp": 117, "fulfil": 83, "full": [0, 3, 21, 23, 28, 29, 49, 57, 105, 106, 108, 115, 118, 122], "fulli": [22, 29, 40, 128], "fullpag": 69, "fullscreen": 40, "function": [1, 15, 30, 42, 43, 50, 54, 56, 69, 77, 79, 80, 88, 89, 96, 107, 109, 121, 126, 127, 129, 136, 137, 138], "fund": 69, "funnel": 65, "further": [22, 27, 109], "futur": [27, 72, 84, 111, 120], "g": [2, 15, 17, 18, 27, 29, 34, 35, 36, 37, 53, 69, 106, 107, 108, 123, 128, 141], "gain": [33, 122], "game": [9, 22, 46, 111, 133], "ganleywestsid": 6, "gate": [0, 30, 31, 47, 48, 76, 77, 84, 88, 89, 95, 98, 99, 100, 102, 103, 105, 134, 135, 137, 145], "gated_email": 79, "gatewai": 108, "gather": [0, 3], "gatingcheckbox": 79, "gatingemail": 79, "gatingunlock": 79, "gave": 1, "gdpr": 113, "gender": [106, 108], "gener": [0, 2, 9, 14, 17, 19, 24, 29, 31, 34, 40, 51, 54, 58, 59, 60, 61, 62, 63, 77, 96, 109, 111, 118, 120, 121, 131, 140, 141, 144, 145], "generalsecurityexcept": 17, "generate_activation_cod": 2, "geoloc": 72, "get": [0, 1, 3, 5, 6, 12, 16, 18, 19, 20, 22, 26, 30, 39, 40, 41, 42, 52, 59, 66, 69, 73, 74, 75, 78, 79, 88, 91, 92, 93, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 109, 115, 117, 118, 119, 125, 126, 129, 144, 145], "getact": 40, "getbyt": 17, "getdata": 42, "getdynamiclink": 42, "getencod": 17, "geterrorcod": 40, "getinst": [17, 42, 129], "getint": 42, "getlink": 42, "getlinkparam": 42, "getmessag": 40, "getpublickei": 17, "getreferraldata": 42, "getsoci": [42, 43, 129], "getsocialexcept": 42, "getsocialreferraldata": 129, "getstringvalu": 42, "getter": 50, "gift": [7, 69, 144, 145], "git": 131, "github": [44, 131], "give": [2, 22, 31, 72, 73, 108, 127, 128, 140, 144, 145], "given": [2, 4, 5, 8, 22, 30, 32, 42, 46, 58, 69, 72, 127, 129, 133, 137, 144, 145], "gleam": [56, 57, 92], "global": [19, 56, 76, 109], "glossari": 81, "gnu": 13, "go": [1, 6, 7, 12, 14, 17, 25, 27, 28, 34, 35, 36, 38, 40, 44, 52, 57, 58, 59, 60, 63, 64, 74, 80, 81, 109, 113, 117, 119, 122, 123, 124, 127, 131, 137, 140], "goal": 65, "godaddi": [0, 34], "goe": [1, 53], "good": [22, 61, 62, 64], "googl": [0, 34, 43, 50, 66, 105, 109], "googleusercont": 14, "got": [8, 9, 48, 135], "gpg": 13, "grace": 111, "gracefulli": [53, 111], "gradl": [43, 44, 50], "grand": 65, "granular": 34, "graph": 80, "great": 84, "greater": [27, 116], "green": [69, 135], "grei": 5, "group": [10, 25, 27, 69, 106, 108], "group_bi": 67, "grow": [73, 95], "gs1": 69, "gsalt": 43, "gsc": 43, "gson": [43, 50], "gtm": [108, 113], "guarante": [13, 144], "guard": 13, "guid": [14, 29, 43, 44, 56, 63, 64, 67, 95, 98, 99, 100, 102, 103, 109, 115, 118, 131], "guidelin": [22, 107, 112], "h": [2, 53, 127, 131, 133, 134, 135], "h1": [1, 69, 71], "h2": 69, "h3": 69, "h4": 69, "ha": [5, 6, 7, 8, 9, 12, 13, 16, 17, 19, 27, 28, 31, 34, 39, 46, 47, 53, 54, 55, 56, 57, 61, 64, 66, 69, 72, 73, 77, 81, 83, 92, 93, 108, 110, 112, 117, 122, 126, 128, 133, 134, 137, 141, 143, 144, 145], "hack": 130, "hacker": 24, "hand": 137, "handi": 1, "handl": [0, 3, 39, 44, 47, 48, 50, 53, 110, 111, 127, 129, 144, 145], "handleopenurl": [129, 131], "handler": [40, 42, 44, 128, 129], "handleurlparam": 129, "happen": [5, 6, 8, 10, 22, 27, 28, 54, 111, 127], "happi": 130, "hasclass": 80, "hash": [43, 69, 96], "hashmap": [46, 47, 48], "hasn": 127, "have": [0, 1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 21, 22, 25, 29, 30, 31, 32, 37, 41, 42, 46, 47, 48, 50, 52, 53, 57, 58, 59, 60, 61, 62, 69, 71, 74, 77, 83, 95, 96, 108, 109, 112, 113, 115, 117, 118, 119, 120, 121, 122, 124, 127, 129, 130, 133, 134, 135, 136, 137, 138], "haven": [6, 63, 64], "hdk": 112, "he": [16, 31, 72, 80, 88], "head": [108, 109, 119, 123], "header": [12, 25, 50, 53, 57, 64, 66, 71, 96, 108, 110, 113, 120], "header_s": 69, "header_signatur": 96, "headersignatur": 96, "headlin": 1, "height": [56, 69], "hello": 69, "help": [0, 7, 12, 15, 21, 22, 25, 27, 29, 49, 52, 81, 107, 108, 113, 127, 137], "helper": 41, "her": [6, 8], "here": [0, 1, 6, 7, 8, 12, 13, 19, 22, 23, 26, 27, 28, 29, 30, 40, 44, 47, 53, 66, 68, 69, 71, 72, 80, 84, 88, 89, 91, 92, 93, 95, 97, 98, 99, 100, 101, 102, 103, 104, 108, 109, 111, 112, 119, 123, 127, 130, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "hesit": 130, "hex": [1, 96], "hexdigest": 96, "hgr6wqyeasg": 112, "hi": [8, 16, 31], "hidden": [23, 57, 66, 77, 79, 80], "hide": [66, 79, 80], "hierarchi": 39, "high": [11, 25, 95, 105, 111, 113], "higher": [15, 21, 32, 43, 57, 66, 109, 118], "highli": [1, 5], "highlight": 65, "him": [31, 75, 88], "hinder": [107, 109], "hint": 120, "histor": 15, "histori": [56, 67, 108], "hit": [1, 10, 68], "hmac": 96, "hold": [1, 16, 66, 140], "holder": 80, "home": [22, 25, 112], "homepag": [23, 112, 125], "hook": 137, "host": [35, 43, 66, 108, 110, 113, 118, 120], "hour": [31, 34, 55, 69, 75, 87], "hours_from_now": 69, "hours_from_tim": 67, "hous": [64, 146], "hover": 89, "how": [0, 1, 3, 8, 11, 14, 18, 22, 25, 43, 44, 48, 52, 66, 69, 71, 72, 73, 91, 93, 94, 105, 107, 109, 111, 113, 119, 131, 135, 136], "howev": [7, 8, 15, 16, 19, 22, 66, 69, 82, 108, 122, 123, 128, 131, 136], "href": [79, 80, 84, 88, 89], "html": [1, 16, 30, 41, 47, 66, 69, 71, 73, 77, 79, 80, 108, 110, 111, 113, 120, 125], "http": [13, 14, 21, 23, 30, 32, 33, 41, 43, 44, 47, 50, 52, 53, 57, 58, 59, 61, 63, 64, 66, 69, 72, 73, 108, 110, 112, 115, 119, 123, 124, 125, 131, 134, 137, 144], "hubspot": [20, 94, 105], "hue": 69, "human_time_ago": 67, "hundr": 19, "hyphen": 1, "i": [0, 1, 2, 3, 4, 5, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 25, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 95, 96, 98, 99, 100, 102, 103, 107, 108, 109, 110, 111, 112, 113, 115, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 131, 132, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "i18n": 69, "i9uil7nqgdjuccitju": 53, "ic_launch": 44, "icon": [44, 53, 70], "icon_url": 72, "id": [0, 16, 21, 25, 28, 29, 30, 38, 40, 42, 43, 44, 49, 58, 59, 63, 64, 67, 72, 79, 80, 106, 108, 110, 112, 117, 118, 119, 120, 123, 124, 127, 128, 129, 131, 134, 136], "ideal": [22, 66, 82, 83, 84, 85, 86, 87, 120], "ident": [14, 22, 29, 49], "identifi": [1, 8, 9, 12, 14, 22, 29, 33, 41, 42, 48, 65, 72, 109, 122, 123, 129, 137], "idinyourapp": [41, 48], "idp": 29, "idx": 119, "ie": [22, 55], "ifram": [0, 66, 69, 105, 110, 111, 120], "ignor": [23, 57, 111, 112], "illegalblocksizeexcept": 17, "im": 43, "imag": [0, 21, 41, 47, 66, 68, 69, 72, 109, 112, 134], "image_url": [21, 72], "imageurl": 50, "img": [1, 69], "immedi": [5, 11, 22, 27, 47, 52, 80, 82, 83, 84, 85, 86, 108, 128, 134, 135, 137], "impact": [108, 113, 123], "implement": [2, 13, 22, 33, 40, 43, 44, 50, 53, 92, 95, 109, 115, 126, 128, 136, 137], "impli": [52, 69], "import": [0, 1, 17, 40, 41, 43, 44, 47, 48, 50, 52, 80, 109, 123, 126, 131, 133, 134, 135], "import_contact": 50, "import_font": 67, "imposs": 5, "improv": [50, 65, 107, 109, 136], "inact": 81, "inbox": 7, "incent": [0, 2, 5, 8, 11, 16, 18, 19, 22, 31, 46, 56, 57, 65, 67, 69, 74, 76, 80, 83, 84, 133, 137, 140, 144, 145], "incentiv": 65, "incentive_config": 69, "incentive_descript": [144, 145], "includ": [0, 4, 12, 13, 14, 19, 23, 25, 27, 34, 37, 47, 52, 53, 67, 69, 72, 80, 92, 95, 96, 98, 99, 100, 102, 103, 105, 109, 121, 125, 128, 131, 134, 137, 139, 141, 142, 143, 144, 145, 146], "inclus": [57, 111], "incognito": 109, "incompat": 27, "incorpor": 137, "incorrect": 118, "increas": [0, 22, 53, 65, 83, 95, 109], "incredibli": 0, "increment": 53, "indic": [42, 53, 57, 69, 129, 145], "individu": [0, 3, 9, 25, 52, 108], "info": [0, 3, 4, 69, 72, 108, 123, 127, 131, 138], "inform": [5, 6, 7, 8, 11, 15, 21, 22, 24, 27, 40, 42, 50, 52, 53, 69, 80, 86, 91, 93, 108, 121, 127, 129, 136, 137, 143, 144, 145], "inher": 22, "init": [17, 77, 108, 109, 119, 123, 125, 128, 136], "initciph": 17, "initi": [12, 18, 29, 40, 41, 44, 47, 49, 50, 51, 54, 57, 61, 80, 92, 109, 110, 113, 120, 125, 128, 131, 134], "initialsiteid": 49, "initlinkedinsharebutton": 80, "initpublickei": 17, "initsess": 42, "initsessionwithlaunchopt": 129, "inject": [69, 108, 110, 120], "inlin": [0, 1, 57, 66, 69, 108, 111, 112, 123], "input": [1, 13, 17, 69, 74, 79, 80], "inquiri": [0, 3, 11, 65], "ins": [20, 95], "insensit": [19, 57], "insert": [35, 69, 71, 79, 80, 140], "insid": [0, 1, 5, 6, 7, 8, 9, 12, 20, 21, 25, 31, 39, 40, 43, 44, 48, 50, 55, 66, 69, 72, 77, 81, 84, 95, 98, 99, 100, 102, 103, 108, 109, 110, 111, 112, 117, 119, 120, 123, 125, 126, 131, 135, 137, 140, 143, 145], "insight": 33, "inspect": [8, 125], "instal": [14, 27, 39, 42, 43, 45, 50, 52, 58, 59, 60, 61, 62, 63, 64, 69, 95, 98, 99, 100, 102, 103, 114, 116, 117, 119, 124, 125, 126, 129, 132, 136], "install_referr": 43, "installreferr": 43, "installreferrerreceiv": 50, "instanc": [34, 35, 40, 50, 77, 109, 137], "instant": [76, 89], "instantli": [22, 75], "instead": [0, 12, 17, 19, 27, 28, 36, 50, 69, 80, 92, 119, 128, 136], "instruct": [7, 13, 25, 34, 35, 36, 37, 38, 57, 95, 98, 99, 100, 102, 103, 105, 114, 116, 119, 127, 140], "instrument": 107, "integ": [41, 47, 69], "integr": [0, 13, 15, 16, 17, 19, 21, 22, 25, 27, 28, 30, 32, 39, 44, 46, 48, 50, 52, 53, 54, 57, 66, 72, 76, 85, 89, 92, 95, 97, 101, 104, 106, 111, 114, 126, 131, 133, 135, 136, 140, 141], "intellig": [139, 142, 143, 144], "intend": 108, "intent": [43, 44, 50], "interact": [0, 56, 107], "interest": [6, 19, 26, 91, 92, 93, 95, 97, 98, 99, 100, 101, 102, 103, 104, 106, 108, 119], "interfac": [27, 31, 39, 40, 53, 74, 128], "intern": [15, 66], "internet": 13, "interpol": [1, 52, 67, 77, 95, 98, 99, 100, 102, 103, 109], "interpret": 69, "interv": 137, "intro": 67, "introduc": [39, 109], "introduct": [0, 51, 105], "intruct": 131, "invalid": [5, 14, 118], "investig": [9, 22], "invit": [5, 17, 19, 43, 46, 48, 52, 56, 59, 63, 64, 86, 108, 110, 111, 112, 119, 127, 133, 135], "io": [17, 31, 42, 44, 105, 127, 128, 129, 130, 131, 133, 134, 135, 136], "ioexcept": 17, "ios_sdk": 136, "ip": [8, 10, 28, 31, 72, 74, 95, 98, 99, 100, 102, 103, 111, 137, 144], "isequaltostr": 127, "isfirstmatch": [42, 129], "isn": [22, 79], "iso": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "issu": [0, 4, 5, 8, 12, 14, 15, 21, 22, 27, 28, 29, 30, 46, 50, 53, 66, 82, 83, 106, 108, 109, 120, 125, 133, 144, 145], "issuer": 29, "item": [0, 8, 22, 25, 27, 28, 41, 47, 50, 53, 69, 105, 108, 113, 119, 134], "iter": 106, "its": [1, 11, 15, 27, 30, 34, 40, 43, 54, 56, 63, 65, 66, 69, 70, 72, 76, 78, 80, 107, 109, 112, 119, 124, 134, 136], "itself": [34, 39, 86, 126, 127], "j": [2, 12, 30, 66, 77, 79, 80, 85, 88, 89, 108, 109, 113, 114, 118, 119, 120, 123, 127], "jan": 69, "jar": [17, 43], "java": [0, 137], "javascript": [12, 14, 28, 53, 69, 80, 96, 119, 127], "javax": 17, "jcajc": 17, "jcapemkeyconvert": 17, "jce": 17, "jdk18on": 17, "jitpack": [44, 50], "job": 27, "john": [12, 19, 41, 46, 48, 69, 72, 108, 121, 135], "join": [1, 2, 18, 20, 25, 28, 57, 62, 69, 119, 121, 122], "join_loyalti": 121, "jose": 72, "journei": [0, 3], "jpg": [1, 21, 41, 47, 69, 134], "json": [18, 53, 69, 96, 119, 124, 137, 138], "json_decod": 137, "jsonel": 41, "jsonobject": 42, "juli": 117, "just": [1, 10, 19, 22, 28, 41, 55, 59, 60, 81, 84, 111, 118, 128, 141], "k": 2, "keep": [1, 27, 34, 53, 72, 93, 94, 97, 101, 104, 105, 131, 144], "kei": [0, 12, 18, 41, 43, 44, 50, 53, 69, 96, 107, 109, 127, 130, 131, 135, 136, 137], "kept": [13, 28], "key1": 12, "key2": 12, "key_cont": 17, "keyword": 33, "kick": 81, "klaviyo": [20, 94, 105], "know": [1, 11, 22, 30, 47, 48, 52, 78, 83, 84, 89, 111, 134, 135, 145], "known": [5, 15, 40, 44, 66, 109], "l": [2, 66], "label": [0, 30, 44, 69, 77, 79, 89, 105, 111], "land": [52, 81, 88, 110, 111, 112, 113], "languag": [29, 53, 73, 74, 107], "languang": 0, "larger": 22, "last": [8, 32, 49, 52, 69, 72, 87, 108, 119, 123, 140], "last_nam": [1, 12, 17, 32, 69, 72, 108, 119, 121], "lastli": 8, "lastnam": [41, 46, 48], "later": [6, 7, 8, 41, 43, 44, 52, 69, 128, 131], "latest": [17, 50, 79, 91, 93, 118, 131, 136], "latin": 16, "launch": [42, 44, 49, 58, 59, 60, 63, 64, 119, 129, 131], "launcher": 44, "launchopt": 129, "layer": [29, 109], "layout": [1, 40, 58, 59, 60, 61, 62, 63, 64, 119], "lazi": 111, "lead": [28, 69], "leader": 69, "leaderboard": [56, 59, 63, 64, 67], "leaderboard_count": 69, "leaderboard_rank": 69, "leaderboard_subtot": 69, "learn": [0, 12, 46, 57, 58, 59, 60, 61, 62, 63, 64, 73, 81, 107, 108, 110, 119, 133, 140, 145], "least": [16, 48, 111, 135], "leav": [19, 27, 29, 49, 75], "left": [5, 8, 14, 69, 78, 89, 117, 137], "legaci": 126, "legal": [22, 107], "legitim": 22, "length": [12, 16, 19, 69, 79, 119], "length_long": 40, "less": [5, 8, 69, 112], "let": [0, 1, 6, 21, 47, 48, 52, 83, 134, 135], "letter": [15, 16, 18], "level": [1, 19, 43, 44, 46, 72, 81, 105, 113, 133, 135], "levi": 6, "li": 80, "librari": [17, 43, 50, 53, 66, 108, 120, 123, 131], "light": 69, "lighter": 69, "like": [1, 5, 6, 7, 8, 19, 22, 30, 34, 41, 44, 47, 48, 50, 54, 57, 65, 66, 68, 69, 72, 74, 77, 79, 107, 125, 131, 134, 135, 140, 144, 145], "limit": [19, 25, 31, 53, 107, 112, 128, 136, 144], "line": [0, 10, 27, 48, 69, 108, 113, 118, 119, 131, 135], "line_item": [27, 28, 119], "link": [0, 1, 8, 9, 10, 17, 19, 22, 24, 25, 29, 31, 34, 39, 40, 44, 52, 61, 64, 69, 70, 79, 86, 88, 89, 105, 108, 111, 113, 115, 117, 118, 119, 126, 128, 131, 136, 143], "linkedin": [69, 76, 89], "linkedinbot": 80, "linker": 131, "linkparam": 129, "liquid": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "list": [0, 2, 4, 5, 8, 9, 10, 12, 13, 15, 19, 31, 38, 40, 43, 46, 47, 57, 66, 69, 71, 72, 83, 95, 109, 116, 118, 120, 122, 131, 133, 134, 137, 140], "listingid": 115, "littl": [69, 111], "live": [1, 47, 48, 69, 75, 134, 135, 137], "ll": [6, 9, 22, 27, 36, 80, 95, 108, 109, 111, 112, 118, 140], "load": [0, 17, 30, 32, 53, 66, 80, 108, 109, 123], "loadliquid": 69, "loadoff": 40, "local": [0, 16, 56, 67, 80, 105], "localized_rang": 72, "locat": [9, 25, 32, 44, 71, 72, 106, 108, 109, 110, 111, 112, 113, 119, 123, 124, 131], "lock": 53, "log": [0, 3, 14, 29, 53, 69, 70, 108, 109, 110, 113, 118, 119, 120, 123, 124], "logic": [0, 1, 9, 12, 27, 28, 50, 53, 69, 111, 127, 135, 145], "login": [0, 105, 108, 110, 113, 117, 121], "long": [2, 27], "longer": [27, 55, 75], "look": [1, 6, 7, 8, 19, 25, 30, 34, 37, 47, 48, 50, 57, 64, 66, 79, 111, 119, 125, 130, 134, 135, 137], "lookup": [0, 3, 4, 8, 9, 11, 34], "loop": [21, 22, 40, 47, 106, 128, 134], "lose": [1, 122], "lot": [5, 22, 31, 95], "low": 11, "lower": [109, 131], "lowercas": 18, "loyal": 95, "loyalti": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 121, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "loyalty_dashboard": 124, "lsapplicationqueriesschem": 131, "luckili": 73, "ly": 72, "m": [2, 69, 119], "made": [5, 10, 22, 27, 31, 47, 53, 56, 57, 63, 77, 91, 93, 122, 134], "magento": [57, 58, 59, 60, 61, 62, 105, 114], "magento2": 118, "mai": [2, 5, 7, 8, 9, 10, 11, 19, 22, 29, 30, 35, 42, 48, 69, 72, 75, 107, 109, 125, 127, 135, 137], "mail": [34, 69, 81, 89], "mailchimp": [94, 105], "mailgun": 34, "main": [6, 15, 17, 30, 34, 35, 40, 43, 44, 48, 50, 58, 59, 60, 61, 62, 63, 64, 66, 67, 82, 83, 84, 85, 86, 87, 88, 119, 124, 135, 137], "mainact": [43, 44, 50], "mainli": 56, "maintain": [22, 71, 107], "major": [22, 42, 129, 131], "make": [0, 5, 8, 11, 12, 13, 15, 16, 19, 21, 22, 25, 27, 29, 31, 34, 37, 40, 42, 43, 44, 47, 48, 49, 50, 52, 53, 54, 59, 60, 61, 63, 64, 65, 66, 69, 72, 74, 77, 80, 85, 87, 96, 106, 108, 109, 118, 119, 121, 125, 128, 129, 131, 134, 135, 145], "maketext": 40, "manag": [0, 3, 8, 15, 19, 22, 27, 28, 36, 37, 38, 53, 57, 71, 92, 95, 107, 108, 113, 115, 117, 118, 126, 127, 128, 129, 133, 134, 135, 140, 145], "mandatori": 108, "mani": [5, 25, 31, 53, 66], "manifest": [40, 44, 49, 50, 131], "manual": [0, 3, 5, 8, 12, 16, 22, 27, 31, 42, 49, 55, 62, 85, 111, 114, 117, 120, 122, 129, 131, 140, 144, 145], "manual_adjust": 122, "manual_signup": 72, "map": [0, 2, 25, 42], "margin": 69, "mark": [22, 34, 57, 72, 83], "market": [18, 22, 33, 74, 93, 95, 97, 98, 99, 100, 101, 102, 103, 104, 110, 115, 146], "marketplac": [117, 118], "markup": [29, 67, 68, 80], "mask": 10, "mass": 2, "match": [0, 4, 8, 9, 10, 16, 23, 27, 34, 46, 57, 64, 108, 111, 118, 125, 133, 144], "matcher": 2, "matter": 66, "maven": [43, 44, 50], "maxim": 53, "maximum": [8, 15, 65, 69], "md5": 67, "me": [69, 79], "mean": [6, 7, 8, 15, 18, 19, 23, 27, 61, 72, 77, 88, 89, 95, 137, 145], "meaning": [53, 119, 124], "meant": 53, "mechan": [41, 53, 57], "media": [10, 25], "median": 22, "medium": 33, "meet": [8, 22, 50, 84], "member": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "member_info": 18, "memori": 17, "mention": [43, 57], "menu": [57, 61, 64, 74, 96, 108, 111, 123, 131, 137, 145], "merchant": [2, 52, 72, 75, 83, 84, 88, 138, 144, 145], "messag": [13, 19, 40, 41, 42, 53, 58, 59, 79, 80, 86, 95, 96, 118, 127, 128, 129, 136, 137], "messeng": 131, "met": [42, 57, 129], "meta": [40, 43, 44, 50], "metadata": 29, "method": [0, 10, 19, 40, 41, 42, 43, 46, 49, 50, 53, 80, 89, 105, 108, 111, 127, 128, 129, 131, 133, 136, 145], "metric": [15, 16, 65, 111], "microsoft": [90, 105], "middl": [43, 66], "might": [1, 4, 27, 34, 35, 36, 37, 53, 66, 109, 122, 135], "mighti": 67, "migrat": [50, 114, 120], "militari": 26, "min": [108, 119, 123], "mind": [1, 72], "minim": 111, "minimum": [8, 12, 15, 22, 27, 69, 140], "minut": [53, 69, 112], "mipmap": 44, "misconfigur": 34, "miss": [50, 53], "mistak": [10, 27], "mitig": [22, 109], "mobil": [31, 42, 45, 53, 66, 82, 83, 84, 85, 86, 87, 95, 111, 129, 132], "modal": [40, 66, 71], "mode": [15, 16, 23, 49, 50, 107, 109, 113, 125], "model": [31, 50, 108, 110], "modif": 111, "modifi": [17, 27, 34, 111, 118, 122, 127], "modul": [43, 44, 118], "modular": 71, "moment": [27, 50, 83, 143, 144, 145], "monei": [22, 67, 144, 145], "monetari": [144, 145], "monitor": [22, 27, 107], "month": [69, 144, 145], "monthli": [22, 54], "more": [0, 4, 5, 10, 12, 15, 17, 25, 26, 27, 29, 30, 34, 42, 43, 46, 47, 50, 53, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 69, 73, 77, 80, 81, 82, 83, 84, 85, 86, 87, 107, 108, 109, 110, 111, 113, 117, 123, 129, 133, 134, 137, 140, 144, 145], "mortar": 54, "most": [5, 7, 8, 9, 13, 19, 34, 42, 53, 61, 66, 73, 80, 82, 83, 84, 85, 86, 87, 95, 108, 111, 128, 129, 143], "motiv": 65, "mouth": 95, "move": [0, 6, 22, 39, 81], "much": 66, "multi": [0, 12, 19, 21, 72, 105, 106, 108, 119, 137], "multipl": [0, 4, 7, 9, 12, 16, 19, 21, 31, 34, 35, 36, 39, 49, 57, 65, 74, 76, 77, 89, 92, 106, 107, 108, 118, 134, 137, 140], "multipleinstallreferrerreceiv": 43, "multipli": 72, "musk": 128, "must": [13, 15, 16, 27, 43, 46, 49, 54, 81, 108, 112, 115, 117, 118, 119, 120, 123, 124, 133, 137, 138, 140, 145], "mx": [34, 35, 36, 37, 38], "my": [0, 3, 6, 37, 53, 69, 89, 108, 131], "my_other_vari": 71, "my_vari": 71, "my_webhook_secret": 96, "myactiv": 40, "myapp": 50, "myfbsdkdeleg": [128, 136], "myfbsdkdelegateclass": [128, 136], "myfont": 66, "mymethodtodisplaytalkableofferfrag": 40, "mynam": 79, "myshopifi": 119, "n": [2, 34, 35, 36, 37, 38, 69], "nacsc9xsew4kxne6aaj": 44, "name": [0, 1, 11, 13, 18, 19, 21, 30, 32, 33, 34, 35, 36, 37, 40, 43, 44, 50, 56, 57, 69, 71, 72, 80, 88, 89, 95, 105, 106, 107, 108, 109, 110, 112, 113, 119, 123, 124, 127, 134, 140, 142], "name_of_fil": 13, "namespac": 109, "nativ": [19, 39, 42, 50, 105, 126], "nativeshar": 128, "natur": 64, "navig": [0, 1, 3, 7, 8, 10, 11, 14, 19, 25, 48, 64, 67, 70, 71, 72, 74, 95, 96, 98, 99, 100, 102, 103, 112, 116, 117, 118, 124, 127, 131, 135, 137, 140, 145], "nbsp": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "nearli": [81, 130], "necessari": [14, 22, 40, 50, 95, 98, 99, 100, 102, 103, 107, 108, 110, 111, 115, 128], "need": [1, 2, 7, 9, 11, 12, 19, 22, 23, 25, 27, 28, 30, 34, 35, 36, 40, 41, 44, 47, 50, 52, 54, 55, 58, 59, 61, 63, 64, 66, 68, 69, 72, 79, 80, 95, 98, 99, 100, 102, 103, 105, 108, 109, 111, 112, 118, 119, 124, 128, 134, 137, 140], "neither": 144, "nest": [1, 18, 69, 95, 98, 99, 100, 102, 103], "net": [13, 42, 66, 69, 108, 119, 123], "network": [14, 40, 52, 125, 128, 136, 137], "network_error": 40, "never": [15, 66, 75, 81, 108], "new": [1, 8, 10, 14, 16, 17, 18, 19, 22, 23, 27, 31, 37, 40, 41, 42, 43, 46, 47, 48, 49, 50, 57, 61, 63, 64, 69, 70, 71, 72, 78, 79, 80, 81, 94, 108, 110, 111, 113, 119, 120, 122, 124, 136, 137, 140], "new_custom": 72, "newer": [119, 124], "newest": 16, "newinst": 40, "newli": [1, 11, 27, 112, 119, 124, 140], "newlin": 35, "newoff": 41, "newrel": 107, "newslett": [33, 122, 137, 139, 142, 146], "next": [5, 13, 19, 20, 28, 43, 53, 69, 92, 95, 127, 128, 131], "nhere": 69, "nike": 72, "nil": [69, 127, 128, 135, 136], "node": 80, "non": [1, 40, 47, 48, 50, 92, 125, 137, 144, 145], "none": [8, 15, 28, 77, 79, 80, 123], "nor": 144, "normal": [19, 69], "not_eq": 57, "notat": [1, 72], "note": [9, 10, 15, 17, 19, 23, 34, 35, 36, 40, 47, 48, 50, 59, 60, 89, 92, 109, 113, 117, 120, 125, 135, 136, 137, 138, 143, 144, 145], "noth": [27, 28, 50, 111], "notic": [6, 10, 21, 30, 66, 79, 92, 108, 123], "notif": [0, 34, 82, 126, 129, 137, 143, 144, 145, 146], "notifi": [28, 136, 139, 141, 142, 144, 145], "notifier_offers_email": 138, "notifier_offers_share_via_email": 138, "notifier_offers_share_via_email_remind": 138, "now": [1, 6, 7, 11, 14, 22, 25, 44, 45, 47, 50, 68, 74, 75, 84, 88, 111, 112, 118, 125, 131, 132, 134, 136, 140, 145], "np": 69, "nsarrai": 128, "nscontactsusagedescript": 127, "nsdictionari": [127, 128, 129, 133, 134, 135, 136], "nserror": [127, 128, 129], "nsnotif": 127, "nsnotificationcent": 127, "nsnumber": 134, "nsstring": [127, 128, 129, 136], "nsurl": [127, 128, 129, 136], "nsuuid": 133, "ntf": 127, "null": [12, 42, 46, 49, 69, 108, 119, 143], "nullabl": 42, "number": [0, 4, 8, 9, 12, 16, 18, 21, 22, 25, 28, 34, 46, 47, 53, 55, 63, 65, 69, 72, 89, 95, 105, 106, 108, 116, 119, 123, 133, 134, 135, 140], "numberwithdoubl": 134, "numberwithunsignedint": 134, "numer": [8, 12], "nurs": 26, "o": [2, 66], "oaep": 17, "oaeppad": 17, "oauth": 14, "oauth2": 14, "obfusc": 108, "objc": 131, "object": [12, 30, 53, 69, 72, 80, 95, 98, 99, 100, 102, 103, 109, 121, 127, 136], "objectforkei": [127, 128, 136], "oblig": 107, "obtain": [40, 52, 80, 108, 123, 128], "obten": 74, "obviou": 8, "occasion": 10, "occur": [8, 12, 22, 31, 95, 98, 99, 100, 102, 103, 108, 137, 143], "ocsp": 17, "off": [10, 12, 23, 24, 25, 27, 49, 54, 66, 69, 72, 84, 120, 124], "off5": 69, "offer": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "offer_act": 88, "offer_background": 69, "offer_clos": 30, "offer_load": 30, "offer_signup_web_hook": 137, "offer_titl": [69, 74], "offer_trigg": 30, "offercod": 40, "offerparam": 128, "offici": [14, 43, 136], "offsit": [110, 113], "often": [6, 53], "ok": [19, 53, 137], "okhttp": 43, "okhttp3": 43, "okta": 29, "old": [16, 19], "older": 136, "ometria": [94, 105], "omit": [34, 35, 108], "ommit": 69, "onc": [1, 4, 8, 12, 14, 16, 19, 27, 29, 31, 34, 35, 39, 42, 48, 52, 53, 58, 59, 60, 62, 63, 64, 84, 92, 107, 111, 122, 126, 129, 130, 135, 140, 145], "oncreat": [40, 43, 44, 50], "one": [1, 2, 9, 12, 15, 16, 19, 22, 23, 25, 27, 28, 31, 37, 41, 47, 48, 54, 57, 64, 69, 73, 77, 86, 87, 92, 94, 97, 101, 104, 105, 108, 109, 110, 113, 117, 118, 119, 120, 124, 125, 134, 135, 136, 138, 140], "onelogin": 29, "onerror": [40, 41, 47, 48, 50], "ones": [5, 9, 18, 57, 66], "onfailur": 42, "ongo": 92, "oninitfinish": 42, "onli": [2, 5, 8, 9, 12, 16, 18, 19, 20, 22, 23, 25, 27, 31, 34, 36, 37, 41, 42, 44, 49, 53, 55, 57, 66, 69, 75, 77, 78, 81, 84, 86, 87, 88, 107, 108, 109, 110, 111, 117, 118, 120, 122, 123, 124, 125, 127, 128, 129, 131, 136, 137, 140, 144, 145], "onlin": [22, 114, 120], "onofferclos": 40, "onsit": [110, 113], "onsuccess": [40, 41, 42, 80], "onsuccesslisten": 42, "onto": 27, "opac": 69, "open": [7, 9, 15, 16, 22, 30, 35, 39, 42, 43, 57, 68, 70, 71, 80, 87, 95, 109, 117, 119, 124, 125, 128, 129, 131, 137], "openpgp": 13, "openssl": [17, 96], "openurl": [129, 131], "oper": [0, 50, 57, 109], "opportun": [31, 77], "opt": [16, 20, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 137, 139, 142], "opted_in_at": 69, "optim": [1, 17, 22, 33, 108, 113], "optin": 122, "option": [0, 5, 12, 14, 15, 16, 19, 21, 22, 23, 24, 25, 31, 34, 41, 46, 47, 48, 50, 52, 55, 66, 69, 71, 77, 84, 88, 89, 108, 111, 117, 119, 120, 122, 123, 124, 129, 131, 133, 138, 140, 142, 145], "oracl": [94, 105], "orang": 71, "order": [1, 4, 7, 8, 11, 21, 22, 25, 27, 28, 30, 47, 52, 54, 55, 57, 61, 63, 64, 66, 69, 73, 80, 92, 106, 108, 111, 112, 115, 117, 119, 123, 125, 134], "order_id": 119, "order_numb": [15, 18, 21, 25, 69, 106, 108, 119], "ordernumb": [41, 47], "ordernumberfield": 133, "org": [17, 34, 69, 137], "origin": [0, 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, 29, 30, 31, 32, 33, 34, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "originparam": 128, "other": [0, 1, 4, 5, 8, 9, 19, 23, 25, 27, 29, 34, 36, 37, 38, 41, 46, 54, 57, 58, 60, 63, 64, 71, 75, 84, 107, 108, 109, 110, 111, 113, 121, 123, 127, 131, 133, 135, 137, 143, 144, 145], "other_kei": 69, "otherwis": [1, 8, 19, 27, 28, 34, 40, 69, 81, 88, 89, 125, 136, 137, 138], "our": [6, 22, 27, 50, 53, 67, 89, 105, 107, 119, 136, 137], "out": [0, 1, 8, 17, 22, 27, 29, 50, 53, 55, 57, 62, 69, 72, 73, 87, 107, 144, 145], "outlin": 109, "output": [68, 72, 118], "outsid": [66, 74, 122], "outstand": 128, "over": [8, 28, 34], "overal": 107, "overflow": 66, "overhead": 17, "overlai": [57, 66, 111], "overrid": [0, 1, 15, 19, 32, 39, 41, 42, 43, 44, 47, 48, 50, 121], "overriddentalkableofferfrag": 40, "overriden": 40, "overridentalkableofferfrag": 40, "overview": [0, 3, 65, 105, 113], "overwritten": 18, "own": [13, 19, 41, 53, 54, 56, 65, 72, 112, 127], "p": 2, "p2p": [34, 111], "packag": [43, 44, 50, 126], "pad": 17, "page": [1, 2, 7, 8, 9, 10, 11, 12, 14, 16, 17, 19, 23, 25, 27, 28, 29, 30, 31, 32, 39, 46, 47, 52, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 69, 72, 74, 76, 77, 81, 84, 85, 86, 87, 96, 109, 110, 111, 112, 113, 114, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 127, 133, 134, 135, 136, 137, 139, 143, 145], "pai": [5, 8, 37], "paid": [5, 7, 8, 22, 33, 41, 55, 56, 72, 81, 111, 144, 145], "pair": [18, 135], "panel": [29, 59, 60, 63, 64, 116, 117, 118, 119], "param": [0, 12, 39, 41, 49, 79, 80, 105, 108, 126, 127, 128, 133, 134, 135, 136], "param1": 69, "param2": 69, "param3": 69, "paramencryptor": 17, "paramet": [0, 23, 25, 29, 42, 43, 44, 47, 48, 50, 52, 53, 69, 71, 72, 105, 108, 111, 112, 123, 125, 129, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "parent": [34, 71], "pars": [69, 137], "parse_json": 67, "parser": 137, "part": [0, 1, 11, 23, 31, 35, 36, 37, 53, 65, 74, 78, 137], "parti": [38, 39, 50, 105, 109, 126], "partial": [56, 67, 69, 83, 108, 119, 137], "partial_nam": 71, "particip": [10, 11, 56], "particular": [7, 9, 25, 31, 61, 64, 69, 70, 72, 87, 122], "pass": [0, 5, 7, 12, 21, 22, 25, 27, 28, 30, 32, 39, 40, 41, 46, 47, 48, 49, 52, 53, 54, 63, 69, 71, 72, 80, 84, 85, 95, 98, 99, 100, 102, 103, 105, 108, 109, 110, 111, 112, 113, 119, 120, 121, 123, 124, 125, 126, 133, 134, 135, 136, 137, 139, 140, 144, 145], "passemailg": 79, "password": [0, 105], "past": [11, 68, 80, 110, 111, 113, 118, 119, 120, 137], "path": [23, 108, 118], "pathnam": 23, "pattern": [1, 10, 22], "payload": [0, 19, 95, 96, 98, 99, 100, 102, 103, 122, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "payload_json": 96, "payment": [12, 54, 108, 144, 145], "payout": [69, 111], "pem": 17, "pempars": 17, "pend": [5, 8, 22, 28, 111], "pendingdynamiclinkdata": 42, "peopl": [1, 2, 6, 19, 48, 94, 97, 101, 104, 105, 135], "per": [0, 9, 15, 22, 33, 55, 77, 144], "percentag": 72, "percentage_discount": [19, 69], "perfect": 22, "perfom": 2, "perform": [0, 17, 22, 27, 33, 46, 53, 54, 57, 65, 69, 107, 108, 111, 112, 113, 115, 133, 143], "period": [8, 22, 65, 69, 107, 111], "perman": [49, 136], "permiss": [10, 50, 127], "person": [0, 3, 4, 5, 8, 9, 11, 12, 15, 22, 31, 42, 54, 56, 58, 60, 65, 69, 72, 86, 95, 98, 99, 100, 102, 103, 105, 107, 128, 129, 135], "person_custom_properti": 17, "person_occup": 18, "personnel": 26, "pgp": 13, "phase": 131, "phaub8n7pnywp555f7yb": 80, "phone": [0, 4, 42, 49, 74, 89, 95, 105, 108, 119, 123, 129, 136], "phone_numb": [17, 108, 119, 121, 123], "php": [69, 80, 118, 137], "physic": [144, 145], "pick": [37, 57], "pictur": 34, "piec": [1, 5, 44, 57, 131], "pii": [12, 108], "ping": 111, "pixel": [66, 69], "pkc": 17, "pkcs1_oaep_pad": 17, "pkei": 17, "pkix": 17, "place": [1, 25, 28, 38, 41, 42, 46, 57, 61, 64, 66, 68, 77, 94, 97, 101, 104, 105, 108, 109, 112, 123, 125, 129, 133], "placehold": [43, 79], "placement": [0, 12, 16, 18, 25, 30, 56, 89, 105, 108, 109, 111, 112, 118, 120, 123], "plai": 107, "plain": [1, 17, 69], "plan": [1, 12], "platform": [19, 27, 31, 36, 57, 58, 59, 60, 61, 62, 75, 80, 82, 83, 84, 85, 86, 87, 105, 106, 108, 110, 111, 112, 119, 120, 123, 125, 136, 140], "pleas": [1, 8, 10, 12, 15, 17, 19, 25, 27, 34, 46, 50, 52, 72, 79, 92, 95, 98, 99, 100, 102, 103, 107, 116, 117, 118, 119, 120, 125, 130, 131, 133, 136, 145], "plenti": 73, "plist": [127, 131], "plu": 119, "plug": 111, "plural": 67, "png": 69, "pod": 131, "podfil": 131, "point": [5, 12, 17, 27, 34, 38, 52, 57, 62, 63, 67, 83, 84, 85, 86, 87, 88, 120, 122, 123, 137], "polici": [0, 31, 34, 109], "pool": 2, "pop": [47, 58, 59, 112, 134], "popul": [6, 80, 112], "popular": [13, 66, 73, 80], "popup": [43, 57, 59, 63, 65, 66, 79, 111, 125, 136], "portal": [0, 10, 55, 105], "portion": 72, "pose": 49, "posit": [12, 22, 71, 77], "possibl": [0, 5, 8, 17, 22, 27, 31, 40, 44, 52, 57, 66, 89, 111, 127, 130, 131, 137, 145], "possible_reward": 69, "post": [0, 8, 10, 18, 21, 25, 39, 45, 46, 56, 57, 66, 85, 92, 95, 105, 107, 109, 110, 111, 112, 113, 119, 120, 126, 127, 132, 133, 137], "post_share_web_hook": 137, "potenti": [108, 113], "power": [0, 65, 67, 115], "practic": [22, 61, 62, 64, 108, 110, 113, 115, 120], "pre": [15, 21, 81, 106, 108], "precis": 69, "prefer": [0, 12, 65, 108, 109, 125], "preferred_curr": 15, "prefix": [88, 89, 131], "pregener": 63, "preload": 40, "prepar": [7, 64, 96], "prerequisit": 0, "prerequisite_subtotal_rang": 27, "present": [4, 27, 34, 42, 61, 108, 123, 127, 129], "presentment_curr": [28, 119], "presentment_monei": 28, "presentviewcontrol": 128, "preset": 22, "press": [6, 8, 10, 11, 95, 98, 99, 100, 102, 103, 120, 125, 127], "pretti": [11, 69], "prevent": [12, 22, 27, 49, 55, 69, 75, 109, 112, 118, 127, 144], "preventdefault": 79, "preview": [68, 70, 72], "previou": [31, 41, 50, 119, 124, 128, 136], "previous": [18, 27, 30, 52, 119, 124], "price": [0, 21, 41, 47, 72, 106, 119, 134], "pricerul": 27, "primari": 38, "println": 17, "printstacktrac": 17, "prior": [128, 136], "priorit": [107, 109], "prioriti": [28, 31, 32, 57, 109], "privaci": 13, "privat": [13, 17, 109], "prize": 65, "probability_bi": 67, "probabl": 69, "problem": [34, 137], "proce": [16, 34, 52, 79, 88, 130, 137, 140, 145], "proceed_to_advocate_destination_url": 83, "proceed_to_merchant_path": [79, 84, 88], "proceedlink": 79, "process": [0, 5, 22, 41, 78, 107, 109, 111, 119, 128], "produc": [4, 69], "product": [0, 22, 23, 27, 29, 41, 44, 47, 54, 72, 105, 106, 112, 119, 125, 134], "product1": 21, "product2": 134, "product_id": [21, 25, 106, 119], "productid": [41, 47], "profil": [0, 46, 133, 141], "program": [0, 4, 7, 10, 13, 22, 26, 29, 40, 51, 53, 57, 58, 62, 64, 105, 109, 115, 120, 121, 123, 124, 128], "progress": [5, 120], "project": [14, 40, 43, 44, 130, 131], "promot": [20, 95], "prompt": [57, 62, 80], "prone": 34, "propag": 34, "proper": [108, 123], "properli": [34, 36, 118, 137], "properti": [0, 1, 18, 22, 27, 46, 50, 57, 63, 66, 69, 72, 95, 98, 99, 100, 102, 103, 123, 127, 133, 135, 141, 143], "property_kei": [46, 47, 48, 133], "property_valu": [46, 47, 48, 133], "proposit": [85, 89], "protect": [0, 21, 22, 105, 106, 108], "protocol": [14, 136], "provid": [0, 1, 2, 4, 7, 11, 14, 15, 17, 23, 27, 29, 31, 34, 40, 42, 43, 49, 50, 53, 56, 62, 69, 71, 72, 79, 80, 84, 95, 119, 123, 125, 128, 129, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "providen": 43, "provinc": 119, "proxy_param": 79, "proxyparam": 79, "pseudo": 17, "pst": 69, "public": [0, 40, 41, 42, 43, 44, 47, 48, 50, 108, 131], "public_encrypt": 17, "publickei": 17, "publickeyinfo": 17, "publicli": 19, "publish": [53, 127], "publishmessagenotif": 127, "purchas": [0, 4, 5, 8, 12, 18, 19, 21, 22, 25, 27, 31, 37, 39, 41, 45, 46, 48, 50, 52, 54, 55, 56, 57, 62, 64, 65, 66, 69, 72, 81, 84, 85, 87, 92, 95, 105, 109, 110, 111, 112, 113, 119, 120, 122, 125, 126, 127, 128, 132, 133, 135, 141, 144, 145], "purchases_count": [69, 72], "purchases_sum": 69, "purpos": [18, 48, 68, 82, 84, 86, 107, 125, 135, 137, 144, 145], "push": [12, 15, 17, 18, 21, 25, 91, 93, 106, 108, 119, 121, 123], "put": [1, 17, 25, 41, 46, 47, 48], "q": [2, 19, 105, 113], "qa": [31, 49, 72], "qualifi": [6, 7, 31, 111], "quantiti": [21, 41, 47, 106, 119, 134, 140], "quarterli": 22, "queri": [0, 4, 23, 25, 32, 69, 79, 112, 131], "question": [6, 22, 25, 130, 137], "queue": 5, "quick": [56, 110, 120], "quicker": 109, "quickli": [44, 109, 112, 131], "r": [2, 13], "rail": 69, "rais": 40, "rand": 2, "rand_bi": 67, "random": [2, 57, 69], "rang": 10, "rank": [65, 69], "rate": [15, 21, 53, 57, 65, 69, 95, 111], "rather": [5, 27, 53], "raw": 69, "rd": 79, "re": [1, 6, 22, 44, 50, 64, 77, 108, 109, 112, 117], "reach": [8, 22, 55, 108, 111, 117, 122, 144], "read": [1, 2, 13, 17, 27, 30, 34, 50, 73, 82, 83, 84, 85, 86, 87], "read_contact": 50, "readabl": 2, "readi": [30, 35, 64, 79, 111, 145], "readobject": 17, "real": [49, 81, 112], "realiz": 10, "realli": 1, "realm": 53, "reason": [5, 7, 8, 9, 66, 78, 122, 137, 145], "rebat": [144, 145], "receiv": [2, 6, 7, 8, 9, 10, 11, 13, 15, 16, 18, 19, 22, 24, 29, 30, 31, 43, 55, 65, 75, 83, 84, 89, 92, 127, 128, 137, 139, 144, 145], "recent": [19, 69, 95], "recharg": [90, 105], "recipi": [7, 13, 41, 52, 81, 86, 87, 128], "recogn": 111, "recommend": [0, 5, 17, 19, 27, 29, 34, 53, 77, 86, 88, 108, 109, 110, 120, 122, 127], "reconfigur": [58, 59, 63, 64], "record": [0, 6, 125], "recur": 12, "red": 69, "redeem": [7, 69, 120, 122, 123], "redempt": [72, 80, 95, 111, 120, 123], "redirect": [42, 52, 119, 124, 129], "reduc": [14, 65, 109], "refer": [5, 6, 7, 8, 9, 14, 30, 31, 33, 34, 42, 46, 52, 58, 69, 71, 81, 85, 87, 92, 95, 105, 110, 111, 112, 113, 122, 129, 133, 136, 144, 145], "refere": 143, "referenc": [6, 18, 31], "referr": [0, 1, 2, 3, 4, 7, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 28, 29, 30, 32, 33, 34, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 145, 146], "referral_web_hook": 137, "referraldata": [42, 129], "referraldatawithsuccess": 129, "referrals_count": 69, "referred_bi": 69, "referringparam": 42, "refil": [2, 27], "reflect": [27, 72, 128], "refresh": [69, 77, 117, 118, 125], "refund": [28, 55, 69, 83, 120], "regard": 136, "regex": [23, 57], "regex101": 23, "regexp": 69, "regexp_captur": 67, "region": [72, 107], "regist": [12, 28, 38, 42, 46, 49, 72, 118, 123, 128, 129, 131, 133, 136, 141], "register_affili": 15, "register_ev": [12, 15], "register_loyalty_act": 123, "register_purchas": [15, 18, 21, 25, 106, 108, 119], "registerorigin": [41, 127, 133, 134, 135], "registr": [28, 49, 50, 54, 119, 121], "registri": 38, "regul": 107, "regular": [0, 12, 23, 57, 69, 92], "regulatori": 107, "reiniti": 40, "reinstal": [42, 129], "reject": 7, "rel": [22, 23], "relat": [8, 63, 88, 89, 109, 111, 122, 138], "releas": [17, 49, 50], "relev": [12, 91, 93], "reli": [108, 136], "reliabl": [53, 107], "reload": [50, 89], "remain": [5, 69, 110], "remedi": 27, "rememb": [1, 8, 11, 19, 80, 107], "remind": [1, 41, 56, 76, 81, 84, 89, 128], "remov": [69, 80, 108, 111, 113, 117, 119, 124, 137], "render": [15, 28, 57, 69, 71, 119, 120, 123], "rendered_data": 69, "rendered_templ": 69, "renew": 141, "rep": 10, "repeat": 95, "replac": [1, 43, 50, 69, 71, 119, 131], "repli": 19, "replic": 49, "repo": 131, "report": [0, 2, 12, 19, 21, 25, 27, 31, 78, 105, 109, 111, 112], "repositori": [43, 44], "repres": [25, 53, 69, 72, 106, 108, 122, 138], "repurchas": 22, "request": [11, 14, 19, 27, 29, 39, 40, 50, 51, 52, 57, 69, 95, 96, 98, 99, 100, 102, 103, 125, 127, 128, 137, 140], "request_error": 40, "requir": [0, 8, 12, 15, 16, 17, 19, 20, 21, 22, 27, 29, 34, 39, 41, 46, 47, 48, 49, 50, 53, 56, 57, 58, 59, 60, 61, 62, 64, 66, 69, 72, 80, 96, 106, 107, 108, 109, 111, 118, 119, 120, 121, 123, 124, 126, 127, 133, 134, 136], "required_act": 72, "resal": 22, "research": 107, "resel": 22, "resend": 7, "reset": 137, "resid": [108, 111], "resiz": [66, 111], "resolut": [5, 22, 109], "resolv": [5, 22], "resourc": [0, 22, 53, 73, 109, 119, 124], "respect": [16, 27, 29, 38, 40, 46, 58, 121, 123, 133], "respond": [53, 128], "respons": [50, 51, 56, 69, 108, 111, 122, 128, 137, 138, 140, 144], "responsive_font": 69, "responsive_iframe_height": 30, "rest": [2, 34, 53], "restor": 40, "restrict": [19, 22, 27, 66, 69, 79], "result": [0, 3, 4, 5, 19, 21, 22, 25, 41, 42, 46, 53, 65, 69, 72, 78, 112, 125, 128, 133, 136, 138], "retain": 27, "retent": 107, "retri": [14, 19, 53, 83, 137, 144], "retriev": [39, 40, 42, 52, 126, 129], "retrieveoff": [41, 128], "retrievereward": [41, 42], "retrieverewardswithhandl": [128, 129], "return": [17, 22, 53, 55, 69, 78, 96, 108, 111, 117, 118, 120, 128, 137, 138, 140], "reus": 121, "reusabl": 71, "review": [8, 123], "revok": 22, "reward": [0, 1, 2, 3, 4, 6, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 81, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 146], "reward123": 69, "reward_web_hook": 137, "rewardparam": 128, "rgb": 69, "right": [0, 13, 27, 30, 32, 47, 57, 66, 69, 70, 78, 79, 80, 89, 95, 98, 99, 100, 102, 103, 109, 125, 134], "role": 107, "rollback": [67, 70], "root": 118, "rotat": [1, 57], "round": 12, "rout": 12, "route53": [0, 34], "row": [119, 124], "rr": 80, "rsa": 17, "ru": 69, "rubi": [0, 96], "rule": [0, 1, 2, 8, 11, 12, 16, 19, 20, 22, 25, 31, 61, 81, 84, 111, 122, 123, 131, 137, 140, 145], "rule_identifi": 123, "run": [12, 34, 40, 47, 48, 49, 50, 53, 65, 108, 111, 118], "rybbon": 67, "sa": [48, 135], "saa": [0, 105, 108, 110], "safari": 109, "safe": 13, "safest": 22, "sai": 25, "sailthru": [94, 105], "sale": [39, 111, 119, 126], "salesforc": [34, 58, 59, 60, 61, 62, 90, 105, 114], "same": [1, 7, 8, 9, 12, 13, 18, 19, 25, 31, 34, 35, 36, 40, 47, 57, 66, 69, 74, 77, 86, 92, 110, 112, 119, 123, 124, 134, 137, 140], "saml": 29, "sampl": [19, 20, 69, 95, 98, 99, 100, 102, 103, 118, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "san": [12, 72], "sat": 69, "satur": 69, "save": [5, 8, 10, 12, 14, 29, 36, 41, 70, 117, 119, 124, 137, 143], "save20": [12, 21, 25, 106, 108, 134], "save5": 12, "savedinstancest": [43, 44, 50], "scale": 69, "scale_color": 67, "scenari": [72, 84], "scenario": [2, 49, 109, 136], "schedul": [7, 27], "schema": [40, 44, 50, 119, 124], "scheme": [17, 39, 43, 44, 131], "scope": [9, 69, 72, 117], "screen": [6, 14, 30, 46, 57, 66, 69, 73, 118, 119, 125, 133, 143], "screenshot": [8, 11, 23, 69], "script": [12, 17, 18, 21, 25, 61, 63, 64, 73, 80, 110, 111, 112, 113, 119, 120, 125], "scroll": [6, 109, 119, 140, 145], "scrollbar": 66, "scss": [1, 67, 69], "sdk": [31, 40, 41, 44, 45, 47, 48, 49, 50, 53, 105, 127, 128, 131, 132, 136], "seamless": 136, "seamlessli": 95, "search": [1, 4, 6, 7, 11, 33, 125, 131], "second": [5, 13, 53, 69, 77, 109, 143], "secret": [13, 17, 53, 125], "section": [1, 2, 6, 8, 10, 11, 12, 19, 20, 40, 44, 50, 57, 61, 71, 81, 105, 108, 109, 110, 111, 112, 113, 118, 119, 124, 131, 136, 140, 145], "secur": [0, 14, 17, 29, 96, 109, 137], "secure_compar": 96, "security_util": 96, "securityutil": 96, "see": [0, 1, 4, 5, 6, 7, 8, 9, 11, 12, 14, 19, 22, 23, 25, 27, 34, 38, 44, 48, 53, 58, 59, 60, 65, 69, 70, 81, 84, 95, 98, 99, 100, 102, 103, 108, 111, 112, 117, 118, 119, 122, 125, 127, 128, 130, 131, 135, 136, 137], "seem": 19, "seen": [25, 108, 110, 113, 123], "segment": [0, 12, 15, 18, 105, 106, 108, 135], "segment1": [25, 106, 108], "segment2": [25, 106, 108], "segment3": [25, 106, 108], "select": [4, 14, 15, 19, 34, 35, 36, 37, 44, 55, 57, 59, 64, 66, 69, 71, 117, 118, 119, 124, 131, 137, 139, 140, 142, 145], "selector": [1, 127], "self": [0, 3, 8, 22, 38, 111, 115, 127, 128, 133, 136], "sell": 22, "sellabl": 22, "semi": 108, "send": [0, 7, 13, 17, 19, 20, 27, 38, 41, 42, 50, 52, 69, 81, 82, 83, 84, 85, 86, 87, 89, 95, 96, 98, 99, 100, 102, 103, 105, 111, 122, 128, 129, 137, 138, 139, 142, 143, 144, 145], "send_email": 69, "sender": [13, 34], "sens": [25, 61, 75, 108], "sensit": [13, 24, 108], "sent": [7, 28, 34, 80, 81, 82, 83, 84, 85, 86, 87, 92, 122, 137, 138, 140, 146], "separ": [1, 10, 12, 16, 22, 35, 41, 48, 64, 69, 71, 80, 128, 135], "serious": 107, "serv": [16, 140], "server": [28, 34, 37, 50, 53, 81, 118, 137], "servic": [0, 10, 11, 29, 34, 37, 39, 52, 53, 54, 55, 65, 105, 107, 110, 122, 126, 137], "session": [8, 31, 107], "set": [0, 1, 2, 5, 8, 11, 12, 13, 14, 16, 17, 18, 19, 20, 22, 24, 25, 26, 27, 28, 29, 30, 31, 35, 36, 37, 38, 40, 43, 44, 48, 49, 50, 53, 55, 57, 59, 60, 62, 63, 64, 65, 66, 69, 72, 75, 78, 79, 80, 81, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 107, 109, 111, 117, 118, 119, 121, 122, 124, 125, 130, 131, 135, 137, 140, 144, 145], "setapikei": 131, "setcampaigntag": [41, 47, 48], "setcustom": [41, 46, 47], "setcustomproperti": 47, "setdeleg": 127, "setimageurl": [41, 47], "setinterv": 80, "setprovid": 17, "setsiteslug": [40, 50], "settext": [128, 136], "settimeout": 79, "settitl": [41, 47], "setup": [0, 8, 13, 15, 22, 27, 30, 31, 38, 43, 44, 45, 50, 56, 65, 79, 80, 110, 118, 120, 131, 137, 145], "seturl": [41, 47], "sever": [0, 2, 4, 5, 9, 12, 15, 72, 122], "sha": [43, 96], "sha256": [43, 96], "share": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 35, 39, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 78, 79, 81, 82, 83, 84, 85, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 144, 145, 146], "share_page_background": 1, "share_page_layout": 1, "share_page_url": 85, "share_succeed": [30, 80], "share_via_email_subject": 69, "shareemail": 41, "sharer": [80, 128, 136], "sharer_info": 143, "sharingchannel": 41, "sharingdeleg": 136, "she": 6, "sheep": 69, "sheerid": [0, 105], "sheet": 128, "ship": [12, 25, 28, 55, 108, 111, 119, 120, 134], "shippabl": 12, "shipping_address": [12, 21, 25, 28, 106, 108, 119], "shipping_amount": 119, "shipping_field": 119, "shipping_r": 119, "shipping_zip": [12, 21, 25, 106, 108, 119], "shirt": [144, 145], "shop": [16, 34, 79, 83, 84, 88, 107, 108, 119, 124, 139], "shopifi": [0, 34, 56, 57, 58, 59, 60, 61, 62, 73, 92, 105, 114, 120, 140], "shopper": 95, "short": [22, 23, 41, 126], "short_url": [86, 87, 89], "short_url_cod": 128, "shortcod": 40, "shorten": 22, "shorter": [22, 69], "shorturlcod": [41, 128], "should": [0, 2, 3, 4, 5, 6, 9, 10, 12, 13, 15, 16, 17, 18, 19, 22, 29, 31, 34, 37, 38, 40, 41, 43, 44, 47, 48, 53, 57, 58, 64, 65, 66, 69, 73, 75, 77, 78, 81, 83, 84, 85, 86, 87, 88, 92, 95, 96, 108, 109, 111, 112, 118, 119, 120, 123, 124, 125, 127, 128, 131, 134, 135, 136, 137, 138, 143, 144, 145, 146], "shouldpresenttalkableofferviewcontrol": 127, "show": [4, 7, 11, 12, 15, 16, 21, 25, 30, 31, 40, 42, 44, 47, 48, 50, 52, 53, 57, 58, 59, 61, 62, 63, 64, 72, 73, 76, 79, 80, 83, 84, 86, 88, 89, 92, 109, 111, 112, 118, 121, 122, 123, 129, 131, 134, 135, 137], "showfacebooksharedialogwithparam": [126, 127], "showfromviewcontrol": [128, 136], "shown": [1, 11, 23, 47, 53, 57, 58, 59, 60, 63, 64, 69, 89, 92, 109, 112, 123, 125, 127, 134, 143], "showoff": [40, 47, 48, 50], "showtwittersharedialogwithparam": [126, 127], "side": [52, 137, 138, 144, 145], "sidebar": [95, 98, 99, 100, 102, 103, 117, 137], "sign": [0, 13, 14, 43, 54, 57, 62, 79, 85, 89, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 107, 145], "signatur": 94, "signifi": 144, "significantli": [74, 109], "signup": [1, 19, 31, 39, 46, 48, 54, 56, 66, 72, 76, 79, 81, 83, 85, 86, 87, 94, 95, 98, 99, 100, 102, 103, 105, 107, 126, 133, 135, 137, 143, 144, 145], "silent": 136, "similar": [8, 9, 33, 107, 108, 109, 111], "similarli": [65, 71, 120], "simpl": [2, 4, 34, 56, 69], "simple_format": 67, "simplest": 41, "simpli": [1, 6, 9, 13, 19, 29, 40, 42, 46, 56, 58, 128, 129, 133], "simplic": 1, "simplifi": [89, 111, 120], "simultan": [27, 65, 140], "sinc": [18, 19, 35, 58, 61, 62, 66, 69, 108, 109, 117, 120, 121, 123, 124], "sing": 56, "singl": [0, 4, 10, 15, 19, 22, 27, 31, 42, 49, 72, 77, 78, 105, 109, 120, 140], "singular": 69, "sit": [1, 57, 66], "site": [0, 2, 10, 12, 15, 16, 19, 21, 22, 23, 24, 25, 27, 31, 34, 36, 38, 39, 41, 42, 44, 47, 48, 49, 52, 53, 54, 57, 58, 59, 60, 61, 63, 64, 65, 66, 69, 71, 75, 83, 84, 88, 96, 106, 107, 108, 109, 110, 112, 115, 117, 118, 119, 120, 121, 122, 123, 124, 125, 127, 129, 130, 131, 135, 137, 140, 145], "site_id": [108, 119, 123], "site_nam": 69, "site_slug": 53, "site_url": 69, "situat": [22, 27, 49], "size": [1, 2, 30, 56, 69, 108, 109, 123], "skip": [31, 48, 77, 89, 120, 135], "sku": [0, 72, 119], "sku0001": 106, "sku1": [21, 25], "sku2": 25, "sku3": 134, "sku_goes_her": 25, "slash": 23, "slcomposeviewcontrol": 128, "slidedown": 79, "slideup": 79, "slight": 109, "slightli": [63, 64], "slow": 109, "slug": [39, 44, 72, 130], "sm": [9, 39, 95, 126], "small": 22, "smith": [12, 19, 41, 46, 48, 72, 108, 121, 135], "smooth": 77, "smoother": 89, "snapshot": 69, "sneaker": 72, "snippet": [1, 16, 71, 119], "so": [1, 5, 10, 15, 16, 17, 22, 27, 31, 34, 37, 41, 48, 54, 56, 57, 62, 63, 64, 69, 72, 74, 81, 107, 108, 111, 118, 120, 125, 127, 131, 135, 136, 137], "social": [10, 25, 33, 39, 52, 80, 89, 105, 126, 127], "socialoffershar": 41, "socialshar": 128, "softwar": [13, 29], "solid": 66, "solut": [2, 22, 40, 69, 136], "some": [0, 1, 4, 5, 7, 8, 9, 11, 12, 23, 27, 29, 32, 35, 36, 40, 41, 52, 69, 70, 73, 80, 86, 108, 109, 111, 123, 127, 137], "some_kei": 69, "some_liquid_block": 69, "someon": [19, 39, 53, 126], "someth": [53, 74, 79, 123, 125], "sometim": [25, 34, 50], "somewhat": 73, "somewher": [52, 64, 66], "soon": 22, "sort": 67, "sound": 1, "sourc": [0, 12, 21, 28, 32, 33, 69, 106, 108, 123], "sp": 29, "spa": [113, 114, 119], "space": [1, 2, 16, 19, 69], "spam": 34, "span": [12, 80, 108, 110, 113, 120, 123], "spanish": 74, "speak": 22, "spec": 137, "special": [34, 42, 60, 80, 88, 111, 129], "specif": [0, 12, 15, 21, 25, 27, 29, 33, 42, 55, 57, 69, 75, 80, 81, 92, 109, 110, 129, 137, 140, 144], "specifi": [7, 15, 19, 33, 34, 43, 46, 47, 48, 49, 57, 58, 61, 65, 69, 71, 75, 96, 126, 128, 131, 133, 134, 135, 144, 145], "spectrum": 22, "speed": [108, 113], "spend": 111, "spf": 34, "spf1": 34, "split": [1, 12, 25], "spot": 22, "spread": 19, "squareup": 43, "squish": 67, "src": [30, 69, 80, 108, 119, 123], "ssh": [117, 118], "ssl": [34, 38], "sso": [0, 105], "st": 12, "stabil": [50, 136], "stack": [12, 92], "stackoverflow": 137, "stage": [5, 22, 23, 137], "stand": 1, "standalon": [0, 25, 30, 39, 45, 46, 47, 56, 57, 61, 85, 109, 110, 112, 113, 118, 119, 120, 126, 127, 132, 133, 134], "standard": [13, 15, 29, 53, 54, 69, 105, 107, 108, 110, 111, 120, 129, 137, 142, 145], "stare": 136, "start": [0, 1, 16, 21, 23, 30, 34, 39, 40, 53, 54, 56, 72, 83, 84, 88, 95, 98, 99, 100, 102, 103, 105, 106, 115, 117, 118, 119, 126, 128, 136], "starts_at": 27, "stat": 128, "state": [21, 40, 55, 72, 81, 106, 108, 111], "static": [0, 1, 17, 67, 68, 69, 118], "static_asset": 69, "statu": [5, 6, 7, 8, 11, 28, 34, 41, 53, 55, 63, 64, 83, 91, 93, 119, 131, 137, 138, 144], "status": [5, 7, 8, 65], "steal": 31, "step": [0, 2, 6, 7, 11, 16, 19, 34, 40, 41, 43, 44, 50, 52, 56, 71, 73, 81, 96, 109, 110, 116, 118, 119, 120, 124, 126, 128, 130, 140, 145], "stephani": [6, 7], "sticki": 31, "still": [7, 14, 16, 19, 22, 28, 66, 75, 81, 92, 109, 111, 112, 125, 136], "store": [0, 14, 15, 17, 19, 20, 21, 22, 27, 28, 30, 34, 40, 42, 52, 53, 54, 69, 72, 74, 85, 87, 94, 98, 99, 100, 102, 103, 105, 114, 115, 116, 117, 118, 120, 121, 122, 128, 129, 131, 134, 145], "storefront": 115, "straight": 122, "strategi": 33, "street": [21, 25, 106, 108], "strftime": 69, "strict": [34, 69], "strict_encode64": [17, 96], "strictli": [21, 57, 69, 106, 107, 108, 110, 127], "string": [0, 2, 12, 17, 25, 29, 32, 40, 41, 42, 44, 46, 47, 48, 49, 53, 69, 72, 96, 108, 112, 127, 131, 137], "strip": [67, 80], "strip_insignificant_zero": 69, "strong": 22, "strongli": 29, "structur": [18, 56, 69], "student": 26, "studio": 43, "style": [1, 44, 67, 69, 72, 79, 80], "stylesheet": 70, "sub": [34, 35], "sub_choic": [69, 72, 79], "subchoic": 79, "subclass": 41, "subdivision_1_cod": 72, "subdomain": [34, 35, 36, 37, 38, 111], "subject": [0, 41, 128], "subjectpublickeyinfo": 17, "submiss": 142, "submit": [51, 54, 79, 109, 117, 131, 139, 142, 145], "subnet": 10, "subscrib": [0, 28, 79, 80, 95, 105, 122, 127, 129, 137], "subscript": [0, 12, 28, 30, 46, 54, 79, 92, 108, 110, 133, 137, 141, 142, 144], "subscription_purchas": [46, 133], "subsequ": [31, 54, 65, 92], "subset": 136, "subtot": [8, 11, 12, 15, 18, 21, 22, 25, 27, 28, 41, 47, 63, 69, 106, 108, 119, 125, 134], "subtotal_pric": 119, "subtotal_price_set": 28, "success": [13, 15, 19, 27, 41, 53, 57, 63, 65, 80, 92, 95, 107, 108, 111, 113, 115, 119, 124, 128, 137, 140, 145], "successfulli": [5, 7, 12, 63, 118, 136, 137], "suggest": [22, 108], "suitabl": [7, 15, 16, 27, 57, 64, 109], "sum": 69, "sun": 69, "super": [40, 43, 44, 50], "support": [0, 2, 10, 12, 19, 27, 28, 29, 34, 39, 42, 43, 44, 53, 66, 69, 74, 95, 108, 109, 117, 118, 120, 122, 124, 125, 128, 129, 130, 131, 136], "supportsrtl": 44, "suppos": 69, "suppress": 111, "sure": [11, 12, 13, 16, 21, 25, 34, 37, 40, 42, 43, 44, 47, 48, 50, 59, 60, 63, 64, 72, 77, 80, 96, 106, 108, 109, 118, 119, 125, 129, 131, 134, 135], "surfac": [110, 111, 113], "surpass": 77, "survei": 123, "suspici": [5, 22], "swift": [73, 126], "switch": [1, 14, 49, 136], "switchblock": 77, "swith": 1, "symbol": 69, "sync": [0, 91, 92, 93, 105, 120, 140], "synchron": [0, 28, 91, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105], "syntax": [13, 69, 71], "synthes": [128, 136], "system": [6, 9, 14, 17, 22, 41, 48, 109, 111, 117, 123, 139, 142, 143, 144, 145], "t": [0, 1, 2, 6, 7, 8, 11, 14, 15, 16, 19, 22, 25, 31, 32, 40, 41, 53, 58, 59, 60, 61, 62, 63, 64, 66, 75, 78, 79, 80, 87, 88, 89, 92, 108, 109, 111, 118, 121, 127, 128, 130, 136, 139, 144, 145], "tab": [1, 6, 7, 8, 9, 11, 63, 112, 117, 125, 131], "tabl": 69, "tablet": 66, "tag": [0, 1, 12, 32, 41, 43, 46, 47, 48, 57, 66, 71, 72, 105, 108, 113, 123, 126, 128, 133, 134, 135], "tag1": 12, "tag2": 12, "tailor": 26, "takablesdk": 131, "take": [1, 5, 6, 7, 10, 17, 22, 27, 34, 47, 48, 66, 68, 69, 111, 127, 130, 134, 135, 137], "taken": [2, 11, 15, 19, 43, 122, 123], "talkabl": [0, 1, 2, 4, 5, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 21, 22, 23, 25, 26, 27, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 41, 43, 44, 46, 47, 48, 49, 50, 51, 54, 55, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 69, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 106, 107, 108, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 122, 124, 125, 127, 128, 130, 131, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "talkable_integr": 118, "talkable_public_kei": 13, "talkable_visitor_offer_id": [42, 129], "talkable_your_site_slug_public_kei": 17, "talkableact": 50, "talkableapi": [41, 42, 46, 50], "talkableapikei": 50, "talkablecallback": 40, "talkablecompletionhandl": 136, "talkabledeeplink": 42, "talkabledeleg": 126, "talkableencryptionservic": 17, "talkableerrorcallback": [40, 47, 48, 50], "talkableofferfrag": [39, 50], "talkableofferfragmentlisten": [39, 40], "talkableofferloadexcept": [40, 47, 48, 50], "talkableq": 109, "talkablesdk": [44, 127, 131, 133, 134, 135, 136], "talkablesiteslug": 50, "tap": 127, "target": [29, 131], "target_select": 27, "target_typ": 27, "task": 27, "tax": [21, 28, 106, 108, 119, 120], "tax_amount": 119, "td": 69, "teacher": 26, "team": [19, 22, 28, 109, 119], "technic": 1, "techniqu": [0, 84], "technologi": [31, 43, 107], "tell": [7, 16, 30, 43, 108], "templat": [12, 16, 25, 52, 56, 64, 67, 69, 72, 73, 74, 80, 83, 108, 109, 110, 113, 115, 119, 120, 123, 124], "temporari": 107, "term": [33, 72, 81], "termin": 118, "terminologi": [0, 3, 29], "test": [0, 1, 17, 23, 39, 47, 50, 69, 73, 79, 95, 98, 99, 100, 102, 103, 105, 109, 113, 125, 128, 134, 137], "test25": 134, "test888": 19, "tester": 137, "text": [1, 17, 34, 40, 66, 69, 77, 79, 80, 89, 95, 119, 133], "textarea_id": 80, "textfield": 1, "than": [5, 17, 27, 32, 34, 41, 69, 75, 78, 112, 117, 145], "thank": [95, 119, 139, 142, 143, 144, 145], "thei": [0, 1, 5, 7, 8, 11, 12, 16, 19, 21, 22, 27, 31, 35, 47, 52, 53, 54, 57, 62, 63, 65, 72, 75, 77, 81, 83, 84, 92, 95, 98, 99, 100, 102, 103, 107, 110, 113, 121, 127, 134, 145], "them": [0, 1, 7, 9, 12, 14, 17, 19, 20, 22, 23, 27, 41, 42, 43, 57, 59, 61, 62, 63, 64, 71, 72, 77, 109, 117, 118, 119, 124, 129, 145], "theme": [16, 19, 44, 114, 120], "themselv": [18, 69, 145], "therebi": 22, "therefor": [9, 31], "thi": [1, 2, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 37, 38, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 61, 62, 63, 64, 66, 69, 71, 72, 74, 75, 77, 78, 79, 80, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 109, 110, 111, 117, 118, 119, 120, 121, 122, 123, 125, 127, 128, 129, 133, 134, 135, 136, 137, 138, 139, 140, 144, 145], "thick": 69, "thing": [1, 27, 67, 111, 144], "think": [64, 135], "thinnest": 69, "third": [38, 39, 50, 54, 105, 109, 126], "thoroughli": 109, "those": [6, 18, 22, 25, 31, 55, 72, 108, 138, 140], "though": 29, "thourgh": 126, "thread": [40, 47, 48, 50], "three": [8, 25, 37, 41, 54, 84, 108, 118, 145], "threshold": [8, 72, 140], "throttl": 51, "through": [0, 5, 7, 9, 12, 13, 18, 21, 22, 31, 32, 39, 40, 66, 67, 69, 81, 91, 93, 95, 106, 108, 109, 110, 111, 125, 135, 145], "throught": 25, "throw": 17, "thu": [5, 19, 30, 34], "ti": [18, 55, 57], "tier": [56, 72, 82, 120], "tier_transit": 122, "tile": 15, "time": [2, 5, 8, 9, 12, 17, 19, 22, 27, 28, 30, 31, 34, 40, 42, 46, 49, 54, 63, 65, 66, 69, 72, 81, 108, 109, 110, 112, 120, 123, 127, 129, 133, 137, 138, 139, 141, 142, 143, 144, 145, 146], "timestamp": [7, 137], "timingsafeequ": 96, "tini": 60, "tip": [95, 98, 99, 100, 102, 103], "titl": [21, 27, 41, 47, 50, 69, 71, 72, 80, 89, 106, 111, 119, 124, 127], "title_s": 69, "titlefortalkableofferviewcontrol": 127, "tkbl": [40, 43, 44, 50, 131], "tkbl_campaign_id": 112, "tkbl_cvuuid": [42, 52, 107, 129], "tkbl_session": 107, "tkbl_session_id": 107, "tkbl_verify_integr": 125, "tkblaffiliatememb": [127, 135], "tkblaffiliatememberemailkei": 135, "tkblaffiliatememberfirstnamekei": 135, "tkblaffiliatememberkei": 135, "tkblaffiliatememberlastnamekei": 135, "tkblaffiliatememberpersoncustompropertieskei": 135, "tkblcampaigntag": [127, 133], "tkbldidpublishmessagenotif": 127, "tkbldidreceivecouponcod": 127, "tkblevent": 133, "tkbleventcategorykei": 133, "tkbleventemailkei": 133, "tkbleventkei": 133, "tkbleventnumberkei": 133, "tkbleventpersoncustompropertieskei": 133, "tkblmessagecouponissu": 127, "tkblmessagenamekei": 127, "tkblmessageofferclos": 127, "tkblmessageofferload": 127, "tkblofferclaimurlkei": [128, 136], "tkblofferkei": 128, "tkbloffershorturlcodekei": 128, "tkblorigindatakei": 128, "tkblorigintyp": 127, "tkblorigintypekei": 128, "tkblorigintypepurchas": 128, "tkblpurchas": 134, "tkblpurchasecouponcodekei": 134, "tkblpurchaseemailkei": [128, 134], "tkblpurchasekei": 134, "tkblpurchaseorderitemimageurlkei": 134, "tkblpurchaseorderitempricekei": 134, "tkblpurchaseorderitemproductidkei": 134, "tkblpurchaseorderitemquantitykei": 134, "tkblpurchaseorderitemskei": 134, "tkblpurchaseorderitemtitlekei": 134, "tkblpurchaseorderitemurlkei": 134, "tkblpurchaseordernumberkei": [128, 134], "tkblpurchasesubtotalkei": [128, 134], "tkblsharechannel": 128, "tkblsharechannelfacebook": 128, "tkblsharechanneloth": 128, "tkblsharechanneltwitt": 128, "tkblsharemessag": [128, 136], "to_json": 17, "toast": 40, "togeth": [17, 52, 95], "toggl": [14, 119], "toggleclass": 77, "too": 53, "tool": [2, 15, 49, 94, 118], "tooltip": [77, 89], "top": [0, 4, 25, 31, 40, 43, 44, 50, 57, 65, 66, 69, 89, 109, 117], "total": [111, 119, 144], "total_discounts_set": 28, "total_shipping_price_set": 28, "total_tax": 119, "total_tax_set": 28, "touch": [26, 91, 92, 93, 95, 97, 98, 99, 100, 101, 102, 103, 104, 119], "toward": [16, 92], "tr": 69, "track": [0, 8, 12, 21, 22, 25, 33, 34, 35, 39, 41, 42, 65, 67, 72, 80, 92, 105, 107, 108, 111, 126, 129, 139, 141, 142, 144], "trackappopen": [43, 44, 50], "traffic": [0, 12, 21, 28, 32, 33, 106, 108, 110, 113], "traffic_sourc": [12, 21, 25, 32, 106, 108, 123], "trail": 69, "trait": [1, 16, 69], "transact": [12, 25, 40, 54, 110], "transfer": 38, "transform": 69, "transit": [120, 136], "translat": 74, "tremend": 67, "tri": [27, 28, 31], "tricki": 81, "trigger": [23, 27, 28, 30, 47, 52, 63, 72, 78, 80, 83, 84, 85, 86, 87, 89, 95, 111, 122, 127, 134, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146], "trim": 79, "troubl": [109, 136], "troubleshoot": [109, 113, 114, 117, 119], "true": [12, 23, 25, 41, 43, 44, 49, 53, 69, 72, 78, 125, 138], "trust": 95, "try": [2, 4, 9, 17, 27, 29, 53, 75, 79, 83, 92, 117, 136], "tsp": 17, "ttl": 69, "turn": [5, 22, 23, 24, 49, 65, 66, 79, 80, 83, 111, 124, 125], "tutori": [13, 43, 56, 67, 88, 89, 105], "tweak": 92, "tweet": 69, "tweet_length": 67, "twice": [86, 143], "twitter": [39, 69, 89, 126, 127, 128, 136], "twitter_share_link": 89, "two": [1, 10, 15, 16, 19, 23, 29, 30, 34, 46, 55, 64, 69, 72, 109, 111, 127, 133, 136], "twtrcompos": [128, 136], "twtrcomposerresult": [128, 136], "twtrcomposerresultdon": [128, 136], "txt": 34, "type": [1, 2, 8, 14, 22, 27, 35, 36, 37, 40, 41, 42, 47, 48, 53, 54, 56, 57, 59, 60, 63, 64, 69, 71, 72, 79, 80, 84, 105, 112, 118, 119, 122, 124, 127, 134, 135, 136, 137, 140, 144, 145], "typic": [9, 108, 109, 111, 123], "u": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "ui": [40, 47, 48, 50], "uiactivityviewcontrol": 128, "uiapplic": 129, "uiviewcontrol": 127, "unabl": [27, 84, 85, 86, 87, 111, 125], "unauthor": 53, "unavail": 40, "unblocklist": [0, 3], "unchang": 19, "uncheck": [27, 29], "under": [1, 5, 12, 13, 22, 41, 107, 110, 112, 121, 127, 131, 145], "underscor": [12, 16, 71], "understand": [81, 113, 127], "unexpectedli": 53, "unfeas": 107, "uniqu": [1, 2, 12, 16, 17, 19, 21, 25, 29, 41, 46, 48, 52, 71, 72, 77, 86, 106, 108, 133, 137, 140], "unit": [21, 69, 72, 106, 119, 134], "univers": [82, 83, 84, 85, 86, 87], "unless": [5, 25, 69, 84], "unlik": [1, 5, 23, 36, 46, 133], "unlock": 79, "unlockg": 79, "unmodifi": 28, "unnecessari": 80, "unnecessarili": 24, "unprocess": 53, "unshift": [108, 123], "unsubscrib": [69, 105, 137], "unsubscribe_web_hook": 137, "until": [5, 8, 27, 31, 53, 80, 88, 144], "unverifi": 34, "unzip": 24, "up": [0, 1, 5, 12, 13, 14, 16, 19, 22, 26, 27, 29, 30, 40, 43, 44, 47, 48, 53, 54, 57, 58, 59, 61, 62, 63, 64, 77, 79, 85, 89, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 107, 109, 112, 119, 122, 124, 125, 130, 131, 134, 135, 137, 140, 143, 144, 145], "upcom": 92, "updat": [0, 16, 22, 27, 28, 34, 37, 50, 53, 69, 70, 96, 108, 119, 124, 143], "update_queri": 67, "upgrad": [39, 105, 118, 122, 136, 144, 145], "upload": [2, 5, 27, 67, 68, 69, 109, 120, 123, 140, 144, 145], "upon": [9, 16, 30, 128], "uppercas": [2, 19], "uptick": 22, "uptonextmajor": 131, "uri": [32, 42], "url": [0, 1, 17, 21, 23, 25, 29, 42, 43, 44, 50, 52, 57, 58, 59, 61, 63, 64, 69, 72, 80, 85, 96, 105, 108, 111, 112, 114, 116, 119, 122, 123, 125, 127, 129, 131, 134, 136, 137], "url2png": 67, "urlwithstr": [128, 136], "us": [0, 1, 3, 4, 5, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 27, 28, 30, 31, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 49, 50, 53, 54, 55, 56, 57, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 74, 75, 77, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 89, 92, 95, 96, 98, 99, 100, 102, 103, 105, 106, 108, 109, 111, 112, 113, 116, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 131, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "usa": [4, 12, 25], "usag": [14, 19, 25, 33, 39, 50, 105, 126, 136], "usage_limit": 27, "usd": [12, 15, 21, 25, 106, 108], "user": [0, 3, 4, 5, 7, 8, 14, 17, 22, 24, 27, 29, 30, 41, 43, 46, 47, 48, 49, 50, 52, 53, 54, 57, 61, 66, 69, 74, 77, 80, 81, 89, 105, 107, 108, 109, 110, 111, 113, 120, 121, 123, 124, 127, 128, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 146], "user_ag": 80, "user_item": 25, "userinfo": 127, "usernam": [16, 69], "usual": [1, 5, 22, 47, 48, 57, 64, 109, 134, 135], "utf": 44, "utf8": 19, "util": [17, 25, 40, 46, 54, 108, 128, 131, 133, 136, 137, 140], "utm": [0, 23, 105], "utm_campaign": [33, 69], "utm_cont": 33, "utm_medium": 33, "utm_sourc": [33, 52, 69], "utm_term": 33, "uuid": [41, 52, 133], "uuidstr": 133, "v": [0, 1, 2], "v1": [128, 136], "v2": [29, 53], "v4": [43, 50], "va": 72, "val": 79, "valencia": 12, "valid": [5, 6, 9, 11, 12, 16, 19, 22, 25, 27, 34, 53, 69, 72, 79, 81, 88, 105, 111, 113, 119, 138], "valid_until": [69, 84, 88], "valu": [1, 4, 12, 15, 18, 19, 22, 25, 27, 28, 30, 32, 34, 35, 36, 37, 38, 40, 43, 44, 50, 53, 67, 72, 74, 78, 85, 89, 95, 108, 118, 122, 123, 131, 135, 138], "valuabl": 33, "value1": 12, "value_typ": 27, "vapormax": 72, "var": [15, 18, 21, 25, 69, 77, 79, 80, 106, 108, 119], "vari": [53, 63, 64, 122], "variabl": [1, 15, 18, 52, 56, 67, 69, 71, 83, 84, 86, 88, 95, 98, 99, 100, 102, 103, 108, 109, 110, 111, 113, 120, 123], "variant": [1, 69], "variou": [18, 25, 33, 49, 108, 111, 136, 137, 145], "vast": 22, "ve": [0, 6, 8, 12, 21, 29, 48, 109, 110, 113, 128, 135], "vend": 43, "vendor": [92, 95, 109], "verbal": 19, "veri": [1, 30, 31], "verif": [94, 125], "verifi": [5, 14, 26, 29, 34, 38, 63, 64, 96, 105, 108, 111, 113, 114, 117, 119], "verify_integr": 125, "verify_webhook": 96, "verifywebhook": 96, "versa": 16, "versatil": 65, "version": [15, 33, 44, 50, 57, 69, 92, 109, 116, 117, 118, 121, 131, 136, 137], "via": [2, 14, 19, 27, 29, 39, 41, 51, 53, 65, 69, 80, 82, 83, 84, 85, 89, 95, 105, 108, 110, 111, 117, 118, 119, 120, 126, 136, 140, 141, 143], "vice": 16, "video": [56, 67, 112], "view": [0, 1, 3, 18, 22, 30, 40, 43, 44, 50, 56, 57, 61, 64, 69, 70, 72, 74, 88, 89, 105, 110, 113, 117, 118, 127, 136, 138], "viewcontol": 127, "viewcontrol": 127, "viewcontrollerforpresentingtalkableofferviewcontrol": 127, "viewport": 69, "vintag": [114, 120], "visibl": [0, 16, 57, 78, 109], "visit": [1, 8, 11, 16, 19, 25, 29, 46, 56, 58, 59, 60, 63, 64, 65, 80, 81, 109, 112, 118, 119, 125, 133, 137, 145], "visitor": [0, 28, 39, 49, 50, 52, 58, 59, 65, 77], "visitor_uuid": [41, 42, 52, 129], "visual": [1, 113], "vocal": 9, "void": [5, 8, 17, 22, 28, 40, 41, 42, 43, 44, 47, 48, 50, 55, 127, 128, 136], "w": [2, 23], "wa": [0, 3, 5, 6, 7, 8, 12, 13, 16, 18, 21, 22, 27, 30, 31, 39, 42, 53, 56, 62, 72, 78, 87, 95, 98, 99, 100, 102, 103, 106, 108, 119, 124, 125, 126, 127, 128, 129, 136, 139], "wai": [8, 16, 19, 22, 29, 40, 49, 53, 56, 69, 75, 78, 94, 97, 101, 104, 105, 111, 121, 127, 136, 137], "wait": [5, 8, 34, 109], "walk": 0, "want": [1, 2, 5, 6, 10, 13, 14, 19, 25, 27, 30, 34, 36, 37, 40, 44, 55, 57, 64, 71, 72, 77, 78, 92, 112, 117, 118, 119, 123, 124, 127, 128, 130, 137], "wari": 22, "warn": [112, 118], "wasn": [80, 127, 144], "watch": 67, "water": 73, "we": [1, 2, 6, 7, 8, 9, 10, 12, 13, 19, 22, 27, 29, 30, 47, 50, 53, 56, 66, 73, 80, 81, 83, 89, 95, 108, 110, 111, 113, 125, 127, 130, 134, 135, 136, 145], "web": [14, 31, 34, 38, 53, 56, 109, 126], "webdesign": 66, "webhook": [0, 2, 19, 27, 94, 105], "webhook_secret_kei": 96, "websit": [19, 36, 61, 65, 69, 108, 109, 111, 117, 120, 124], "webview": [40, 50, 127, 136], "week": 69, "weigh": 22, "weight": 69, "welcom": [73, 109, 119], "welcome_messag": 69, "well": [0, 2, 10, 12, 13, 16, 17, 69, 92, 105, 107, 109, 119, 124, 125], "went": 34, "were": [5, 8, 12, 23, 27, 87, 117, 119, 124, 140], "weren": 22, "what": [0, 1, 5, 6, 7, 19, 22, 47, 72, 79, 81, 88, 111, 127, 134], "whatev": 69, "whatsapp": [50, 131], "when": [5, 6, 7, 8, 9, 12, 13, 16, 19, 23, 25, 27, 28, 30, 31, 42, 46, 47, 50, 55, 57, 62, 65, 66, 69, 72, 74, 75, 77, 78, 79, 80, 81, 83, 85, 87, 88, 89, 95, 98, 99, 100, 102, 103, 108, 109, 111, 119, 120, 121, 122, 123, 124, 127, 128, 129, 133, 134, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "whenev": [1, 9, 22, 28, 57, 70, 95, 98, 99, 100, 102, 103], "where": [0, 1, 3, 5, 9, 19, 22, 25, 27, 31, 32, 35, 36, 37, 38, 57, 64, 65, 67, 68, 71, 77, 81, 108, 109, 111, 112, 113, 118, 120, 123, 125, 127, 140, 145], "whether": [5, 8, 12, 22, 31, 41, 42, 69, 77, 81, 128, 129], "which": [1, 5, 6, 7, 12, 13, 16, 21, 22, 25, 27, 30, 34, 40, 48, 52, 55, 57, 58, 59, 63, 64, 66, 69, 70, 72, 78, 80, 84, 95, 98, 99, 100, 102, 103, 110, 111, 112, 113, 118, 119, 122, 127, 135, 137, 140, 143, 145], "while": [8, 9, 22, 27, 31, 34, 75, 112, 136], "white": [0, 30, 105, 111], "whitelist": [34, 137], "whitespac": 69, "who": [0, 3, 5, 10, 11, 12, 19, 21, 25, 28, 54, 55, 56, 60, 72, 81, 84, 94, 97, 101, 104, 105, 106, 108, 138, 139, 141, 142], "whose": 54, "why": [0, 8, 11, 22, 31, 66], "widget": [0, 30, 48, 56, 57, 58, 80, 92, 109, 111, 112, 120, 135], "width": [66, 69, 82, 83, 84, 85, 86, 87, 108, 123], "wiki": [69, 137], "wikipedia": [69, 137], "wildcard": 10, "window": [1, 12, 21, 22, 25, 35, 37, 43, 52, 66, 106, 108, 109, 119, 121, 123, 125], "windowsmacfont": 66, "wish": [22, 92, 95], "withcont": [128, 136], "withhandl": 128, "within": [1, 2, 31, 53, 57, 65, 66, 69, 71, 73, 92, 95, 98, 99, 100, 102, 103, 109, 131, 143], "without": [1, 10, 16, 22, 23, 31, 43, 48, 50, 66, 69, 88, 89, 107, 109, 112, 120, 121, 135, 137, 145], "withparam": 128, "withurl": 127, "withwebview": 127, "wkwebview": [127, 128], "woff": 69, "woff2": 69, "won": [16, 25, 27, 88, 89, 92, 109], "wonder": 11, "word": [16, 19, 69, 75, 80, 95], "work": [0, 9, 14, 15, 16, 40, 42, 53, 57, 69, 80, 82, 84, 88, 89, 91, 93, 108, 109, 111, 118, 123, 125, 129, 136], "workflow": [50, 141, 143], "world": 22, "worth": 57, "would": [1, 2, 7, 16, 19, 22, 31, 54, 55, 69, 78, 92, 95, 107, 111, 120, 121, 140, 145], "wow": 69, "wrap": [1, 80], "write": [67, 69, 72], "wrong": [53, 79, 127], "www": [14, 21, 25, 30, 34, 53, 66, 69, 108, 110, 112, 120, 125, 134], "x": [2, 29, 50, 69, 75, 96, 111, 114, 116], "x509": 17, "xcode": 131, "xdim": 69, "xml": [43, 44, 50], "xmln": [44, 50], "y": [2, 69], "yahoo": 6, "ye": [19, 79, 127, 128], "year": [22, 69], "yesterdai": 69, "yet": [5, 7, 8, 13, 69, 87], "yotpo": [94, 105], "you": [1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 53, 57, 58, 59, 60, 61, 62, 63, 64, 66, 69, 70, 71, 72, 73, 74, 77, 78, 79, 80, 81, 84, 92, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 109, 111, 112, 113, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 139, 140, 142, 143, 144, 145], "your": [0, 1, 2, 4, 8, 10, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 24, 25, 26, 27, 29, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 52, 53, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 69, 71, 72, 73, 79, 80, 84, 88, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 109, 110, 111, 112, 113, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 130, 131, 132, 133, 134, 135, 136, 137, 139, 141, 142, 144, 145], "your_default_site_slug": 40, "your_getsocial_app_id": 43, "your_link_domain_prefix": 43, "your_site_id": [44, 131], "your_site_slug": [43, 50], "your_talkable_public_api_kei": [43, 44, 50, 131], "yourobjectconformstotalkabledelegateprotocol": 127, "yourself": [22, 127], "yoursit": 25, "youtu": 112, "z": [2, 69], "zendesk": 34, "zero": [108, 111], "zeroclipboard": [76, 88], "zflcakw": 112, "zip": [12, 21, 24, 25, 28, 106, 108, 119], "zone": [35, 69], "z\u0142": 69, "\u0441ustom": 0}, "titles": ["Features", "Converting Into Localization", "Coupons", "Customer Service Portal", "Overview", "Terminology", "Use case #1:
    Where do I find referrals?", "Use case #2:
    Where is Advocate reward?", "Use case #3:
    Who should get the reward?", "Use case #4:
    Did my Friend get an email?", "Use case #5:
    Blocklisting a user", "Use case #6:
    Creating a referral for an Advocate", "Integrating Events", "File Encryption", "Google Login", "Multi-currency", "Name Sharing", "Params Encryption", "Pass Custom User Data", "Advocate Personal Coupon Sharing", "Phone number gating", "Including Product Items", "Referrals Approval", "Setting up Campaign Placement criteria", "Report Password Protection", "Segments", "SheerID Integration", "Shopify coupon auto-sync", "Shopify Purchase Syncing", "Single Sign-On (SSO)", "Subscribing To Iframe Events", "Referral Tracking Methods", "Using URL Parameters", "UTM Tags", "White-labeling", "Adding DNS records in AWS Route53", "Adding DNS records in Cloudflare", "Adding DNS records in GoDaddy", "Adding DNS records in Shopify", "Talkable Android SDK", "Advanced Usage", "API", "Integration with Third Party Deep Linking Services", "Deep Linking", "Getting Started", "Integration", "Custom Events", "Post Purchase Campaign", "Standalone Campaign", "Testing", "Upgrade", "API Reference", "Referral Program via API", "Introduction", "Origins", "Referrals", "Talkable Campaigns", "Campaign Placements", "Claim by Name Placement", "Floating Widget Placement", "Gleam Placement", "Loyalty Dashboard Placement", "Loyalty Widget Placement", "Post Purchase Placement", "Standalone Placement", "Campaign Types", "Designer", "Editor", "Files", "Filters", "History", "Partials", "Variables", "Videos", "Localization", "Offers Expiration", "Tutorials", "Global", "Incentive Criteria", "Friend Claim Page", "Advocate Signup/Share Page", "Views", "Advocate Reward Confirmation Email", "Advocate Reward Paid Email", "Friend Reward Paid Email", "Advocate Offer Email", "Friend Share Email", "Friend Share Email Reminder", "Friend Claim Page", "Advocate Signup/Share Page", "Custom Integration", "Microsoft Dynamics CRM Integration", "Recharge", "Salesforce Integration", "Email Marketing & Automation", "Attentive", "Custom App", "Emarsys", "Hubspot", "Klaviyo", "Mailchimp", "Ometria", "Oracle Bronto", "Sailthru", "Yotpo", "Talkable Basics", "Alternate Post Purchase Script for cart line item passing", "Cookies", "Integration Components", "Integrating with a Tag Manager", "Integration High-Level Overview", "F.A.Q.", "Validating the Integration", "Standard Integration", "E-commerce Platforms", "Salesforce B2C Commerce Cloud Integration", "Magento Integration", "Magento 1.x Integration", "Magento 2.x Integration", "Shopify Integration", "Loyalty Integration (beta)", "Auto-Enrollment", "Custom App for Loyalty", "Integration Components", "Shopify Integration", "Verifying Integration", "Talkable iOS SDK", "Advanced Usage", "Native Integration via API", "Integration with Third Party Deep Linking Services", "Example", "Getting Started", "Integration", "Custom Events", "Post Purchase Campaign", "Standalone Campaign", "Social Sharing", "Webhooks", "Check Unsubscribe Webhook", "Friend Email Gating Webhook", "Create Coupon Webhook", "Event Webhook", "Advocate Signup Webhook", "Post Share Webhook", "Referral Webhook", "Reward Webhook", "Unsubscribe Webhook"], "titleterms": {"": [15, 66], "0": [50, 119, 124], "1": [6, 42, 50, 69, 73, 117, 121, 128, 129, 131], "10": 50, "11": 50, "12": 50, "2": [7, 42, 50, 69, 73, 118, 119, 121, 124, 128, 129, 131], "3": [8, 50, 69, 73, 128], "4": [9, 50, 69], "5": [10, 50], "6": [11, 50], "7": 50, "8": 50, "9": 50, "A": 111, "As": 1, "For": [105, 119], "In": 4, "Into": 1, "It": 24, "On": 29, "To": [13, 30], "With": 25, "ab_test": 69, "access": [53, 118], "action": [122, 123], "ad": [10, 34, 35, 36, 37, 38, 50, 71], "add": [95, 98, 99, 100, 102, 103], "add_tim": 69, "addit": 14, "adjust_color": 69, "advanc": [27, 40, 127], "advoc": [7, 11, 19, 65, 80, 82, 83, 85, 89, 108, 142], "advocate_info": 72, "advocate_origin": 72, "allow": 77, "altern": [106, 109], "an": [9, 11, 52, 119, 124, 128], "android": 39, "ani": 27, "api": [14, 40, 41, 51, 52, 53, 128], "app": [50, 95, 96, 98, 99, 100, 102, 103, 122], "applic": 43, "approach": 109, "approv": 22, "aren": 27, "asset": 73, "asset_url": 69, "async_rend": 69, "attent": 95, "attribut": [27, 28, 43], "authent": 53, "auto": [2, 27, 121], "autom": [94, 105], "automat": [29, 119, 124], "avail": 12, "aw": 35, "b2c": 115, "back": 105, "barcod": 69, "barcode_imag": 69, "base": 136, "base64_decod": 69, "base64_encod": 69, "basic": 105, "behaviour": 40, "best": 109, "beta": 120, "binari": 131, "block": 9, "blocklist": 10, "br": [6, 7, 8, 9, 10, 11], "bronto": 102, "bug": 50, "build": 41, "campaign": [17, 23, 28, 42, 47, 48, 56, 57, 65, 112, 118, 127, 129, 134, 135, 136], "cart": 106, "case": [6, 7, 8, 9, 10, 11], "ccpa": 107, "chang": 27, "check": [112, 128, 138], "checklist": 112, "checkout": 16, "claim": [52, 58, 65, 79, 88], "claim_url": 69, "client": 14, "cloud": 115, "cloudflar": 36, "cloudspong": 80, "cocoapod": 131, "code": [121, 128], "color": 1, "commerc": [114, 115], "completionhandl": 136, "complianc": 107, "compon": [108, 123], "configur": [1, 29, 42, 43, 118, 129, 131], "confirm": [82, 112], "contact": 127, "contain": 123, "convert": 1, "cooki": 107, "coupon": [2, 19, 27, 77, 140], "coupon_cod": 72, "creat": [11, 14, 27, 41, 112, 128, 140], "criteria": [23, 78], "crm": 91, "cross": 8, "currenc": 15, "custom": [1, 3, 4, 8, 18, 25, 34, 46, 63, 64, 73, 90, 96, 105, 122, 127, 133], "dashboard": [15, 61, 65, 108, 123], "data": [18, 52], "date": 53, "date_diff": 69, "date_greater_than": 69, "date_greater_than_or_equ": 69, "debug": 127, "decrypt": 13, "deep": [42, 43, 50, 129], "default": 40, "deleg": [34, 136], "deliveri": 7, "depend": 43, "deploy": 14, "design": 66, "detail": 6, "did": 9, "differ": 15, "direct": 109, "directli": 40, "displai": [52, 112], "div": 123, "dn": [34, 35, 36, 37, 38], "do": [6, 10], "domain": 34, "dynam": 91, "e": 114, "editor": 67, "email": [7, 9, 17, 27, 34, 41, 66, 77, 79, 80, 82, 83, 84, 85, 86, 87, 94, 105, 128, 139], "emarsi": 97, "encode_query_argu": 69, "encrypt": [13, 17], "end": [17, 105], "enrol": 121, "error": [14, 40, 53], "esp": 20, "event": [12, 15, 30, 46, 133, 141], "events_collect": 69, "exampl": [17, 69, 71, 96, 121, 130, 136], "exist": 112, "expir": 75, "extens": 118, "extra": 128, "f": 111, "facebook": 40, "faq": 19, "fast": 16, "featur": [0, 27], "field": 80, "file": [13, 68], "filter": [69, 73], "find": 6, "fix": 50, "float": 59, "flow": [16, 63, 64], "font": 66, "format": 53, "format_d": 69, "fragment": 50, "framework": [131, 136], "friend": [9, 77, 79, 84, 86, 87, 88, 139], "from": [109, 119, 124, 136], "front": 17, "function": 128, "gate": [20, 79, 139], "gather": 11, "gdpr": 107, "gener": [22, 27, 52], "get": [8, 9, 17, 27, 44, 131], "gleam": [60, 65], "global": 77, "godaddi": 37, "googl": 14, "group_bi": 69, "gtm": 109, "handl": [8, 14, 40], "have": 27, "height": 66, "help": 109, "hierarchi": 41, "high": 110, "hint": 122, "histori": 70, "hours_from_tim": 69, "how": [10, 13, 24, 28, 34, 95, 98, 99, 100, 102, 103, 112], "hubspot": 98, "human_time_ago": 69, "i": [6, 7, 10, 27], "id": [14, 27], "ifram": 30, "imag": 1, "impact": 109, "implement": 127, "import": [13, 127], "import_font": 69, "incent": [15, 72, 78], "includ": [21, 71], "info": 11, "initi": [43, 52, 108, 123], "inlin": 16, "inquiri": 8, "instal": [44, 118, 131], "instant": 80, "instruct": [58, 59, 60, 61, 62, 63, 64], "integr": [12, 14, 26, 40, 42, 45, 58, 59, 60, 61, 62, 63, 64, 80, 90, 91, 93, 105, 108, 109, 110, 112, 113, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 128, 129, 132], "interact": 16, "interfac": 50, "interpol": 69, "intro": 73, "introduc": 50, "introduct": [29, 53], "invit": 65, "io": 126, "issu": 34, "item": [21, 106], "its": 77, "j": [105, 121, 125], "java": 17, "kei": [13, 17], "klaviyo": 99, "label": 34, "land": 108, "leaderboard": [65, 69], "legaci": [128, 136], "level": 110, "line": [1, 106], "link": [16, 42, 43, 50, 109, 129], "linkedin": 80, "liquid": [73, 122], "list": [27, 30], "local": [1, 69, 74], "log": 4, "login": 14, "lookup": 6, "loyalti": [61, 62, 120, 122, 123], "magento": [63, 64, 116, 117, 118], "mailchimp": 100, "main": 71, "manag": [34, 109, 131], "manifest": 43, "manual": [11, 29, 119, 124], "map": 28, "market": [94, 105], "md5": 69, "method": 31, "microsoft": 91, "migrat": [119, 124], "mobil": 105, "mode": 112, "monei": 69, "move": [1, 50], "multi": [2, 15], "multipl": [40, 50, 80], "my": [9, 27], "name": [16, 58, 65], "nativ": [40, 128, 136], "navig": [4, 73], "new": [95, 98, 99, 100, 102, 103], "note": [108, 112, 123], "notif": [27, 127], "number": 20, "offer": [41, 52, 75, 85, 128], "ometria": 101, "onlin": [119, 124], "open": 50, "optim": 109, "option": 1, "oracl": 102, "origin": [41, 52, 54, 128], "overrid": 40, "overview": [4, 14, 110], "packag": 131, "page": [79, 80, 88, 89, 108, 118], "paid": [83, 84], "param": [17, 42, 129], "paramet": [17, 32], "parse_json": 69, "part": 17, "parti": [42, 129], "partial": 71, "pass": [15, 17, 18, 42, 106, 129], "password": 24, "payload": 28, "perform": 109, "person": [6, 16, 19], "phone": 20, "placement": [23, 57, 58, 59, 60, 61, 62, 63, 64], "platform": [63, 64, 114], "plural": 69, "point": 69, "polici": 22, "portal": [3, 4], "post": [28, 47, 63, 106, 108, 121, 134, 143], "potenti": 109, "practic": 109, "prefer": 15, "prerequisit": 14, "price": 27, "probability_bi": 69, "product": [21, 25], "program": 52, "properti": 12, "protect": 24, "public": [13, 17], "purchas": [15, 28, 47, 63, 106, 108, 121, 134], "q": 111, "rand_bi": 69, "recharg": 92, "recommend": 22, "record": [34, 35, 36, 37, 38], "refer": 51, "referr": [5, 6, 8, 9, 11, 22, 31, 52, 55, 108, 144], "regexp_captur": 69, "remind": [77, 87], "remov": 109, "report": [15, 24], "request": [41, 53], "requir": [2, 43, 44, 131], "resourc": 14, "respons": [53, 66], "result": 11, "retriev": [41, 128], "reward": [5, 7, 8, 41, 65, 80, 82, 83, 84, 128, 145], "route53": 35, "rubi": 17, "rule": 27, "rybbon": 69, "sailthru": 103, "salesforc": [93, 115], "scale_color": 69, "scheme": 50, "script": [106, 108, 109, 123], "sdk": [39, 42, 43, 126, 129], "segment": 25, "self": [9, 34], "send": 34, "servic": [3, 4, 42, 129], "set": [23, 34], "setup": [16, 19, 28, 34], "share": [16, 19, 40, 41, 52, 77, 80, 86, 87, 89, 128, 136, 143], "sheerid": 26, "shopifi": [2, 16, 27, 28, 38, 63, 64, 119, 124], "short": 128, "should": 8, "show": 77, "showfacebooksharedialogwithparam": 136, "showtwittersharedialogwithparam": 136, "sign": 29, "signatur": 96, "signup": [80, 89, 142], "simple_format": 69, "singl": [2, 29], "site": [17, 40, 50], "size": 66, "sku": 25, "slug": [40, 50], "social": [41, 128, 136], "sort": 69, "sourc": 25, "spa": 125, "specifi": 127, "speed": 109, "squish": 69, "sso": 29, "standalon": [17, 48, 64, 135], "standard": 113, "start": [27, 44, 131], "step": [14, 131], "store": [95, 119, 124], "strip": 69, "subject": 1, "submit": 52, "subscrib": 30, "success": 109, "support": 50, "swift": 131, "sync": [2, 27, 28, 122], "synchron": 20, "t": 27, "tag": [33, 109, 127], "talkabl": [13, 28, 39, 42, 52, 53, 56, 105, 109, 118, 123, 126, 129], "talkabledeleg": 127, "talkableofferfrag": 40, "talkableofferfragmentlisten": 50, "templat": 71, "terminologi": 5, "test": [14, 29, 49, 112], "theme": [119, 124], "third": [42, 129], "throttl": 53, "tier": [65, 122], "track": [31, 50], "traffic": 25, "transit": 122, "tremend": 69, "troubleshoot": 125, "tutori": [73, 76], "tweet_length": 69, "type": 65, "unblocklist": 10, "understand": 107, "unsubscrib": [138, 146], "up": [23, 34], "update_queri": 69, "upgrad": 50, "url": [32, 118], "url2png": 69, "us": [2, 6, 7, 8, 9, 10, 11, 32, 40, 73, 107, 136], "usag": [40, 127], "user": [10, 16, 18], "utm": 33, "v": 34, "valid": 112, "valu": 69, "variabl": [72, 73, 122], "verif": 96, "verifi": [109, 125], "via": [40, 52, 121, 128], "video": 73, "view": [11, 66, 81], "vintag": [119, 124], "visitor": [15, 41], "visual": 112, "wa": 9, "we": 107, "web": [66, 136], "webhook": [28, 96, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "what": 27, "where": [6, 7, 69], "white": 34, "who": 8, "why": 27, "widget": [16, 59, 62, 123], "work": [24, 28], "x": [117, 118], "yotpo": 104, "your": [42, 129], "zeroclipboard": 77}}) \ No newline at end of file +Search.setIndex({"alltitles": {"0.1.0": [[50, "id20"]], "0.2.0": [[50, "id19"]], "0.3.0": [[50, "id18"]], "0.3.1": [[50, "id17"]], "0.4.0": [[50, "id16"]], "0.4.1": [[50, "id15"]], "0.4.2": [[50, "id14"]], "0.5.0": [[50, "id13"]], "0.5.1": [[50, "id12"]], "0.5.10": [[50, "id3"]], "0.5.11": [[50, "id2"]], "0.5.12": [[50, "id1"]], "0.5.2": [[50, "id11"]], "0.5.3": [[50, "id10"]], "0.5.4": [[50, "id9"]], "0.5.5": [[50, "id8"]], "0.5.6": [[50, "id7"]], "0.5.7": [[50, "id6"]], "0.5.8": [[50, "id5"]], "0.5.9": [[50, "id4"]], "1. Configure your Talkable campaign": [[42, "configure-your-talkable-campaign"], [129, "configure-your-talkable-campaign"]], "1. Create an Origin": [[128, "create-an-origin"]], "2. Create a Share": [[128, "create-a-share"]], "2. Pass deep linking params to the Talkable SDK": [[42, "pass-deep-linking-params-to-the-talkable-sdk"], [129, "pass-deep-linking-params-to-the-talkable-sdk"]], "3. Check for Reward": [[128, "check-for-reward"]], "API": [[41, null]], "API Reference": [[51, null]], "API request": [[41, "api-request"]], "Access the Talkable API": [[53, "access-the-talkable-api"]], "Accessing Talkable Configuration": [[118, "accessing-talkable-configuration"]], "Added multiple site slugs support. Bugs fixing.": [[50, "added-multiple-site-slugs-support-bugs-fixing"]], "Adding DNS records": [[34, "adding-dns-records"]], "Adding DNS records in AWS Route53": [[35, null]], "Adding DNS records in Cloudflare": [[36, null]], "Adding DNS records in GoDaddy": [[37, null]], "Adding DNS records in Shopify": [[38, null]], "Adding a Partial": [[71, "adding-a-partial"]], "Adding a user to the blocklist": [[10, "adding-a-user-to-the-blocklist"]], "Additional Resources": [[14, "additional-resources"]], "Advanced Usage": [[40, null], [127, null]], "Advanced features": [[27, "advanced-features"]], "Advocate Dashboard": [[65, "advocate-dashboard"]], "Advocate Landing Page": [[108, "advocate-landing-page"]], "Advocate Landing Page Notes": [[108, "advocate-landing-page-notes"]], "Advocate Offer Email": [[85, null]], "Advocate Personal Coupon Sharing": [[19, null]], "Advocate Reward Confirmation Email": [[82, null]], "Advocate Reward Paid Email": [[83, null]], "Advocate Signup Webhook": [[142, null]], "Advocate Signup/Share Page": [[80, null], [89, null]], "Allow showing coupon in the Friend Share Email and its reminder": [[77, "allow-showing-coupon-in-the-friend-share-email-and-its-reminder"]], "Alternate Post Purchase Script for cart line item passing": [[106, null]], "Alternative Approach: Direct Integration": [[109, "alternative-approach-direct-integration"]], "App Store": [[95, "app-store"]], "Application Attributes": [[43, "application-attributes"]], "Attentive": [[95, null]], "Authentication": [[53, "authentication"]], "Auto-Enrollment": [[121, null]], "Automatic Configuration": [[29, "automatic-configuration"]], "Automatic integration": [[119, "automatic-integration"], [124, "automatic-integration"]], "Available properties": [[12, "available-properties"]], "Best Practices for Speed Optimization": [[109, "best-practices-for-speed-optimization"]], "Binary Framework": [[131, "binary-framework"]], "Building Origin": [[41, "building-origin"]], "Campaign Placements": [[57, null]], "Campaign Types": [[65, null]], "Campaigns": [[118, "campaigns"]], "Check Unsubscribe Webhook": [[138, null]], "Claim by Name": [[65, "claim-by-name"]], "Claim by Name Placement": [[58, null]], "Claiming an Offer": [[52, "claiming-an-offer"]], "CloudSponge Integration": [[80, "cloudsponge-integration"]], "CocoaPods": [[131, "cocoapods"]], "Code Example #1:": [[121, "code-example-1"]], "Code Example #2:": [[121, "code-example-2"]], "Color As Localization": [[1, "color-as-localization"]], "Configure Manifest": [[43, "configure-manifest"]], "Configure SDK and Dependencies": [[43, "configure-sdk-and-dependencies"]], "Configuring Talkable Extension": [[118, "configuring-talkable-extension"]], "Contacts Import": [[127, "contacts-import"]], "Converting Into Localization": [[1, null]], "Cookies": [[107, null]], "Coupon list sync": [[27, "coupon-list-sync"]], "Coupons": [[2, null]], "Create Coupon Webhook": [[140, null]], "Create offer share": [[41, "create-offer-share"]], "Create origin": [[41, "create-origin"]], "Create visitor": [[41, "create-visitor"]], "Creating a Google API Client ID": [[14, "creating-a-google-api-client-id"]], "Creating the referral": [[11, "creating-the-referral"]], "Cross referrals": [[8, "cross-referrals"]], "Currencies in reports": [[15, "currencies-in-reports"]], "Currencies on dashboard": [[15, "currencies-on-dashboard"]], "Custom App": [[96, null]], "Custom App for Loyalty": [[122, null]], "Custom Events": [[46, null], [133, null]], "Custom Integration": [[90, null], [105, "custom-integration"]], "Custom Option (Configuration) Localization": [[1, "custom-option-configuration-localization"]], "Custom Platform": [[63, "custom-platform"], [64, "custom-platform"]], "Custom Segments": [[25, "custom-segments"]], "Customer Service Portal": [[3, null]], "Date Format": [[53, "date-format"]], "Debugging": [[127, "debugging"]], "Decrypting": [[13, "decrypting"]], "Deep Linking": [[43, null]], "Deep linking scheme": [[50, "deep-linking-scheme"]], "Delegated VS Self-managed setup": [[34, "delegated-vs-self-managed-setup"]], "Designer": [[66, null]], "Displaying and Sharing the Offer": [[52, "displaying-and-sharing-the-offer"]], "E-commerce Platforms": [[114, null]], "Editor": [[67, null]], "Email Gating": [[79, "email-gating"]], "Email Marketing & Automation": [[94, null], [105, "email-marketing-automation"]], "Email Share": [[41, "email-share"], [128, "email-share"]], "Email delivery": [[7, "email-delivery"]], "Email sending issues": [[34, "email-sending-issues"]], "Email size": [[66, "email-size"]], "Emarsys": [[97, null]], "Encrypting": [[13, "encrypting"]], "Enrollment via JS Integration": [[121, "enrollment-via-js-integration"]], "Error Handling": [[14, "error-handling"], [40, "error-handling"]], "Errors": [[53, "errors"]], "Event Webhook": [[141, null]], "Example": [[71, "example"], [130, null], [136, "example"], [136, "id1"], [136, "id2"]], "Example 1": [[69, "example-1"]], "Example 2": [[69, "example-2"]], "Example 3": [[69, "example-3"]], "Example 4": [[69, "example-4"]], "Examples:": [[96, "examples"]], "Extra Functionality": [[128, "extra-functionality"]], "F.A.Q.": [[111, null]], "FAQ": [[19, "faq"]], "Features": [[0, null]], "File Encryption": [[13, null]], "Files": [[68, null]], "Filters": [[69, null]], "Floating Widget Placement": [[59, null]], "Flow": [[63, "flow"], [64, "flow"]], "Fonts": [[66, "fonts"]], "For Shopify Online Store 2.0 themes": [[119, "for-shopify-online-store-2-0-themes"]], "For Shopify vintage themes": [[119, "for-shopify-vintage-themes"]], "Friend Claim Page": [[79, null], [88, null]], "Friend Email Gating Webhook": [[139, null]], "Friend Reward Paid Email": [[84, null]], "Friend Share Email": [[86, null]], "Friend Share Email Reminder": [[87, null]], "Friend was blocked for self-referral": [[9, "friend-was-blocked-for-self-referral"]], "Front-end Part": [[17, "front-end-part"]], "GDPR and CCPA compliance": [[107, "gdpr-and-ccpa-compliance"]], "Gathering the info": [[11, "gathering-the-info"]], "General Approval Policy Recommendations": [[22, "general-approval-policy-recommendations"]], "Get started": [[27, "get-started"]], "Getting Started": [[44, null], [131, null]], "Gleam Placement": [[60, null]], "Global": [[77, null]], "Google Login": [[14, null]], "Handling customer inquiries": [[8, "handling-customer-inquiries"]], "Helpful Links": [[109, "helpful-links"]], "Hierarchy": [[41, "hierarchy"]], "History": [[70, null]], "How It Works": [[24, "how-it-works"]], "How To Import the Talkable Public Key": [[13, "how-to-import-the-talkable-public-key"]], "How do I UnBlocklist a user?": [[10, "how-do-i-unblocklist-a-user"]], "How it works?": [[28, "how-it-works"]], "How to add a new app?": [[95, "how-to-add-a-new-app"], [98, "how-to-add-a-new-app"], [99, "how-to-add-a-new-app"], [100, "how-to-add-a-new-app"], [102, "how-to-add-a-new-app"], [103, "how-to-add-a-new-app"]], "How to create or check for existing campaigns": [[112, "how-to-create-or-check-for-existing-campaigns"]], "How to set up a custom domain": [[34, "how-to-set-up-a-custom-domain"]], "Hubspot": [[98, null]], "Iframe Events List": [[30, "iframe-events-list"]], "Image As Localization": [[1, "image-as-localization"]], "Implement TalkableDelegate": [[127, "implement-talkabledelegate"]], "Incentive Criteria": [[78, null]], "Incentives for different currencies": [[15, "incentives-for-different-currencies"]], "Including Product Items": [[21, null]], "Including a Partial in a Main Template": [[71, "including-a-partial-in-a-main-template"]], "Initial Origin": [[52, "initial-origin"]], "Initialization Script": [[108, "initialization-script"], [123, "initialization-script"]], "Initialization Script Notes": [[108, "initialization-script-notes"], [123, "initialization-script-notes"]], "Inline Widget": [[16, "inline-widget"]], "Installation": [[44, "installation"], [118, "installation"]], "Instant Reward": [[80, "instant-reward"]], "Integrating Events": [[12, null]], "Integrating with a Tag Manager": [[109, null]], "Integration": [[45, null], [118, "integration"], [132, null]], "Integration Components": [[108, null], [123, null]], "Integration High-Level Overview": [[110, null]], "Integration Steps": [[14, "integration-steps"]], "Integration instructions": [[58, "integration-instructions"], [59, "integration-instructions"], [60, "integration-instructions"], [61, "integration-instructions"], [62, "integration-instructions"], [63, "integration-instructions"], [64, "integration-instructions"]], "Integration with Third Party Deep Linking Services": [[42, null], [129, null]], "Interactions with the personal name-share link": [[16, "interactions-with-the-personal-name-share-link"]], "Introducing TalkableOfferFragmentListener interface. Bugs fixing.": [[50, "introducing-talkableofferfragmentlistener-interface-bugs-fixing"]], "Introduction": [[29, "introduction"], [53, null]], "Invite": [[65, "invite"]], "Java Example": [[17, "java-example"]], "Klaviyo": [[99, null]], "Leaderboard": [[65, "leaderboard"]], "Legacy Sharing using Social.framework": [[136, "legacy-sharing-using-social-framework"]], "Legacy social sharing": [[128, "legacy-social-sharing"]], "LinkedIn": [[80, "linkedin"]], "Liquid Tutorial 1: Intro & Navigation": [[73, "liquid-tutorial-1-intro-navigation"]], "Liquid Tutorial 2: Using Variables and Filters": [[73, "liquid-tutorial-2-using-variables-and-filters"]], "Liquid Tutorial 3: Using Custom Assets": [[73, "liquid-tutorial-3-using-custom-assets"]], "Liquid variables hints": [[122, "liquid-variables-hints"], [122, "id1"]], "Localization": [[74, null]], "Logging In": [[4, "logging-in"]], "Loyalty Actions": [[123, "loyalty-actions"]], "Loyalty Actions Notes": [[123, "loyalty-actions-notes"]], "Loyalty Dashboard Notes": [[123, "loyalty-dashboard-notes"]], "Loyalty Dashboard Placement": [[61, null]], "Loyalty Integration (beta)": [[120, null]], "Loyalty Widget Notes": [[123, "loyalty-widget-notes"]], "Loyalty Widget Placement": [[62, null]], "Magento 1.x Integration": [[117, null]], "Magento 2.x Integration": [[118, null]], "Magento Integration": [[116, null]], "Magento Platform": [[63, "magento-platform"], [64, "magento-platform"]], "Mailchimp": [[100, null]], "Manual Configuration": [[29, "manual-configuration"]], "Manual integration": [[119, "manual-integration"], [124, "manual-integration"]], "Manual migrating from a vintage theme to an Online store 2.0 theme": [[119, "manual-migrating-from-a-vintage-theme-to-an-online-store-2-0-theme"], [124, "manual-migrating-from-a-vintage-theme-to-an-online-store-2-0-theme"]], "Microsoft Dynamics CRM Integration": [[91, null]], "Move to Fragments": [[50, "move-to-fragments"]], "Moving Subject Line Into Localization": [[1, "moving-subject-line-into-localization"]], "Multi-currency": [[15, null]], "Multi-use Coupons": [[2, "multi-use-coupons"]], "Multiple Email Fields": [[80, "multiple-email-fields"]], "Name Sharing": [[16, null]], "Name Sharing Setup": [[16, "name-sharing-setup"]], "Name Sharing User Flow": [[16, "name-sharing-user-flow"]], "Native Integration via API": [[128, null]], "Native integration via API": [[40, "native-integration-via-api"]], "Native sharing": [[128, "native-sharing"]], "Navigating to the Customer Service Portal": [[4, "navigating-to-the-customer-service-portal"]], "Node.js Example": [[17, "node-js-example"]], "Notifications": [[127, "notifications"]], "Offers Expiration": [[75, null]], "Ometria": [[101, null]], "Oracle Bronto": [[102, null]], "Origins": [[54, null]], "Overriding default behaviour": [[40, "overriding-default-behaviour"]], "Overview": [[4, null], [14, "overview"]], "Page URLs": [[118, "page-urls"]], "Params Encryption": [[17, null]], "Partials": [[71, null]], "Pass Custom User Data": [[18, null]], "Passing currency with the purchase or event": [[15, "passing-currency-with-the-purchase-or-event"]], "Passing email as a GET parameter to Standalone Campaign": [[17, "passing-email-as-a-get-parameter-to-standalone-campaign"]], "Passing visitor\u2019s preferred currency": [[15, "passing-visitor-s-preferred-currency"]], "Person Lookup": [[6, "person-lookup"]], "Phone number gating": [[20, null]], "Post Purchase Campaign": [[47, null], [134, null]], "Post Purchase Campaign setup": [[28, "post-purchase-campaign-setup"]], "Post Purchase Placement": [[63, null]], "Post Purchase Script": [[108, "post-purchase-script"]], "Post Purchase Script Notes": [[108, "post-purchase-script-notes"]], "Post Share Webhook": [[143, null]], "Post-Purchase Enrollment": [[121, "post-purchase-enrollment"]], "Potential Performance Impact": [[109, "potential-performance-impact"]], "Preferred currency": [[15, "preferred-currency"]], "Prerequisites": [[14, "prerequisites"]], "Recharge": [[92, null]], "Referral": [[5, "referral"]], "Referral Dashboard": [[108, "referral-dashboard"]], "Referral Dashboard Notes": [[108, "referral-dashboard-notes"]], "Referral Program via API": [[52, null]], "Referral Tracking Methods": [[31, null]], "Referral Webhook": [[144, null]], "Referral details": [[6, "referral-details"]], "Referrals": [[55, null]], "Referrals Approval": [[22, null]], "Removing the Talkable Integration Script from GTM": [[109, "removing-the-talkable-integration-script-from-gtm"]], "Report Password Protection": [[24, null]], "Request Throttling": [[53, "request-throttling"]], "Requirements": [[2, "requirements"], [43, "requirements"], [44, "requirements"], [131, "requirements"]], "Response Format": [[53, "response-format"]], "Responsive view\u2019s height": [[66, "responsive-views-height"]], "Retrieve an Offer by Short Code": [[128, "retrieve-an-offer-by-short-code"]], "Retrieve offer": [[41, "retrieve-offer"]], "Retrieve rewards": [[41, "retrieve-rewards"]], "Reward": [[5, "reward"]], "Reward Gleam": [[65, "reward-gleam"]], "Reward Webhook": [[145, null]], "Ruby Example": [[17, "ruby-example"]], "SDK Initialization": [[43, "sdk-initialization"]], "Sailthru": [[103, null]], "Salesforce B2C Commerce Cloud Integration": [[115, null]], "Salesforce Integration": [[93, null]], "Segment With Product SKU": [[25, "segment-with-product-sku"]], "Segment With Traffic Source": [[25, "segment-with-traffic-source"]], "Segments": [[25, null]], "Setting up Campaign Placement criteria": [[23, null]], "Setup": [[19, "setup"]], "Sharing via Facebook": [[40, "sharing-via-facebook"]], "SheerID Integration": [[26, null]], "Shopify Fast Checkout": [[16, "shopify-fast-checkout"]], "Shopify Integration": [[119, null], [124, null]], "Shopify Platform": [[63, "shopify-platform"], [64, "shopify-platform"]], "Shopify Price Rule Changed Email Notification": [[27, "shopify-price-rule-changed-email-notification"]], "Shopify Price Rule ID": [[27, "shopify-price-rule-id"]], "Shopify Purchase Syncing": [[28, null]], "Shopify Webhook payload and Talkable Purchase attributes mapping": [[28, "shopify-webhook-payload-and-talkable-purchase-attributes-mapping"]], "Shopify coupon auto-sync": [[2, "shopify-coupon-auto-sync"], [27, null]], "Single Sign-On (SSO)": [[29, null]], "Single-use Coupons": [[2, "single-use-coupons"]], "Site public encryption key": [[17, "site-public-encryption-key"]], "Social Share": [[41, "social-share"]], "Social Sharing": [[136, null]], "Social Sharing from a native campaign": [[136, "social-sharing-from-a-native-campaign"]], "Social Sharing from a web-based campaign": [[136, "social-sharing-from-a-web-based-campaign"]], "Social sharing": [[128, "social-sharing"]], "Specify a custom campaign tag": [[127, "specify-a-custom-campaign-tag"]], "Standalone Campaign": [[48, null], [135, null]], "Standalone Placement": [[64, null]], "Standard Integration": [[113, null]], "Step 1: Installation": [[131, "step-1-installation"]], "Step 2: Configuration": [[131, "step-2-configuration"]], "Submit Origin data to Talkable to generate the Referral": [[52, "submit-origin-data-to-talkable-to-generate-the-referral"]], "Subscribing To Iframe Events": [[30, null]], "Swift Package Manager": [[131, "swift-package-manager"]], "Sync loyalty actions": [[122, "sync-loyalty-actions"]], "Sync loyalty tier transitions": [[122, "sync-loyalty-tier-transitions"]], "Synchronization with ESPs": [[20, "synchronization-with-esps"]], "Talkable Android SDK": [[39, null]], "Talkable Back-end Integration": [[105, "talkable-back-end-integration"]], "Talkable Basics": [[105, null]], "Talkable Campaigns": [[56, null]], "Talkable Container DIV": [[123, "talkable-container-div"]], "Talkable For Mobile": [[105, "talkable-for-mobile"]], "Talkable JS Integration": [[105, "talkable-js-integration"]], "Talkable iOS SDK": [[126, null]], "Terminology": [[5, null]], "Test Mode Display": [[112, "test-mode-display"]], "Testing": [[49, null]], "Testing Single Sign-On": [[29, "testing-single-sign-on"]], "Testing and Deployment": [[14, "testing-and-deployment"]], "Tiered Rewards": [[65, "tiered-rewards"]], "Tracking app opening": [[50, "tracking-app-opening"]], "Troubleshooting": [[125, "troubleshooting"]], "Tutorials": [[76, null]], "UTM Tags": [[33, null]], "Understanding the Cookies We Use": [[107, "understanding-the-cookies-we-use"]], "Unsubscribe Webhook": [[146, null]], "Upgrade": [[50, null]], "Use case #1:
    Where do I find referrals?": [[6, null]], "Use case #2:
    Where is Advocate reward?": [[7, null]], "Use case #3:
    Who should get the reward?": [[8, null]], "Use case #4:
    Did my Friend get an email?": [[9, null]], "Use case #5:
    Blocklisting a user": [[10, null]], "Use case #6:
    Creating a referral for an Advocate": [[11, null]], "Using TalkableOfferFragment directly": [[40, "using-talkableofferfragment-directly"]], "Using URL Parameters": [[32, null]], "Using multiple site slugs": [[40, "using-multiple-site-slugs"]], "Validating the Integration": [[112, null]], "Validation Checklist": [[112, "validation-checklist"]], "Variables": [[72, null]], "Verifying Integration": [[125, null]], "Verifying Integration in JS SPAs": [[125, "verifying-integration-in-js-spas"]], "Verifying success": [[109, "verifying-success"]], "Videos": [[73, null]], "Viewing the results of the manually created referral": [[11, "viewing-the-results-of-the-manually-created-referral"]], "Views": [[81, null]], "Visual Confirmation Note": [[112, "visual-confirmation-note"]], "Web view size": [[66, "web-view-size"]], "Webhook Signature Verification": [[96, "webhook-signature-verification"]], "Webhooks": [[137, null]], "What attributes will the auto-generated Price Rule have?": [[27, "what-attributes-will-the-auto-generated-price-rule-have"]], "What is Price Rule?": [[27, "what-is-price-rule"]], "White-labeling": [[34, null]], "Why aren\u2019t there any coupons created for my auto-synced list?": [[27, "why-aren-t-there-any-coupons-created-for-my-auto-synced-list"]], "Yotpo": [[104, null]], "ZeroClipboard": [[77, "zeroclipboard"]], "ab_test": [[69, "ab-test"]], "add_time": [[69, "add-time"]], "adjust_color": [[69, "adjust-color"]], "asset_url": [[69, "asset-url"]], "async_rendering": [[69, "async-rendering"]], "barcode": [[69, "barcode"]], "barcode_image": [[69, "barcode-image"]], "base64_decode": [[69, "base64-decode"]], "base64_encode": [[69, "base64-encode"]], "claim_url": [[69, "claim-url"]], "date_diff": [[69, "date-diff"]], "date_greater_than": [[69, "date-greater-than"]], "date_greater_than_or_equal": [[69, "date-greater-than-or-equal"]], "encode_query_argument": [[69, "encode-query-argument"]], "events_collection": [[69, "events-collection"]], "format_date": [[69, "format-date"]], "group_by": [[69, "group-by"]], "hours_from_time": [[69, "hours-from-time"]], "human_time_ago": [[69, "human-time-ago"]], "import_font": [[69, "import-font"]], "interpolate": [[69, "interpolate"]], "leaderboard": [[69, "leaderboard"]], "localize": [[69, "localize"]], "md5": [[69, "md5"]], "money": [[69, "money"]], "parse_json": [[69, "parse-json"]], "pluralize": [[69, "pluralize"]], "points": [[69, "points"]], "probability_by": [[69, "probability-by"]], "rand_by": [[69, "rand-by"]], "regexp_captures": [[69, "regexp-captures"]], "rybbon": [[69, "rybbon"]], "scale_color": [[69, "scale-color"]], "showFacebookShareDialogWithParams:completionHandler:": [[136, "showfacebooksharedialogwithparams-completionhandler"]], "showFacebookShareDialogWithParams:delegate:": [[136, "showfacebooksharedialogwithparams-delegate"]], "showTwitterShareDialogWithParams:completionHandler:": [[136, "showtwittersharedialogwithparams-completionhandler"]], "simple_format": [[69, "simple-format"]], "sort": [[69, "sort"]], "squish": [[69, "squish"]], "strip": [[69, "strip"]], "tremendous": [[69, "tremendous"]], "tweet_length": [[69, "tweet-length"]], "update_query": [[69, "update-query"]], "url2png": [[69, "url2png"]], "values": [[69, "values"]], "where": [[69, "where"]], "{{ advocate_info }}": [[72, "advocate-info"]], "{{ advocate_origin }}": [[72, "advocate-origin"]], "{{ coupon_code }}": [[72, "coupon-code"]], "{{ incentives }}": [[72, "incentives"]]}, "docnames": ["advanced_features", "advanced_features/converting_into_localization", "advanced_features/coupons", "advanced_features/customer_service_portal", "advanced_features/customer_service_portal/overview", "advanced_features/customer_service_portal/terminology", "advanced_features/customer_service_portal/use_case_1", "advanced_features/customer_service_portal/use_case_2", "advanced_features/customer_service_portal/use_case_3", "advanced_features/customer_service_portal/use_case_4", "advanced_features/customer_service_portal/use_case_5", "advanced_features/customer_service_portal/use_case_6", "advanced_features/events", "advanced_features/file_encryption", "advanced_features/google_login", "advanced_features/multi_currency", "advanced_features/name_sharing", "advanced_features/params_encryption", "advanced_features/passing_custom_data", "advanced_features/personal_coupon_sharing", "advanced_features/phone_number_gating", "advanced_features/product_items", "advanced_features/referrals_approval", "advanced_features/reg_ex", "advanced_features/report_password_protection", "advanced_features/segments", "advanced_features/sheerid", "advanced_features/shopify_coupons_auto_sync", "advanced_features/shopify_purchase_syncing", "advanced_features/single_sign_on", "advanced_features/subscribing_to_events", "advanced_features/track_methods", "advanced_features/url_parameters", "advanced_features/utm_tags", "advanced_features/white_labeling", "advanced_features/white_labeling/aws_route53", "advanced_features/white_labeling/cloudflare", "advanced_features/white_labeling/godaddy", "advanced_features/white_labeling/shopify", "android_sdk", "android_sdk/advanced", "android_sdk/api", "android_sdk/custom_deep_linking", "android_sdk/deep_linking", "android_sdk/getting_started", "android_sdk/integration", "android_sdk/integration/event", "android_sdk/integration/post_purchase", "android_sdk/integration/standalone", "android_sdk/testing", "android_sdk/upgrade", "api_v2", "api_v2/flow", "api_v2/intro", "api_v2/origins", "api_v2/referrals", "campaigns", "campaigns/campaign_placements", "campaigns/campaign_placements/claim_by_name", "campaigns/campaign_placements/floating_widget", "campaigns/campaign_placements/gleam", "campaigns/campaign_placements/loyalty_dashboard", "campaigns/campaign_placements/loyalty_widget", "campaigns/campaign_placements/post_purchase", "campaigns/campaign_placements/standalone", "campaigns/campaign_types", "campaigns/designer", "campaigns/editor", "campaigns/editor/files", "campaigns/editor/filters", "campaigns/editor/history", "campaigns/editor/partials", "campaigns/editor/variables", "campaigns/editor/videos", "campaigns/localization", "campaigns/offers_expiration", "campaigns/tutorials", "campaigns/tutorials/global", "campaigns/tutorials/incentive_criteria", "campaigns/tutorials/offers_claim", "campaigns/tutorials/offers_show", "campaigns/views", "campaigns/views/advocate_rewards_confirmation", "campaigns/views/advocate_rewards_paid", "campaigns/views/friend_rewards_paid", "campaigns/views/notifier_offers_email", "campaigns/views/notifier_offers_share_via_email", "campaigns/views/notifier_offers_share_via_email_reminder", "campaigns/views/offers_claim", "campaigns/views/offers_show", "custom_integration", "custom_integration/microsoft", "custom_integration/recharge", "custom_integration/salesforce", "email_marketing_and_automation", "email_marketing_and_automation/attentive", "email_marketing_and_automation/custom_app", "email_marketing_and_automation/emarsys", "email_marketing_and_automation/hubspot", "email_marketing_and_automation/klaviyo", "email_marketing_and_automation/mailchimp", "email_marketing_and_automation/ometria", "email_marketing_and_automation/oracle_bronto", "email_marketing_and_automation/sailthru", "email_marketing_and_automation/yotpo", "index", "integration/custom/alternate_post_purchase", "integration/custom/cookies", "integration/custom/integration_components", "integration/custom/integration_tag_manager", "integration/custom/overview", "integration/custom/questions", "integration/custom/validating_integration", "integration/custom_integration", "integration/ecommerce_platforms", "integration/ecommerce_platforms/demandware", "integration/ecommerce_platforms/magento", "integration/ecommerce_platforms/magento/magento1", "integration/ecommerce_platforms/magento/magento2", "integration/ecommerce_platforms/shopify", "integration/loyalty", "integration/loyalty/auto_enrollment", "integration/loyalty/custom_app", "integration/loyalty/integration_components", "integration/loyalty/shopify_integration", "integration/verify", "ios_sdk", "ios_sdk/advanced", "ios_sdk/api_integration", "ios_sdk/custom_deep_linking", "ios_sdk/example", "ios_sdk/getting_started", "ios_sdk/integration", "ios_sdk/integration/event", "ios_sdk/integration/post_purchase", "ios_sdk/integration/standalone", "ios_sdk/social_sharing", "web_hooks", "web_hooks/check_unsubscribe", "web_hooks/claim_signup", "web_hooks/create_coupon", "web_hooks/event", "web_hooks/offer_signup", "web_hooks/post_share", "web_hooks/referral", "web_hooks/reward", "web_hooks/unsubscribe"], "envversion": {"sphinx": 63, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["advanced_features.rst", "advanced_features/converting_into_localization.rst", "advanced_features/coupons.rst", "advanced_features/customer_service_portal.rst", "advanced_features/customer_service_portal/overview.rst", "advanced_features/customer_service_portal/terminology.rst", "advanced_features/customer_service_portal/use_case_1.rst", "advanced_features/customer_service_portal/use_case_2.rst", "advanced_features/customer_service_portal/use_case_3.rst", "advanced_features/customer_service_portal/use_case_4.rst", "advanced_features/customer_service_portal/use_case_5.rst", "advanced_features/customer_service_portal/use_case_6.rst", "advanced_features/events.rst", "advanced_features/file_encryption.rst", "advanced_features/google_login.rst", "advanced_features/multi_currency.rst", "advanced_features/name_sharing.rst", "advanced_features/params_encryption.rst", "advanced_features/passing_custom_data.rst", "advanced_features/personal_coupon_sharing.rst", "advanced_features/phone_number_gating.rst", "advanced_features/product_items.rst", "advanced_features/referrals_approval.rst", "advanced_features/reg_ex.rst", "advanced_features/report_password_protection.rst", "advanced_features/segments.rst", "advanced_features/sheerid.rst", "advanced_features/shopify_coupons_auto_sync.rst", "advanced_features/shopify_purchase_syncing.rst", "advanced_features/single_sign_on.rst", "advanced_features/subscribing_to_events.rst", "advanced_features/track_methods.rst", "advanced_features/url_parameters.rst", "advanced_features/utm_tags.rst", "advanced_features/white_labeling.rst", "advanced_features/white_labeling/aws_route53.rst", "advanced_features/white_labeling/cloudflare.rst", "advanced_features/white_labeling/godaddy.rst", "advanced_features/white_labeling/shopify.rst", "android_sdk.rst", "android_sdk/advanced.rst", "android_sdk/api.rst", "android_sdk/custom_deep_linking.rst", "android_sdk/deep_linking.rst", "android_sdk/getting_started.rst", "android_sdk/integration.rst", "android_sdk/integration/event.rst", "android_sdk/integration/post_purchase.rst", "android_sdk/integration/standalone.rst", "android_sdk/testing.rst", "android_sdk/upgrade.rst", "api_v2.rst", "api_v2/flow.rst", "api_v2/intro.rst", "api_v2/origins.rst", "api_v2/referrals.rst", "campaigns.rst", "campaigns/campaign_placements.rst", "campaigns/campaign_placements/claim_by_name.rst", "campaigns/campaign_placements/floating_widget.rst", "campaigns/campaign_placements/gleam.rst", "campaigns/campaign_placements/loyalty_dashboard.rst", "campaigns/campaign_placements/loyalty_widget.rst", "campaigns/campaign_placements/post_purchase.rst", "campaigns/campaign_placements/standalone.rst", "campaigns/campaign_types.rst", "campaigns/designer.rst", "campaigns/editor.rst", "campaigns/editor/files.rst", "campaigns/editor/filters.rst", "campaigns/editor/history.rst", "campaigns/editor/partials.rst", "campaigns/editor/variables.rst", "campaigns/editor/videos.rst", "campaigns/localization.rst", "campaigns/offers_expiration.rst", "campaigns/tutorials.rst", "campaigns/tutorials/global.rst", "campaigns/tutorials/incentive_criteria.rst", "campaigns/tutorials/offers_claim.rst", "campaigns/tutorials/offers_show.rst", "campaigns/views.rst", "campaigns/views/advocate_rewards_confirmation.rst", "campaigns/views/advocate_rewards_paid.rst", "campaigns/views/friend_rewards_paid.rst", "campaigns/views/notifier_offers_email.rst", "campaigns/views/notifier_offers_share_via_email.rst", "campaigns/views/notifier_offers_share_via_email_reminder.rst", "campaigns/views/offers_claim.rst", "campaigns/views/offers_show.rst", "custom_integration.rst", "custom_integration/microsoft.rst", "custom_integration/recharge.rst", "custom_integration/salesforce.rst", "email_marketing_and_automation.rst", "email_marketing_and_automation/attentive.rst", "email_marketing_and_automation/custom_app.rst", "email_marketing_and_automation/emarsys.rst", "email_marketing_and_automation/hubspot.rst", "email_marketing_and_automation/klaviyo.rst", "email_marketing_and_automation/mailchimp.rst", "email_marketing_and_automation/ometria.rst", "email_marketing_and_automation/oracle_bronto.rst", "email_marketing_and_automation/sailthru.rst", "email_marketing_and_automation/yotpo.rst", "index.rst", "integration/custom/alternate_post_purchase.rst", "integration/custom/cookies.rst", "integration/custom/integration_components.rst", "integration/custom/integration_tag_manager.rst", "integration/custom/overview.rst", "integration/custom/questions.rst", "integration/custom/validating_integration.rst", "integration/custom_integration.rst", "integration/ecommerce_platforms.rst", "integration/ecommerce_platforms/demandware.rst", "integration/ecommerce_platforms/magento.rst", "integration/ecommerce_platforms/magento/magento1.rst", "integration/ecommerce_platforms/magento/magento2.rst", "integration/ecommerce_platforms/shopify.rst", "integration/loyalty.rst", "integration/loyalty/auto_enrollment.rst", "integration/loyalty/custom_app.rst", "integration/loyalty/integration_components.rst", "integration/loyalty/shopify_integration.rst", "integration/verify.rst", "ios_sdk.rst", "ios_sdk/advanced.rst", "ios_sdk/api_integration.rst", "ios_sdk/custom_deep_linking.rst", "ios_sdk/example.rst", "ios_sdk/getting_started.rst", "ios_sdk/integration.rst", "ios_sdk/integration/event.rst", "ios_sdk/integration/post_purchase.rst", "ios_sdk/integration/standalone.rst", "ios_sdk/social_sharing.rst", "web_hooks.rst", "web_hooks/check_unsubscribe.rst", "web_hooks/claim_signup.rst", "web_hooks/create_coupon.rst", "web_hooks/event.rst", "web_hooks/offer_signup.rst", "web_hooks/post_share.rst", "web_hooks/referral.rst", "web_hooks/reward.rst", "web_hooks/unsubscribe.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 17, 19, 20, 22, 27, 28, 29, 30, 34, 37, 39, 40, 41, 42, 44, 47, 48, 49, 50, 52, 53, 54, 55, 56, 58, 60, 65, 68, 69, 77, 79, 84, 86, 88, 89, 92, 96, 107, 108, 109, 111, 112, 116, 123, 126, 128, 129, 131, 134, 135, 136, 137, 140, 144, 145], "0": [2, 9, 12, 14, 29, 39, 43, 44, 58, 61, 62, 69, 72, 107, 114, 116, 118, 120, 125, 131, 137], "00": [21, 53, 69, 72, 106], "000": [69, 72, 120], "000000": 69, "002": 72, "007": 49, "01": 69, "02": [53, 69], "02222": [21, 25, 106, 108], "03": [69, 72], "04": [7, 69], "049_99": 69, "05": 69, "07": [53, 69, 72], "08": 69, "09": 69, "0f7f": [41, 48], "1": [0, 2, 3, 8, 11, 15, 16, 17, 21, 22, 25, 27, 31, 34, 39, 41, 43, 44, 47, 57, 58, 67, 72, 81, 96, 106, 108, 109, 111, 112, 114, 116, 120, 126, 136, 137], "10": [22, 27, 39, 41, 47, 59, 69, 72, 95, 127], "100": [22, 27, 66, 69, 72, 120, 137], "1000": [69, 120], "100011": [21, 25, 106, 108], "1000p": 69, "100125": 128, "100130": 134, "10049": 69, "10050": 69, "100_500": 69, "101": 69, "102": 137, "104": 137, "10_049": 69, "11": [39, 69, 136], "11111": [112, 121, 123], "11112": 112, "11113": 112, "11114": 112, "12": [39, 44], "12025551111": [108, 121, 123], "123": [14, 25], "123456": [41, 47], "12345678": 69, "1234567890": 72, "123test": 119, "127": 137, "128": [69, 137], "129": 137, "13": 69, "136": 137, "14": [69, 137], "143": 137, "148": 137, "15": [12, 27, 69, 140], "150px": 66, "151": 137, "153": 137, "155": 137, "16": [7, 137], "164": 137, "165": 137, "169": 137, "16t02": 53, "17": [7, 69, 128, 137], "170": 137, "171": 137, "173": 137, "174": 137, "174201": 69, "174202": 69, "178": 137, "179": 137, "18": 137, "184": 137, "186": 137, "187": 137, "18934671af": 12, "190": 72, "191": 137, "192": 137, "197": 137, "198": 12, "199": [21, 106], "1jsh17136": 72, "1st": [72, 117], "2": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 120, 122, 123, 125, 126, 127, 130, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "20": [8, 111, 140], "200": [19, 53, 69, 137], "2000": 69, "201": [53, 137], "2014": 69, "2015": [7, 69], "2016": 72, "2018": 69, "2019": [19, 69], "202": 137, "2020": 117, "2022": 53, "203": 137, "204": 137, "2048": 17, "205": 137, "206": 137, "207": 137, "208": 137, "20kb": [108, 123], "20name": 69, "21": [137, 140], "210": 137, "211": 137, "217": 137, "218": 137, "219": 137, "22": [134, 137], "2201925": 137, "222": 137, "226": 137, "228": 137, "22t15": 69, "23": [21, 25, 43, 106, 108, 137], "231": 137, "232": 137, "233": 137, "236": 137, "24": [34, 50, 69, 111], "241": 137, "243": 137, "244": 137, "247": 137, "24px": 69, "25": 50, "252": 137, "253": 137, "255": [2, 19, 69], "256": [43, 69, 96], "26": [50, 137], "27": [43, 69], "27t00": 72, "29": 69, "2guvamq": 72, "2ipp0rx": 72, "2nd": [12, 72, 81], "2px": 69, "2xx": [137, 144], "3": [0, 1, 2, 3, 5, 15, 16, 19, 25, 34, 39, 43, 67, 81, 89, 95, 96, 106, 108, 109, 111, 126, 134, 137, 144, 145], "30": [22, 69, 111], "300": [79, 80], "3000": 79, "30px": 69, "31": 22, "3166": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "320px": 66, "32px": 1, "33": [69, 134], "34": [12, 137], "35": 137, "360": 69, "4": [0, 2, 3, 34, 39, 43, 44, 57, 67, 111, 121, 128, 134, 136, 140], "400": [53, 107, 137], "401": 53, "404": 53, "407e": [41, 48], "40exampl": 32, "41": [69, 72, 137], "41ec": 41, "42": 69, "420": 69, "4217": 15, "422": 53, "429": 53, "43": [53, 69, 128], "44": 137, "456": 25, "475": 12, "48": [111, 137], "480px": [66, 82, 83, 84, 85, 86, 87], "48px": 1, "49e96d101e0": 41, "5": [0, 3, 12, 15, 19, 34, 39, 43, 44, 57, 58, 61, 62, 69, 111, 112, 116, 117, 121, 131, 134, 145], "50": [1, 5, 16, 69, 72, 120, 137], "500": [53, 69, 80, 120, 137], "502": 53, "503": 53, "504": 53, "509": 29, "50px": 69, "51": 137, "52": [72, 137], "53": 69, "54": 137, "55": 137, "58": [53, 137], "6": [0, 2, 3, 39, 43, 72, 111, 137], "60": [22, 83], "604800": 69, "640x480": 69, "6567": 41, "68": 137, "7": [2, 6, 39, 43, 111, 137], "70": 22, "72": [87, 137], "73": 137, "745": 69, "77": 137, "78": 17, "797": 53, "8": [2, 39, 43, 44], "800x500px": 66, "86": 137, "8601": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "86400": 69, "87": 137, "89": 12, "8d12": [41, 48], "9": [2, 39, 69, 116, 121, 128, 131, 136], "90": 69, "91": 137, "94": 137, "94103": 12, "95": 72, "97": [21, 25, 106, 108], "980px": [108, 123], "98237519": 69, "98237520": 69, "99": [41, 47, 69, 95, 134], "A": [1, 2, 5, 11, 12, 14, 15, 19, 27, 29, 54, 55, 57, 65, 69, 95, 98, 99, 100, 102, 103, 105, 108, 109, 113, 117, 121, 145], "And": 72, "As": [0, 5, 9, 19, 22, 27, 69, 118, 125], "At": [1, 19, 22, 63, 66, 107], "Be": 22, "But": [17, 41, 75, 127], "By": [14, 15, 33, 34, 40, 49, 57, 64, 65, 66, 69, 71, 82, 83, 84, 85, 86, 87, 122, 127], "FOR": 21, "For": [0, 1, 5, 6, 13, 14, 15, 16, 17, 22, 25, 27, 29, 34, 35, 38, 42, 52, 53, 54, 59, 60, 64, 66, 69, 85, 95, 108, 114, 116, 118, 120, 121, 129, 131, 135, 137, 143, 145], "IN": 80, "IT": 118, "If": [1, 2, 4, 7, 8, 9, 10, 12, 13, 14, 15, 16, 18, 19, 22, 23, 25, 27, 28, 29, 34, 37, 40, 41, 42, 46, 47, 57, 58, 59, 60, 61, 62, 63, 64, 66, 69, 72, 75, 77, 78, 80, 81, 85, 87, 92, 95, 108, 109, 110, 112, 117, 118, 119, 123, 124, 125, 128, 129, 130, 133, 134, 136, 137, 138, 140, 144, 145], "In": [0, 1, 2, 3, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 22, 23, 25, 27, 28, 30, 31, 35, 36, 37, 38, 46, 49, 50, 52, 53, 54, 57, 69, 71, 73, 75, 80, 84, 107, 108, 109, 112, 117, 119, 122, 124, 125, 128, 130, 133, 137, 140], "Into": [0, 105], "It": [0, 1, 2, 5, 7, 10, 12, 13, 16, 17, 18, 19, 27, 28, 31, 34, 41, 47, 50, 52, 57, 60, 61, 62, 63, 64, 67, 69, 74, 77, 79, 83, 88, 95, 107, 108, 109, 120, 127, 128, 131, 134, 143, 144, 145], "NO": 128, "NOT": 9, "No": [5, 8, 53, 66, 80, 137], "Not": [29, 53, 131], "ON": 66, "OR": 29, "On": [0, 8, 19, 89, 105, 119], "One": [9, 12, 144, 145], "Such": [5, 81], "That": [27, 31, 34], "The": [1, 4, 5, 6, 7, 8, 9, 11, 14, 15, 16, 18, 19, 21, 22, 23, 25, 27, 29, 31, 34, 35, 36, 37, 38, 40, 43, 44, 45, 48, 49, 53, 54, 55, 57, 58, 64, 65, 66, 69, 71, 80, 83, 84, 86, 92, 95, 96, 98, 99, 100, 102, 103, 106, 108, 109, 110, 111, 112, 115, 116, 117, 118, 119, 120, 122, 123, 124, 127, 128, 131, 132, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "Their": 137, "Then": [1, 40, 64, 117, 118], "There": [2, 7, 8, 9, 16, 22, 27, 29, 41, 55, 66, 69, 72, 109, 112, 121], "These": [25, 27, 107, 108, 111, 140], "To": [0, 1, 4, 7, 9, 10, 11, 16, 17, 18, 19, 22, 24, 25, 27, 28, 34, 40, 42, 43, 46, 50, 53, 54, 55, 56, 68, 70, 71, 73, 80, 83, 84, 86, 87, 88, 96, 105, 107, 109, 110, 116, 118, 119, 120, 122, 123, 124, 125, 128, 129, 130, 131, 133, 137, 144, 145], "With": [0, 12, 26, 61, 63, 64, 91, 93, 94, 97, 98, 99, 100, 101, 102, 103, 104, 105, 131], "_": [2, 18, 69], "_ga": 107, "_nonnul": 129, "_nullabl": 129, "_post": 137, "_purchase_data": 15, "_shorturlcod": 128, "_spf": 34, "_talkable_data": [18, 21, 25, 106, 108, 119], "_talkable_order_item": 119, "_talkable_purchase_item": [21, 106], "_talkablecompletionhandl": 136, "_talkableq": [12, 15, 17, 18, 21, 25, 106, 108, 109, 119, 121, 123], "a0n4v00000jdkctuab": 115, "a68c": 41, "a8db7683": [41, 48], "a9a3472f4ea858758e0cd686de8408e2": 69, "aar": 43, "ab": [0, 1], "ab_test": 67, "ab_test_identifi": 69, "abcxyz": 41, "abil": [31, 50, 74, 92, 107, 135, 138], "abl": [1, 7, 11, 12, 13, 19, 22, 31, 42, 57, 62, 66, 69, 74, 75, 109, 111, 117, 129, 140, 145], "abnorm": 111, "about": [0, 7, 12, 19, 27, 30, 34, 46, 50, 52, 53, 57, 58, 59, 60, 61, 62, 63, 64, 69, 82, 83, 84, 85, 86, 87, 95, 98, 99, 100, 102, 103, 108, 119, 121, 122, 123, 127, 133, 137, 140, 143, 145], "abov": [1, 8, 9, 11, 19, 21, 22, 44, 69, 106, 120, 131, 136], "absent": 27, "absolut": 69, "abstract": 41, "abus": 10, "acbd18db4cc2f85cedef654fccc4a4d8": 69, "accept": [0, 42, 53, 69, 108, 123, 137], "access": [5, 14, 15, 18, 28, 48, 51, 57, 61, 64, 70, 71, 108, 114, 116, 121, 127, 128, 135], "accomplish": 137, "accord": [5, 8, 15, 29, 31, 53, 92, 122, 138, 145], "accordingli": 33, "account": [4, 14, 15, 22, 35, 37, 53, 61, 69, 80, 108, 109, 110, 111, 113, 115, 117, 118, 119, 120, 123, 124, 144, 145], "accru": 92, "accumul": 92, "accuraci": 15, "achiev": 52, "acquir": [95, 98, 99, 100, 102, 103], "acquisit": 95, "across": [1, 18, 27, 33], "action": [2, 5, 8, 22, 25, 27, 43, 44, 46, 47, 50, 52, 53, 58, 59, 72, 79, 80, 81, 92, 111, 117, 119, 120, 130, 133, 134], "activ": [2, 14, 22, 29, 34, 40, 42, 43, 44, 47, 48, 50, 65, 72, 77, 85, 87, 107, 112, 144], "active_support": 96, "activesupport": 96, "actual": [10, 15, 71, 130, 131], "ad": [0, 3, 5, 12, 16, 33, 39, 40, 46, 58, 59, 60, 61, 62, 67, 69, 74, 108, 109, 110, 120, 123, 128, 131, 133, 140, 141], "ad_discount": 72, "add": [0, 1, 8, 10, 14, 16, 18, 21, 29, 34, 36, 37, 38, 40, 43, 44, 50, 61, 63, 64, 66, 69, 71, 80, 94, 108, 109, 110, 111, 113, 119, 120, 123, 124, 131, 137, 140, 141], "add_tim": 67, "addclass": 80, "addit": [0, 1, 6, 10, 12, 17, 19, 42, 46, 52, 58, 59, 60, 61, 62, 63, 72, 108, 109, 110, 111, 113, 118, 119, 129, 133, 136, 137, 140, 144, 145], "additem": [41, 47], "addition": [22, 28], "addobserv": 127, "addonsuccesslisten": 42, "addprovid": 17, "address": [6, 7, 8, 9, 10, 11, 12, 13, 17, 21, 22, 25, 28, 31, 32, 47, 48, 64, 72, 89, 95, 98, 99, 100, 102, 103, 106, 108, 109, 111, 119, 128, 134, 135, 137, 138, 143], "address1": 119, "address2": 119, "address_book": 80, "address_kei": 119, "adequ": 22, "adjust": [69, 122], "adjust_color": 67, "admin": [31, 38, 55, 58, 59, 60, 63, 64, 108, 109, 110, 116, 117, 118, 119, 124, 125], "administr": [118, 119, 137], "adob": 66, "advanc": [0, 1, 12, 14, 19, 25, 39, 50, 69, 79, 80, 105, 126, 136, 140], "advis": 107, "advoc": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 81, 84, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 143, 144, 145, 146], "advocate_custom_properti": 18, "advocate_incent": 1, "advocate_info": [1, 67, 69], "advocate_off": 72, "advocate_origin": [25, 67], "advocate_rewards_confirm": 138, "advocate_rewards_paid": 138, "advocate_share_page_button_color": 1, "advocate_share_page_channel_personal_nam": 16, "advocate_share_page_headlin": 1, "af2d501035c8": [41, 48], "affect": [22, 75], "affili": [72, 85], "affiliatememb": [40, 41, 48], "afraid": [1, 22], "after": [6, 7, 8, 11, 13, 16, 19, 22, 24, 27, 31, 34, 40, 41, 44, 47, 52, 54, 55, 57, 58, 65, 66, 74, 75, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 108, 109, 110, 111, 112, 115, 117, 119, 121, 124, 125, 127, 128, 131, 134, 137, 139, 140, 142, 144, 145], "ag": [25, 106, 108], "again": [7, 9, 10, 19, 31, 40, 53, 79, 117], "agent": [8, 109], "aggreg": [15, 19, 22], "ago": 69, "ahead": [58, 59, 60], "aim": 138, "air": 72, "aj7292": 72, "aka": [31, 137], "alert": [8, 30, 79], "alia": 69, "align": [28, 107], "all": [0, 1, 2, 5, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 21, 22, 24, 25, 27, 29, 31, 34, 41, 42, 43, 44, 49, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 63, 66, 69, 72, 75, 77, 79, 80, 81, 83, 84, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 108, 109, 110, 111, 112, 113, 115, 117, 118, 120, 122, 123, 125, 127, 129, 130, 131, 137], "alloc": [22, 128, 136], "allocation_method": 27, "allot": 65, "allow": [1, 2, 4, 8, 9, 12, 15, 18, 19, 20, 22, 23, 27, 28, 32, 34, 36, 43, 47, 49, 54, 55, 57, 58, 62, 65, 66, 67, 69, 71, 74, 75, 76, 80, 84, 92, 95, 96, 98, 99, 100, 102, 103, 108, 110, 111, 112, 116, 118, 121, 122, 134, 137, 144, 145], "allowbackup": 44, "allproject": [43, 44], "along": [0, 1, 15, 21, 86, 111, 112], "alpha": [12, 69], "alreadi": [1, 7, 8, 19, 23, 31, 35, 37, 48, 56, 57, 58, 59, 60, 61, 62, 63, 64, 73, 77, 84, 120, 131, 135, 136], "also": [1, 5, 6, 7, 8, 9, 10, 12, 13, 15, 17, 19, 21, 22, 40, 41, 42, 44, 55, 57, 64, 65, 66, 69, 72, 80, 81, 92, 110, 111, 119, 121, 127, 129, 131, 136, 138, 140], "altern": [9, 12, 19, 108, 113, 125, 131], "alwai": [1, 5, 12, 19, 23, 27, 57, 66, 69, 72, 75, 91, 122, 140], "amaz": 134, "ambigu": 2, "among": 34, "amount": [11, 15, 19, 22, 27, 28, 69, 72, 108, 119, 120, 140, 144, 145], "ampsoft": 66, "an": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 13, 14, 15, 16, 19, 21, 22, 24, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 46, 47, 49, 50, 51, 53, 54, 55, 56, 57, 64, 65, 66, 69, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 85, 86, 89, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 110, 111, 113, 114, 117, 118, 120, 122, 126, 127, 133, 134, 137, 138, 139, 140, 141, 142, 143, 144, 145], "analog": 136, "analyt": [107, 139, 142, 143, 144], "andhandl": 128, "andoid": 39, "andregisterdeeplinkhandl": 129, "android": [31, 40, 42, 43, 44, 46, 47, 48, 50, 105], "androidmanifest": [43, 44, 50], "androidx": 50, "andsiteid": 131, "ani": [0, 1, 2, 8, 12, 15, 16, 18, 19, 22, 23, 25, 31, 34, 40, 41, 52, 53, 57, 58, 59, 60, 61, 62, 64, 65, 69, 71, 74, 75, 84, 91, 93, 105, 108, 109, 110, 111, 112, 113, 115, 118, 119, 120, 124, 128, 130, 135, 137, 138, 139, 141, 142, 143, 144, 145, 146], "anim": 128, "anoth": [1, 9, 31, 38, 40, 57, 64, 69], "another_subdomain": 34, "answer": 137, "anymor": 136, "anyon": [112, 125], "anyth": [41, 63, 78, 119, 124], "anywher": [57, 65], "api": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 39, 42, 43, 44, 45, 46, 47, 48, 49, 50, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "api_error": 40, "apierror": 41, "apivisitor": 41, "apk": [44, 50], "app": [14, 20, 27, 29, 39, 40, 41, 42, 43, 44, 45, 46, 48, 49, 52, 69, 80, 94, 105, 118, 119, 120, 126, 127, 128, 129, 131, 132, 133, 135, 136, 137], "app_nam": 44, "appear": [1, 8, 11, 31, 34, 56, 74, 77, 81, 125], "append": [25, 112], "appexchang": 115, "appid": 43, "appl": [71, 136], "appli": [1, 4, 12, 19, 23, 27, 31, 37, 38, 49, 62, 92, 95, 108, 115], "applic": [14, 27, 40, 44, 48, 50, 53, 54, 92, 95, 98, 99, 100, 102, 103, 129, 131, 135, 145], "applicationid": 43, "appoint": 54, "approach": [108, 113], "appropri": [35, 36, 37, 111, 137], "approv": [0, 5, 7, 8, 54, 55, 69, 82, 83, 105, 111, 144, 145], "appthem": 44, "appxlistingdetail": 115, "apr": 69, "apt": [21, 25, 106, 108], "ar": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 18, 19, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 33, 34, 35, 38, 40, 41, 42, 49, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 69, 71, 72, 73, 74, 75, 77, 81, 82, 83, 91, 93, 95, 98, 99, 100, 102, 103, 107, 108, 109, 110, 111, 112, 118, 120, 121, 123, 125, 128, 129, 131, 135, 136, 137, 138, 140, 144, 145], "area": [1, 5, 66, 72, 111], "aren": 0, "arg": 17, "argument": [15, 30, 42, 69, 121], "armor": 13, "around": [5, 12, 108, 123, 127], "arrai": [12, 21, 69, 106, 108, 131, 134], "articl": [1, 136], "asc": 13, "ask": [10, 16, 19, 52, 111, 127], "asn1": 17, "assert": 29, "asset": [1, 67, 68, 69], "asset_url": 67, "assign": [1, 16, 19, 25, 27, 49, 69, 71, 127], "assist": [65, 109], "associ": [5, 6, 8, 12, 18, 19, 27, 31, 55, 69, 72, 77, 107, 109, 137, 140, 144], "assum": [78, 125], "asymmetr": 17, "async": [108, 119, 123], "async_advocate_info": 69, "async_dashboard_data": 69, "async_liquid_refer": 69, "async_rend": 67, "attach": [2, 12, 19, 27, 57, 63, 64, 113], "attack": 24, "attempt": [8, 22, 69, 128, 136, 138], "attend": 54, "attent": [20, 37, 94, 105, 111], "attr": 80, "attribut": [0, 1, 19, 25, 30, 31, 50, 69, 80, 81, 88, 89, 95, 98, 99, 100, 102, 103, 108, 111, 128, 136], "aud": 15, "authent": [19, 50, 51, 61, 96], "authenticate_custom": [15, 17, 18, 61, 62, 108, 119, 121, 123], "author": [14, 27, 32, 43, 53, 119, 124, 137], "authorit": 137, "auto": [0, 5, 8, 22, 43, 92, 105, 108, 111, 120, 140, 144], "autoinitsdkcontentprovid": 43, "autom": [22, 27, 67, 97, 101, 104, 139, 142, 143, 144, 145], "automat": [0, 5, 8, 18, 22, 28, 31, 38, 46, 48, 55, 57, 63, 64, 71, 74, 91, 92, 93, 95, 111, 114, 120, 128, 133, 135, 136, 137, 140, 144, 145], "autoverifi": 43, "avail": [0, 2, 5, 15, 16, 18, 19, 27, 28, 31, 41, 46, 49, 50, 53, 69, 72, 77, 89, 92, 95, 98, 99, 100, 102, 103, 108, 117, 118, 120, 121, 122, 123, 124, 127, 133, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "available_item": 25, "avoid": [2, 12, 17, 34], "aw": [0, 34], "awai": 108, "await": [5, 8], "awar": [109, 127], "awesom": 21, "b": [1, 2, 69], "b2c": [105, 114], "back": [0, 1, 7, 17, 66, 69, 91, 93, 117, 119, 124, 140], "backend": [12, 19, 54, 140, 141], "background": [1, 66, 69, 83, 140], "backoff": 53, "backqout": 23, "backslash": 23, "backward": 128, "bad": [40, 50, 53, 137], "badpaddingexcept": 17, "balanc": [22, 120], "banner": 60, "bar": [11, 25, 57, 68, 69, 70, 125, 131], "barcod": 67, "barcode_imag": 67, "base": [0, 8, 12, 15, 22, 25, 27, 40, 46, 56, 57, 63, 64, 65, 66, 69, 71, 72, 74, 85, 96, 108, 111, 120, 122, 126, 128, 133, 137, 140], "base64": [17, 69, 96], "base64_decod": 67, "base64_encod": 67, "basi": [22, 29], "basic": [1, 29, 47, 66, 73, 79, 80, 134], "batch": 120, "baz": 69, "bc": 17, "bcpkix": 17, "bcprov": 17, "bearer": 53, "becaus": [1, 5, 6, 8, 19, 22, 24, 31, 53, 56, 57, 66, 72, 75, 82, 109, 145], "becom": [1, 5, 13, 27, 34, 48, 64, 75, 77, 135, 139, 142, 144], "been": [7, 8, 12, 17, 19, 54, 57, 58, 60, 77, 83, 117, 118, 127, 141, 144, 145], "befor": [2, 8, 13, 14, 16, 22, 23, 27, 31, 50, 52, 63, 64, 69, 77, 81, 82, 109, 112, 119, 139, 140, 142], "beforehand": [11, 48, 135], "begin": [12, 14, 17, 18, 21, 22, 25, 106, 108, 119, 123], "behalf": [34, 111], "behav": 92, "behavior": [22, 28, 121], "behaviour": 39, "behind": [108, 110, 113, 137], "being": [12, 22, 48, 57, 66, 82, 107, 109, 112, 135, 136, 144], "belong": 19, "below": [8, 9, 12, 13, 21, 22, 23, 25, 27, 30, 32, 34, 35, 36, 37, 38, 40, 41, 57, 68, 109, 110, 112, 119, 120, 127, 128, 135, 137, 140], "benefit": [1, 22, 108, 109], "best": [0, 22, 64, 108, 110, 113, 120, 136], "beta": 105, "better": [22, 69], "between": [1, 5, 16, 19, 22, 28, 31, 49, 56, 64, 66, 69, 72, 83, 108, 111], "bg_transpar": 69, "bill": 54, "billing_address": 119, "bin": 118, "binari": 126, "bindclicktocopi": 77, "bindcliptocopi": [79, 80], "bit": [17, 72], "black": 69, "blank": [1, 7, 14, 25, 27, 29, 69, 75, 78, 79, 108, 122], "block": [0, 1, 3, 5, 8, 10, 11, 22, 31, 57, 66, 77, 109, 111, 119, 128, 129, 136, 144], "blocker": 109, "blocklist": [0, 3, 5, 8], "blue": 69, "bodi": [1, 41, 53, 66, 69, 71, 108, 110, 111, 113, 123, 128], "bogdan": 69, "bool": [127, 129], "boolean": [16, 41, 49, 69, 138], "border": [1, 69], "both": [1, 2, 8, 12, 16, 20, 25, 29, 34, 57, 65, 69, 71, 75, 82, 83, 84, 85, 86, 87, 89, 92, 109, 110, 111, 123, 140, 144, 145], "bottom": [1, 6, 60, 65, 89], "bounci": 17, "bouncycastl": 17, "bouncycastleprovid": 17, "bound": [31, 80, 131], "box": [4, 19, 29, 53, 66, 69], "br": 69, "branch": [42, 129], "brancherror": 42, "branchreferralinitlisten": 42, "brand": [19, 95], "break": [25, 49, 127, 140], "brick": 54, "brief": 13, "bring": [0, 89], "broadli": 107, "bronto": [20, 94, 105], "brown": 18, "brows": [8, 9], "browsabl": [43, 44, 50], "browser": [23, 28, 31, 43, 53, 66, 107, 109, 118], "browser_ip": 28, "btn": 80, "btoa": 96, "buffer": [17, 96], "bug": 39, "bugsnag": 107, "build": [0, 1, 39, 43, 44, 49, 50, 52, 74, 131], "built": [39, 40, 41, 50, 53, 64, 126, 136], "bulletproof": 69, "bundl": [43, 44, 50], "busi": [0, 12, 22, 54, 108, 110, 115, 139, 142, 143, 144], "button": [1, 7, 8, 11, 19, 30, 35, 48, 57, 63, 64, 68, 71, 79, 80, 85, 109, 111, 112, 117, 119, 120, 124, 127, 131, 135, 136], "buyer": 31, "bypass": 22, "byte": 17, "c": 2, "c29tzsbzdhjpbmc": 69, "ca": 25, "cach": [15, 117, 118], "calcul": [27, 53, 69, 75, 96, 108, 140], "calculated_signatur": 96, "calculatedsignatur": 96, "call": [5, 6, 8, 13, 15, 18, 25, 34, 40, 41, 42, 43, 44, 46, 50, 53, 55, 58, 59, 61, 62, 69, 74, 81, 111, 119, 121, 124, 128, 129, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "callback": [30, 40, 50, 137], "callback1": 41, "callback2": [41, 46], "campaign": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 24, 25, 26, 29, 30, 31, 32, 33, 34, 39, 40, 41, 43, 44, 45, 46, 49, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 62, 63, 64, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 113, 114, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 128, 130, 131, 132, 133, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "campaign_error": 40, "campaign_layout": 69, "campaign_setup": 72, "campaign_tag": [12, 32, 69, 128], "campaigntag": [47, 48], "can": [0, 1, 2, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 27, 29, 30, 31, 33, 34, 39, 40, 41, 42, 44, 45, 46, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 69, 70, 71, 72, 73, 74, 77, 78, 81, 82, 83, 84, 85, 86, 92, 95, 96, 98, 99, 100, 102, 103, 107, 108, 109, 111, 112, 113, 115, 117, 118, 119, 121, 122, 123, 125, 126, 127, 128, 129, 131, 132, 133, 135, 136, 137, 138, 140, 144, 145], "canada": 4, "cancel": [55, 141], "cannot": [5, 18, 19, 25, 27, 53, 57, 66, 71, 75, 117], "canva": [66, 69], "capabl": [13, 18, 39, 126], "captur": [30, 47, 54, 65, 69, 84, 95, 98, 99, 100, 102, 103, 108, 111, 123, 134, 141], "card": [7, 16, 22, 69], "cart": [16, 21, 23, 27, 57, 63, 108, 112, 113], "cartridg": 115, "cascad": 1, "case": [0, 1, 2, 3, 4, 5, 12, 14, 19, 22, 25, 27, 28, 31, 35, 48, 50, 53, 54, 55, 57, 66, 69, 79, 83, 92, 95, 105, 108, 109, 117, 122, 125, 127, 128, 130, 131, 135, 137, 139, 140, 141, 142, 143, 144, 145, 146], "castl": 17, "catch": [17, 22, 59, 127], "categor": [25, 107], "categori": [12, 22, 41, 43, 44, 46, 50, 72, 133, 138], "caus": [66, 108, 123], "ccpa": 113, "cdp": [96, 122], "cellpad": 69, "cellspac": 69, "central": 109, "certain": [8, 19, 22, 27, 46, 55, 69, 109, 120, 133, 144, 145], "certif": [29, 34, 38, 43], "cfbundleurlschem": 131, "cfbundleurltyp": 131, "chain": [31, 52, 128], "challeng": 49, "chanc": [5, 11], "chang": [0, 1, 10, 12, 14, 16, 19, 20, 22, 23, 30, 34, 36, 40, 50, 53, 56, 57, 58, 59, 63, 64, 66, 67, 69, 70, 74, 75, 80, 84, 85, 86, 87, 88, 89, 91, 93, 110, 117, 118, 119, 124, 127, 137], "channel": [1, 9, 16, 30, 31, 33, 41, 52, 58, 65, 69, 80, 95, 106, 108, 128, 131, 143], "charact": [2, 12, 16, 19], "characterist": 25, "charg": [54, 92], "charset": 2, "check": [1, 2, 5, 6, 7, 11, 12, 13, 14, 22, 27, 29, 31, 34, 40, 42, 43, 50, 62, 63, 64, 66, 77, 79, 80, 81, 87, 95, 98, 99, 100, 102, 103, 105, 108, 109, 111, 113, 116, 119, 126, 129, 137, 144], "check_unsubscribe_web_hook": 137, "checkbox": [1, 20, 23, 27, 79, 87, 89, 121, 139, 142], "checklist": 113, "checkout": [0, 6, 19, 21, 22, 25, 27, 47, 57, 62, 63, 66, 77, 78, 85, 92, 106, 108, 109, 110, 111, 112, 113, 119, 120, 123, 134], "chiev": 1, "children": [1, 80], "choic": [15, 40, 56, 118, 120], "choos": [11, 12, 15, 19, 34, 57, 66, 68, 95, 98, 99, 100, 102, 103, 109, 111, 119, 131, 137, 140], "chosen": [8, 15], "chrome": 125, "cipher": 17, "ciphertext": 17, "citi": [21, 72, 106, 108, 119], "cityvil": 25, "claim": [16, 19, 22, 30, 31, 39, 51, 56, 57, 66, 69, 72, 75, 76, 77, 81, 84, 86, 87, 89, 112, 126, 139, 145], "claim_link": 128, "claim_signup_web_hook": 137, "claim_url": [52, 67, 80], "claimcod": 69, "claimlink": 128, "class": [1, 17, 40, 41, 43, 44, 50, 69, 77, 79, 80, 88, 89, 118, 127], "classnam": 80, "clear": [117, 118], "clearinterv": 80, "clearli": 25, "click": [1, 6, 7, 8, 9, 14, 16, 19, 21, 22, 25, 29, 30, 31, 33, 34, 35, 36, 37, 43, 48, 53, 57, 58, 59, 68, 69, 70, 71, 74, 77, 79, 80, 84, 89, 95, 98, 99, 100, 102, 103, 108, 109, 111, 117, 119, 122, 124, 125, 130, 131, 135, 136, 137, 140, 145], "client": [0, 16, 53, 54, 66, 98, 99, 100, 102, 103, 108, 119, 123, 137, 138, 140], "clipboard": [77, 80, 89], "close": [0, 30, 40, 47, 52, 53, 57, 107, 119, 134], "closest": [27, 75], "closeup": 6, "cloud": [58, 59, 60, 61, 62, 105, 114], "cloudflar": [0, 34], "cloudfront": [13, 36, 69, 108, 119, 123], "cloudspong": [76, 89], "cm": [17, 34], "cmd": [1, 125], "cname": [34, 35, 36, 37, 38], "co": 19, "cocoapod": 126, "code": [1, 2, 4, 6, 7, 8, 9, 12, 15, 16, 17, 19, 21, 22, 25, 27, 28, 30, 31, 40, 41, 43, 47, 48, 50, 53, 57, 60, 63, 65, 67, 69, 71, 72, 77, 79, 80, 83, 84, 87, 88, 92, 96, 106, 108, 109, 111, 119, 120, 123, 124, 125, 126, 127, 130, 134, 135, 137, 139, 140, 141, 144, 145], "collect": [0, 18, 20, 22, 48, 69, 91, 93, 109, 110, 122, 135, 137, 139, 142], "color": [0, 66, 69, 135], "column": [9, 25, 37], "com": [0, 6, 12, 13, 14, 17, 21, 23, 25, 30, 32, 33, 34, 35, 36, 37, 38, 40, 41, 43, 44, 46, 47, 48, 50, 52, 53, 58, 59, 63, 64, 66, 69, 72, 74, 79, 80, 106, 107, 108, 110, 112, 115, 119, 120, 121, 123, 124, 125, 128, 130, 131, 133, 134, 135, 137], "combat": 22, "combin": [8, 22, 89, 109], "come": [1, 11, 13, 40, 57, 105, 125], "comma": [10, 28, 41, 128], "command": [13, 118], "commerc": [54, 58, 59, 60, 61, 62, 105, 110, 120], "commit": 70, "common": [8, 9, 11, 14, 22, 34, 53, 61, 66, 108, 111], "commonli": 66, "commun": [19, 94, 111], "compani": [54, 55, 111], "compar": [7, 28, 57, 69, 96], "compat": [50, 66, 109, 128, 137], "competit": 65, "compil": [50, 118], "complet": [5, 13, 14, 19, 42, 46, 58, 59, 60, 61, 62, 65, 95, 96, 98, 99, 100, 102, 103, 108, 111, 118, 123, 127, 128, 129, 133, 136, 139], "completionhandl": [126, 127], "complex": 18, "complianc": 113, "compliant": [107, 137], "compon": [33, 71, 105, 110, 113, 120], "compos": [7, 108, 118, 123, 128, 136], "comprehens": 14, "compromis": 96, "comput": [53, 96], "concern": [109, 137], "condit": [18, 42, 69, 72, 78, 81, 82, 83, 84, 85, 86, 87, 95, 98, 99, 100, 102, 103, 129], "config": [69, 117, 118, 125], "configur": [0, 5, 8, 14, 15, 16, 20, 22, 27, 34, 39, 40, 46, 55, 61, 63, 64, 82, 83, 84, 85, 86, 95, 108, 111, 114, 115, 116, 117, 122, 123, 126, 128, 130, 132, 133, 137, 140, 144, 145], "configureshareonlinkedin": 80, "confirm": [16, 34, 47, 56, 57, 63, 81, 108, 109, 110, 111, 113, 134], "conform": [69, 136], "confus": 2, "connect": [5, 14, 31, 38, 95, 118], "consecut": [53, 69], "consent": [14, 20, 107, 121], "consid": [2, 61, 108, 109, 111, 137, 144], "consider": 109, "consist": [15, 34, 65, 118], "consol": [14, 17, 69, 127], "const": [17, 96], "constant": [17, 28], "construct": [42, 129], "consum": [29, 53, 92], "consumpt": 53, "contact": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "contain": [1, 7, 16, 18, 23, 30, 41, 64, 66, 80, 91, 96, 108, 110, 111, 112, 113, 115, 120, 122, 127, 136, 138, 143], "content": [1, 3, 33, 39, 40, 43, 51, 53, 66, 71, 76, 90, 94, 107, 108, 109, 110, 111, 112, 113, 114, 118, 119, 120, 123, 124, 126, 128, 131, 136, 137], "contentg": 79, "contenthidden": 79, "contenturl": [128, 136], "context": [50, 69, 122], "continu": [53, 118, 137], "control": [12, 23, 31, 34, 40, 55, 75, 77, 81, 127], "conveni": [29, 77], "convers": [0, 15, 21, 55, 57, 65, 69, 107], "convert": [0, 2, 15, 17, 47, 57, 62, 66, 69, 95, 105, 134, 137], "cooki": [8, 31, 105, 111, 113], "cool": 72, "copi": [0, 1, 14, 19, 29, 30, 35, 36, 37, 39, 40, 63, 64, 66, 68, 74, 75, 77, 79, 80, 88, 89, 109, 110, 111, 113, 117, 120, 126, 137, 143], "copytoclipboard": 40, "core": 43, "corner": [57, 59], "correct": [34, 37, 46, 66, 72, 131, 133], "correctli": [14, 33, 69, 145], "correspond": [27, 40, 43, 52, 57, 95, 118, 127, 129, 136, 143], "cost": [22, 28, 33, 119, 120], "could": [19, 25, 27, 34, 53, 64, 71, 77, 83, 121, 131, 143], "count": [16, 19], "counti": 4, "countri": [4, 21, 72, 74, 106, 108, 119], "country_cod": 72, "coupl": 121, "coupon": [0, 4, 5, 6, 7, 8, 9, 10, 12, 15, 21, 22, 25, 28, 30, 31, 41, 47, 50, 57, 60, 62, 63, 65, 69, 72, 75, 76, 78, 79, 80, 83, 84, 87, 88, 92, 95, 105, 106, 108, 111, 120, 122, 125, 127, 134, 137, 141, 144, 145], "coupon_cod": [12, 19, 21, 25, 30, 67, 69, 79, 80, 83, 84, 88, 106, 108, 119], "coupon_code_us": 77, "coupon_issu": 30, "couponcod": 79, "couponreceiv": 127, "cover": [22, 130], "cpc": 33, "cpu": 69, "crash": 50, "creat": [0, 1, 2, 3, 5, 7, 9, 12, 16, 19, 22, 28, 35, 38, 39, 40, 46, 52, 53, 57, 58, 59, 60, 61, 63, 64, 71, 72, 74, 78, 82, 84, 85, 96, 105, 108, 109, 110, 111, 113, 118, 119, 120, 124, 125, 126, 127, 130, 133, 135, 137, 144, 145], "create_coupon_web_hook": 137, "created_at": [69, 72], "createdshar": 41, "createemailshar": [41, 50, 128], "createhmac": 96, "createorigin": [41, 46, 128], "createshar": 50, "createsocialshar": [41, 50, 128], "createvisitor": 41, "creation": [0, 2, 7, 15, 27, 85, 140, 144], "credenti": [14, 40, 43, 44, 50, 95, 98, 99, 100, 102, 103, 131], "credit": [22, 144, 145], "criteria": [0, 2, 4, 5, 8, 11, 12, 18, 22, 25, 31, 56, 57, 69, 76, 83, 84, 85, 86, 87, 105, 108, 144], "critic": [19, 27, 107, 109], "crm": [54, 55, 90, 93, 105], "cross": [0, 3, 111], "crypto": [17, 96], "cs_import": 80, "csm": [26, 91, 92, 93, 95, 97, 98, 99, 100, 101, 102, 103, 104, 119], "csp": 5, "cspageopt": 80, "css": [1, 16, 66, 69, 71, 73, 77, 118], "cta": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "ctrl": [1, 125], "curebit_offer_iframe_broadcast": 30, "curl": [13, 53], "currenc": [0, 12, 21, 25, 28, 69, 72, 105, 106, 108, 119], "currency_iso_cod": [12, 15, 21, 25, 106, 108, 119], "current": [19, 20, 28, 31, 34, 69, 71, 87, 117, 121, 128, 136, 137], "current_tim": 69, "current_us": 17, "cursor": 71, "custom": [0, 2, 6, 7, 9, 10, 11, 12, 14, 15, 17, 19, 20, 21, 22, 26, 27, 28, 30, 31, 35, 36, 37, 38, 39, 40, 41, 42, 45, 47, 48, 49, 50, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 65, 66, 67, 69, 72, 78, 80, 81, 85, 89, 91, 92, 93, 94, 95, 98, 99, 100, 102, 103, 106, 107, 108, 109, 111, 112, 115, 118, 119, 120, 123, 124, 126, 128, 129, 132, 134, 135, 136, 138, 141, 144, 145], "custom_css_url": 69, "custom_message_bodi": 86, "custom_message_subject": 1, "custom_properti": [12, 18, 69, 72, 121, 123], "customdeviceid": 49, "customer1": 12, "customer2": 12, "customer_accounts_en": [119, 124], "customer_id": [72, 121, 123], "customer_login_link": 119, "customer_select": 27, "customis": 83, "customiz": 0, "customproperti": [46, 47, 48], "cycl": [42, 49, 54, 129, 144], "d": [1, 2, 23, 69], "d2jj": 125, "d2jjzw81hqbuqv": [13, 69, 108, 119, 123], "d3d3d3": 69, "dai": [7, 22, 34, 55, 69, 81, 83, 89, 107, 140, 145], "daili": [15, 27], "dashboard": [0, 12, 31, 36, 44, 56, 57, 59, 63, 64, 69, 110, 111, 112, 113, 117, 118, 119, 120, 121, 124, 128, 131, 136, 144, 145], "data": [0, 12, 13, 15, 17, 19, 21, 22, 24, 28, 30, 40, 41, 43, 44, 46, 47, 49, 50, 51, 54, 69, 72, 74, 77, 79, 80, 89, 91, 93, 95, 96, 98, 99, 100, 102, 103, 105, 107, 108, 109, 110, 112, 121, 122, 123, 133, 134, 135, 137, 139, 141, 142, 143, 144], "databas": [19, 140], "dataset": 69, "date": [7, 15, 19, 22, 27, 51, 69, 75, 84, 88, 91, 93, 137, 140, 143], "date_diff": 67, "date_greater_than": 67, "date_greater_than_or_equ": 67, "deactiv": 75, "deadlin": 75, "deal": [26, 69, 84], "debug": [21, 49, 50, 125, 126], "decid": [5, 8, 22, 34, 55, 109, 111], "decis": [5, 136], "declar": [21, 69, 106], "decod": [69, 137], "decrypt": 0, "deduct": [120, 122], "deep": [23, 39, 40, 44, 105, 126], "deeper": 8, "deepli": 69, "deeplink": 42, "def": [2, 17, 96], "default": [0, 1, 14, 15, 16, 20, 24, 27, 28, 34, 39, 41, 43, 44, 46, 49, 50, 52, 57, 60, 64, 66, 69, 74, 79, 80, 82, 83, 84, 85, 86, 87, 89, 92, 111, 118, 122, 127, 131, 133, 134, 135, 136], "defaultcent": 127, "defin": [8, 15, 18, 19, 27, 50, 57, 64, 69, 71, 111, 120, 131, 135, 137], "definit": 50, "defraud": 22, "delai": [5, 22, 82, 83, 84, 85, 86, 87, 109, 111, 145], "deleg": [0, 38, 126, 127, 128], "delet": [10, 28, 53, 68, 72, 109, 119, 124, 137], "delimit": [10, 23, 69], "deliv": [0, 3, 7, 27, 81, 111, 137], "deliveri": [0, 3, 128, 137], "dem8ulssatk0": 69, "demand": 27, "demo": [44, 130], "denomin": 69, "depend": [5, 8, 22, 30, 44, 50, 66, 92, 108, 109, 122, 123, 131, 145], "deploi": [115, 118], "deploy": 0, "deprec": [50, 72, 128, 136], "describ": [8, 27, 28, 41, 42, 43, 53, 65, 72, 95, 98, 99, 100, 102, 103, 110, 113, 127, 129, 136], "descript": [1, 12, 29, 40, 53, 69, 72, 74, 84, 127], "design": [22, 31, 49, 56, 71, 82, 83, 84, 85, 86, 87, 105, 110, 120, 136], "desir": [7, 8, 12, 18, 19, 42, 46, 55, 73, 96, 118, 129, 133, 145], "desktop": [82, 83, 84, 85, 86, 87], "destin": [27, 42, 52, 96, 122, 129], "detail": [0, 2, 3, 4, 7, 8, 9, 10, 11, 14, 15, 21, 25, 28, 34, 41, 43, 47, 50, 53, 84, 95, 98, 99, 100, 102, 103, 106, 108, 109, 110, 111, 113, 119, 122, 123, 127, 128, 134, 137, 143], "detect": [6, 8, 22, 30, 31, 47, 74, 134, 136, 144], "determin": [22, 27, 30, 69, 81, 96, 111, 120, 122, 123], "dev": [13, 73], "develop": [14, 49, 56, 67, 111, 119, 127, 136], "deviat": 27, "devic": [8, 42, 49, 66, 111, 127, 129], "di": 118, "diagnos": 22, "dialog": [125, 128, 136], "dict": 131, "dictionari": 136, "did": [0, 3, 111, 136], "didcompletewithresult": [128, 136], "didfailwitherror": 127, "didfinishlaunchingwithopt": 131, "didn": [8, 11, 78, 87], "didregisterorigin": 127, "diff": 70, "differ": [0, 1, 5, 6, 9, 12, 16, 19, 25, 27, 28, 31, 33, 34, 36, 59, 63, 64, 69, 72, 74, 92, 118], "differenti": 33, "digest": 96, "digit": 107, "dimens": 69, "direct": [9, 34, 39, 89, 108, 113, 122, 126], "directli": [15, 39, 43, 50, 65, 109, 121, 128, 131, 138], "directori": [29, 118], "disabl": [16, 24, 27, 28, 40, 52, 75, 89, 118, 119, 124], "disallow": 10, "disappear": [30, 107], "discount": [8, 10, 12, 19, 21, 22, 26, 27, 28, 88, 89, 92, 106, 108, 119, 120, 122, 139, 144, 145], "discount_amount": [19, 119], "discount_cod": 28, "discount_coupon": [144, 145], "discov": [6, 10], "displai": [9, 25, 39, 40, 46, 51, 77, 79, 80, 108, 111, 113, 118, 119, 123, 126, 127, 128, 133, 136], "displaynotic": 79, "disqualifi": 10, "distinguish": [12, 31], "distribut": [1, 43, 144, 145], "div": [1, 16, 30, 57, 64, 77, 79, 80, 89, 108, 110, 111, 112, 113, 119, 120, 124], "dive": [8, 73], "divid": 6, "divis": 108, "dmarc": 34, "dn": [0, 111], "do": [0, 1, 2, 3, 7, 8, 13, 17, 22, 24, 25, 27, 41, 43, 50, 52, 54, 63, 64, 72, 88, 89, 107, 111, 118, 119, 121, 124, 125, 127, 131, 137, 138], "doc": [36, 37, 43, 53], "document": [2, 14, 42, 43, 53, 69, 71, 79, 105, 109, 111, 115, 129, 136], "doe": [1, 5, 8, 16, 36, 47, 53, 55, 64, 65, 66, 71, 75, 81, 82, 107, 108, 111, 119, 124, 125, 134, 138, 139, 140, 141, 142, 143, 144, 145, 146], "doesn": [27, 31, 40, 53, 58, 59, 60, 61, 62, 75, 108, 109, 136], "dofin": 17, "dom": [30, 108], "domain": [0, 14, 23, 30, 35, 36, 37, 38, 80, 107, 108, 109], "domain_kei": 80, "don": [1, 14, 16, 19, 32, 40, 41, 63, 66, 108, 109, 111, 118, 121, 128, 130, 139], "done": [1, 2, 6, 13, 16, 17, 31, 34, 40, 52, 58, 59, 60, 61, 62, 63, 64, 74, 77, 95, 110, 120], "dot": [35, 37], "doubl": [28, 41, 47], "down": [6, 53, 109, 111, 119, 140, 145], "downcas": 1, "downgrad": 122, "download": [17, 24, 115, 117, 118, 130, 131], "drag": 68, "drive": [25, 48, 95, 110, 113, 135], "driven": [21, 39, 106, 108, 126], "drop": [111, 140], "dropdown": 137, "due": [5, 8, 11, 53, 66, 111, 122], "duplic": [12, 109], "durat": [75, 83], "dure": [2, 15, 94, 97, 101, 104, 105, 107, 119, 121, 127], "dynam": [16, 19, 40, 42, 72, 90, 105, 108, 123, 127, 129, 140], "e": [2, 4, 15, 17, 18, 19, 22, 27, 29, 34, 35, 36, 37, 41, 53, 54, 65, 69, 72, 79, 81, 84, 87, 89, 105, 106, 107, 108, 110, 120, 123, 128, 141], "eac": 17, "each": [0, 2, 3, 5, 7, 8, 9, 12, 17, 19, 25, 27, 28, 30, 31, 40, 49, 52, 53, 56, 57, 59, 66, 69, 72, 74, 77, 80, 81, 95, 96, 98, 99, 100, 102, 103, 106, 112, 120, 137, 145], "earli": 27, "earlier": [75, 109, 128], "earn": [122, 145], "easi": [0, 1, 10, 12, 19, 29, 81, 117], "easier": [1, 22, 74], "easiest": [8, 29], "easili": [1, 2, 22, 49, 56, 107, 115], "eb71e496": 41, "ecb": 17, "ecommerc": [19, 111], "edit": [16, 19, 27, 37, 38, 52, 53, 56, 66, 74, 119, 124, 137, 140], "editor": [1, 16, 56, 66, 70, 71, 72, 74, 83, 87, 105, 119, 124, 140, 145], "ee645de47765bdbede751c8c6f08a619": 69, "effect": [27, 33], "effici": 71, "effort": [92, 95], "eg": 122, "either": [1, 5, 8, 11, 22, 23, 34, 49, 54, 55, 71, 95, 98, 99, 100, 102, 103, 111, 122, 123, 129, 136, 141, 144, 145], "elb": 38, "element": [1, 43, 44, 50, 77, 80, 110, 113, 115, 120, 125, 137], "elig": [26, 55, 64, 75, 112, 145], "elimin": [19, 109, 140], "elon": 128, "els": [1, 19, 69, 74, 78, 79, 80, 88, 112, 119, 125], "elsewher": [119, 124], "email": [0, 1, 3, 4, 5, 6, 8, 10, 11, 12, 13, 15, 16, 18, 19, 20, 21, 22, 24, 25, 28, 30, 31, 32, 33, 35, 38, 39, 46, 47, 48, 50, 52, 56, 58, 61, 62, 69, 72, 76, 81, 88, 89, 92, 95, 97, 98, 99, 100, 101, 102, 103, 104, 106, 108, 110, 111, 113, 119, 121, 122, 123, 125, 126, 130, 134, 135, 137, 138, 142, 143, 144, 145, 146], "email_gating_fail": 30, "email_gating_pass": [30, 79], "email_recipient_list": 80, "email_recipients_list": 80, "email_subject": 1, "email_to_encrypt": 17, "emailoffershar": 41, "emailshareparam": 128, "emailvalid": 79, "emarsi": [94, 105], "emb": [30, 40, 53, 69, 131], "embed": [16, 57, 66, 69, 131], "emphasi": 1, "empti": [28, 48, 83, 108, 121, 135], "en": [69, 137], "enabl": [10, 14, 15, 16, 20, 27, 28, 31, 34, 38, 39, 40, 43, 49, 58, 59, 60, 63, 64, 65, 66, 69, 77, 80, 84, 89, 92, 95, 98, 99, 100, 102, 103, 107, 108, 111, 112, 117, 118, 119, 121, 126, 136, 140, 144], "enclos": 72, "encod": [17, 19, 32, 44, 53, 69, 96, 137], "encode_param_for_talk": 17, "encode_query_argu": 67, "encodedbyt": 17, "encount": 109, "encourag": [22, 65, 85, 136], "encrypt": [0, 12, 24, 105, 108], "encrypt_mod": 17, "encryptdata": 17, "encrypted_param": 17, "encrypteddata": 17, "encryptedemail": 17, "encryptiondemo": 17, "encryptparam": 17, "end": [0, 2, 12, 21, 23, 25, 27, 44, 50, 53, 54, 69, 96, 106, 108, 111, 119, 123, 128, 136, 141], "endcaptur": 69, "endeavor": 107, "endfor": [25, 69], "endif": [1, 25, 69, 79, 80, 88, 119, 124], "endpoint": [2, 19, 122, 137, 139, 140, 141, 142, 144, 145], "endraw": 69, "ends_at": 27, "engag": [58, 95], "engin": [5, 12, 22, 31, 33, 56], "english": 80, "enhanc": [14, 71, 107, 109], "enough": [5, 8, 22, 72, 140], "enrol": [105, 120], "ensur": [7, 12, 14, 22, 28, 34, 53, 55, 66, 91, 93, 107, 108, 109, 112, 118, 136, 137, 138, 140, 145], "enter": [6, 7, 8, 10, 11, 14, 16, 31, 34, 35, 36, 37, 53, 58, 65, 85, 89, 117, 143], "entir": [10, 66, 69, 72, 109], "entiti": [29, 53, 128], "entitl": 27, "entri": [40, 44], "envelop": 53, "environ": [44, 131], "eol": 117, "eq": 57, "equal": [1, 2, 27, 66, 75, 92, 120], "equip": [1, 30], "equival": 69, "error": [0, 34, 39, 41, 42, 47, 48, 50, 51, 79, 80, 109, 117, 127, 128, 129, 137], "error_messag": 53, "escap": [23, 32], "esp": [0, 7, 95, 96, 98, 99, 100, 102, 103, 122], "essenti": [31, 33, 92, 107], "etc": [1, 2, 9, 25, 29, 35, 36, 37, 53, 59, 63, 64, 68, 72, 108, 111, 119, 120], "ev123789": 46, "ev1938579813": 12, "ev1938579814": 12, "evalu": 78, "even": [16, 19, 22, 109, 140], "event": [0, 31, 39, 41, 42, 45, 50, 52, 54, 55, 69, 72, 96, 105, 108, 110, 111, 122, 126, 128, 129, 132, 137, 143, 144, 145, 146], "event_categori": [12, 72], "event_numb": 12, "event_web_hook": 137, "eventcategori": [41, 46], "eventnumb": [41, 46], "events_collect": 67, "events_count": 69, "events_count_by_categori": 69, "eventu": 5, "everi": [4, 8, 12, 15, 19, 22, 27, 30, 46, 49, 53, 56, 57, 63, 69, 81, 108, 110, 112, 113, 120, 123, 125, 127, 133, 137, 138, 143], "everyth": [53, 80, 127], "everywher": 16, "evolv": 53, "ex": [58, 59], "exact": [23, 77, 108], "exactli": [27, 69, 120, 123], "exampl": [0, 1, 4, 6, 8, 11, 12, 13, 14, 15, 21, 22, 23, 25, 27, 29, 30, 32, 33, 34, 35, 36, 37, 38, 40, 41, 43, 44, 46, 47, 48, 52, 53, 54, 55, 57, 67, 72, 78, 79, 85, 89, 94, 95, 105, 106, 108, 112, 118, 119, 120, 123, 124, 126, 128, 131, 133, 134, 135, 137, 139, 142, 143, 145], "example1": 33, "example_medium": 33, "example_sourc": 33, "exce": 66, "excel": [0, 3], "except": [17, 40, 47, 57, 134], "exchang": [15, 29, 122], "exclus": [26, 89, 111], "execut": [53, 109, 118, 137], "exist": [6, 8, 14, 19, 22, 24, 28, 37, 47, 50, 53, 55, 64, 72, 75, 108, 109, 113, 134, 137, 140], "exit": [119, 124], "expand": [6, 19, 53, 57, 58, 59, 95, 98, 99, 100, 102, 103], "expect": [27, 53, 57, 66, 96, 109], "experi": [22, 77, 89, 107, 136, 137], "experiment": 19, "expir": [8, 19, 22, 27, 56, 69, 81, 84, 88, 105, 140], "explain": [8, 72, 85, 88, 89], "explan": 28, "explicit": [32, 69], "explicitli": [10, 127], "explor": [0, 3], "export": [2, 24, 43], "expos": [22, 49], "express": [23, 57, 69], "extend": [40, 43, 44, 50, 79], "extens": [13, 28, 58, 59, 60, 61, 62, 63, 64, 114, 116, 117], "extern": 137, "external_customer_id": [69, 72], "extra": [1, 20, 52, 66, 87, 92, 95, 126], "extract": 1, "extrem": 1, "ey": [59, 109, 135], "eye_color": [18, 135], "f": [1, 2, 17, 105, 113, 118, 125], "f94d08": 1, "face": 69, "facebook": [9, 12, 21, 25, 39, 41, 43, 50, 69, 80, 89, 106, 108, 126, 127, 128, 136], "facebook_share_succeed": 80, "facilit": [50, 95, 136], "fact": [1, 9, 30, 109], "fadein": [79, 80], "fadeout": 79, "fail": [5, 30, 53, 111, 136], "failur": 129, "fair": 22, "fake": 22, "fall": 22, "fallback": 136, "fals": [19, 23, 25, 41, 43, 53, 69, 72, 78], "famili": 69, "familiar": [56, 73], "faq": 0, "far": 29, "fashion": 22, "fast": [0, 73], "faster": 109, "fb": [80, 131], "fbauth2": 131, "fbsdk": 136, "fbsdksharedialog": [128, 136], "fbsdksharelinkcont": [128, 136], "featur": [10, 12, 19, 20, 25, 28, 31, 41, 50, 64, 66, 105, 107, 108, 122, 136], "feed": 54, "feedback": 22, "feel": 22, "femal": 25, "fetch": 128, "fetchreferraldatacallback": 42, "few": [1, 7, 57, 87, 110, 120], "fewer": 34, "ff0000": 69, "field": [1, 4, 7, 10, 11, 14, 20, 22, 25, 29, 35, 36, 37, 69, 76, 79, 87, 89, 95, 98, 99, 100, 102, 103, 118, 119, 120, 122, 123, 138, 142], "file": [0, 1, 17, 24, 40, 43, 44, 56, 67, 69, 105, 109, 118, 119, 124, 127, 131], "file_nam": 13, "fileread": 17, "fill": [14, 29, 95, 98, 99, 100, 102, 103, 107], "filter": [6, 15, 19, 43, 44, 50, 55, 56, 67, 74, 111], "final": [1, 42, 50, 111, 129], "find": [0, 1, 3, 7, 8, 9, 11, 12, 13, 14, 15, 16, 22, 27, 28, 43, 44, 80, 95, 98, 99, 100, 102, 103, 108, 109, 117, 123, 131], "fine": 111, "fingerprint": [29, 43], "finish": [40, 137], "fire": [30, 77, 108], "firebas": [42, 129], "firebasedynamiclink": 42, "fireonlinkedinshar": 80, "firewal": 137, "first": [6, 10, 13, 22, 25, 27, 28, 30, 32, 38, 40, 41, 42, 43, 57, 69, 72, 77, 79, 89, 107, 108, 119, 123, 127, 129, 143, 145], "first_nam": [1, 12, 17, 32, 69, 72, 108, 119, 121], "firstnam": [41, 46, 48], "fit": [0, 57], "fix": [19, 27, 39, 55, 66, 69, 72], "flag": [5, 8, 9, 22, 50, 125, 131], "flexibl": [0, 15, 25, 50], "float": [12, 16, 56, 57, 72, 109, 112], "floor": 12, "flow": [0, 14, 47, 48, 52, 54, 57, 74, 92, 95, 111, 134, 135, 137], "fluid": 66, "flush": [49, 117], "follow": [1, 2, 5, 8, 12, 13, 14, 15, 16, 19, 21, 22, 25, 27, 29, 30, 34, 39, 40, 42, 43, 44, 48, 50, 52, 53, 57, 61, 63, 64, 69, 71, 74, 77, 80, 85, 95, 96, 98, 99, 100, 102, 103, 105, 106, 107, 108, 109, 112, 116, 118, 119, 122, 123, 124, 126, 127, 129, 131, 135, 136, 138, 140, 144, 145], "font": [1, 56, 68, 69], "fonts_siz": 69, "foo": 69, "footer": [25, 64, 66, 108, 110, 113, 116, 120], "forbidden": 2, "forc": [19, 31], "foreground": 140, "forev": 31, "forget": [1, 32, 121, 139], "form": [1, 48, 49, 69, 71, 79, 80, 89, 107, 135, 139, 142, 143, 145], "format": [14, 15, 21, 23, 40, 43, 44, 51, 69, 72, 81, 84, 88, 106, 108, 137], "format_d": [67, 88], "fortnight": 69, "forward": 9, "found": [7, 12, 20, 31, 40, 42, 50, 53, 57, 69, 96, 110, 121, 123, 137, 145], "four": 118, "fr": 69, "fr_coupon": 2, "fragment": [39, 40], "framework": [34, 39, 126, 128], "francisco": 12, "fraud": [0, 5, 6, 8, 12, 21, 22, 31, 49, 55, 106, 108, 111, 144, 145], "fraudster": 22, "fraudul": [22, 144], "free": [13, 22, 66, 116, 134, 144, 145], "frequent": [83, 84, 86, 88], "friction": 14, "friend": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 78, 80, 81, 82, 83, 85, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 143, 144, 145, 146], "friend1": 41, "friend2": 41, "friend_custom_properti": 18, "friend_incent": 1, "friend_info": 69, "friend_off": [42, 69, 88, 129], "friend_rewards_paid": 138, "friend_share_email_subject": 1, "friend_signup": 69, "from": [0, 2, 4, 5, 7, 8, 10, 11, 13, 14, 15, 16, 17, 19, 22, 24, 25, 27, 28, 29, 30, 31, 34, 35, 36, 37, 40, 41, 42, 43, 44, 48, 49, 50, 53, 55, 56, 57, 61, 64, 65, 66, 69, 70, 74, 75, 77, 80, 86, 88, 95, 96, 98, 99, 100, 102, 103, 105, 108, 110, 111, 112, 113, 114, 117, 118, 120, 121, 122, 123, 126, 127, 128, 131, 137, 138, 139, 143, 144, 145, 146], "from_tim": 69, "front": [0, 54, 141], "ftp": 117, "fulfil": 83, "full": [0, 3, 21, 23, 28, 29, 49, 57, 105, 106, 108, 115, 118, 122], "fulli": [22, 29, 40, 128], "fullpag": 69, "fullscreen": 40, "function": [1, 15, 30, 42, 43, 50, 54, 56, 69, 77, 79, 80, 88, 89, 96, 107, 109, 121, 126, 127, 129, 136, 137, 138], "fund": 69, "funnel": 65, "further": [22, 27, 109], "futur": [27, 72, 84, 111, 120], "g": [2, 15, 17, 18, 27, 29, 34, 35, 36, 37, 53, 69, 106, 107, 108, 123, 128, 141], "gain": [33, 122], "game": [9, 22, 46, 111, 133], "ganleywestsid": 6, "gate": [0, 30, 31, 47, 48, 76, 77, 84, 88, 89, 95, 98, 99, 100, 102, 103, 105, 134, 135, 137, 145], "gated_email": 79, "gatewai": 108, "gather": [0, 3], "gatingcheckbox": 79, "gatingemail": 79, "gatingunlock": 79, "gave": 1, "gdpr": 113, "gender": [106, 108], "gener": [0, 2, 9, 14, 17, 19, 24, 29, 31, 34, 40, 51, 54, 58, 59, 60, 61, 62, 63, 77, 96, 109, 111, 118, 120, 121, 131, 140, 141, 144, 145], "generalsecurityexcept": 17, "generate_activation_cod": 2, "geoloc": 72, "get": [0, 1, 3, 5, 6, 12, 16, 18, 19, 20, 22, 26, 30, 39, 40, 41, 42, 52, 59, 66, 69, 73, 74, 75, 78, 79, 88, 91, 92, 93, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 109, 115, 117, 118, 119, 125, 126, 129, 144, 145], "getact": 40, "getbyt": 17, "getdata": 42, "getdynamiclink": 42, "getencod": 17, "geterrorcod": 40, "getinst": [17, 42, 129], "getint": 42, "getlink": 42, "getlinkparam": 42, "getmessag": 40, "getpublickei": 17, "getreferraldata": 42, "getsoci": [42, 43, 129], "getsocialexcept": 42, "getsocialreferraldata": 129, "getstringvalu": 42, "getter": 50, "gift": [7, 69, 144, 145], "git": 131, "github": [44, 131], "give": [2, 22, 31, 72, 73, 108, 127, 128, 140, 144, 145], "given": [2, 4, 5, 8, 22, 30, 32, 42, 46, 58, 69, 72, 127, 129, 133, 137, 144, 145], "gleam": [56, 57, 92], "global": [19, 56, 76, 109], "glossari": 81, "gnu": 13, "go": [1, 6, 7, 12, 14, 17, 25, 27, 28, 34, 35, 36, 38, 40, 44, 52, 57, 58, 59, 60, 63, 64, 74, 80, 81, 109, 113, 117, 119, 122, 123, 124, 127, 131, 137, 140], "goal": 65, "godaddi": [0, 34], "goe": [1, 53], "good": [22, 61, 62, 64], "googl": [0, 34, 43, 50, 66, 105, 109], "googleusercont": 14, "got": [8, 9, 48, 135], "gpg": 13, "grace": 111, "gracefulli": [53, 111], "gradl": [43, 44, 50], "grand": 65, "granular": 34, "graph": 80, "great": 84, "greater": [27, 116], "green": [69, 135], "grei": 5, "group": [10, 25, 27, 69, 106, 108], "group_bi": 67, "grow": [73, 95], "gs1": 69, "gsalt": 43, "gsc": 43, "gson": [43, 50], "gtm": [108, 113], "guarante": [13, 144], "guard": 13, "guid": [14, 29, 43, 44, 56, 63, 64, 67, 95, 98, 99, 100, 102, 103, 109, 115, 118, 131], "guidelin": [22, 107, 112], "h": [2, 53, 127, 131, 133, 134, 135], "h1": [1, 69, 71], "h2": 69, "h3": 69, "h4": 69, "ha": [5, 6, 7, 8, 9, 12, 13, 16, 17, 19, 27, 28, 31, 34, 39, 46, 47, 53, 54, 55, 56, 57, 61, 64, 66, 69, 72, 73, 77, 81, 83, 92, 93, 108, 110, 112, 117, 122, 126, 128, 133, 134, 137, 141, 143, 144, 145], "hack": 130, "hacker": 24, "hand": 137, "handi": 1, "handl": [0, 3, 39, 44, 47, 48, 50, 53, 110, 111, 127, 129, 144, 145], "handleopenurl": [129, 131], "handler": [40, 42, 44, 128, 129], "handleurlparam": 129, "happen": [5, 6, 8, 10, 22, 27, 28, 54, 111, 127], "happi": 130, "hasclass": 80, "hash": [43, 69, 96], "hashmap": [46, 47, 48], "hasn": 127, "have": [0, 1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 21, 22, 25, 29, 30, 31, 32, 37, 41, 42, 46, 47, 48, 50, 52, 53, 57, 58, 59, 60, 61, 62, 69, 71, 74, 77, 83, 95, 96, 108, 109, 112, 113, 115, 117, 118, 119, 120, 121, 122, 124, 127, 129, 130, 133, 134, 135, 136, 137, 138], "haven": [6, 63, 64], "hdk": 112, "he": [16, 31, 72, 80, 88], "head": [108, 109, 119, 123], "header": [12, 25, 50, 53, 57, 64, 66, 71, 96, 108, 110, 113, 120], "header_s": 69, "header_signatur": 96, "headersignatur": 96, "headlin": 1, "height": [56, 69], "hello": 69, "help": [0, 7, 12, 15, 21, 22, 25, 27, 29, 49, 52, 81, 107, 108, 113, 127, 137], "helper": 41, "her": [6, 8], "here": [0, 1, 6, 7, 8, 12, 13, 19, 22, 23, 26, 27, 28, 29, 30, 40, 44, 47, 53, 66, 68, 69, 71, 72, 80, 84, 88, 89, 91, 92, 93, 95, 97, 98, 99, 100, 101, 102, 103, 104, 108, 109, 111, 112, 119, 123, 127, 130, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "hesit": 130, "hex": [1, 96], "hexdigest": 96, "hgr6wqyeasg": 112, "hi": [8, 16, 31], "hidden": [23, 57, 66, 77, 79, 80], "hide": [66, 79, 80], "hierarchi": 39, "high": [11, 25, 95, 105, 111, 113], "higher": [15, 21, 32, 43, 57, 66, 109, 118], "highli": [1, 5], "highlight": 65, "him": [31, 75, 88], "hinder": [107, 109], "hint": 120, "histor": 15, "histori": [56, 67, 108], "hit": [1, 10, 68], "hmac": 96, "hold": [1, 16, 66, 140], "holder": 80, "home": [22, 25, 112], "homepag": [23, 112, 125], "hook": 137, "host": [35, 43, 66, 108, 110, 113, 118, 120], "hour": [31, 34, 55, 69, 75, 87], "hours_from_now": 69, "hours_from_tim": 67, "hous": [64, 146], "hover": 89, "how": [0, 1, 3, 8, 11, 14, 18, 22, 25, 43, 44, 48, 52, 66, 69, 71, 72, 73, 91, 93, 94, 105, 107, 109, 111, 113, 119, 131, 135, 136], "howev": [7, 8, 15, 16, 19, 22, 66, 69, 82, 108, 122, 123, 128, 131, 136], "href": [79, 80, 84, 88, 89], "html": [1, 16, 30, 41, 47, 66, 69, 71, 73, 77, 79, 80, 108, 110, 111, 113, 120, 125], "http": [13, 14, 21, 23, 30, 32, 33, 41, 43, 44, 47, 50, 52, 53, 57, 58, 59, 61, 63, 64, 66, 69, 72, 73, 108, 110, 112, 115, 119, 123, 124, 125, 131, 134, 137, 144], "hubspot": [20, 94, 105], "hue": 69, "human_time_ago": 67, "hundr": 19, "hyphen": 1, "i": [0, 1, 2, 3, 4, 5, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 25, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 95, 96, 98, 99, 100, 102, 103, 107, 108, 109, 110, 111, 112, 113, 115, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 131, 132, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "i18n": 69, "i9uil7nqgdjuccitju": 53, "ic_launch": 44, "icon": [44, 53, 70], "icon_url": 72, "id": [0, 16, 21, 25, 28, 29, 30, 38, 40, 42, 43, 44, 49, 58, 59, 63, 64, 67, 72, 79, 80, 106, 108, 110, 112, 117, 118, 119, 120, 123, 124, 127, 128, 129, 131, 134, 136], "ideal": [22, 66, 82, 83, 84, 85, 86, 87, 120], "ident": [14, 22, 29, 49], "identifi": [1, 8, 9, 12, 14, 22, 29, 33, 41, 42, 48, 65, 72, 109, 122, 123, 129, 137], "idinyourapp": [41, 48], "idp": 29, "idx": 119, "ie": [22, 55], "ifram": [0, 66, 69, 105, 110, 111, 120], "ignor": [23, 57, 111, 112], "illegalblocksizeexcept": 17, "im": 43, "imag": [0, 21, 41, 47, 66, 68, 69, 72, 109, 112, 134], "image_url": [21, 72], "imageurl": 50, "img": [1, 69], "immedi": [5, 11, 22, 27, 47, 52, 80, 82, 83, 84, 85, 86, 108, 128, 134, 135, 137], "impact": [108, 113, 123], "implement": [2, 13, 22, 33, 40, 43, 44, 50, 53, 92, 95, 109, 115, 126, 128, 136, 137], "impli": [52, 69], "import": [0, 1, 17, 40, 41, 43, 44, 47, 48, 50, 52, 80, 109, 123, 126, 131, 133, 134, 135], "import_contact": 50, "import_font": 67, "imposs": 5, "improv": [50, 65, 107, 109, 136], "inact": 81, "inbox": 7, "incent": [0, 2, 5, 8, 11, 16, 18, 19, 22, 31, 46, 56, 57, 65, 67, 69, 74, 76, 80, 83, 84, 133, 137, 140, 144, 145], "incentiv": 65, "incentive_config": 69, "incentive_descript": [144, 145], "includ": [0, 4, 12, 13, 14, 19, 23, 25, 27, 34, 37, 47, 52, 53, 67, 69, 72, 80, 92, 95, 96, 98, 99, 100, 102, 103, 105, 109, 121, 125, 128, 131, 134, 137, 139, 141, 142, 143, 144, 145, 146], "inclus": [57, 111], "incognito": 109, "incompat": 27, "incorpor": 137, "incorrect": 118, "increas": [0, 22, 53, 65, 83, 95, 109], "incredibli": 0, "increment": 53, "indic": [42, 53, 57, 69, 129, 145], "individu": [0, 3, 9, 25, 52, 108], "info": [0, 3, 4, 69, 72, 108, 123, 127, 131, 138], "inform": [5, 6, 7, 8, 11, 15, 21, 22, 24, 27, 40, 42, 50, 52, 53, 69, 80, 86, 91, 93, 108, 121, 127, 129, 136, 137, 143, 144, 145], "inher": 22, "init": [17, 77, 108, 109, 119, 123, 125, 128, 136], "initciph": 17, "initi": [12, 18, 29, 40, 41, 44, 47, 49, 50, 51, 54, 57, 61, 80, 92, 109, 110, 113, 120, 125, 128, 131, 134], "initialsiteid": 49, "initlinkedinsharebutton": 80, "initpublickei": 17, "initsess": 42, "initsessionwithlaunchopt": 129, "inject": [69, 108, 110, 120], "inlin": [0, 1, 57, 66, 69, 108, 111, 112, 123], "input": [1, 13, 17, 69, 74, 79, 80], "inquiri": [0, 3, 11, 65], "ins": [20, 95], "insensit": [19, 57], "insert": [35, 69, 71, 79, 80, 140], "insid": [0, 1, 5, 6, 7, 8, 9, 12, 20, 21, 25, 31, 39, 40, 43, 44, 48, 50, 55, 66, 69, 72, 77, 81, 84, 95, 98, 99, 100, 102, 103, 108, 109, 110, 111, 112, 117, 119, 120, 123, 125, 126, 131, 135, 137, 140, 143, 145], "insight": 33, "inspect": [8, 125], "instal": [14, 27, 39, 42, 43, 45, 50, 52, 58, 59, 60, 61, 62, 63, 64, 69, 95, 98, 99, 100, 102, 103, 114, 116, 117, 119, 124, 125, 126, 129, 132, 136], "install_referr": 43, "installreferr": 43, "installreferrerreceiv": 50, "instanc": [34, 35, 40, 50, 77, 109, 137], "instant": [76, 89], "instantli": [22, 75], "instead": [0, 12, 17, 19, 27, 28, 36, 50, 69, 80, 92, 119, 128, 136], "instruct": [7, 13, 25, 34, 35, 36, 37, 38, 57, 95, 98, 99, 100, 102, 103, 105, 114, 116, 119, 127, 140], "instrument": 107, "integ": [41, 47, 69], "integr": [0, 13, 15, 16, 17, 19, 21, 22, 25, 27, 28, 30, 32, 39, 44, 46, 48, 50, 52, 53, 54, 57, 66, 72, 76, 85, 89, 92, 95, 97, 101, 104, 106, 111, 114, 126, 131, 133, 135, 136, 140, 141], "intellig": [139, 142, 143, 144], "intend": 108, "intent": [43, 44, 50], "interact": [0, 56, 107], "interest": [6, 19, 26, 91, 92, 93, 95, 97, 98, 99, 100, 101, 102, 103, 104, 106, 108, 119], "interfac": [27, 31, 39, 40, 53, 74, 128], "intern": [15, 66], "internet": 13, "interpol": [1, 52, 67, 77, 95, 98, 99, 100, 102, 103, 109], "interpret": 69, "interv": 137, "intro": 67, "introduc": [39, 109], "introduct": [0, 51, 105], "intruct": 131, "invalid": [5, 14, 118], "investig": [9, 22], "invit": [5, 17, 19, 43, 46, 48, 52, 56, 59, 63, 64, 86, 108, 110, 111, 112, 119, 127, 133, 135], "io": [17, 31, 42, 44, 105, 127, 128, 129, 130, 131, 133, 134, 135, 136], "ioexcept": 17, "ios_sdk": 136, "ip": [8, 10, 28, 31, 72, 74, 95, 98, 99, 100, 102, 103, 111, 137, 144], "isequaltostr": 127, "isfirstmatch": [42, 129], "isn": [22, 79], "iso": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "issu": [0, 4, 5, 8, 12, 14, 15, 21, 22, 27, 28, 29, 30, 46, 50, 53, 66, 82, 83, 106, 108, 109, 120, 125, 133, 144, 145], "issuer": 29, "item": [0, 8, 22, 25, 27, 28, 41, 47, 50, 53, 69, 105, 108, 113, 119, 134], "iter": 106, "its": [1, 11, 15, 27, 30, 34, 40, 43, 54, 56, 63, 65, 66, 69, 70, 72, 76, 78, 80, 107, 109, 112, 119, 124, 134, 136], "itself": [34, 39, 86, 126, 127], "j": [0, 2, 12, 30, 66, 77, 79, 80, 85, 88, 89, 108, 109, 113, 114, 118, 119, 120, 123, 127], "jan": 69, "jar": [17, 43], "java": [0, 137], "javascript": [12, 14, 28, 53, 69, 80, 96, 119, 127], "javax": 17, "jcajc": 17, "jcapemkeyconvert": 17, "jce": 17, "jdk18on": 17, "jitpack": [44, 50], "job": 27, "john": [12, 19, 41, 46, 48, 69, 72, 108, 121, 135], "join": [1, 2, 18, 20, 25, 28, 57, 62, 69, 119, 121, 122], "join_loyalti": 121, "jose": 72, "journei": [0, 3], "jpg": [1, 21, 41, 47, 69, 134], "json": [18, 53, 69, 96, 119, 124, 137, 138], "json_decod": 137, "jsonel": 41, "jsonobject": 42, "juli": 117, "just": [1, 10, 19, 22, 28, 41, 55, 59, 60, 81, 84, 111, 118, 128, 141], "k": 2, "keep": [1, 27, 34, 53, 72, 93, 94, 97, 101, 104, 105, 131, 144], "kei": [0, 12, 18, 41, 43, 44, 50, 53, 69, 96, 107, 109, 127, 130, 131, 135, 136, 137], "kept": [13, 28], "key1": 12, "key2": 12, "key_cont": 17, "keyword": 33, "kick": 81, "klaviyo": [20, 94, 105], "know": [1, 11, 22, 30, 47, 48, 52, 78, 83, 84, 89, 111, 134, 135, 145], "known": [5, 15, 40, 44, 66, 109], "l": [2, 66], "label": [0, 30, 44, 69, 77, 79, 89, 105, 111], "land": [52, 81, 88, 110, 111, 112, 113], "languag": [29, 53, 73, 74, 107], "languang": 0, "larger": 22, "last": [8, 32, 49, 52, 69, 72, 87, 108, 119, 123, 140], "last_nam": [1, 12, 17, 32, 69, 72, 108, 119, 121], "lastli": 8, "lastnam": [41, 46, 48], "later": [6, 7, 8, 41, 43, 44, 52, 69, 128, 131], "latest": [17, 50, 79, 91, 93, 118, 131, 136], "latin": 16, "launch": [42, 44, 49, 58, 59, 60, 63, 64, 119, 129, 131], "launcher": 44, "launchopt": 129, "layer": [29, 109], "layout": [1, 40, 58, 59, 60, 61, 62, 63, 64, 119], "lazi": 111, "lead": [28, 69], "leader": 69, "leaderboard": [56, 59, 63, 64, 67], "leaderboard_count": 69, "leaderboard_rank": 69, "leaderboard_subtot": 69, "learn": [0, 12, 46, 57, 58, 59, 60, 61, 62, 63, 64, 73, 81, 107, 108, 110, 119, 133, 140, 145], "least": [16, 48, 111, 135], "leav": [19, 27, 29, 49, 75], "left": [5, 8, 14, 69, 78, 89, 117, 137], "legaci": 126, "legal": [22, 107], "legitim": 22, "length": [12, 16, 19, 69, 79, 119], "length_long": 40, "less": [5, 8, 69, 112], "let": [0, 1, 6, 21, 47, 48, 52, 83, 134, 135], "letter": [15, 16, 18], "level": [1, 19, 43, 44, 46, 72, 81, 105, 113, 133, 135], "levi": 6, "li": 80, "librari": [17, 43, 50, 53, 66, 108, 120, 123, 131], "light": 69, "lighter": 69, "like": [1, 5, 6, 7, 8, 19, 22, 30, 34, 41, 44, 47, 48, 50, 54, 57, 65, 66, 68, 69, 72, 74, 77, 79, 107, 125, 131, 134, 135, 140, 144, 145], "limit": [19, 25, 31, 53, 107, 112, 128, 136, 144], "line": [0, 10, 27, 48, 69, 108, 113, 118, 119, 131, 135], "line_item": [27, 28, 119], "link": [0, 1, 8, 9, 10, 17, 19, 22, 24, 25, 29, 31, 34, 39, 40, 44, 52, 61, 64, 69, 70, 79, 86, 88, 89, 105, 108, 111, 113, 115, 117, 118, 119, 126, 128, 131, 136, 143], "linkedin": [69, 76, 89], "linkedinbot": 80, "linker": 131, "linkparam": 129, "liquid": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "list": [0, 2, 4, 5, 8, 9, 10, 12, 13, 15, 19, 31, 38, 40, 43, 46, 47, 57, 66, 69, 71, 72, 83, 95, 109, 116, 118, 120, 122, 131, 133, 134, 137, 140], "listingid": 115, "littl": [69, 111], "live": [1, 47, 48, 69, 75, 134, 135, 137], "ll": [6, 9, 22, 27, 36, 80, 95, 108, 109, 111, 112, 118, 140], "load": [0, 17, 30, 32, 53, 66, 80, 108, 109, 123], "loadliquid": 69, "loadoff": 40, "local": [0, 16, 56, 67, 80, 105], "localized_rang": 72, "locat": [9, 25, 32, 44, 71, 72, 106, 108, 109, 110, 111, 112, 113, 119, 123, 124, 131], "lock": 53, "log": [0, 3, 14, 17, 29, 53, 69, 70, 108, 109, 110, 113, 118, 119, 120, 123, 124], "logic": [0, 1, 9, 12, 27, 28, 50, 53, 69, 111, 127, 135, 145], "login": [0, 105, 108, 110, 113, 117, 121], "long": [2, 27], "longer": [27, 55, 75], "look": [1, 6, 7, 8, 19, 25, 30, 34, 37, 47, 48, 50, 57, 64, 66, 79, 111, 119, 125, 130, 134, 135, 137], "lookup": [0, 3, 4, 8, 9, 11, 34], "loop": [21, 22, 40, 47, 106, 128, 134], "lose": [1, 122], "lot": [5, 22, 31, 95], "low": 11, "lower": [109, 131], "lowercas": 18, "loyal": 95, "loyalti": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 121, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "loyalty_dashboard": 124, "lsapplicationqueriesschem": 131, "luckili": 73, "ly": 72, "m": [2, 69, 119], "made": [5, 10, 22, 27, 31, 47, 53, 56, 57, 63, 77, 91, 93, 122, 134], "magento": [57, 58, 59, 60, 61, 62, 105, 114], "magento2": 118, "mai": [2, 5, 7, 8, 9, 10, 11, 19, 22, 29, 30, 35, 42, 48, 69, 72, 75, 107, 109, 125, 127, 135, 137], "mail": [34, 69, 81, 89], "mailchimp": [94, 105], "mailgun": 34, "main": [6, 15, 17, 30, 34, 35, 40, 43, 44, 48, 50, 58, 59, 60, 61, 62, 63, 64, 66, 67, 82, 83, 84, 85, 86, 87, 88, 119, 124, 135, 137], "mainact": [43, 44, 50], "mainli": 56, "maintain": [22, 71, 107], "major": [22, 42, 129, 131], "make": [0, 5, 8, 11, 12, 13, 15, 16, 19, 21, 22, 25, 27, 29, 31, 34, 37, 40, 42, 43, 44, 47, 48, 49, 50, 52, 53, 54, 59, 60, 61, 63, 64, 65, 66, 69, 72, 74, 77, 80, 85, 87, 96, 106, 108, 109, 118, 119, 121, 125, 128, 129, 131, 134, 135, 145], "maketext": 40, "manag": [0, 3, 8, 15, 19, 22, 27, 28, 36, 37, 38, 53, 57, 71, 92, 95, 107, 108, 113, 115, 117, 118, 126, 127, 128, 129, 133, 134, 135, 140, 145], "mandatori": 108, "mani": [5, 25, 31, 53, 66], "manifest": [40, 44, 49, 50, 131], "manual": [0, 3, 5, 8, 12, 16, 22, 27, 31, 42, 49, 55, 62, 85, 111, 114, 117, 120, 122, 129, 131, 140, 144, 145], "manual_adjust": 122, "manual_signup": 72, "map": [0, 2, 25, 42], "margin": 69, "mark": [22, 34, 57, 72, 83], "market": [18, 22, 33, 74, 93, 95, 97, 98, 99, 100, 101, 102, 103, 104, 110, 115, 146], "marketplac": [117, 118], "markup": [29, 67, 68, 80], "mask": 10, "mass": 2, "match": [0, 4, 8, 9, 10, 16, 23, 27, 34, 46, 57, 64, 108, 111, 118, 125, 133, 144], "matcher": 2, "matter": 66, "maven": [43, 44, 50], "maxim": 53, "maximum": [8, 15, 65, 69], "md5": 67, "me": [69, 79], "mean": [6, 7, 8, 15, 18, 19, 23, 27, 61, 72, 77, 88, 89, 95, 137, 145], "meaning": [53, 119, 124], "meant": 53, "mechan": [41, 53, 57], "media": [10, 25], "median": 22, "medium": 33, "meet": [8, 22, 50, 84], "member": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "member_info": 18, "memori": 17, "mention": [43, 57], "menu": [57, 61, 64, 74, 96, 108, 111, 123, 131, 137, 145], "merchant": [2, 52, 72, 75, 83, 84, 88, 138, 144, 145], "messag": [13, 19, 40, 41, 42, 53, 58, 59, 79, 80, 86, 95, 96, 118, 127, 128, 129, 136, 137], "messeng": 131, "met": [42, 57, 129], "meta": [40, 43, 44, 50], "metadata": 29, "method": [0, 10, 19, 40, 41, 42, 43, 46, 49, 50, 53, 80, 89, 105, 108, 111, 127, 128, 129, 131, 133, 136, 145], "metric": [15, 16, 65, 111], "microsoft": [90, 105], "middl": [43, 66], "might": [1, 4, 27, 34, 35, 36, 37, 53, 66, 109, 122, 135], "mighti": 67, "migrat": [50, 114, 120], "militari": 26, "min": [108, 119, 123], "mind": [1, 72], "minim": 111, "minimum": [8, 12, 15, 22, 27, 69, 140], "minut": [53, 69, 112], "mipmap": 44, "misconfigur": 34, "miss": [50, 53], "mistak": [10, 27], "mitig": [22, 109], "mobil": [31, 42, 45, 53, 66, 82, 83, 84, 85, 86, 87, 95, 111, 129, 132], "modal": [40, 66, 71], "mode": [15, 16, 23, 49, 50, 107, 109, 113, 125], "model": [31, 50, 108, 110], "modif": 111, "modifi": [17, 27, 34, 111, 118, 122, 127], "modul": [43, 44, 118], "modular": 71, "moment": [27, 50, 83, 143, 144, 145], "monei": [22, 67, 144, 145], "monetari": [144, 145], "monitor": [22, 27, 107], "month": [69, 144, 145], "monthli": [22, 54], "more": [0, 4, 5, 10, 12, 15, 17, 25, 26, 27, 29, 30, 34, 42, 43, 46, 47, 50, 53, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 69, 73, 77, 80, 81, 82, 83, 84, 85, 86, 87, 107, 108, 109, 110, 111, 113, 117, 123, 129, 133, 134, 137, 140, 144, 145], "mortar": 54, "most": [5, 7, 8, 9, 13, 19, 34, 42, 53, 61, 66, 73, 80, 82, 83, 84, 85, 86, 87, 95, 108, 111, 128, 129, 143], "motiv": 65, "mouth": 95, "move": [0, 6, 22, 39, 81], "much": 66, "multi": [0, 12, 19, 21, 72, 105, 106, 108, 119, 137], "multipl": [0, 4, 7, 9, 12, 16, 19, 21, 31, 34, 35, 36, 39, 49, 57, 65, 74, 76, 77, 89, 92, 106, 107, 108, 118, 134, 137, 140], "multipleinstallreferrerreceiv": 43, "multipli": 72, "musk": 128, "must": [13, 15, 16, 27, 43, 46, 49, 54, 81, 108, 112, 115, 117, 118, 119, 120, 123, 124, 133, 137, 138, 140, 145], "mx": [34, 35, 36, 37, 38], "my": [0, 3, 6, 37, 53, 69, 89, 108, 131], "my_other_vari": 71, "my_vari": 71, "my_webhook_secret": 96, "myactiv": 40, "myapp": 50, "myfbsdkdeleg": [128, 136], "myfbsdkdelegateclass": [128, 136], "myfont": 66, "mymethodtodisplaytalkableofferfrag": 40, "mynam": 79, "myshopifi": 119, "n": [2, 34, 35, 36, 37, 38, 69], "nacsc9xsew4kxne6aaj": 44, "name": [0, 1, 11, 13, 18, 19, 21, 30, 32, 33, 34, 35, 36, 37, 40, 43, 44, 50, 56, 57, 69, 71, 72, 80, 88, 89, 95, 105, 106, 107, 108, 109, 110, 112, 113, 119, 123, 124, 127, 134, 140, 142], "name_of_fil": 13, "namespac": 109, "nativ": [19, 39, 42, 50, 105, 126], "nativeshar": 128, "natur": 64, "navig": [0, 1, 3, 7, 8, 10, 11, 14, 19, 25, 48, 64, 67, 70, 71, 72, 74, 95, 96, 98, 99, 100, 102, 103, 112, 116, 117, 118, 124, 127, 131, 135, 137, 140, 145], "nbsp": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "nearli": [81, 130], "necessari": [14, 22, 40, 50, 95, 98, 99, 100, 102, 103, 107, 108, 110, 111, 115, 128], "need": [1, 2, 7, 9, 11, 12, 19, 22, 23, 25, 27, 28, 30, 34, 35, 36, 40, 41, 44, 47, 50, 52, 54, 55, 58, 59, 61, 63, 64, 66, 68, 69, 72, 79, 80, 95, 98, 99, 100, 102, 103, 105, 108, 109, 111, 112, 118, 119, 124, 128, 134, 137, 140], "neither": 144, "nest": [1, 18, 69, 95, 98, 99, 100, 102, 103], "net": [13, 42, 66, 69, 108, 119, 123], "network": [14, 40, 52, 125, 128, 136, 137], "network_error": 40, "never": [15, 66, 75, 81, 108], "new": [1, 8, 10, 14, 16, 17, 18, 19, 22, 23, 27, 31, 37, 40, 41, 42, 43, 46, 47, 48, 49, 50, 57, 61, 63, 64, 69, 70, 71, 72, 78, 79, 80, 81, 94, 108, 110, 111, 113, 119, 120, 122, 124, 136, 137, 140], "new_custom": 72, "newer": [119, 124], "newest": 16, "newinst": 40, "newli": [1, 11, 27, 112, 119, 124, 140], "newlin": 35, "newoff": 41, "newrel": 107, "newslett": [33, 122, 137, 139, 142, 146], "next": [5, 13, 19, 20, 28, 43, 53, 69, 92, 95, 127, 128, 131], "nhere": 69, "nike": 72, "nil": [69, 127, 128, 135, 136], "node": [0, 80], "non": [1, 40, 47, 48, 50, 92, 125, 137, 144, 145], "none": [8, 15, 28, 77, 79, 80, 123], "nor": 144, "normal": [19, 69], "not_eq": 57, "notat": [1, 72], "note": [9, 10, 15, 17, 19, 23, 34, 35, 36, 40, 47, 48, 50, 59, 60, 89, 92, 109, 113, 117, 120, 125, 135, 136, 137, 138, 143, 144, 145], "noth": [27, 28, 50, 111], "notic": [6, 10, 21, 30, 66, 79, 92, 108, 123], "notif": [0, 34, 82, 126, 129, 137, 143, 144, 145, 146], "notifi": [28, 136, 139, 141, 142, 144, 145], "notifier_offers_email": 138, "notifier_offers_share_via_email": 138, "notifier_offers_share_via_email_remind": 138, "now": [1, 6, 7, 11, 14, 22, 25, 44, 45, 47, 50, 68, 74, 75, 84, 88, 111, 112, 118, 125, 131, 132, 134, 136, 140, 145], "np": 69, "nsarrai": 128, "nscontactsusagedescript": 127, "nsdictionari": [127, 128, 129, 133, 134, 135, 136], "nserror": [127, 128, 129], "nsnotif": 127, "nsnotificationcent": 127, "nsnumber": 134, "nsstring": [127, 128, 129, 136], "nsurl": [127, 128, 129, 136], "nsuuid": 133, "ntf": 127, "null": [12, 42, 46, 49, 69, 108, 119, 143], "nullabl": 42, "number": [0, 4, 8, 9, 12, 16, 18, 21, 22, 25, 28, 34, 46, 47, 53, 55, 63, 65, 69, 72, 89, 95, 105, 106, 108, 116, 119, 123, 133, 134, 135, 140], "numberwithdoubl": 134, "numberwithunsignedint": 134, "numer": [8, 12], "nurs": 26, "o": [2, 66], "oaep": 17, "oaephash": 17, "oaeppad": 17, "oauth": 14, "oauth2": 14, "obfusc": 108, "objc": 131, "object": [12, 30, 53, 69, 72, 80, 95, 98, 99, 100, 102, 103, 109, 121, 127, 136], "objectforkei": [127, 128, 136], "oblig": 107, "obtain": [40, 52, 80, 108, 123, 128], "obten": 74, "obviou": 8, "occasion": 10, "occur": [8, 12, 22, 31, 95, 98, 99, 100, 102, 103, 108, 137, 143], "ocsp": 17, "off": [10, 12, 23, 24, 25, 27, 49, 54, 66, 69, 72, 84, 120, 124], "off5": 69, "offer": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "offer_act": 88, "offer_background": 69, "offer_clos": 30, "offer_load": 30, "offer_signup_web_hook": 137, "offer_titl": [69, 74], "offer_trigg": 30, "offercod": 40, "offerparam": 128, "offici": [14, 43, 136], "offsit": [110, 113], "often": [6, 53], "ok": [19, 53, 137], "okhttp": 43, "okhttp3": 43, "okta": 29, "old": [16, 19], "older": 136, "ometria": [94, 105], "omit": [34, 35, 108], "ommit": 69, "onc": [1, 4, 8, 12, 14, 16, 19, 27, 29, 31, 34, 35, 39, 42, 48, 52, 53, 58, 59, 60, 62, 63, 64, 84, 92, 107, 111, 122, 126, 129, 130, 135, 140, 145], "oncreat": [40, 43, 44, 50], "one": [1, 2, 9, 12, 15, 16, 19, 22, 23, 25, 27, 28, 31, 37, 41, 47, 48, 54, 57, 64, 69, 73, 77, 86, 87, 92, 94, 97, 101, 104, 105, 108, 109, 110, 113, 117, 118, 119, 120, 124, 125, 134, 135, 136, 138, 140], "onelogin": 29, "onerror": [40, 41, 47, 48, 50], "ones": [5, 9, 18, 57, 66], "onfailur": 42, "ongo": 92, "oninitfinish": 42, "onli": [2, 5, 8, 9, 12, 16, 18, 19, 20, 22, 23, 25, 27, 31, 34, 36, 37, 41, 42, 44, 49, 53, 55, 57, 66, 69, 75, 77, 78, 81, 84, 86, 87, 88, 107, 108, 109, 110, 111, 117, 118, 120, 122, 123, 124, 125, 127, 128, 129, 131, 136, 137, 140, 144, 145], "onlin": [22, 114, 120], "onofferclos": 40, "onsit": [110, 113], "onsuccess": [40, 41, 42, 80], "onsuccesslisten": 42, "onto": 27, "opac": 69, "open": [7, 9, 15, 16, 22, 30, 35, 39, 42, 43, 57, 68, 70, 71, 80, 87, 95, 109, 117, 119, 124, 125, 128, 129, 131, 137], "openpgp": 13, "openssl": [17, 96], "openurl": [129, 131], "oper": [0, 50, 57, 109], "opportun": [31, 77], "opt": [16, 20, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 137, 139, 142], "opted_in_at": 69, "optim": [1, 17, 22, 33, 108, 113], "optin": 122, "option": [0, 5, 12, 14, 15, 16, 19, 21, 22, 23, 24, 25, 31, 34, 41, 46, 47, 48, 50, 52, 55, 66, 69, 71, 77, 84, 88, 89, 108, 111, 117, 119, 120, 122, 123, 124, 129, 131, 133, 138, 140, 142, 145], "oracl": [94, 105], "orang": 71, "order": [1, 4, 7, 8, 11, 21, 22, 25, 27, 28, 30, 47, 52, 54, 55, 57, 61, 63, 64, 66, 69, 73, 80, 92, 106, 108, 111, 112, 115, 117, 119, 123, 125, 134], "order_id": 119, "order_numb": [15, 18, 21, 25, 69, 106, 108, 119], "ordernumb": [41, 47], "ordernumberfield": 133, "org": [17, 34, 69, 137], "origin": [0, 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, 29, 30, 31, 32, 33, 34, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "originparam": 128, "other": [0, 1, 4, 5, 8, 9, 19, 23, 25, 27, 29, 34, 36, 37, 38, 41, 46, 54, 57, 58, 60, 63, 64, 71, 75, 84, 107, 108, 109, 110, 111, 113, 121, 123, 127, 131, 133, 135, 137, 143, 144, 145], "other_kei": 69, "otherwis": [1, 8, 19, 27, 28, 34, 40, 69, 81, 88, 89, 125, 136, 137, 138], "our": [6, 22, 27, 50, 53, 67, 89, 105, 107, 119, 136, 137], "out": [0, 1, 8, 17, 22, 27, 29, 50, 53, 55, 57, 62, 69, 72, 73, 87, 107, 144, 145], "outlin": 109, "output": [68, 72, 118], "outsid": [66, 74, 122], "outstand": 128, "over": [8, 28, 34], "overal": 107, "overflow": 66, "overhead": 17, "overlai": [57, 66, 111], "overrid": [0, 1, 15, 19, 32, 39, 41, 42, 43, 44, 47, 48, 50, 121], "overriddentalkableofferfrag": 40, "overriden": 40, "overridentalkableofferfrag": 40, "overview": [0, 3, 65, 105, 113], "overwritten": 18, "own": [13, 19, 41, 53, 54, 56, 65, 72, 112, 127], "p": 2, "p2p": [34, 111], "packag": [43, 44, 50, 126], "pad": 17, "page": [1, 2, 7, 8, 9, 10, 11, 12, 14, 16, 17, 19, 23, 25, 27, 28, 29, 30, 31, 32, 39, 46, 47, 52, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 69, 72, 74, 76, 77, 81, 84, 85, 86, 87, 96, 109, 110, 111, 112, 113, 114, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 127, 133, 134, 135, 136, 137, 139, 143, 145], "pai": [5, 8, 37], "paid": [5, 7, 8, 22, 33, 41, 55, 56, 72, 81, 111, 144, 145], "pair": [18, 135], "panel": [29, 59, 60, 63, 64, 116, 117, 118, 119], "param": [0, 12, 39, 41, 49, 79, 80, 105, 108, 126, 127, 128, 133, 134, 135, 136], "param1": 69, "param2": 69, "param3": 69, "paramencryptor": 17, "paramet": [0, 23, 25, 29, 42, 43, 44, 47, 48, 50, 52, 53, 69, 71, 72, 105, 108, 111, 112, 123, 125, 129, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "parent": [34, 71], "pars": [69, 137], "parse_json": 67, "parser": 137, "part": [0, 1, 11, 23, 31, 35, 36, 37, 53, 65, 74, 78, 137], "parti": [38, 39, 50, 105, 109, 126], "partial": [56, 67, 69, 83, 108, 119, 137], "partial_nam": 71, "particip": [10, 11, 56], "particular": [7, 9, 25, 31, 61, 64, 69, 70, 72, 87, 122], "pass": [0, 5, 7, 12, 21, 22, 25, 27, 28, 30, 32, 39, 40, 41, 46, 47, 48, 49, 52, 53, 54, 63, 69, 71, 72, 80, 84, 85, 95, 98, 99, 100, 102, 103, 105, 108, 109, 110, 111, 112, 113, 119, 120, 121, 123, 124, 125, 126, 133, 134, 135, 136, 137, 139, 140, 144, 145], "passemailg": 79, "password": [0, 105], "past": [11, 68, 80, 110, 111, 113, 118, 119, 120, 137], "path": [23, 108, 118], "pathnam": 23, "pattern": [1, 10, 22], "payload": [0, 19, 95, 96, 98, 99, 100, 102, 103, 122, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "payload_json": 96, "payment": [12, 54, 108, 144, 145], "payout": [69, 111], "pem": 17, "pempars": 17, "pend": [5, 8, 22, 28, 111], "pendingdynamiclinkdata": 42, "peopl": [1, 2, 6, 19, 48, 94, 97, 101, 104, 105, 135], "per": [0, 9, 15, 22, 33, 55, 77, 144], "percentag": 72, "percentage_discount": [19, 69], "perfect": 22, "perfom": 2, "perform": [0, 17, 22, 27, 33, 46, 53, 54, 57, 65, 69, 107, 108, 111, 112, 113, 115, 133, 143], "period": [8, 22, 65, 69, 107, 111], "perman": [49, 136], "permiss": [10, 50, 127], "person": [0, 3, 4, 5, 8, 9, 11, 12, 15, 22, 31, 42, 54, 56, 58, 60, 65, 69, 72, 86, 95, 98, 99, 100, 102, 103, 105, 107, 128, 129, 135], "person_custom_properti": 17, "person_occup": 18, "personnel": 26, "pgp": 13, "phase": 131, "phaub8n7pnywp555f7yb": 80, "phone": [0, 4, 42, 49, 74, 89, 95, 105, 108, 119, 123, 129, 136], "phone_numb": [17, 108, 119, 121, 123], "php": [69, 80, 118, 137], "physic": [144, 145], "pick": [37, 57], "pictur": 34, "piec": [1, 5, 44, 57, 131], "pii": [12, 108], "ping": 111, "pixel": [66, 69], "pkc": 17, "pkcs1_oaep_pad": 17, "pkei": 17, "pkix": 17, "place": [1, 25, 28, 38, 41, 42, 46, 57, 61, 64, 66, 68, 77, 94, 97, 101, 104, 105, 108, 109, 112, 123, 125, 129, 133], "placehold": [43, 79], "placement": [0, 12, 16, 18, 25, 30, 56, 89, 105, 108, 109, 111, 112, 118, 120, 123], "plai": 107, "plain": [1, 17, 69], "plan": [1, 12], "platform": [19, 27, 31, 36, 57, 58, 59, 60, 61, 62, 75, 80, 82, 83, 84, 85, 86, 87, 105, 106, 108, 110, 111, 112, 119, 120, 123, 125, 136, 140], "pleas": [1, 8, 10, 12, 15, 17, 19, 25, 27, 34, 46, 50, 52, 72, 79, 92, 95, 98, 99, 100, 102, 103, 107, 116, 117, 118, 119, 120, 125, 130, 131, 133, 136, 145], "plenti": 73, "plist": [127, 131], "plu": 119, "plug": 111, "plural": 67, "png": 69, "pod": 131, "podfil": 131, "point": [5, 12, 17, 27, 34, 38, 52, 57, 62, 63, 67, 83, 84, 85, 86, 87, 88, 120, 122, 123, 137], "polici": [0, 31, 34, 109], "pool": 2, "pop": [47, 58, 59, 112, 134], "popul": [6, 80, 112], "popular": [13, 66, 73, 80], "popup": [43, 57, 59, 63, 65, 66, 79, 111, 125, 136], "portal": [0, 10, 55, 105], "portion": 72, "pose": 49, "posit": [12, 22, 71, 77], "possibl": [0, 5, 8, 17, 22, 27, 31, 40, 44, 52, 57, 66, 89, 111, 127, 130, 131, 137, 145], "possible_reward": 69, "post": [0, 8, 10, 18, 21, 25, 39, 45, 46, 56, 57, 66, 85, 92, 95, 105, 107, 109, 110, 111, 112, 113, 119, 120, 126, 127, 132, 133, 137], "post_share_web_hook": 137, "potenti": [108, 113], "power": [0, 65, 67, 115], "practic": [22, 61, 62, 64, 108, 110, 113, 115, 120], "pre": [15, 21, 81, 106, 108], "precis": 69, "prefer": [0, 12, 65, 108, 109, 125], "preferred_curr": 15, "prefix": [88, 89, 131], "pregener": 63, "preload": 40, "prepar": [7, 64, 96], "prerequisit": 0, "prerequisite_subtotal_rang": 27, "present": [4, 27, 34, 42, 61, 108, 123, 127, 129], "presentment_curr": [28, 119], "presentment_monei": 28, "presentviewcontrol": 128, "preset": 22, "press": [6, 8, 10, 11, 95, 98, 99, 100, 102, 103, 120, 125, 127], "pretti": [11, 69], "prevent": [12, 22, 27, 49, 55, 69, 75, 109, 112, 118, 127, 144], "preventdefault": 79, "preview": [68, 70, 72], "previou": [31, 41, 50, 119, 124, 128, 136], "previous": [18, 27, 30, 52, 119, 124], "price": [0, 21, 41, 47, 72, 106, 119, 134], "pricerul": 27, "primari": 38, "println": 17, "printstacktrac": 17, "prior": [128, 136], "priorit": [107, 109], "prioriti": [28, 31, 32, 57, 109], "privaci": 13, "privat": [13, 17, 109], "prize": 65, "probability_bi": 67, "probabl": 69, "problem": [34, 137], "proce": [16, 34, 52, 79, 88, 130, 137, 140, 145], "proceed_to_advocate_destination_url": 83, "proceed_to_merchant_path": [79, 84, 88], "proceedlink": 79, "process": [0, 5, 22, 41, 78, 107, 109, 111, 119, 128], "produc": [4, 69], "product": [0, 22, 23, 27, 29, 41, 44, 47, 54, 72, 105, 106, 112, 119, 125, 134], "product1": 21, "product2": 134, "product_id": [21, 25, 106, 119], "productid": [41, 47], "profil": [0, 46, 133, 141], "program": [0, 4, 7, 10, 13, 22, 26, 29, 40, 51, 53, 57, 58, 62, 64, 105, 109, 115, 120, 121, 123, 124, 128], "progress": [5, 120], "project": [14, 40, 43, 44, 130, 131], "promot": [20, 95], "prompt": [57, 62, 80], "prone": 34, "propag": 34, "proper": [108, 123], "properli": [34, 36, 118, 137], "properti": [0, 1, 18, 22, 27, 46, 50, 57, 63, 66, 69, 72, 95, 98, 99, 100, 102, 103, 123, 127, 133, 135, 141, 143], "property_kei": [46, 47, 48, 133], "property_valu": [46, 47, 48, 133], "proposit": [85, 89], "protect": [0, 21, 22, 105, 106, 108], "protocol": [14, 136], "provid": [0, 1, 2, 4, 7, 11, 14, 15, 17, 23, 27, 29, 31, 34, 40, 42, 43, 49, 50, 53, 56, 62, 69, 71, 72, 79, 80, 84, 95, 119, 123, 125, 128, 129, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "providen": 43, "provinc": 119, "proxy_param": 79, "proxyparam": 79, "pseudo": 17, "pst": 69, "public": [0, 40, 41, 42, 43, 44, 47, 48, 50, 108, 131], "public_encrypt": 17, "publicencrypt": 17, "publickei": 17, "publickeyinfo": 17, "publicli": 19, "publish": [53, 127], "publishmessagenotif": 127, "purchas": [0, 4, 5, 8, 12, 18, 19, 21, 22, 25, 27, 31, 37, 39, 41, 45, 46, 48, 50, 52, 54, 55, 56, 57, 62, 64, 65, 66, 69, 72, 81, 84, 85, 87, 92, 95, 105, 109, 110, 111, 112, 113, 119, 120, 122, 125, 126, 127, 128, 132, 133, 135, 141, 144, 145], "purchases_count": [69, 72], "purchases_sum": 69, "purpos": [18, 48, 68, 82, 84, 86, 107, 125, 135, 137, 144, 145], "push": [12, 15, 17, 18, 21, 25, 91, 93, 106, 108, 119, 121, 123], "put": [1, 17, 25, 41, 46, 47, 48], "q": [2, 19, 105, 113], "qa": [31, 49, 72], "qualifi": [6, 7, 31, 111], "quantiti": [21, 41, 47, 106, 119, 134, 140], "quarterli": 22, "queri": [0, 4, 23, 25, 32, 69, 79, 112, 131], "question": [6, 22, 25, 130, 137], "queue": 5, "quick": [56, 110, 120], "quicker": 109, "quickli": [44, 109, 112, 131], "r": [2, 13], "rail": 69, "rais": 40, "rand": 2, "rand_bi": 67, "random": [2, 57, 69], "rang": 10, "rank": [65, 69], "rate": [15, 21, 53, 57, 65, 69, 95, 111], "rather": [5, 27, 53], "raw": 69, "rd": 79, "re": [1, 6, 22, 44, 50, 64, 77, 108, 109, 112, 117], "reach": [8, 22, 55, 108, 111, 117, 122, 144], "read": [1, 2, 13, 17, 27, 30, 34, 50, 73, 82, 83, 84, 85, 86, 87], "read_contact": 50, "readabl": 2, "readfilesync": 17, "readi": [30, 35, 64, 79, 111, 145], "readobject": 17, "real": [49, 81, 112], "realiz": 10, "realli": 1, "realm": 53, "reason": [5, 7, 8, 9, 66, 78, 122, 137, 145], "rebat": [144, 145], "receiv": [2, 6, 7, 8, 9, 10, 11, 13, 15, 16, 18, 19, 22, 24, 29, 30, 31, 43, 55, 65, 75, 83, 84, 89, 92, 127, 128, 137, 139, 144, 145], "recent": [19, 69, 95], "recharg": [90, 105], "recipi": [7, 13, 41, 52, 81, 86, 87, 128], "recogn": 111, "recommend": [0, 5, 17, 19, 27, 29, 34, 53, 77, 86, 88, 108, 109, 110, 120, 122, 127], "reconfigur": [58, 59, 63, 64], "record": [0, 6, 125], "recur": 12, "red": 69, "redeem": [7, 69, 120, 122, 123], "redempt": [72, 80, 95, 111, 120, 123], "redirect": [42, 52, 119, 124, 129], "reduc": [14, 65, 109], "refer": [5, 6, 7, 8, 9, 14, 30, 31, 33, 34, 42, 46, 52, 58, 69, 71, 81, 85, 87, 92, 95, 105, 110, 111, 112, 113, 122, 129, 133, 136, 144, 145], "refere": 143, "referenc": [6, 18, 31], "referr": [0, 1, 2, 3, 4, 7, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 28, 29, 30, 32, 33, 34, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 145, 146], "referral_web_hook": 137, "referraldata": [42, 129], "referraldatawithsuccess": 129, "referrals_count": 69, "referred_bi": 69, "referringparam": 42, "refil": [2, 27], "reflect": [27, 72, 128], "refresh": [69, 77, 117, 118, 125], "refund": [28, 55, 69, 83, 120], "regard": 136, "regex": [23, 57], "regex101": 23, "regexp": 69, "regexp_captur": 67, "region": [72, 107], "regist": [12, 28, 38, 42, 46, 49, 72, 118, 123, 128, 129, 131, 133, 136, 141], "register_affili": 15, "register_ev": [12, 15], "register_loyalty_act": 123, "register_purchas": [15, 18, 21, 25, 106, 108, 119], "registerorigin": [41, 127, 133, 134, 135], "registr": [28, 49, 50, 54, 119, 121], "registri": 38, "regul": 107, "regular": [0, 12, 23, 57, 69, 92], "regulatori": 107, "reiniti": 40, "reinstal": [42, 129], "reject": 7, "rel": [22, 23], "relat": [8, 63, 88, 89, 109, 111, 122, 138], "releas": [17, 49, 50], "relev": [12, 91, 93], "reli": [108, 136], "reliabl": [53, 107], "reload": [50, 89], "remain": [5, 69, 110], "remedi": 27, "rememb": [1, 8, 11, 19, 80, 107], "remind": [1, 41, 56, 76, 81, 84, 89, 128], "remov": [69, 80, 108, 111, 113, 117, 119, 124, 137], "render": [15, 28, 57, 69, 71, 119, 120, 123], "rendered_data": 69, "rendered_templ": 69, "renew": 141, "rep": 10, "repeat": 95, "replac": [1, 43, 50, 69, 71, 119, 131], "repli": 19, "replic": 49, "repo": 131, "report": [0, 2, 12, 19, 21, 25, 27, 31, 78, 105, 109, 111, 112], "repositori": [43, 44], "repres": [25, 53, 69, 72, 106, 108, 122, 138], "repurchas": 22, "request": [11, 14, 19, 27, 29, 39, 40, 50, 51, 52, 57, 69, 95, 96, 98, 99, 100, 102, 103, 125, 127, 128, 137, 140], "request_error": 40, "requir": [0, 8, 12, 15, 16, 17, 19, 20, 21, 22, 27, 29, 34, 39, 41, 46, 47, 48, 49, 50, 53, 56, 57, 58, 59, 60, 61, 62, 64, 66, 69, 72, 80, 96, 106, 107, 108, 109, 111, 118, 119, 120, 121, 123, 124, 126, 127, 133, 134, 136], "required_act": 72, "resal": 22, "research": 107, "resel": 22, "resend": 7, "reset": 137, "resid": [108, 111], "resiz": [66, 111], "resolut": [5, 22, 109], "resolv": [5, 22], "resourc": [0, 22, 53, 73, 109, 119, 124], "respect": [16, 27, 29, 38, 40, 46, 58, 121, 123, 133], "respond": [53, 128], "respons": [50, 51, 56, 69, 108, 111, 122, 128, 137, 138, 140, 144], "responsive_font": 69, "responsive_iframe_height": 30, "rest": [2, 34, 53], "restor": 40, "restrict": [19, 22, 27, 66, 69, 79], "result": [0, 3, 4, 5, 19, 21, 22, 25, 41, 42, 46, 53, 65, 69, 72, 78, 112, 125, 128, 133, 136, 138], "retain": 27, "retent": 107, "retri": [14, 19, 53, 83, 137, 144], "retriev": [39, 40, 42, 52, 126, 129], "retrieveoff": [41, 128], "retrievereward": [41, 42], "retrieverewardswithhandl": [128, 129], "return": [17, 22, 53, 55, 69, 78, 96, 108, 111, 117, 118, 120, 128, 137, 138, 140], "reus": 121, "reusabl": 71, "review": [8, 123], "revok": 22, "reward": [0, 1, 2, 3, 4, 6, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 81, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 146], "reward123": 69, "reward_web_hook": 137, "rewardparam": 128, "rgb": 69, "right": [0, 13, 27, 30, 32, 47, 57, 66, 69, 70, 78, 79, 80, 89, 95, 98, 99, 100, 102, 103, 109, 125, 134], "role": 107, "rollback": [67, 70], "root": 118, "rotat": [1, 57], "round": 12, "rout": 12, "route53": [0, 34], "row": [119, 124], "rr": 80, "rsa": 17, "rsa_pkcs1_oaep_pad": 17, "ru": 69, "rubi": [0, 96], "rule": [0, 1, 2, 8, 11, 12, 16, 19, 20, 22, 25, 31, 61, 81, 84, 111, 122, 123, 131, 137, 140, 145], "rule_identifi": 123, "run": [12, 34, 40, 47, 48, 49, 50, 53, 65, 108, 111, 118], "rybbon": 67, "sa": [48, 135], "saa": [0, 105, 108, 110], "safari": 109, "safe": 13, "safest": 22, "sai": 25, "sailthru": [94, 105], "sale": [39, 111, 119, 126], "salesforc": [34, 58, 59, 60, 61, 62, 90, 105, 114], "same": [1, 7, 8, 9, 12, 13, 18, 19, 25, 31, 34, 35, 36, 40, 47, 57, 66, 69, 74, 77, 86, 92, 110, 112, 119, 123, 124, 134, 137, 140], "saml": 29, "sampl": [19, 20, 69, 95, 98, 99, 100, 102, 103, 118, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "san": [12, 72], "sat": 69, "satur": 69, "save": [5, 8, 10, 12, 14, 29, 36, 41, 70, 117, 119, 124, 137, 143], "save20": [12, 21, 25, 106, 108, 134], "save5": 12, "savedinstancest": [43, 44, 50], "scale": 69, "scale_color": 67, "scenari": [72, 84], "scenario": [2, 49, 109, 136], "schedul": [7, 27], "schema": [40, 44, 50, 119, 124], "scheme": [17, 39, 43, 44, 131], "scope": [9, 69, 72, 117], "screen": [6, 14, 30, 46, 57, 66, 69, 73, 118, 119, 125, 133, 143], "screenshot": [8, 11, 23, 69], "script": [12, 17, 18, 21, 25, 61, 63, 64, 73, 80, 110, 111, 112, 113, 119, 120, 125], "scroll": [6, 109, 119, 140, 145], "scrollbar": 66, "scss": [1, 67, 69], "sdk": [31, 40, 41, 44, 45, 47, 48, 49, 50, 53, 105, 127, 128, 131, 132, 136], "seamless": 136, "seamlessli": 95, "search": [1, 4, 6, 7, 11, 33, 125, 131], "second": [5, 13, 53, 69, 77, 109, 143], "secret": [13, 17, 53, 125], "section": [1, 2, 6, 8, 10, 11, 12, 19, 20, 40, 44, 50, 57, 61, 71, 81, 105, 108, 109, 110, 111, 112, 113, 118, 119, 124, 131, 136, 140, 145], "secur": [0, 14, 17, 29, 96, 109, 137], "secure_compar": 96, "security_util": 96, "securityutil": 96, "see": [0, 1, 4, 5, 6, 7, 8, 9, 11, 12, 14, 19, 22, 23, 25, 27, 34, 38, 44, 48, 53, 58, 59, 60, 65, 69, 70, 81, 84, 95, 98, 99, 100, 102, 103, 108, 111, 112, 117, 118, 119, 122, 125, 127, 128, 130, 131, 135, 136, 137], "seem": 19, "seen": [25, 108, 110, 113, 123], "segment": [0, 12, 15, 18, 105, 106, 108, 135], "segment1": [25, 106, 108], "segment2": [25, 106, 108], "segment3": [25, 106, 108], "select": [4, 14, 15, 19, 34, 35, 36, 37, 44, 55, 57, 59, 64, 66, 69, 71, 117, 118, 119, 124, 131, 137, 139, 140, 142, 145], "selector": [1, 127], "self": [0, 3, 8, 22, 38, 111, 115, 127, 128, 133, 136], "sell": 22, "sellabl": 22, "semi": 108, "send": [0, 7, 13, 17, 19, 20, 27, 38, 41, 42, 50, 52, 69, 81, 82, 83, 84, 85, 86, 87, 89, 95, 96, 98, 99, 100, 102, 103, 105, 111, 122, 128, 129, 137, 138, 139, 142, 143, 144, 145], "send_email": 69, "sender": [13, 34], "sens": [25, 61, 75, 108], "sensit": [13, 24, 108], "sent": [7, 28, 34, 80, 81, 82, 83, 84, 85, 86, 87, 92, 122, 137, 138, 140, 146], "separ": [1, 10, 12, 16, 22, 35, 41, 48, 64, 69, 71, 80, 128, 135], "serious": 107, "serv": [16, 140], "server": [28, 34, 37, 50, 53, 81, 118, 137], "servic": [0, 10, 11, 29, 34, 37, 39, 52, 53, 54, 55, 65, 105, 107, 110, 122, 126, 137], "session": [8, 31, 107], "set": [0, 1, 2, 5, 8, 11, 12, 13, 14, 16, 17, 18, 19, 20, 22, 24, 25, 26, 27, 28, 29, 30, 31, 35, 36, 37, 38, 40, 43, 44, 48, 49, 50, 53, 55, 57, 59, 60, 62, 63, 64, 65, 66, 69, 72, 75, 78, 79, 80, 81, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 107, 109, 111, 117, 118, 119, 121, 122, 124, 125, 130, 131, 135, 137, 140, 144, 145], "setapikei": 131, "setcampaigntag": [41, 47, 48], "setcustom": [41, 46, 47], "setcustomproperti": 47, "setdeleg": 127, "setimageurl": [41, 47], "setinterv": 80, "setprovid": 17, "setsiteslug": [40, 50], "settext": [128, 136], "settimeout": 79, "settitl": [41, 47], "setup": [0, 8, 13, 15, 22, 27, 30, 31, 38, 43, 44, 45, 50, 56, 65, 79, 80, 110, 118, 120, 131, 137, 145], "seturl": [41, 47], "sever": [0, 2, 4, 5, 9, 12, 15, 72, 122], "sha": [43, 96], "sha1": 17, "sha256": [43, 96], "share": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 35, 39, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 78, 79, 81, 82, 83, 84, 85, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 144, 145, 146], "share_page_background": 1, "share_page_layout": 1, "share_page_url": 85, "share_succeed": [30, 80], "share_via_email_subject": 69, "shareemail": 41, "sharer": [80, 128, 136], "sharer_info": 143, "sharingchannel": 41, "sharingdeleg": 136, "she": 6, "sheep": 69, "sheerid": [0, 105], "sheet": 128, "ship": [12, 25, 28, 55, 108, 111, 119, 120, 134], "shippabl": 12, "shipping_address": [12, 21, 25, 28, 106, 108, 119], "shipping_amount": 119, "shipping_field": 119, "shipping_r": 119, "shipping_zip": [12, 21, 25, 106, 108, 119], "shirt": [144, 145], "shop": [16, 34, 79, 83, 84, 88, 107, 108, 119, 124, 139], "shopifi": [0, 34, 56, 57, 58, 59, 60, 61, 62, 73, 92, 105, 114, 120, 140], "shopper": 95, "short": [22, 23, 41, 126], "short_url": [86, 87, 89], "short_url_cod": 128, "shortcod": 40, "shorten": 22, "shorter": [22, 69], "shorturlcod": [41, 128], "should": [0, 2, 3, 4, 5, 6, 9, 10, 12, 13, 15, 16, 17, 18, 19, 22, 29, 31, 34, 37, 38, 40, 41, 43, 44, 47, 48, 53, 57, 58, 64, 65, 66, 69, 73, 75, 77, 78, 81, 83, 84, 85, 86, 87, 88, 92, 95, 96, 108, 109, 111, 112, 118, 119, 120, 123, 124, 125, 127, 128, 131, 134, 135, 136, 137, 138, 143, 144, 145, 146], "shouldpresenttalkableofferviewcontrol": 127, "show": [4, 7, 11, 12, 15, 16, 21, 25, 30, 31, 40, 42, 44, 47, 48, 50, 52, 53, 57, 58, 59, 61, 62, 63, 64, 72, 73, 76, 79, 80, 83, 84, 86, 88, 89, 92, 109, 111, 112, 118, 121, 122, 123, 129, 131, 134, 135, 137], "showfacebooksharedialogwithparam": [126, 127], "showfromviewcontrol": [128, 136], "shown": [1, 11, 23, 47, 53, 57, 58, 59, 60, 63, 64, 69, 89, 92, 109, 112, 123, 125, 127, 134, 143], "showoff": [40, 47, 48, 50], "showtwittersharedialogwithparam": [126, 127], "side": [52, 137, 138, 144, 145], "sidebar": [95, 98, 99, 100, 102, 103, 117, 137], "sign": [0, 13, 14, 43, 54, 57, 62, 79, 85, 89, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 107, 145], "signatur": 94, "signifi": 144, "significantli": [74, 109], "signup": [1, 19, 31, 39, 46, 48, 54, 56, 66, 72, 76, 79, 81, 83, 85, 86, 87, 94, 95, 98, 99, 100, 102, 103, 105, 107, 126, 133, 135, 137, 143, 144, 145], "silent": 136, "similar": [8, 9, 33, 107, 108, 109, 111], "similarli": [65, 71, 120], "simpl": [2, 4, 34, 56, 69], "simple_format": 67, "simplest": 41, "simpli": [1, 6, 9, 13, 19, 29, 40, 42, 46, 56, 58, 128, 129, 133], "simplic": 1, "simplifi": [89, 111, 120], "simultan": [27, 65, 140], "sinc": [18, 19, 35, 58, 61, 62, 66, 69, 108, 109, 117, 120, 121, 123, 124], "sing": 56, "singl": [0, 4, 10, 15, 19, 22, 27, 31, 42, 49, 72, 77, 78, 105, 109, 120, 140], "singular": 69, "sit": [1, 57, 66], "site": [0, 2, 10, 12, 15, 16, 19, 21, 22, 23, 24, 25, 27, 31, 34, 36, 38, 39, 41, 42, 44, 47, 48, 49, 52, 53, 54, 57, 58, 59, 60, 61, 63, 64, 65, 66, 69, 71, 75, 83, 84, 88, 96, 106, 107, 108, 109, 110, 112, 115, 117, 118, 119, 120, 121, 122, 123, 124, 125, 127, 129, 130, 131, 135, 137, 140, 145], "site_id": [108, 119, 123], "site_nam": 69, "site_slug": 53, "site_url": 69, "situat": [22, 27, 49], "size": [1, 2, 30, 56, 69, 108, 109, 123], "skip": [31, 48, 77, 89, 120, 135], "sku": [0, 72, 119], "sku0001": 106, "sku1": [21, 25], "sku2": 25, "sku3": 134, "sku_goes_her": 25, "slash": 23, "slcomposeviewcontrol": 128, "slidedown": 79, "slideup": 79, "slight": 109, "slightli": [63, 64], "slow": 109, "slug": [39, 44, 72, 130], "sm": [9, 39, 95, 126], "small": 22, "smith": [12, 19, 41, 46, 48, 72, 108, 121, 135], "smooth": 77, "smoother": 89, "snapshot": 69, "sneaker": 72, "snippet": [1, 16, 71, 119], "so": [1, 5, 10, 15, 16, 17, 22, 27, 31, 34, 37, 41, 48, 54, 56, 57, 62, 63, 64, 69, 72, 74, 81, 107, 108, 111, 118, 120, 125, 127, 131, 135, 136, 137], "social": [10, 25, 33, 39, 52, 80, 89, 105, 126, 127], "socialoffershar": 41, "socialshar": 128, "softwar": [13, 29], "solid": 66, "solut": [2, 22, 40, 69, 136], "some": [0, 1, 4, 5, 7, 8, 9, 11, 12, 23, 27, 29, 32, 35, 36, 40, 41, 52, 69, 70, 73, 80, 86, 108, 109, 111, 123, 127, 137], "some_kei": 69, "some_liquid_block": 69, "someon": [19, 39, 53, 126], "someth": [53, 74, 79, 123, 125], "sometim": [25, 34, 50], "somewhat": 73, "somewher": [52, 64, 66], "soon": 22, "sort": 67, "sound": 1, "sourc": [0, 12, 21, 28, 32, 33, 69, 106, 108, 123], "sp": 29, "spa": [113, 114, 119], "space": [1, 2, 16, 19, 69], "spam": 34, "span": [12, 80, 108, 110, 113, 120, 123], "spanish": 74, "speak": 22, "spec": 137, "special": [34, 42, 60, 80, 88, 111, 129], "specif": [0, 12, 15, 21, 25, 27, 29, 33, 42, 55, 57, 69, 75, 80, 81, 92, 109, 110, 129, 137, 140, 144], "specifi": [7, 15, 19, 33, 34, 43, 46, 47, 48, 49, 57, 58, 61, 65, 69, 71, 75, 96, 126, 128, 131, 133, 134, 135, 144, 145], "spectrum": 22, "speed": [108, 113], "spend": 111, "spf": 34, "spf1": 34, "split": [1, 12, 25], "spot": 22, "spread": 19, "squareup": 43, "squish": 67, "src": [30, 69, 80, 108, 119, 123], "ssh": [117, 118], "ssl": [34, 38], "sso": [0, 105], "st": 12, "stabil": [50, 136], "stack": [12, 92], "stackoverflow": 137, "stage": [5, 22, 23, 137], "stand": 1, "standalon": [0, 25, 30, 39, 45, 46, 47, 56, 57, 61, 85, 109, 110, 112, 113, 118, 119, 120, 126, 127, 132, 133, 134], "standard": [13, 15, 29, 53, 54, 69, 105, 107, 108, 110, 111, 120, 129, 137, 142, 145], "stare": 136, "start": [0, 1, 16, 21, 23, 30, 34, 39, 40, 53, 54, 56, 72, 83, 84, 88, 95, 98, 99, 100, 102, 103, 105, 106, 115, 117, 118, 119, 126, 128, 136], "starts_at": 27, "stat": 128, "state": [21, 40, 55, 72, 81, 106, 108, 111], "static": [0, 1, 17, 67, 68, 69, 118], "static_asset": 69, "statu": [5, 6, 7, 8, 11, 28, 34, 41, 53, 55, 63, 64, 83, 91, 93, 119, 131, 137, 138, 144], "status": [5, 7, 8, 65], "steal": 31, "step": [0, 2, 6, 7, 11, 16, 19, 34, 40, 41, 43, 44, 50, 52, 56, 71, 73, 81, 96, 109, 110, 116, 118, 119, 120, 124, 126, 128, 130, 140, 145], "stephani": [6, 7], "sticki": 31, "still": [7, 14, 16, 19, 22, 28, 66, 75, 81, 92, 109, 111, 112, 125, 136], "store": [0, 14, 15, 17, 19, 20, 21, 22, 27, 28, 30, 34, 40, 42, 52, 53, 54, 69, 72, 74, 85, 87, 94, 98, 99, 100, 102, 103, 105, 114, 115, 116, 117, 118, 120, 121, 122, 128, 129, 131, 134, 145], "storefront": 115, "straight": 122, "strategi": 33, "street": [21, 25, 106, 108], "strftime": 69, "strict": [34, 69], "strict_encode64": [17, 96], "strictli": [21, 57, 69, 106, 107, 108, 110, 127], "string": [0, 2, 12, 17, 25, 29, 32, 40, 41, 42, 44, 46, 47, 48, 49, 53, 69, 72, 96, 108, 112, 127, 131, 137], "strip": [67, 80], "strip_insignificant_zero": 69, "strong": 22, "strongli": 29, "structur": [18, 56, 69], "student": 26, "studio": 43, "style": [1, 44, 67, 69, 72, 79, 80], "stylesheet": 70, "sub": [34, 35], "sub_choic": [69, 72, 79], "subchoic": 79, "subclass": 41, "subdivision_1_cod": 72, "subdomain": [34, 35, 36, 37, 38, 111], "subject": [0, 41, 128], "subjectpublickeyinfo": 17, "submiss": 142, "submit": [51, 54, 79, 109, 117, 131, 139, 142, 145], "subnet": 10, "subscrib": [0, 28, 79, 80, 95, 105, 122, 127, 129, 137], "subscript": [0, 12, 28, 30, 46, 54, 79, 92, 108, 110, 133, 137, 141, 142, 144], "subscription_purchas": [46, 133], "subsequ": [31, 54, 65, 92], "subset": 136, "subtot": [8, 11, 12, 15, 18, 21, 22, 25, 27, 28, 41, 47, 63, 69, 106, 108, 119, 125, 134], "subtotal_pric": 119, "subtotal_price_set": 28, "success": [13, 15, 19, 27, 41, 53, 57, 63, 65, 80, 92, 95, 107, 108, 111, 113, 115, 119, 124, 128, 137, 140, 145], "successfulli": [5, 7, 12, 63, 118, 136, 137], "suggest": [22, 108], "suitabl": [7, 15, 16, 27, 57, 64, 109], "sum": 69, "sun": 69, "super": [40, 43, 44, 50], "support": [0, 2, 10, 12, 19, 27, 28, 29, 34, 39, 42, 43, 44, 53, 66, 69, 74, 95, 108, 109, 117, 118, 120, 122, 124, 125, 128, 129, 130, 131, 136], "supportsrtl": 44, "suppos": 69, "suppress": 111, "sure": [11, 12, 13, 16, 21, 25, 34, 37, 40, 42, 43, 44, 47, 48, 50, 59, 60, 63, 64, 72, 77, 80, 96, 106, 108, 109, 118, 119, 125, 129, 131, 134, 135], "surfac": [110, 111, 113], "surpass": 77, "survei": 123, "suspici": [5, 22], "swift": [73, 126], "switch": [1, 14, 49, 136], "switchblock": 77, "swith": 1, "symbol": 69, "sync": [0, 91, 92, 93, 105, 120, 140], "synchron": [0, 28, 91, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105], "syntax": [13, 69, 71], "synthes": [128, 136], "system": [6, 9, 14, 17, 22, 41, 48, 109, 111, 117, 123, 139, 142, 143, 144, 145], "t": [0, 1, 2, 6, 7, 8, 11, 14, 15, 16, 19, 22, 25, 31, 32, 40, 41, 53, 58, 59, 60, 61, 62, 63, 64, 66, 75, 78, 79, 80, 87, 88, 89, 92, 108, 109, 111, 118, 121, 127, 128, 130, 136, 139, 144, 145], "tab": [1, 6, 7, 8, 9, 11, 63, 112, 117, 125, 131], "tabl": 69, "tablet": 66, "tag": [0, 1, 12, 32, 41, 43, 46, 47, 48, 57, 66, 71, 72, 105, 108, 113, 123, 126, 128, 133, 134, 135], "tag1": 12, "tag2": 12, "tailor": 26, "takablesdk": 131, "take": [1, 5, 6, 7, 10, 17, 22, 27, 34, 47, 48, 66, 68, 69, 111, 127, 130, 134, 135, 137], "taken": [2, 11, 15, 19, 43, 122, 123], "talkabl": [0, 1, 2, 4, 5, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 21, 22, 23, 25, 26, 27, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 41, 43, 44, 46, 47, 48, 49, 50, 51, 54, 55, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 69, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 106, 107, 108, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 122, 124, 125, 127, 128, 130, 131, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "talkable_integr": 118, "talkable_public_kei": 13, "talkable_visitor_offer_id": [42, 129], "talkable_your_site_slug_public_kei": 17, "talkableact": 50, "talkableapi": [41, 42, 46, 50], "talkableapikei": 50, "talkablecallback": 40, "talkablecompletionhandl": 136, "talkabledeeplink": 42, "talkabledeleg": 126, "talkableencryptionservic": 17, "talkableerrorcallback": [40, 47, 48, 50], "talkableofferfrag": [39, 50], "talkableofferfragmentlisten": [39, 40], "talkableofferloadexcept": [40, 47, 48, 50], "talkableq": 109, "talkablesdk": [44, 127, 131, 133, 134, 135, 136], "talkablesiteslug": 50, "tap": 127, "target": [29, 131], "target_select": 27, "target_typ": 27, "task": 27, "tax": [21, 28, 106, 108, 119, 120], "tax_amount": 119, "td": 69, "teacher": 26, "team": [19, 22, 28, 109, 119], "technic": 1, "techniqu": [0, 84], "technologi": [31, 43, 107], "tell": [7, 16, 30, 43, 108], "templat": [12, 16, 25, 52, 56, 64, 67, 69, 72, 73, 74, 80, 83, 108, 109, 110, 113, 115, 119, 120, 123, 124], "temporari": 107, "term": [33, 72, 81], "termin": 118, "terminologi": [0, 3, 29], "test": [0, 1, 17, 23, 39, 47, 50, 69, 73, 79, 95, 98, 99, 100, 102, 103, 105, 109, 113, 125, 128, 134, 137], "test25": 134, "test888": 19, "tester": 137, "text": [1, 17, 34, 40, 66, 69, 77, 79, 80, 89, 95, 119, 133], "textarea_id": 80, "textfield": 1, "than": [5, 17, 27, 32, 34, 41, 69, 75, 78, 112, 117, 145], "thank": [95, 119, 139, 142, 143, 144, 145], "thei": [0, 1, 5, 7, 8, 11, 12, 16, 19, 21, 22, 27, 31, 35, 47, 52, 53, 54, 57, 62, 63, 65, 72, 75, 77, 81, 83, 84, 92, 95, 98, 99, 100, 102, 103, 107, 110, 113, 121, 127, 134, 145], "them": [0, 1, 7, 9, 12, 14, 17, 19, 20, 22, 23, 27, 41, 42, 43, 57, 59, 61, 62, 63, 64, 71, 72, 77, 109, 117, 118, 119, 124, 129, 145], "theme": [16, 19, 44, 114, 120], "themselv": [18, 69, 145], "therebi": 22, "therefor": [9, 31], "thi": [1, 2, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 37, 38, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 61, 62, 63, 64, 66, 69, 71, 72, 74, 75, 77, 78, 79, 80, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 109, 110, 111, 117, 118, 119, 120, 121, 122, 123, 125, 127, 128, 129, 133, 134, 135, 136, 137, 138, 139, 140, 144, 145], "thick": 69, "thing": [1, 27, 67, 111, 144], "think": [64, 135], "thinnest": 69, "third": [38, 39, 50, 54, 105, 109, 126], "thoroughli": 109, "those": [6, 18, 22, 25, 31, 55, 72, 108, 138, 140], "though": 29, "thourgh": 126, "thread": [40, 47, 48, 50], "three": [8, 25, 37, 41, 54, 84, 108, 118, 145], "threshold": [8, 72, 140], "throttl": 51, "through": [0, 5, 7, 9, 12, 13, 18, 21, 22, 31, 32, 39, 40, 66, 67, 69, 81, 91, 93, 95, 106, 108, 109, 110, 111, 125, 135, 145], "throught": 25, "throw": 17, "thu": [5, 19, 30, 34], "ti": [18, 55, 57], "tier": [56, 72, 82, 120], "tier_transit": 122, "tile": 15, "time": [2, 5, 8, 9, 12, 17, 19, 22, 27, 28, 30, 31, 34, 40, 42, 46, 49, 54, 63, 65, 66, 69, 72, 81, 108, 109, 110, 112, 120, 123, 127, 129, 133, 137, 138, 139, 141, 142, 143, 144, 145, 146], "timestamp": [7, 137], "timingsafeequ": 96, "tini": 60, "tip": [95, 98, 99, 100, 102, 103], "titl": [21, 27, 41, 47, 50, 69, 71, 72, 80, 89, 106, 111, 119, 124, 127], "title_s": 69, "titlefortalkableofferviewcontrol": 127, "tkbl": [40, 43, 44, 50, 131], "tkbl_campaign_id": 112, "tkbl_cvuuid": [42, 52, 107, 129], "tkbl_session": 107, "tkbl_session_id": 107, "tkbl_verify_integr": 125, "tkblaffiliatememb": [127, 135], "tkblaffiliatememberemailkei": 135, "tkblaffiliatememberfirstnamekei": 135, "tkblaffiliatememberkei": 135, "tkblaffiliatememberlastnamekei": 135, "tkblaffiliatememberpersoncustompropertieskei": 135, "tkblcampaigntag": [127, 133], "tkbldidpublishmessagenotif": 127, "tkbldidreceivecouponcod": 127, "tkblevent": 133, "tkbleventcategorykei": 133, "tkbleventemailkei": 133, "tkbleventkei": 133, "tkbleventnumberkei": 133, "tkbleventpersoncustompropertieskei": 133, "tkblmessagecouponissu": 127, "tkblmessagenamekei": 127, "tkblmessageofferclos": 127, "tkblmessageofferload": 127, "tkblofferclaimurlkei": [128, 136], "tkblofferkei": 128, "tkbloffershorturlcodekei": 128, "tkblorigindatakei": 128, "tkblorigintyp": 127, "tkblorigintypekei": 128, "tkblorigintypepurchas": 128, "tkblpurchas": 134, "tkblpurchasecouponcodekei": 134, "tkblpurchaseemailkei": [128, 134], "tkblpurchasekei": 134, "tkblpurchaseorderitemimageurlkei": 134, "tkblpurchaseorderitempricekei": 134, "tkblpurchaseorderitemproductidkei": 134, "tkblpurchaseorderitemquantitykei": 134, "tkblpurchaseorderitemskei": 134, "tkblpurchaseorderitemtitlekei": 134, "tkblpurchaseorderitemurlkei": 134, "tkblpurchaseordernumberkei": [128, 134], "tkblpurchasesubtotalkei": [128, 134], "tkblsharechannel": 128, "tkblsharechannelfacebook": 128, "tkblsharechanneloth": 128, "tkblsharechanneltwitt": 128, "tkblsharemessag": [128, 136], "to_json": 17, "toast": 40, "togeth": [17, 52, 95], "toggl": [14, 119], "toggleclass": 77, "too": 53, "tool": [2, 15, 49, 94, 118], "tooltip": [77, 89], "top": [0, 4, 25, 31, 40, 43, 44, 50, 57, 65, 66, 69, 89, 109, 117], "tostr": 17, "total": [111, 119, 144], "total_discounts_set": 28, "total_shipping_price_set": 28, "total_tax": 119, "total_tax_set": 28, "touch": [26, 91, 92, 93, 95, 97, 98, 99, 100, 101, 102, 103, 104, 119], "toward": [16, 92], "tr": 69, "track": [0, 8, 12, 21, 22, 25, 33, 34, 35, 39, 41, 42, 65, 67, 72, 80, 92, 105, 107, 108, 111, 126, 129, 139, 141, 142, 144], "trackappopen": [43, 44, 50], "traffic": [0, 12, 21, 28, 32, 33, 106, 108, 110, 113], "traffic_sourc": [12, 21, 25, 32, 106, 108, 123], "trail": 69, "trait": [1, 16, 69], "transact": [12, 25, 40, 54, 110], "transfer": 38, "transform": 69, "transit": [120, 136], "translat": 74, "tremend": 67, "tri": [27, 28, 31], "tricki": 81, "trigger": [23, 27, 28, 30, 47, 52, 63, 72, 78, 80, 83, 84, 85, 86, 87, 89, 95, 111, 122, 127, 134, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146], "trim": 79, "troubl": [109, 136], "troubleshoot": [109, 113, 114, 117, 119], "true": [12, 23, 25, 41, 43, 44, 49, 53, 69, 72, 78, 125, 138], "trust": 95, "try": [2, 4, 9, 17, 27, 29, 53, 75, 79, 83, 92, 117, 136], "tsp": 17, "ttl": 69, "turn": [5, 22, 23, 24, 49, 65, 66, 79, 80, 83, 111, 124, 125], "tutori": [13, 43, 56, 67, 88, 89, 105], "tweak": 92, "tweet": 69, "tweet_length": 67, "twice": [86, 143], "twitter": [39, 69, 89, 126, 127, 128, 136], "twitter_share_link": 89, "two": [1, 10, 15, 16, 19, 23, 29, 30, 34, 46, 55, 64, 69, 72, 109, 111, 127, 133, 136], "twtrcompos": [128, 136], "twtrcomposerresult": [128, 136], "twtrcomposerresultdon": [128, 136], "txt": 34, "type": [1, 2, 8, 14, 22, 27, 35, 36, 37, 40, 41, 42, 47, 48, 53, 54, 56, 57, 59, 60, 63, 64, 69, 71, 72, 79, 80, 84, 105, 112, 118, 119, 122, 124, 127, 134, 135, 136, 137, 140, 144, 145], "typic": [9, 108, 109, 111, 123], "u": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "ui": [40, 47, 48, 50], "uiactivityviewcontrol": 128, "uiapplic": 129, "uiviewcontrol": 127, "unabl": [27, 84, 85, 86, 87, 111, 125], "unauthor": 53, "unavail": 40, "unblocklist": [0, 3], "unchang": 19, "uncheck": [27, 29], "under": [1, 5, 12, 13, 22, 41, 107, 110, 112, 121, 127, 131, 145], "underscor": [12, 16, 71], "understand": [81, 113, 127], "unexpectedli": 53, "unfeas": 107, "uniqu": [1, 2, 12, 16, 17, 19, 21, 25, 29, 41, 46, 48, 52, 71, 72, 77, 86, 106, 108, 133, 137, 140], "unit": [21, 69, 72, 106, 119, 134], "univers": [82, 83, 84, 85, 86, 87], "unless": [5, 25, 69, 84], "unlik": [1, 5, 23, 36, 46, 133], "unlock": 79, "unlockg": 79, "unmodifi": 28, "unnecessari": 80, "unnecessarili": 24, "unprocess": 53, "unshift": [108, 123], "unsubscrib": [69, 105, 137], "unsubscribe_web_hook": 137, "until": [5, 8, 27, 31, 53, 80, 88, 144], "unverifi": 34, "unzip": 24, "up": [0, 1, 5, 12, 13, 14, 16, 19, 22, 26, 27, 29, 30, 40, 43, 44, 47, 48, 53, 54, 57, 58, 59, 61, 62, 63, 64, 77, 79, 85, 89, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 107, 109, 112, 119, 122, 124, 125, 130, 131, 134, 135, 137, 140, 143, 144, 145], "upcom": 92, "updat": [0, 16, 22, 27, 28, 34, 37, 50, 53, 69, 70, 96, 108, 119, 124, 143], "update_queri": 67, "upgrad": [39, 105, 118, 122, 136, 144, 145], "upload": [2, 5, 27, 67, 68, 69, 109, 120, 123, 140, 144, 145], "upon": [9, 16, 30, 128], "uppercas": [2, 19], "uptick": 22, "uptonextmajor": 131, "uri": [32, 42], "url": [0, 1, 17, 21, 23, 25, 29, 42, 43, 44, 50, 52, 57, 58, 59, 61, 63, 64, 69, 72, 80, 85, 96, 105, 108, 111, 112, 114, 116, 119, 122, 123, 125, 127, 129, 131, 134, 136, 137], "url2png": 67, "urlwithstr": [128, 136], "us": [0, 1, 3, 4, 5, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 27, 28, 30, 31, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 49, 50, 53, 54, 55, 56, 57, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 74, 75, 77, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 89, 92, 95, 96, 98, 99, 100, 102, 103, 105, 106, 108, 109, 111, 112, 113, 116, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 131, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "usa": [4, 12, 25], "usag": [14, 17, 19, 25, 33, 39, 50, 105, 126, 136], "usage_limit": 27, "usd": [12, 15, 21, 25, 106, 108], "user": [0, 3, 4, 5, 7, 8, 14, 17, 22, 24, 27, 29, 30, 41, 43, 46, 47, 48, 49, 50, 52, 53, 54, 57, 61, 66, 69, 74, 77, 80, 81, 89, 105, 107, 108, 109, 110, 111, 113, 120, 121, 123, 124, 127, 128, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 146], "user_ag": 80, "user_item": 25, "userinfo": 127, "usernam": [16, 69], "usual": [1, 5, 22, 47, 48, 57, 64, 109, 134, 135], "utf": 44, "utf8": [17, 19], "util": [17, 25, 40, 46, 54, 108, 128, 131, 133, 136, 137, 140], "utm": [0, 23, 105], "utm_campaign": [33, 69], "utm_cont": 33, "utm_medium": 33, "utm_sourc": [33, 52, 69], "utm_term": 33, "uuid": [41, 52, 133], "uuidstr": 133, "v": [0, 1, 2], "v1": [128, 136], "v2": [29, 53], "v4": [43, 50], "va": 72, "val": 79, "valencia": 12, "valid": [5, 6, 9, 11, 12, 16, 19, 22, 25, 27, 34, 53, 69, 72, 79, 81, 88, 105, 111, 113, 119, 138], "valid_until": [69, 84, 88], "valu": [1, 4, 12, 15, 18, 19, 22, 25, 27, 28, 30, 32, 34, 35, 36, 37, 38, 40, 43, 44, 50, 53, 67, 72, 74, 78, 85, 89, 95, 108, 118, 122, 123, 131, 135, 138], "valuabl": 33, "value1": 12, "value_typ": 27, "vapormax": 72, "var": [15, 18, 21, 25, 69, 77, 79, 80, 106, 108, 119], "vari": [53, 63, 64, 122], "variabl": [1, 15, 18, 52, 56, 67, 69, 71, 83, 84, 86, 88, 95, 98, 99, 100, 102, 103, 108, 109, 110, 111, 113, 120, 123], "variant": [1, 69], "variou": [18, 25, 33, 49, 108, 111, 136, 137, 145], "vast": 22, "ve": [0, 6, 8, 12, 21, 29, 48, 109, 110, 113, 128, 135], "vend": 43, "vendor": [92, 95, 109], "verbal": 19, "veri": [1, 30, 31], "verif": [94, 125], "verifi": [5, 14, 26, 29, 34, 38, 63, 64, 96, 105, 108, 111, 113, 114, 117, 119], "verify_integr": 125, "verify_webhook": 96, "verifywebhook": 96, "versa": 16, "versatil": 65, "version": [15, 33, 44, 50, 57, 69, 92, 109, 116, 117, 118, 121, 131, 136, 137], "via": [2, 14, 19, 27, 29, 39, 41, 51, 53, 65, 69, 80, 82, 83, 84, 85, 89, 95, 105, 108, 110, 111, 117, 118, 119, 120, 126, 136, 140, 141, 143], "vice": 16, "video": [56, 67, 112], "view": [0, 1, 3, 18, 22, 30, 40, 43, 44, 50, 56, 57, 61, 64, 69, 70, 72, 74, 88, 89, 105, 110, 113, 117, 118, 127, 136, 138], "viewcontol": 127, "viewcontrol": 127, "viewcontrollerforpresentingtalkableofferviewcontrol": 127, "viewport": 69, "vintag": [114, 120], "visibl": [0, 16, 57, 78, 109], "visit": [1, 8, 11, 16, 19, 25, 29, 46, 56, 58, 59, 60, 63, 64, 65, 80, 81, 109, 112, 118, 119, 125, 133, 137, 145], "visitor": [0, 28, 39, 49, 50, 52, 58, 59, 65, 77], "visitor_uuid": [41, 42, 52, 129], "visual": [1, 113], "vocal": 9, "void": [5, 8, 17, 22, 28, 40, 41, 42, 43, 44, 47, 48, 50, 55, 127, 128, 136], "w": [2, 23], "wa": [0, 3, 5, 6, 7, 8, 12, 13, 16, 18, 21, 22, 27, 30, 31, 39, 42, 53, 56, 62, 72, 78, 87, 95, 98, 99, 100, 102, 103, 106, 108, 119, 124, 125, 126, 127, 128, 129, 136, 139], "wai": [8, 16, 19, 22, 29, 40, 49, 53, 56, 69, 75, 78, 94, 97, 101, 104, 105, 111, 121, 127, 136, 137], "wait": [5, 8, 34, 109], "walk": 0, "want": [1, 2, 5, 6, 10, 13, 14, 19, 25, 27, 30, 34, 36, 37, 40, 44, 55, 57, 64, 71, 72, 77, 78, 92, 112, 117, 118, 119, 123, 124, 127, 128, 130, 137], "wari": 22, "warn": [112, 118], "wasn": [80, 127, 144], "watch": 67, "water": 73, "we": [1, 2, 6, 7, 8, 9, 10, 12, 13, 19, 22, 27, 29, 30, 47, 50, 53, 56, 66, 73, 80, 81, 83, 89, 95, 108, 110, 111, 113, 125, 127, 130, 134, 135, 136, 145], "web": [14, 31, 34, 38, 53, 56, 109, 126], "webdesign": 66, "webhook": [0, 2, 19, 27, 94, 105], "webhook_secret_kei": 96, "websit": [19, 36, 61, 65, 69, 108, 109, 111, 117, 120, 124], "webview": [40, 50, 127, 136], "week": 69, "weigh": 22, "weight": 69, "welcom": [73, 109, 119], "welcome_messag": 69, "well": [0, 2, 10, 12, 13, 16, 17, 69, 92, 105, 107, 109, 119, 124, 125], "went": 34, "were": [5, 8, 12, 23, 27, 87, 117, 119, 124, 140], "weren": 22, "what": [0, 1, 5, 6, 7, 19, 22, 47, 72, 79, 81, 88, 111, 127, 134], "whatev": 69, "whatsapp": [50, 131], "when": [5, 6, 7, 8, 9, 12, 13, 16, 19, 23, 25, 27, 28, 30, 31, 42, 46, 47, 50, 55, 57, 62, 65, 66, 69, 72, 74, 75, 77, 78, 79, 80, 81, 83, 85, 87, 88, 89, 95, 98, 99, 100, 102, 103, 108, 109, 111, 119, 120, 121, 122, 123, 124, 127, 128, 129, 133, 134, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "whenev": [1, 9, 22, 28, 57, 70, 95, 98, 99, 100, 102, 103], "where": [0, 1, 3, 5, 9, 19, 22, 25, 27, 31, 32, 35, 36, 37, 38, 57, 64, 65, 67, 68, 71, 77, 81, 108, 109, 111, 112, 113, 118, 120, 123, 125, 127, 140, 145], "whether": [5, 8, 12, 22, 31, 41, 42, 69, 77, 81, 128, 129], "which": [1, 5, 6, 7, 12, 13, 16, 21, 22, 25, 27, 30, 34, 40, 48, 52, 55, 57, 58, 59, 63, 64, 66, 69, 70, 72, 78, 80, 84, 95, 98, 99, 100, 102, 103, 110, 111, 112, 113, 118, 119, 122, 127, 135, 137, 140, 143, 145], "while": [8, 9, 22, 27, 31, 34, 75, 112, 136], "white": [0, 30, 105, 111], "whitelist": [34, 137], "whitespac": 69, "who": [0, 3, 5, 10, 11, 12, 19, 21, 25, 28, 54, 55, 56, 60, 72, 81, 84, 94, 97, 101, 104, 105, 106, 108, 138, 139, 141, 142], "whose": 54, "why": [0, 8, 11, 22, 31, 66], "widget": [0, 30, 48, 56, 57, 58, 80, 92, 109, 111, 112, 120, 135], "width": [66, 69, 82, 83, 84, 85, 86, 87, 108, 123], "wiki": [69, 137], "wikipedia": [69, 137], "wildcard": 10, "window": [1, 12, 21, 22, 25, 35, 37, 43, 52, 66, 106, 108, 109, 119, 121, 123, 125], "windowsmacfont": 66, "wish": [22, 92, 95], "withcont": [128, 136], "withhandl": 128, "within": [1, 2, 31, 53, 57, 65, 66, 69, 71, 73, 92, 95, 98, 99, 100, 102, 103, 109, 131, 143], "without": [1, 10, 16, 22, 23, 31, 43, 48, 50, 66, 69, 88, 89, 107, 109, 112, 120, 121, 135, 137, 145], "withparam": 128, "withurl": 127, "withwebview": 127, "wkwebview": [127, 128], "woff": 69, "woff2": 69, "won": [16, 25, 27, 88, 89, 92, 109], "wonder": 11, "word": [16, 19, 69, 75, 80, 95], "work": [0, 9, 14, 15, 16, 40, 42, 53, 57, 69, 80, 82, 84, 88, 89, 91, 93, 108, 109, 111, 118, 123, 125, 129, 136], "workflow": [50, 141, 143], "world": 22, "worth": 57, "would": [1, 2, 7, 16, 19, 22, 31, 54, 55, 69, 78, 92, 95, 107, 111, 120, 121, 140, 145], "wow": 69, "wrap": [1, 80], "write": [67, 69, 72], "wrong": [53, 79, 127], "www": [14, 21, 25, 30, 34, 53, 66, 69, 108, 110, 112, 120, 125, 134], "x": [2, 29, 50, 69, 75, 96, 111, 114, 116], "x509": 17, "xcode": 131, "xdim": 69, "xml": [43, 44, 50], "xmln": [44, 50], "y": [2, 69], "yahoo": 6, "ye": [19, 79, 127, 128], "year": [22, 69], "yesterdai": 69, "yet": [5, 7, 8, 13, 69, 87], "yotpo": [94, 105], "you": [1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 53, 57, 58, 59, 60, 61, 62, 63, 64, 66, 69, 70, 71, 72, 73, 74, 77, 78, 79, 80, 81, 84, 92, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 109, 111, 112, 113, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 139, 140, 142, 143, 144, 145], "your": [0, 1, 2, 4, 8, 10, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 24, 25, 26, 27, 29, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 52, 53, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 69, 71, 72, 73, 79, 80, 84, 88, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 109, 110, 111, 112, 113, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 130, 131, 132, 133, 134, 135, 136, 137, 139, 141, 142, 144, 145], "your_default_site_slug": 40, "your_getsocial_app_id": 43, "your_link_domain_prefix": 43, "your_site_id": [44, 131], "your_site_slug": [43, 50], "your_talkable_public_api_kei": [43, 44, 50, 131], "yourobjectconformstotalkabledelegateprotocol": 127, "yourself": [22, 127], "yoursit": 25, "youtu": 112, "z": [2, 69], "zendesk": 34, "zero": [108, 111], "zeroclipboard": [76, 88], "zflcakw": 112, "zip": [12, 21, 24, 25, 28, 106, 108, 119], "zone": [35, 69], "z\u0142": 69, "\u0441ustom": 0}, "titles": ["Features", "Converting Into Localization", "Coupons", "Customer Service Portal", "Overview", "Terminology", "Use case #1:
    Where do I find referrals?", "Use case #2:
    Where is Advocate reward?", "Use case #3:
    Who should get the reward?", "Use case #4:
    Did my Friend get an email?", "Use case #5:
    Blocklisting a user", "Use case #6:
    Creating a referral for an Advocate", "Integrating Events", "File Encryption", "Google Login", "Multi-currency", "Name Sharing", "Params Encryption", "Pass Custom User Data", "Advocate Personal Coupon Sharing", "Phone number gating", "Including Product Items", "Referrals Approval", "Setting up Campaign Placement criteria", "Report Password Protection", "Segments", "SheerID Integration", "Shopify coupon auto-sync", "Shopify Purchase Syncing", "Single Sign-On (SSO)", "Subscribing To Iframe Events", "Referral Tracking Methods", "Using URL Parameters", "UTM Tags", "White-labeling", "Adding DNS records in AWS Route53", "Adding DNS records in Cloudflare", "Adding DNS records in GoDaddy", "Adding DNS records in Shopify", "Talkable Android SDK", "Advanced Usage", "API", "Integration with Third Party Deep Linking Services", "Deep Linking", "Getting Started", "Integration", "Custom Events", "Post Purchase Campaign", "Standalone Campaign", "Testing", "Upgrade", "API Reference", "Referral Program via API", "Introduction", "Origins", "Referrals", "Talkable Campaigns", "Campaign Placements", "Claim by Name Placement", "Floating Widget Placement", "Gleam Placement", "Loyalty Dashboard Placement", "Loyalty Widget Placement", "Post Purchase Placement", "Standalone Placement", "Campaign Types", "Designer", "Editor", "Files", "Filters", "History", "Partials", "Variables", "Videos", "Localization", "Offers Expiration", "Tutorials", "Global", "Incentive Criteria", "Friend Claim Page", "Advocate Signup/Share Page", "Views", "Advocate Reward Confirmation Email", "Advocate Reward Paid Email", "Friend Reward Paid Email", "Advocate Offer Email", "Friend Share Email", "Friend Share Email Reminder", "Friend Claim Page", "Advocate Signup/Share Page", "Custom Integration", "Microsoft Dynamics CRM Integration", "Recharge", "Salesforce Integration", "Email Marketing & Automation", "Attentive", "Custom App", "Emarsys", "Hubspot", "Klaviyo", "Mailchimp", "Ometria", "Oracle Bronto", "Sailthru", "Yotpo", "Talkable Basics", "Alternate Post Purchase Script for cart line item passing", "Cookies", "Integration Components", "Integrating with a Tag Manager", "Integration High-Level Overview", "F.A.Q.", "Validating the Integration", "Standard Integration", "E-commerce Platforms", "Salesforce B2C Commerce Cloud Integration", "Magento Integration", "Magento 1.x Integration", "Magento 2.x Integration", "Shopify Integration", "Loyalty Integration (beta)", "Auto-Enrollment", "Custom App for Loyalty", "Integration Components", "Shopify Integration", "Verifying Integration", "Talkable iOS SDK", "Advanced Usage", "Native Integration via API", "Integration with Third Party Deep Linking Services", "Example", "Getting Started", "Integration", "Custom Events", "Post Purchase Campaign", "Standalone Campaign", "Social Sharing", "Webhooks", "Check Unsubscribe Webhook", "Friend Email Gating Webhook", "Create Coupon Webhook", "Event Webhook", "Advocate Signup Webhook", "Post Share Webhook", "Referral Webhook", "Reward Webhook", "Unsubscribe Webhook"], "titleterms": {"": [15, 66], "0": [50, 119, 124], "1": [6, 42, 50, 69, 73, 117, 121, 128, 129, 131], "10": 50, "11": 50, "12": 50, "2": [7, 42, 50, 69, 73, 118, 119, 121, 124, 128, 129, 131], "3": [8, 50, 69, 73, 128], "4": [9, 50, 69], "5": [10, 50], "6": [11, 50], "7": 50, "8": 50, "9": 50, "A": 111, "As": 1, "For": [105, 119], "In": 4, "Into": 1, "It": 24, "On": 29, "To": [13, 30], "With": 25, "ab_test": 69, "access": [53, 118], "action": [122, 123], "ad": [10, 34, 35, 36, 37, 38, 50, 71], "add": [95, 98, 99, 100, 102, 103], "add_tim": 69, "addit": 14, "adjust_color": 69, "advanc": [27, 40, 127], "advoc": [7, 11, 19, 65, 80, 82, 83, 85, 89, 108, 142], "advocate_info": 72, "advocate_origin": 72, "allow": 77, "altern": [106, 109], "an": [9, 11, 52, 119, 124, 128], "android": 39, "ani": 27, "api": [14, 40, 41, 51, 52, 53, 128], "app": [50, 95, 96, 98, 99, 100, 102, 103, 122], "applic": 43, "approach": 109, "approv": 22, "aren": 27, "asset": 73, "asset_url": 69, "async_rend": 69, "attent": 95, "attribut": [27, 28, 43], "authent": 53, "auto": [2, 27, 121], "autom": [94, 105], "automat": [29, 119, 124], "avail": 12, "aw": 35, "b2c": 115, "back": 105, "barcod": 69, "barcode_imag": 69, "base": 136, "base64_decod": 69, "base64_encod": 69, "basic": 105, "behaviour": 40, "best": 109, "beta": 120, "binari": 131, "block": 9, "blocklist": 10, "br": [6, 7, 8, 9, 10, 11], "bronto": 102, "bug": 50, "build": 41, "campaign": [17, 23, 28, 42, 47, 48, 56, 57, 65, 112, 118, 127, 129, 134, 135, 136], "cart": 106, "case": [6, 7, 8, 9, 10, 11], "ccpa": 107, "chang": 27, "check": [112, 128, 138], "checklist": 112, "checkout": 16, "claim": [52, 58, 65, 79, 88], "claim_url": 69, "client": 14, "cloud": 115, "cloudflar": 36, "cloudspong": 80, "cocoapod": 131, "code": [121, 128], "color": 1, "commerc": [114, 115], "completionhandl": 136, "complianc": 107, "compon": [108, 123], "configur": [1, 29, 42, 43, 118, 129, 131], "confirm": [82, 112], "contact": 127, "contain": 123, "convert": 1, "cooki": 107, "coupon": [2, 19, 27, 77, 140], "coupon_cod": 72, "creat": [11, 14, 27, 41, 112, 128, 140], "criteria": [23, 78], "crm": 91, "cross": 8, "currenc": 15, "custom": [1, 3, 4, 8, 18, 25, 34, 46, 63, 64, 73, 90, 96, 105, 122, 127, 133], "dashboard": [15, 61, 65, 108, 123], "data": [18, 52], "date": 53, "date_diff": 69, "date_greater_than": 69, "date_greater_than_or_equ": 69, "debug": 127, "decrypt": 13, "deep": [42, 43, 50, 129], "default": 40, "deleg": [34, 136], "deliveri": 7, "depend": 43, "deploy": 14, "design": 66, "detail": 6, "did": 9, "differ": 15, "direct": 109, "directli": 40, "displai": [52, 112], "div": 123, "dn": [34, 35, 36, 37, 38], "do": [6, 10], "domain": 34, "dynam": 91, "e": 114, "editor": 67, "email": [7, 9, 17, 27, 34, 41, 66, 77, 79, 80, 82, 83, 84, 85, 86, 87, 94, 105, 128, 139], "emarsi": 97, "encode_query_argu": 69, "encrypt": [13, 17], "end": [17, 105], "enrol": 121, "error": [14, 40, 53], "esp": 20, "event": [12, 15, 30, 46, 133, 141], "events_collect": 69, "exampl": [17, 69, 71, 96, 121, 130, 136], "exist": 112, "expir": 75, "extens": 118, "extra": 128, "f": 111, "facebook": 40, "faq": 19, "fast": 16, "featur": [0, 27], "field": 80, "file": [13, 68], "filter": [69, 73], "find": 6, "fix": 50, "float": 59, "flow": [16, 63, 64], "font": 66, "format": 53, "format_d": 69, "fragment": 50, "framework": [131, 136], "friend": [9, 77, 79, 84, 86, 87, 88, 139], "from": [109, 119, 124, 136], "front": 17, "function": 128, "gate": [20, 79, 139], "gather": 11, "gdpr": 107, "gener": [22, 27, 52], "get": [8, 9, 17, 27, 44, 131], "gleam": [60, 65], "global": 77, "godaddi": 37, "googl": 14, "group_bi": 69, "gtm": 109, "handl": [8, 14, 40], "have": 27, "height": 66, "help": 109, "hierarchi": 41, "high": 110, "hint": 122, "histori": 70, "hours_from_tim": 69, "how": [10, 13, 24, 28, 34, 95, 98, 99, 100, 102, 103, 112], "hubspot": 98, "human_time_ago": 69, "i": [6, 7, 10, 27], "id": [14, 27], "ifram": 30, "imag": 1, "impact": 109, "implement": 127, "import": [13, 127], "import_font": 69, "incent": [15, 72, 78], "includ": [21, 71], "info": 11, "initi": [43, 52, 108, 123], "inlin": 16, "inquiri": 8, "instal": [44, 118, 131], "instant": 80, "instruct": [58, 59, 60, 61, 62, 63, 64], "integr": [12, 14, 26, 40, 42, 45, 58, 59, 60, 61, 62, 63, 64, 80, 90, 91, 93, 105, 108, 109, 110, 112, 113, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 128, 129, 132], "interact": 16, "interfac": 50, "interpol": 69, "intro": 73, "introduc": 50, "introduct": [29, 53], "invit": 65, "io": 126, "issu": 34, "item": [21, 106], "its": 77, "j": [17, 105, 121, 125], "java": 17, "kei": [13, 17], "klaviyo": 99, "label": 34, "land": 108, "leaderboard": [65, 69], "legaci": [128, 136], "level": 110, "line": [1, 106], "link": [16, 42, 43, 50, 109, 129], "linkedin": 80, "liquid": [73, 122], "list": [27, 30], "local": [1, 69, 74], "log": 4, "login": 14, "lookup": 6, "loyalti": [61, 62, 120, 122, 123], "magento": [63, 64, 116, 117, 118], "mailchimp": 100, "main": 71, "manag": [34, 109, 131], "manifest": 43, "manual": [11, 29, 119, 124], "map": 28, "market": [94, 105], "md5": 69, "method": 31, "microsoft": 91, "migrat": [119, 124], "mobil": 105, "mode": 112, "monei": 69, "move": [1, 50], "multi": [2, 15], "multipl": [40, 50, 80], "my": [9, 27], "name": [16, 58, 65], "nativ": [40, 128, 136], "navig": [4, 73], "new": [95, 98, 99, 100, 102, 103], "node": 17, "note": [108, 112, 123], "notif": [27, 127], "number": 20, "offer": [41, 52, 75, 85, 128], "ometria": 101, "onlin": [119, 124], "open": 50, "optim": 109, "option": 1, "oracl": 102, "origin": [41, 52, 54, 128], "overrid": 40, "overview": [4, 14, 110], "packag": 131, "page": [79, 80, 88, 89, 108, 118], "paid": [83, 84], "param": [17, 42, 129], "paramet": [17, 32], "parse_json": 69, "part": 17, "parti": [42, 129], "partial": 71, "pass": [15, 17, 18, 42, 106, 129], "password": 24, "payload": 28, "perform": 109, "person": [6, 16, 19], "phone": 20, "placement": [23, 57, 58, 59, 60, 61, 62, 63, 64], "platform": [63, 64, 114], "plural": 69, "point": 69, "polici": 22, "portal": [3, 4], "post": [28, 47, 63, 106, 108, 121, 134, 143], "potenti": 109, "practic": 109, "prefer": 15, "prerequisit": 14, "price": 27, "probability_bi": 69, "product": [21, 25], "program": 52, "properti": 12, "protect": 24, "public": [13, 17], "purchas": [15, 28, 47, 63, 106, 108, 121, 134], "q": 111, "rand_bi": 69, "recharg": 92, "recommend": 22, "record": [34, 35, 36, 37, 38], "refer": 51, "referr": [5, 6, 8, 9, 11, 22, 31, 52, 55, 108, 144], "regexp_captur": 69, "remind": [77, 87], "remov": 109, "report": [15, 24], "request": [41, 53], "requir": [2, 43, 44, 131], "resourc": 14, "respons": [53, 66], "result": 11, "retriev": [41, 128], "reward": [5, 7, 8, 41, 65, 80, 82, 83, 84, 128, 145], "route53": 35, "rubi": 17, "rule": 27, "rybbon": 69, "sailthru": 103, "salesforc": [93, 115], "scale_color": 69, "scheme": 50, "script": [106, 108, 109, 123], "sdk": [39, 42, 43, 126, 129], "segment": 25, "self": [9, 34], "send": 34, "servic": [3, 4, 42, 129], "set": [23, 34], "setup": [16, 19, 28, 34], "share": [16, 19, 40, 41, 52, 77, 80, 86, 87, 89, 128, 136, 143], "sheerid": 26, "shopifi": [2, 16, 27, 28, 38, 63, 64, 119, 124], "short": 128, "should": 8, "show": 77, "showfacebooksharedialogwithparam": 136, "showtwittersharedialogwithparam": 136, "sign": 29, "signatur": 96, "signup": [80, 89, 142], "simple_format": 69, "singl": [2, 29], "site": [17, 40, 50], "size": 66, "sku": 25, "slug": [40, 50], "social": [41, 128, 136], "sort": 69, "sourc": 25, "spa": 125, "specifi": 127, "speed": 109, "squish": 69, "sso": 29, "standalon": [17, 48, 64, 135], "standard": 113, "start": [27, 44, 131], "step": [14, 131], "store": [95, 119, 124], "strip": 69, "subject": 1, "submit": 52, "subscrib": 30, "success": 109, "support": 50, "swift": 131, "sync": [2, 27, 28, 122], "synchron": 20, "t": 27, "tag": [33, 109, 127], "talkabl": [13, 28, 39, 42, 52, 53, 56, 105, 109, 118, 123, 126, 129], "talkabledeleg": 127, "talkableofferfrag": 40, "talkableofferfragmentlisten": 50, "templat": 71, "terminologi": 5, "test": [14, 29, 49, 112], "theme": [119, 124], "third": [42, 129], "throttl": 53, "tier": [65, 122], "track": [31, 50], "traffic": 25, "transit": 122, "tremend": 69, "troubleshoot": 125, "tutori": [73, 76], "tweet_length": 69, "type": 65, "unblocklist": 10, "understand": 107, "unsubscrib": [138, 146], "up": [23, 34], "update_queri": 69, "upgrad": 50, "url": [32, 118], "url2png": 69, "us": [2, 6, 7, 8, 9, 10, 11, 32, 40, 73, 107, 136], "usag": [40, 127], "user": [10, 16, 18], "utm": 33, "v": 34, "valid": 112, "valu": 69, "variabl": [72, 73, 122], "verif": 96, "verifi": [109, 125], "via": [40, 52, 121, 128], "video": 73, "view": [11, 66, 81], "vintag": [119, 124], "visitor": [15, 41], "visual": 112, "wa": 9, "we": 107, "web": [66, 136], "webhook": [28, 96, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146], "what": 27, "where": [6, 7, 69], "white": 34, "who": 8, "why": 27, "widget": [16, 59, 62, 123], "work": [24, 28], "x": [117, 118], "yotpo": 104, "your": [42, 129], "zeroclipboard": 77}}) \ No newline at end of file