项目作者: johntelforduk

项目描述 :
Command line program to convert a Shopify Customer Export file into Facebook Custom Audience List format.
高级语言: Python
项目地址: git://github.com/johntelforduk/shopify-to-facebook.git
创建时间: 2020-02-16T08:48:09Z
项目社区:https://github.com/johntelforduk/shopify-to-facebook

开源协议:MIT License

下载


Shopify to Facebook

status

This command line program makes it easy to convert Shopify Customer Lists into Facebook Custom Audiences. In this way, you can create campaigns in Facebook Ads Manager which are targeted to your existing Shopify customers. Alternatively, you can use your Shopify customer list as the basis for a Lookalike Audience.

Usage

The program expects to read a Shopify Customer List from stdin. It outputs a Facebook Custom Audiences file to stdout. Example usage is,

  1. python shop_to_face.py < examples\fictitious_shopify_export.csv > examples\fictitious_facebook_import.csv

Exporting Shopify Customer Lists

In Shopify, begin by selecting the Customers option in the Shopify menu,

Screenshot

Next, select the customers that you want to include in the list. In order to meet data protection laws, you should only include customers who have agreed to Accept Marketing.

Screenshot

Finally, export the customer list,

Screenshot

Notice

This project uses the International Dialing Code data provided by https://github.com/siliconchild/International-Dialing-Codes

Disclaimers

All example data files in this project contain fictitious data.

In order to comply with the data protection laws in your country, you should only include customers who have explicitly agreed to data-driven marketing. See Facebook’s GDPR microsite for more information.