How can you help | Africa food crisis
How You Can Help
When you give today, you help provide the following resources to those being affected by the food crisis:
Food and nutrition assistance provided through various modalities including cash transfers, food vouchers, and provision of therapeutic food
Rural and mobile clinics to provide health care and nourishment to severely malnourished children
Potable water (rainwater harvesting systems, tanks and cisterns for water storage, well management and protection of communal watering points, etc.)
Recovery efforts, such as restocking livestock lost to drought, training and technical assistance—helping farmers to be more resilient and recover from the loss of their livelihoods
Together, we can save lives and make a long-lasting difference.
window.bboxInit = function () {
bbox.showForm(’91e9a1e4-ccb5-4a16-92ed-5f21a3509df8′);
};
(function () {
var e = document.createElement(‘script’); e.async = true;
e.src = ‘https://bbox.blackbaudhosting.com/webforms/bbox-min.js’;
document.getElementsByTagName(‘head’)[0].appendChild(e);
} ());
Your giving ensures sustainability to our work in some of the most vulnerable places in the world. Contributions will be used for the purpose specified in this campaign. If in the judgment of World Relief such purpose becomes impossible, impractical, unnecessary, or undesirable, World Relief will use contributions for its general purposes.
(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’https://www.google-analytics.com/analytics.js’,’ga’);
ga(‘create’, ‘UA-2603204-2’, ‘auto’);
ga(‘require’, ‘ecommerce’);
var triggered = false;
function tryToTrackConversion() {
if(triggered) return;
var myDonation = document.getElementById(‘bboxdonation_divThanks’);
if (myDonation){
triggered = true;
function getAmount() { //float
var getAmount = document.querySelector(“#bboxdonation_divThanks .BBFormConfirmationTransactionDetails >span”).innerText.split(“\n”);
getAmount = getAmount[0];
var cleanCharsAmount = getAmount.replace (/,/g, “”);
re = /\$(.*)/g;
cleanCharsAmount = cleanCharsAmount.match(re).toString();
var donationValue = parseFloat(cleanCharsAmount.replace(‘$’,”));
return donationValue;
}
function getId(){
var idTransaction = $(“.BBFormConfirmationTransactionDetails”)[2].innerHTML;
idTransaction = idTransaction.replace(/\D/g,”);
var idDonation = parseInt(idTransaction);
return idDonation;
}
var value = getAmount();
var id = getId();
ga(‘ecommerce:addTransaction’, {
‘id’: id, // Transaction ID. Required.
‘revenue’: value, // Grand Total.
});
ga(‘ecommerce:addItem’, {
‘id’: id, // Transaction ID. Required.
‘name’: ‘Africa Food Crisis’, // Product name. Required.
‘sku’: ‘200372160’, // SKU/code.
‘category’: ‘Donation’, // Category or variation.
‘price’: value, // Unit price.
‘quantity’: ‘1’ // Quantity.
});
ga(‘ecommerce:send’);
} //end if
}
$(“body”).bind(“DOMSubtreeModified”, tryToTrackConversion);