Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Czarto/ShopifyScripts

Various Shopify scripts to generate XML product feeds, remarketing tracking for Google Ads, and others.
https://github.com/Czarto/ShopifyScripts

conversion-tracking facebook-feed facebook-product-catalog google-ads google-shopping-feed remarketing shopify

Last synced: 12 days ago
JSON representation

Various Shopify scripts to generate XML product feeds, remarketing tracking for Google Ads, and others.

Awesome Lists containing this project

README

        

# Shopify Scripts, Templates, and Code

Various useful scripts for Shopify stores

## Templates
Various collection templates that output product data in a machine readable format (XML or CSV)

- **Google Analytics Product Data Import**
- https://github.com/Czarto/ShopifyScripts/blob/master/Templates/collection.csv-ga-product-feed-inc-colorsize.liquid
- https://github.com/Czarto/ShopifyScripts/blob/master/Templates/collection.csv-ga-product-feed.liquid
- Blog Post: Fix your GA Product Performance Reports

- **Facebook Product Update Feed**
- https://github.com/Czarto/ShopifyScripts/blob/master/Templates/collection.fb-product-update.liquid
- Blog Post: Fix missing attributes in Shopify's Facebook Product Feed

- **Google Shopping Update Feed** (including Sale Price)
- https://github.com/Czarto/ShopifyScripts/blob/master/Templates/collection.google-feed-update.liquid
- Blog Post: Enhance Shopify’s Google Shopping feed
- *Augment your Google Shopping Feed with Sale Price, Additional Variant Images by color, Automatic Exclusion of Out of Stock varaints, and Intelligent Exclusion of Low Stock color variants.*

### Deprecated
Old scripts and code that are no longer being maintained.

- **Google Shopping Product Feed** [deprecated]
- https://github.com/Czarto/ShopifyScripts/blob/master/Templates/collection.xml-product-feed.liquid
- *Deprecated in favor of Shopify's native Google Shopping integration via the Google Shopping channel / app combined with feed enhancement with Enhance Shopify’s Google Shopping feed*

- **Facebook Product Catalog Feed** [deprecated]
- https://github.com/Czarto/ShopifyScripts/blob/master/Templates/collection.fb-product-feed.liquid
- Blog Post: Shopify DIY Facebook Feed
- *Depracted in favor of Shopify's native Facebook integration via the Facebook Sales Channel in combination with feed enhancement with Fix missing attributes in Shopify's Facebook Product Feed*

## Checkout Scripts
Scripts to be included in the checkout script section in Shopify

- **Google Ads Conversion + Remarketing Tracking Tag**
- https://github.com/Czarto/ShopifyScripts/blob/master/settings/checkout/adwords-conversion.liquid

## Snippets
Shopify code snippets

- **Google Ads Dynamic Remarketing code**
- https://github.com/Czarto/ShopifyScripts/blob/master/snippets/adwords-remarketing.liquid
- Blog Post: Shopify Dynamic Remarketing Setup

- **Collection page color swatches**
- https://github.com/Czarto/ShopifyScripts/blob/master/snippets/product-color-swatch.liquid
- Blog Post: Add Color Swatches to your Collection Page