This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This module can be used to trigger the Google Adwords remarketing or conversion tag asynchronously only when you need it (lazy loading) without loading unused ressources | |
// Mostly useful when the Google Remarketing tag or Conversion tag is triggered only on specific conditions. | |
// Author : Vincent Hsu -> twitter.com/suisseo -> http://www.suisseo.ch | |
// Language : Javascript | |
// Usage : googremarketing.loadTag(conversionid, conversionlabel) | |
// Start Google Remarketing Module | |
var googremarketing = (function() { | |
var asyncload = 0; | |
// Load Async Google Adwords remarketing code | |
function Gremloader() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// AmazonProduct.swift | |
// Requires SHXMLParser for parsing Amazon's XML responses (https://github.com/simhanature/SHXMLParser) | |
// | |
// Created by Cory Alder on 2015-01-11. | |
// Copyright (c) 2015 Davander Mobile Corporation. All rights reserved. | |
// | |
// partly inspired by RWMAmazonProductAdvertisingManager | |
import Alamofire |