Content Egg Pro Plugin
Pricing
  • Content Egg WP Plugin
  • Getting started
    • Installation
    • Upgrade Free to Pro
    • Automatic updates
  • Modules
    • General information
    • Affiliate modules
      • Aliexpress module
      • Amazon module
      • Amazon No API module
      • Avantlink Products module
      • Awin module
      • Bestbuy module
      • Bolcom module
      • CityAds Products module
      • CJ Products module
      • Daisycon module
      • Ebay module
      • Envato module
      • Flipkart module
      • GdeSlon module
      • Impactradius module
      • Kelkoo module
      • Kieskeurignl module
      • Rakuten Linkshare module
      • Linkwise module
      • Lomadee Products module
      • Offer module
      • Optimisemedia module
      • Shareasale module
      • Shopee module
      • Tradedoubler Products module
      • Tradetracker Products module
      • Trovaprezzi
      • Udemy module (deprecated)
      • Sovrn (Viglink) module
      • Walmart module
      • Webgains module
    • Coupon modules
      • Admitad Coupons module
      • CJ Links module
      • Coupon module
      • Lomadee Coupons module
      • Skimlinks Coupons module
      • Tradedoubler Coupons module
      • Tradetracker Coupons module
    • Content modules
      • Bing Images module
      • Flickr module
      • Freebase module
      • Google Books module
      • Google Images module
      • Pixabay module
      • Qwant Images module
      • Related Keywords module
      • RSS Fetcher module
      • Twitter module
      • Youtube module
    • Feed modules
      • General information
      • Field mapping
      • Mass import
      • Price comparison based on feeds
      • Troubleshooting
    • Module cloning
    • Deprecated modules
    • My network isn't listed
    • Affiliate Egg integration
    • Deeplink settings
  • Set Up Products
    • How to add products
    • Price comparison websites
    • Autoblogging
    • Fill tool
    • Products page
    • How to add badge icons
  • Frontend
    • How content is displayed
    • 🆕Gutenberg blocks
    • 👉Shortcode parameters
    • Product groups/variations
    • Product sorting
    • Featured images
    • Frontend Search
    • Translation
    • Greenshift templates
  • Updating products
    • Price update
    • Product list update
    • Why prices don't update
    • Out-of-stock products
    • Price history
    • Price alert
    • Price movers
  • 🪄AI
    • Activating AI features
    • AI content generation
    • Smart groups
    • OpenAI API
    • Claude API
    • OpenRouter API
    • Custom prompts
  • WooCommerce Integration
    • General information
    • Product synchronization
    • Attributes synchronization
    • WooCommerce and autoblogging
  • Integrations
    • Affiliate Egg Integration
    • Cashback Tracker Integration
    • External Importer integration
    • WooCommerce Integration
  • Custom Templates
    • Customizing templates with CSS
    • How to install a custom template
    • 🪄ChatGTP Template Creator
    • How to create a custom template
  • Customization
    • Localization
    • For developers
    • Useful code snippets
    • REST API
    • Compatibility with themes
  • FAQ
    • How to add price comparison blocks to WooCommerce
    • How to add custom logos for merchants
    • How to import from CSV data feeds
    • How to change the date format or the date is not being displayed
    • Is Content Egg GDPR Compliant?
    • How to add offer count as a custom field
    • How to add products programmatically
  • Troubleshooting
    • Small font size in product blocks
    • Nothing found while search
Powered by GitBook
On this page
  • How to get Datafeed Download URL
  • FAQ
  1. Modules
  2. Affiliate modules

Awin module

PreviousAvantlink Products moduleNextBestbuy module

Last updated 4 years ago

How to get Datafeed Download URL

  1. If you do not have an account in AWIN affiliate network .

  2. Go to ToolBox -> Create-a-Feed.

  3. Select the Language, Categories, Advertisers, etc and click Next ().

  4. Copy the generated URL at the bottom of the page.

All products from datafeed will be added to local database of your site. Then, you can search products by keywords inside your local database.

Feed loading will start in the background when you activate the module or re-save the settings. It takes a few minutes before you can search for products.

Make sure that no error occurred while loading the feed:

Don't use too big data feeds. It requires too much resources on your server. Try to divide whole feed to categories or advertisers. We don't recommend to have more than 100 000 products in database (less is better).

You can search by keyword and also by direct link

CE plugin will update local database one time per day automatically.

FAQ

I am able to download a advertiser's datafeed, however I am not joined to this advertiser, how is this possible?

Awin have a "soft membership" rule which applies to advertisers who have "auto-join" enabled for their affiliate approvals and have a valid datafeed. If a sale occurs via the use of this datafeed you will be accredited for this sale.

How can you update local database without waiting for automatic update?

Go to Content Egg -> Settings -> Awin and just resave settings. This will remove local database and it will be reuploaded while your first search.

What will be if product is not existed after database update?

Stock status of product will be set as Out of Stock.

Recomended PHP extentions.

You should have next extensions on server (you can check them with your hosting provider):

  • curl

  • zlib

Missing or incorrect domain name or merchant logo.

Some merchants do not have original product URLs in the feed. Therefore, CE plugin cannot determine correct domain or merchant logo. You can add merchant mapping to your functions.php like:

function my_awin_mapping($pairs)
{
    $pairs['Cdiscount FR'] = 'cdiscount.com';
    $pairs['Darty FR'] = 'darty.com';
    return $pairs;
}

add_filter('cegg_awin_merchant_mapping', 'my_awin_mapping', 1);

If the feed does not load, make sure your value is larger than the size of the unzipped feed:

memory limit
Read more...
create it
read more