Get Ads

Using the getAds POST call to return Ads for a given Customer

Use the getAdsPOST call to return Ads for a given Customer which are appropriate for a particular Ad Channel and Inputs.

POST /v2/ads/getAds

Request

PropertyTypeRequiredDescription
channelChannelYesFilters results by ad channel
sectionsSection[]No

Array of sections (FI-specific)

Examples:
- Regular location
- "Featured Local Offers" in a side bar panel
- Bottom of the page

If not included, then all sections will be returned

categoryIdsstring[]NoValue from Ad Category list
curationIdsstring[]NoValue from predefined value for a specific campaign list
activationStatesAdActivationState[]NoLimit ads by activation state. If not supplied then NEW, SERVED and ACTIVATED ads will all be returned
visibilityStatesAdVisibilityState[]NoDefault is to return only ads with visibilityStatus of VISIBLE, this field can be used to also return PARKED ads
redemptionStatesAdRedemptionState[]NoUse to limit ads returned to ones that are redeemed, for example
maxAdLimitintNo

The maximum number of ads to be returned. If not set, then return all available ads in all states (including expired). If set, and the returned ads exceeds the amount requested, pagination will be used.

Values: a positive number (1 to int. max value)

returnMetadatabooleanNoIf supplied, assets such as logo images and AdCopy will be returned
includeExpiredAdsbooleanNoIf enabled, ended ads will be included in the results.
Note: The default lookback period is 120 days.

Response

PropertyTypeDescription
adsMap<string, Ad>A Map of ads data, keyed by adId
rankingsAdRankingsSee the AdRankings page for more information.
categoriesMap<string, CategoryGroup>A Map of ad categories, keyed by adId. See the CategoryGroup page for more information.

Ad Rankings

The ordering for a given section can be found in the rankings object of the response.

The ranking object will always have a catch-all ranking type titled all which provides a general, overall ranking of
ads.

In the future, Cardlytics will support other rankings by section, category and curation.

Ad Assets

Ads and creatives are available as optional objects in the response.

Progression of Ad States

Ads have three stateful properties:

Activation State

Activation state transitions in the following order.

  1. NEW
  2. SERVED
  3. ACTIVATED

These states are mutually exclusive to each other.

Redemption State

Once an ad is activated, it can be redeemed. AdRedemptionState can progress through these states:

  1. PROCESSING
  2. FULLY_REDEEMED

Important
The PROCESSING redemption state only applies for FIs which have enabled RTM. In this case, an auth transaction is present that would redeem this offer once processed.

Visibility State

AdVisibilityState is VISIBLE (default) which indicates whether the Ad should be visible to the customer.

Ad Serve Token

Each returned ad will include a unique AdServeToken. This token encodes metadata about where an ad was displayed and must therefore be included in events sent to Cardlytics servers. This is to avoid having to return multiple AdServeTokens for a single ad and having the client pick up the correct one. This also means that a serve tokens should not be cached since they will change each time Ads are returned by Cardlytics.

Serves, activations and other client events will be properly validated to ensure attributes such as channel and display location are included correctly.

Important

Serve tokens expire after one hour.

Examples

Request a max of 50 VISIBLE Ads for the "EMAIL" advertising channel

POST /v2/ads/getAds
{
    "channel": "Email",
    "sections": ["Landing", "Summary"],
    "maxAdLimit": 50,
    "visibilityStates": ["VISIBLE"]
}

Response

200 OK
{
    "requestId": "8de221a2-efa9-40ef-9cdb-53475d4e1ac8",
    "ads": {
        "1000056632": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2NjMyIgVFbWFpbA==",
            "startDate": "2024-06-13T23:00:00Z",
            "endDate": "2024-11-30T22:59:59Z",
            "merchantName": "CDLX - US Test Account 1",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/96b4939416014c47989b8331ddaf5067.jpg",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/8f98ada322d648eebc44e599ed7ff9cc.jpg",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "preMessage": "Earn 5% Cash on your CDLX - US Test Account 1 purchase!",
                        "rewardCopy": "Earn 5% Cash on your CDLX - US Test Account 1 purchase, with a £30 Cash maximum.",
                        "postMessage": "Earn 5% Cash on your CDLX - US Test Account 1 purchase, with a £30 Cash maximum.<br/><br/>Offer expires 30 Nov 2024. Offer valid one time only.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 1 purchase.",
                        "headline": "£5 Bonus Rewards",
                        "shortPreMessage": "Earn 5% Cash!",
                        "termsAndConditions": "Offer expires 30 Nov 2024. Offer valid one time only."
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000058746": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU4NzQ2IgVFbWFpbA==",
            "startDate": "2024-07-23T23:00:00Z",
            "endDate": "2024-12-24T22:59:59Z",
            "merchantName": "Card Factory",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 8.0,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/880b6e10ccda4161adf37e685d493c56.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/dcc5171de6d9440da1d03c6b2faaf3b0.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "At Card Factory, they believe that everyone deserves to share and celebrate life&rsquo;s moments. Visit them in-store or online to browse 1000s of cards, personalized cards (online only), partywear and gifts for all occasions. Shop in store or online at <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=gBaZV&xt=LvTN8ejDihgish8sRJamGyM2m95a+UcwFmAtfBL/xhAPIZd4NUHQ5e4WuQgDfFv2' aria-label='www.cardfactory.co.uk'>www.cardfactory.co.uk</a>.",
                        "preMessage": "Earn 5% Cash on your Card Factory purchase!",
                        "rewardCopy": "Earn 5% Cash on your next purchase of £8 or more when you spend at Card Factory. Maximum reward £30 Cash.",
                        "postMessage": "Earn 5% Cash on your next purchase of £8 or more when you spend at Card Factory. Maximum reward £30 Cash.<br/><br/>At Card Factory, they believe that everyone deserves to share and celebrate life&rsquo;s moments. Visit them in-store or online to browse 1000s of cards, personalized cards (online only), partywear and gifts for all occasions. Shop in store or online at <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=gBaZV&xt=LvTN8ejDihgish8sRJamGyM2m95a+UcwFmAtfBL/xhAPIZd4NUHQ5e4WuQgDfFv2' aria-label='www.cardfactory.co.uk'>www.cardfactory.co.uk</a>.<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6KzK5&xt=LvTN8ejDihgish8sRJamGyM2m95a+UcwFmAtfBL/xhAPIZd4NUHQ5e4WuQgDfFv2' aria-label='Order Now'>Order Now</a><br/><br/>Offer expires 24 Dec 2024. Offer valid one time only.",
                        "thankYouMessage": "Thank you for your Card Factory purchase.",
                        "headline": "5% Cash when you spend £8 or more",
                        "shortPreMessage": "Earn 5% Cash!",
                        "termsAndConditions": "Offer expires 24 Dec 2024. Offer valid one time only."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "orderNow": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=6KzK5&xt=LvTN8ejDihgish8sRJamGyM2m95a+UcwFmAtfBL/xhAPIZd4NUHQ5e4WuQgDfFv2"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000058814": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU4ODE0IgVFbWFpbA==",
            "startDate": "2024-07-23T23:00:00Z",
            "endDate": "2024-12-24T22:59:59Z",
            "merchantName": "Prime Video Channels",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 40.0,
                "maxRewardAmount": 10.99,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online"
                    ],
                    "purchaseTypes": [
                        "Membership"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/ac2a3594b4614b9c9be2a6821b7ebb34.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/12fd062bb441420fabe7822eb17ec6a8.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Find out more <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=VXx5V&xt=EXw17cbxJdgo1kVnRpoTj+P7aqAzFGPKhipy7jW4+sM9JNqYgFFY8pbpuQk+MQG1' aria-label='here'>here</a>. First subscription cashback payable only when you make your second subscription payment. Cashback for the first and second payment will be paid after the second month and the third cashback will be paid after the third month.",
                        "preMessage": "Earn 40% Cash on your Prime Video Channels purchase!",
                        "rewardCopy": "Earn 40% Cash when you make your first three subscription payments on Prime Video Channels. Maximum reward £10.99 Cash.",
                        "postMessage": "Earn 40% Cash when you make your first three subscription payments on Prime Video Channels. Maximum reward £10.99 Cash.<br/><br/>Find out more <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=VXx5V&xt=EXw17cbxJdgo1kVnRpoTj+P7aqAzFGPKhipy7jW4+sM9JNqYgFFY8pbpuQk+MQG1' aria-label='here'>here</a>. First subscription cashback payable only when you make your second subscription payment. Cashback for the first and second payment will be paid after the second month and the third cashback will be paid after the third month.<br/><br/>Offer expires 24 Dec 2024. Offer valid one time only.",
                        "thankYouMessage": "Thank you for your Prime Video Channels purchase.",
                        "headline": "40% Cash for new members",
                        "shortPreMessage": "Earn 40% Cash!",
                        "termsAndConditions": "Offer expires 24 Dec 2024. Offer valid one time only."
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000062767": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDYyNzY3IgVFbWFpbA==",
            "startDate": "2024-09-13T21:12:12Z",
            "endDate": "2024-11-12T22:59:59Z",
            "merchantName": "Subway",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 10.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/d787e2cc41744cac9d93431119b44fab.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/36276ede7f234f2bb8f36a8d70741d4e.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Try one of our new chef-inspired Subway Series creations or Create Your Own. To check out the full menu and find your nearest restaurant visit <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=VnMQj&xt=rhXJxINPX8XKBsZBEiPbSu+uV0b6BXb2/x/IkO1ISdb/TAwyRpLz8TN6A6aZsW7Y' aria-label='Subway.com'>Subway.com</a>.",
                        "preMessage": "Earn 10% Cash on your Subway purchase!",
                        "rewardCopy": "Earn 10% Cash on your next purchase at Subway. Maximum reward £30 Cash.",
                        "postMessage": "Earn 10% Cash on your next purchase at Subway. Maximum reward £30 Cash.<br/><br/>Try one of our new chef-inspired Subway Series creations or Create Your Own. To check out the full menu and find your nearest restaurant visit <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=VnMQj&xt=rhXJxINPX8XKBsZBEiPbSu+uV0b6BXb2/x/IkO1ISdb/TAwyRpLz8TN6A6aZsW7Y' aria-label='Subway.com'>Subway.com</a>.<br/><br/>Offer expires 12 Nov 2024 and is valid one time only. Offer excludes purchases made via third party delivery companies.",
                        "thankYouMessage": "Thank you for your Subway purchase.",
                        "headline": "10% Cash",
                        "shortPreMessage": "Earn 10% Cash!",
                        "termsAndConditions": "Offer expires 12 Nov 2024 and is valid one time only. Offer excludes purchases made via third party delivery companies."
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000062894": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDYyODk0IgVFbWFpbA==",
            "startDate": "2024-09-16T19:27:44Z",
            "endDate": "2024-11-15T22:59:59Z",
            "merchantName": "Prime Video Channels",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 40.0,
                "maxRewardAmount": 10.99,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online"
                    ],
                    "purchaseTypes": [
                        "Membership"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/ac2a3594b4614b9c9be2a6821b7ebb34.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/12fd062bb441420fabe7822eb17ec6a8.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Find out more <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=VXx5V&xt=a+lCaICMdc38xVfQUmEYIpTmLpqe8COpQRAyCFTG//+KK0oik3qBPc3KG0f3nIXV' aria-label='here'>here</a>. First subscription cashback payable only when you make your second subscription payment. Cashback for the first and second payment will be paid after the second month and the third cashback will be paid after the third month.",
                        "preMessage": "Earn 40% Cash on your Prime Video Channels purchase!",
                        "rewardCopy": "Earn 40% Cash when you make your first three subscription payments on Prime Video Channels. Maximum reward £10.99 Cash.",
                        "postMessage": "Earn 40% Cash when you make your first three subscription payments on Prime Video Channels. Maximum reward £10.99 Cash.<br/><br/>Find out more <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=VXx5V&xt=a+lCaICMdc38xVfQUmEYIpTmLpqe8COpQRAyCFTG//+KK0oik3qBPc3KG0f3nIXV' aria-label='here'>here</a>. First subscription cashback payable only when you make your second subscription payment. Cashback for the first and second payment will be paid after the second month and the third cashback will be paid after the third month.<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=gBA3D&xt=a+lCaICMdc38xVfQUmEYIpTmLpqe8COpQRAyCFTG//+KK0oik3qBPc3KG0f3nIXV' aria-label='Get Started'>Get Started</a><br/><br/>Offer expires 15 Nov 2024. Offer valid one time only.",
                        "thankYouMessage": "Thank you for your Prime Video Channels purchase.",
                        "headline": "40% Cash for new members",
                        "shortPreMessage": "Earn 40% Cash!",
                        "termsAndConditions": "Offer expires 15 Nov 2024. Offer valid one time only."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "getStarted": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=gBA3D&xt=a+lCaICMdc38xVfQUmEYIpTmLpqe8COpQRAyCFTG//+KK0oik3qBPc3KG0f3nIXV"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000058888": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU4ODg4IgVFbWFpbA==",
            "startDate": "2024-07-24T23:00:00Z",
            "endDate": "2024-12-25T22:59:59Z",
            "merchantName": "Costa Coffee",
            "reward": {
                "rewardType": "FIXED_AMOUNT_PURCHASE",
                "rewardAmount": 2.0,
                "maxRewardAmount": 2.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 8.0,
                    "purchaseChannels": [
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/de90e4e5c856410d87ce3f361299fb78.jpg",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/8316eee8f12a40b2a281b5898b34b46d.jpg",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Costa serves irresistible coffee, delicious food and a huge array of hot and cold drinks bringing handcrafted happiness to every customer. You can also start enjoying free treats and exclusive offers with <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=bW5xV&xt=rji+XO0Qk8aH4kZJkBjG66BgvWIF/nJfMbdumk+PYYHCe1qwpiuAxJKW6ZPcmg/U' aria-label='Costa Coffee Club'>Costa Coffee Club</a>. Download the Costa app today. Separate <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6KlQV&xt=rji+XO0Qk8aH4kZJkBjG66BgvWIF/nJfMbdumk+PYYHCe1qwpiuAxJKW6ZPcmg/U' aria-label='terms and conditions'>terms and conditions</a> apply.",
                        "preMessage": "Earn £2 Cash on your Costa Coffee purchase!",
                        "rewardCopy": "Earn £2 Cash on your next order of £8 or more at  Costa Coffee.",
                        "postMessage": "Earn £2 Cash on your next order of £8 or more at  Costa Coffee.<br/><br/>Costa serves irresistible coffee, delicious food and a huge array of hot and cold drinks bringing handcrafted happiness to every customer. You can also start enjoying free treats and exclusive offers with <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=bW5xV&xt=rji+XO0Qk8aH4kZJkBjG66BgvWIF/nJfMbdumk+PYYHCe1qwpiuAxJKW6ZPcmg/U' aria-label='Costa Coffee Club'>Costa Coffee Club</a>. Download the Costa app today. Separate <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6KlQV&xt=rji+XO0Qk8aH4kZJkBjG66BgvWIF/nJfMbdumk+PYYHCe1qwpiuAxJKW6ZPcmg/U' aria-label='terms and conditions'>terms and conditions</a> apply.<br/><br/>Offer expires 25 Dec 2024. Offer valid one time only. Offer excludes Costa Express self-service machines, concessions and motorway service stations. Offer is only valid in the US.",
                        "thankYouMessage": "Thank you for your Costa Coffee purchase.",
                        "headline": "£2 Cash on your next order over £8 or more",
                        "shortPreMessage": "Earn £2 Cash!",
                        "termsAndConditions": "Offer expires 25 Dec 2024. Offer valid one time only. Offer excludes Costa Express self-service machines, concessions and motorway service stations. Offer is only valid in the US."
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000062895": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDYyODk1IgVFbWFpbA==",
            "startDate": "2024-09-16T19:27:44Z",
            "endDate": "2024-11-15T22:59:59Z",
            "merchantName": "CDLX - US Test Account",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 10.0,
                "maxRewardAmount": 0.2,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/a295a1ff98e24ace8255386422974cb9.jpg",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/2afc937f76ed4347a4aaec187d155615.jpg",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "preMessage": "Earn 10% Cash on your CDLX - US Test Account purchase!",
                        "rewardCopy": "Earn 10% Cash on your CDLX - US Test Account purchase, with a £0.20 Cash maximum.",
                        "postMessage": "Earn 10% Cash on your CDLX - US Test Account purchase, with a £0.20 Cash maximum.<br/><br/>Offer expires 15 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account purchase.",
                        "headline": "10% Cash",
                        "shortPreMessage": "Earn 10% Cash!",
                        "termsAndConditions": "Offer expires 15 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000062892": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDYyODkyIgVFbWFpbA==",
            "startDate": "2024-09-16T19:27:43Z",
            "endDate": "2024-11-15T22:59:59Z",
            "merchantName": "Avis",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/0387aab839734bf4a4dd6a4c02e54e4f.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/b4511e9209944b79b926987ade675d3b.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "largeRectangle": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/hero/cdb3007f87a942e2b9e36e26a2bddcb1.jpg",
                            "width": 1200,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/hero/3d7a8b761ac34f1f92187c577c2b11a2.jpg",
                            "width": 600,
                            "height": 314
                        }
                    }
                },
                "smallRectangle": {
                    "type": "IMAGE_URL",
                    "value": {
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/hero/3d7a8b761ac34f1f92187c577c2b11a2.jpg",
                            "width": 600,
                            "height": 314
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Offering ultimate flexibility and convenience including digital check in when you rent with Avis. Save on car rentals when booking directly with <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=gMz8P&xt=cRI2iTqLEscO8F5ps3IJnEsZ+i5gm+q27nEVBFMnTPo6b0ZOaoKHZ6HGseCfWNva' aria-label='Avis'>Avis</a>.",
                        "preMessage": "Earn 5% Cash on your Avis purchase!",
                        "rewardCopy": "Earn 5% Cash when you spend with Avis. Maximum reward £30 Cash.",
                        "postMessage": "Earn 5% Cash when you spend with Avis. Maximum reward £30 Cash.<br/><br/>Offering ultimate flexibility and convenience including digital check in when you rent with Avis. Save on car rentals when booking directly with <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=gMz8P&xt=cRI2iTqLEscO8F5ps3IJnEsZ+i5gm+q27nEVBFMnTPo6b0ZOaoKHZ6HGseCfWNva' aria-label='Avis'>Avis</a>.<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=bE53d&xt=cRI2iTqLEscO8F5ps3IJnEsZ+i5gm+q27nEVBFMnTPo6b0ZOaoKHZ6HGseCfWNva' aria-label='Visit Site'>Visit Site</a><br/><br/>Offer expires 15 Nov 2024. Offer valid one time only and excludes Budget. Offer only valid on pre-paid bookings direct with Avis.",
                        "thankYouMessage": "Thank you for your Avis purchase.",
                        "headline": "5% Cash",
                        "shortPreMessage": "Earn 5% Cash!",
                        "termsAndConditions": "Offer expires 15 Nov 2024. Offer valid one time only and excludes Budget. Offer only valid on pre-paid bookings direct with Avis."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "visitSite": {
                            "type": "WEB_LINK",
                            "value": "https://l-us.cardlytics.com?r=bE53d&xt=cRI2iTqLEscO8F5ps3IJnEsZ+i5gm+q27nEVBFMnTPo6b0ZOaoKHZ6HGseCfWNva"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000062596": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDYyNTk2IgVFbWFpbA==",
            "startDate": "2024-09-12T15:03:09Z",
            "endDate": "2024-11-11T22:59:59Z",
            "merchantName": "Costa Coffee",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 10.0,
                "maxRewardAmount": 0.2,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/de90e4e5c856410d87ce3f361299fb78.jpg",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/8316eee8f12a40b2a281b5898b34b46d.jpg",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "largeRectangle": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/hero/f5f854e7150e487e961f13cbe3779921.jpg",
                            "width": 1200,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/hero/6a2498840fa64bf4889e08538c2f4904.jpg",
                            "width": 600,
                            "height": 314
                        }
                    }
                },
                "smallRectangle": {
                    "type": "IMAGE_URL",
                    "value": {
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/hero/6a2498840fa64bf4889e08538c2f4904.jpg",
                            "width": 600,
                            "height": 314
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "preMessage": "Earn 10% Cash on your Costa Coffee purchase!",
                        "rewardCopy": "Earn 10% Cash on your Costa Coffee purchase, with a £0.20 Cash maximum.",
                        "postMessage": "Earn 10% Cash on your Costa Coffee purchase, with a £0.20 Cash maximum.<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=gdZDW&xt=C+4MhX1ONJCzbq+nJ4BbQaGpA8ovqfcUzAA1Y5c5DIVc74g78RLz61R6FOXOuOC2' aria-label='Order Now'>Order Now</a><br/><br/>Offer expires 11 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your Costa Coffee purchase.",
                        "headline": "10% Cash",
                        "shortPreMessage": "Earn 10% Cash!",
                        "termsAndConditions": "Offer expires 11 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "orderNow": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=gdZDW&xt=C+4MhX1ONJCzbq+nJ4BbQaGpA8ovqfcUzAA1Y5c5DIVc74g78RLz61R6FOXOuOC2"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000058959": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU4OTU5IgVFbWFpbA==",
            "startDate": "2024-07-25T23:00:00Z",
            "endDate": "2024-12-26T22:59:59Z",
            "merchantName": "Booking.com",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 4.0,
                "maxRewardAmount": 10000.0,
                "isMultiRedemption": true,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online"
                    ],
                    "merchantUrlLinkClickRequired": true
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/fdc389fbdc4e4073a241673c05fe7e25.jpg",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/1dcf86c9022c4ed9b3bf4bcf75c06a8d.jpg",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Follow the link, make a booking and complete your hotel stay to be eligible for cashback. If you have the Booking.com app you will be redirected to complete your booking, the booking will need to be completed within 24hrs. After 24hrs you will need to re-click the link to be eligible for the offer. Cashback value will be paid on your confirmed amount with Booking.com, excluding hotel food and drink. The Right Property for You. Big Range of Top-Rated Properties. Save with Secret Prices. Hotel payment must be made using bank card",
                        "preMessage": "Earn 4% Cash on your Booking.com purchases!",
                        "rewardCopy": "Earn 4% Cash on all your stays at <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=bE9Bb&xt=z0aUbmB2RV+Yg0o1Dg+9DdXpMjGFOYLV1v+minJd6ztbSPw2sOyn7NmWns9H7hmO' aria-label='Booking.com'>Booking.com</a> and save even more with a Getaway deal.<b> Only bookings made through </b><b><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=VN9l6&xt=z0aUbmB2RV+Yg0o1Dg+9DdXpMjGFOYLV1v+minJd6ztbSPw2sOyn7NmWns9H7hmO' aria-label='this link'>this link</a></b><b> will be valid for cashback. Cashback will be paid up to 90 days or more after the completion of your stay</b>. Please note that there can be instances where there are price differences due to other promotions run directly by <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=64wjb&xt=z0aUbmB2RV+Yg0o1Dg+9DdXpMjGFOYLV1v+minJd6ztbSPw2sOyn7NmWns9H7hmO' aria-label='Booking.com'>Booking.com</a> which may not show within the link.",
                        "postMessage": "Earn 4% Cash on all your stays at <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=bE9Bb&xt=z0aUbmB2RV+Yg0o1Dg+9DdXpMjGFOYLV1v+minJd6ztbSPw2sOyn7NmWns9H7hmO' aria-label='Booking.com'>Booking.com</a> and save even more with a Getaway deal.<b> Only bookings made through </b><b><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=VN9l6&xt=z0aUbmB2RV+Yg0o1Dg+9DdXpMjGFOYLV1v+minJd6ztbSPw2sOyn7NmWns9H7hmO' aria-label='this link'>this link</a></b><b> will be valid for cashback. Cashback will be paid up to 90 days or more after the completion of your stay</b>. Please note that there can be instances where there are price differences due to other promotions run directly by <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=64wjb&xt=z0aUbmB2RV+Yg0o1Dg+9DdXpMjGFOYLV1v+minJd6ztbSPw2sOyn7NmWns9H7hmO' aria-label='Booking.com'>Booking.com</a> which may not show within the link.<br/><br/>Follow the link, make a booking and complete your hotel stay to be eligible for cashback. If you have the Booking.com app you will be redirected to complete your booking, the booking will need to be completed within 24hrs. After 24hrs you will need to re-click the link to be eligible for the offer. Cashback value will be paid on your confirmed amount with Booking.com, excluding hotel food and drink. The Right Property for You. Big Range of Top-Rated Properties. Save with Secret Prices. Hotel payment must be made using bank card<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6QNaB&xt=z0aUbmB2RV+Yg0o1Dg+9DdXpMjGFOYLV1v+minJd6ztbSPw2sOyn7NmWns9H7hmO' aria-label='Book Now'>Book Now</a><br/><br/>Offer expires 26 Dec 2024.",
                        "thankYouMessage": "Thank you for your Booking.com purchase.",
                        "headline": "Earn 4% Cash on all your stays",
                        "shortPreMessage": "Earn 4% Cash!",
                        "termsAndConditions": "Offer expires 26 Dec 2024."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "bookNow": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=6QNaB&xt=z0aUbmB2RV+Yg0o1Dg+9DdXpMjGFOYLV1v+minJd6ztbSPw2sOyn7NmWns9H7hmO"
                        }
                    }
                }
            },
            "isAffiliateMarketing": true
        },
        "1000058824": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU4ODI0IgVFbWFpbA==",
            "startDate": "2024-07-23T23:00:00Z",
            "endDate": "2024-12-24T22:59:59Z",
            "merchantName": "Burger King",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 8.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": true,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/8f2a7f9a68464ab083358ffc5920b4f5.jpg",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/f6e375bfe661442582d640ba4510791a.jpg",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Get access to exclusive coupons <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=Vv4zb&xt=r4ZaF/2v8e8p4qhkiQSDr6lT/qVO8VK8kSD1pKrR7KhSQP2LPfiK760NOkium5tn' aria-label='here'>here</a>. Discover their menu and order delivery or pick up from a Burger King near you.",
                        "preMessage": "Earn 8% Cash on your Burger King purchases!",
                        "rewardCopy": "Earn 8% Cash every time you spend at Burger King purchases. Maximum reward £30 Cash.",
                        "postMessage": "Earn 8% Cash every time you spend at Burger King purchases. Maximum reward £30 Cash.<br/><br/>Get access to exclusive coupons <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=Vv4zb&xt=r4ZaF/2v8e8p4qhkiQSDr6lT/qVO8VK8kSD1pKrR7KhSQP2LPfiK760NOkium5tn' aria-label='here'>here</a>. Discover their menu and order delivery or pick up from a Burger King near you.<br/><br/>Offer expires 24 Dec 2024. Offer is not available on third-party delivery platforms, and in restaurants located at rail stations, motorway services, airports. Offer excludes international restaurants.",
                        "thankYouMessage": "Thank you for your Burger King purchase.",
                        "headline": "Earn 8% Cash every time you spend",
                        "shortPreMessage": "Earn 8% Cash!",
                        "termsAndConditions": "Offer expires 24 Dec 2024. Offer is not available on third-party delivery platforms, and in restaurants located at rail stations, motorway services, airports. Offer excludes international restaurants."
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000062806": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDYyODA2IgVFbWFpbA==",
            "startDate": "2024-09-16T12:50:20Z",
            "endDate": "2024-11-15T22:59:59Z",
            "merchantName": "Subway",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 10.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/d787e2cc41744cac9d93431119b44fab.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/36276ede7f234f2bb8f36a8d70741d4e.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Try one of our new chef-inspired Subway Series creations or Create Your Own. To check out the full menu and find your nearest restaurant visit <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=VnMQj&xt=qrZEHHECb9tV04Oj20+o9MhqrO1br6nHG+9MyvqbpUamYU4LqyCAKV2FyHJWr/7E' aria-label='Subway.com'>Subway.com</a>.",
                        "preMessage": "Earn 10% Cash on your Subway purchase!",
                        "rewardCopy": "Earn 10% Cash on your next purchase at Subway. Maximum reward £30 Cash.",
                        "postMessage": "Earn 10% Cash on your next purchase at Subway. Maximum reward £30 Cash.<br/><br/>Try one of our new chef-inspired Subway Series creations or Create Your Own. To check out the full menu and find your nearest restaurant visit <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=VnMQj&xt=qrZEHHECb9tV04Oj20+o9MhqrO1br6nHG+9MyvqbpUamYU4LqyCAKV2FyHJWr/7E' aria-label='Subway.com'>Subway.com</a>.<br/><br/>Offer expires 15 Nov 2024 and is valid one time only. Offer excludes purchases made via third party delivery companies.",
                        "thankYouMessage": "Thank you for your Subway purchase.",
                        "headline": "10% Cash",
                        "shortPreMessage": "Earn 10% Cash!",
                        "termsAndConditions": "Offer expires 15 Nov 2024 and is valid one time only. Offer excludes purchases made via third party delivery companies."
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000062893": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDYyODkzIgVFbWFpbA==",
            "startDate": "2024-09-16T19:27:43Z",
            "endDate": "2024-11-15T22:59:59Z",
            "merchantName": "Harvey Nichols",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/fcc50bc71f2a445dab431ac5a6114913.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/28805e169c7e48819f64de0b9043487d.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "largeRectangle": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/hero/dfe7081662a1497a8fe7c64b86039c92.jpg",
                            "width": 1200,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/hero/1163b591274d4d0b81f146233e6b85de.jpg",
                            "width": 600,
                            "height": 314
                        }
                    }
                },
                "smallRectangle": {
                    "type": "IMAGE_URL",
                    "value": {
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/hero/1163b591274d4d0b81f146233e6b85de.jpg",
                            "width": 600,
                            "height": 314
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Harvey Nichols is a leading luxury retailer, renowned for its exclusive edit of brands across Fashion, Beauty, Kidswear, Food & Wine. Shop in store and online now at <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=VNBXr&xt=w6y3k1HiZ9o0poTnX0sKRIky/eh09RCZT+85hBSn9pGymTt4KAtACHBhCAwhNv3U' aria-label='harveynichols.com'>harveynichols.com</a>.",
                        "preMessage": "Earn 5% Cash on your Harvey Nichols purchase!",
                        "rewardCopy": "Earn 5% Cash on your next purchase at Harvey Nichols. Maximum reward £30 Cash.",
                        "postMessage": "Earn 5% Cash on your next purchase at Harvey Nichols. Maximum reward £30 Cash.<br/><br/>Harvey Nichols is a leading luxury retailer, renowned for its exclusive edit of brands across Fashion, Beauty, Kidswear, Food & Wine. Shop in store and online now at <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=VNBXr&xt=w6y3k1HiZ9o0poTnX0sKRIky/eh09RCZT+85hBSn9pGymTt4KAtACHBhCAwhNv3U' aria-label='harveynichols.com'>harveynichols.com</a>.<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=64jWB&xt=w6y3k1HiZ9o0poTnX0sKRIky/eh09RCZT+85hBSn9pGymTt4KAtACHBhCAwhNv3U' aria-label='Shop Now'>Shop Now</a><br/><br/>Offer expires 15 Nov 2024. Offer valid one time only. Offer includes Oxo Tower restaurant but excludes other cafes and restaurants.",
                        "thankYouMessage": "Thank you for your Harvey Nichols purchase.",
                        "headline": "5% Cash",
                        "shortPreMessage": "Earn 5% Cash!",
                        "termsAndConditions": "Offer expires 15 Nov 2024. Offer valid one time only. Offer includes Oxo Tower restaurant but excludes other cafes and restaurants."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "shopNow": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=64jWB&xt=w6y3k1HiZ9o0poTnX0sKRIky/eh09RCZT+85hBSn9pGymTt4KAtACHBhCAwhNv3U"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000058737": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU4NzM3IgVFbWFpbA==",
            "startDate": "2024-07-23T23:00:00Z",
            "endDate": "2024-12-24T22:59:59Z",
            "merchantName": "Sky TV (Sky Glass, Stream or Q) and/or Broadband)",
            "reward": {
                "rewardType": "FIXED_AMOUNT_PURCHASE",
                "rewardAmount": 40.0,
                "maxRewardAmount": 40.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online"
                    ],
                    "purchaseTypes": [
                        "Subscription"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/4effa1d53cb041f793811f63264b519f.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/cdc010f0857844b49814f689e843ee20.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "The reward will be paid at the end of the following month after your 2nd Direct Debit payment. You must have made your second Direct Debit payment by 24/12/2024 to qualify for the reward. Click <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=b9pAg&xt=TZXYGzIlWNvFz/Z/8Qx6LfKBgRB9V/LBVns5kKEOuCF6DSHCvvyovugvczATwklb' aria-label='here'>here</a> to find out more about Sky.",
                        "preMessage": "Earn £40 Cash on your Sky TV (Sky Glass, Stream or Q) and/or Broadband) purchase!",
                        "rewardCopy": "Earn £40 Cash on your Sky TV (Sky Glass, Stream or Q) and/or Broadband) when you join or recontract with Sky TV (Sky Glass, Sky Stream or Sky Q) and/or Broadband and pay by Direct Debit.",
                        "postMessage": "Earn £40 Cash on your Sky TV (Sky Glass, Stream or Q) and/or Broadband) when you join or recontract with Sky TV (Sky Glass, Sky Stream or Sky Q) and/or Broadband and pay by Direct Debit.<br/><br/>The reward will be paid at the end of the following month after your 2nd Direct Debit payment. You must have made your second Direct Debit payment by 24/12/2024 to qualify for the reward. Click <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=b9pAg&xt=TZXYGzIlWNvFz/Z/8Qx6LfKBgRB9V/LBVns5kKEOuCF6DSHCvvyovugvczATwklb' aria-label='here'>here</a> to find out more about Sky.<br/><br/>Offer expires 24 Dec 2024. Offer valid one time only. Offer valid once per customer only. Offer excludes Sky Mobile & Talk. Terms & conditions apply, see <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=VJvZV&xt=TZXYGzIlWNvFz/Z/8Qx6LfKBgRB9V/LBVns5kKEOuCF6DSHCvvyovugvczATwklb' aria-label='sky.com'>sky.com</a>. Subject to credit check.",
                        "thankYouMessage": "Thank you for your Sky TV (Sky Glass, Stream or Q) and/or Broadband) purchase.",
                        "headline": "£40 Cash on new subscriptions",
                        "shortPreMessage": "Earn £40 Cash!",
                        "termsAndConditions": "Offer expires 24 Dec 2024. Offer valid one time only. Offer valid once per customer only. Offer excludes Sky Mobile & Talk. Terms & conditions apply, see <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=VJvZV&xt=TZXYGzIlWNvFz/Z/8Qx6LfKBgRB9V/LBVns5kKEOuCF6DSHCvvyovugvczATwklb' aria-label='sky.com'>sky.com</a>. Subject to credit check."
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000058964": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU4OTY0IgVFbWFpbA==",
            "startDate": "2024-07-25T23:00:00Z",
            "endDate": "2024-12-26T22:59:59Z",
            "merchantName": "Morrisons Online",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": true,
                "purchaseRequirement": {
                    "minSpendAmount": 25.0,
                    "purchaseChannels": [
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/cbbd9d0aadc3428287a1b48d19951fd3.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/6657a50bd432414c89da76690b1383cb.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "preMessage": "Earn 5% Cash on your Morrisons Online purchases!",
                        "rewardCopy": "Earn 5% Cash on every purchase when you spend £25 or more with Morrisons Online. Maximum reward £30 Cash.",
                        "postMessage": "Earn 5% Cash on every purchase when you spend £25 or more with Morrisons Online. Maximum reward £30 Cash.<br/><br/>Offer expires 26 Dec 2024. <b>Excludes petrol stations. Offer only redeemable on Morrisons online. Offer includes click & collect purchases.</b>",
                        "thankYouMessage": "Thank you for your Morrisons Online purchase.",
                        "headline": "Earn 5% Cash everytime you spend £25 or more",
                        "shortPreMessage": "Earn 5% Cash!",
                        "termsAndConditions": "Offer expires 26 Dec 2024. <b>Excludes petrol stations. Offer only redeemable on Morrisons online. Offer includes click & collect purchases.</b>"
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000062890": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDYyODkwIgVFbWFpbA==",
            "startDate": "2024-09-16T19:27:43Z",
            "endDate": "2024-11-15T22:59:59Z",
            "merchantName": "Beefeater",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 8.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": true,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/df592e83f6b44ceab433f888c895ff14.jpg",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/cb1b885e463d4b84a32d531369dce3be.jpg",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "largeRectangle": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/hero/9c80d555e30748bda4ff8b8daafa0835.jpg",
                            "width": 1200,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/hero/46d280d9155c453d8f33dd5fb3165a38.jpg",
                            "width": 600,
                            "height": 314
                        }
                    }
                },
                "smallRectangle": {
                    "type": "IMAGE_URL",
                    "value": {
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/hero/46d280d9155c453d8f33dd5fb3165a38.jpg",
                            "width": 600,
                            "height": 314
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Since 1974 they've been serving up perfectly grilled steak and great family favourites in their 140+ locations. Their restaurants are family friendly so from breakfast through to dinner, a quick drink from their well-stocked bar to a special occasion, Beefeater is the place to be. <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=gBA2o&xt=PW6T9YIjHrVFgGCIEussk9xvZ11v8rJ0AkFhoq0u3ORFoUyxC+GVyhzwhqf+kOXc' aria-label='Click here'>Click here</a> to book your table.",
                        "preMessage": "Earn 8% Cash on your Beefeater purchases!",
                        "rewardCopy": "Earn 8% Cash every time you spend at a Beefeater restaurant. Maximum reward £30 Cash.",
                        "postMessage": "Earn 8% Cash every time you spend at a Beefeater restaurant. Maximum reward £30 Cash.<br/><br/>Since 1974 they've been serving up perfectly grilled steak and great family favourites in their 140+ locations. Their restaurants are family friendly so from breakfast through to dinner, a quick drink from their well-stocked bar to a special occasion, Beefeater is the place to be. <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=gBA2o&xt=PW6T9YIjHrVFgGCIEussk9xvZ11v8rJ0AkFhoq0u3ORFoUyxC+GVyhzwhqf+kOXc' aria-label='Click here'>Click here</a> to book your table.<br/><br/>Offer expires 15 Nov 2024. <b>Offer excludes Premier Inn meal deal and breakfast purchases.</b>",
                        "thankYouMessage": "Thank you for your Beefeater purchase.",
                        "headline": "8% Cash",
                        "shortPreMessage": "Earn 8% Cash!",
                        "termsAndConditions": "Offer expires 15 Nov 2024. <b>Offer excludes Premier Inn meal deal and breakfast purchases.</b>"
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000059015": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU5MDE1IgVFbWFpbA==",
            "startDate": "2024-07-26T23:00:00Z",
            "endDate": "2024-12-27T22:59:59Z",
            "merchantName": "Lloyds - Travel Money",
            "reward": {
                "rewardType": "FIXED_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 5.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 300.0,
                    "purchaseChannels": [
                        "Online"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/a56b0eb2fc634657abd35ec462babecc.jpg",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/69e8133f4ef1431abc2647e24d1b3b11.jpg",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Get your Travel Money delivered for free to your home or local branch, order online by 3pm for free next working day delivery.",
                        "preMessage": "Spend £300, Get £5 Cash on your Lloyds - Travel Money purchase!",
                        "rewardCopy": "Earn cashback when you buy Travel Money using the Mobile Banking app or Internet Banking with Lloyds Bank. Purchase a minimum of £300 worth of currency for £2 cashback or a minimum of £500 for £5 cashback.",
                        "postMessage": "Earn cashback when you buy Travel Money using the Mobile Banking app or Internet Banking with Lloyds Bank. Purchase a minimum of £300 worth of currency for £2 cashback or a minimum of £500 for £5 cashback.<br/><br/>Get your Travel Money delivered for free to your home or local branch, order online by 3pm for free next working day delivery.<br/><br/>Offer expires 27 Dec 2024 and valid one time only. Cashback to be paid within 90 days of redeeming the offer.",
                        "thankYouMessage": "Thank you for your Lloyds - Travel Money purchase.",
                        "headline": "Earn up to £5 cashback when you buy Travel Money",
                        "shortPreMessage": "Earn £5 Cash!",
                        "termsAndConditions": "Offer expires 27 Dec 2024 and valid one time only. Cashback to be paid within 90 days of redeeming the offer."
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000062660": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDYyNjYwIgVFbWFpbA==",
            "startDate": "2024-09-13T12:49:09Z",
            "endDate": "2024-11-12T22:59:59Z",
            "merchantName": "Harvester",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 10.0,
                "maxRewardAmount": 1.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/440ace69e4bd42c5a66ba7aaa7c93802.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/48364f0bd586487db7c4a420fb812dd8.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "preMessage": "Earn 10% Cash on your Harvester purchase!",
                        "rewardCopy": "Earn 10% Cash on your Harvester purchase, with a £1 Cash maximum.",
                        "postMessage": "Earn 10% Cash on your Harvester purchase, with a £1 Cash maximum.<br/><br/>Offer expires 12 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your Harvester purchase.",
                        "headline": "10% Cash",
                        "shortPreMessage": "Earn 10% Cash!",
                        "termsAndConditions": "Offer expires 12 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000062891": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDYyODkxIgVFbWFpbA==",
            "startDate": "2024-09-16T19:27:44Z",
            "endDate": "2024-11-15T22:59:59Z",
            "merchantName": "Sky TV (Sky Glass, Stream or Q) and/or Broadband)",
            "reward": {
                "rewardType": "FIXED_AMOUNT_PURCHASE",
                "rewardAmount": 40.0,
                "maxRewardAmount": 40.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online"
                    ],
                    "purchaseTypes": [
                        "Subscription"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/4effa1d53cb041f793811f63264b519f.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/cdc010f0857844b49814f689e843ee20.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "The reward will be paid at the end of the following month after your 2nd Direct Debit payment. You must have made your second Direct Debit payment by 24/12/2024 to qualify for the reward. Click <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=b9pAg&xt=xMKsn1mpHTQh/zXrwIJRalfw5wEIBpledFsqlwMOP4QyROiWNwKEXXMz8Oy3FstI' aria-label='here'>here</a> to find out more about Sky.",
                        "preMessage": "Earn £40 Cash on your Sky TV (Sky Glass, Stream or Q) and/or Broadband) purchase!",
                        "rewardCopy": "Earn £40 Cash on your Sky TV (Sky Glass, Stream or Q) and/or Broadband) when you join or recontract with Sky TV (Sky Glass, Sky Stream or Sky Q) and/or Broadband and pay by Direct Debit.",
                        "postMessage": "Earn £40 Cash on your Sky TV (Sky Glass, Stream or Q) and/or Broadband) when you join or recontract with Sky TV (Sky Glass, Sky Stream or Sky Q) and/or Broadband and pay by Direct Debit.<br/><br/>The reward will be paid at the end of the following month after your 2nd Direct Debit payment. You must have made your second Direct Debit payment by 24/12/2024 to qualify for the reward. Click <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=b9pAg&xt=xMKsn1mpHTQh/zXrwIJRalfw5wEIBpledFsqlwMOP4QyROiWNwKEXXMz8Oy3FstI' aria-label='here'>here</a> to find out more about Sky.<br/><br/>Offer expires 15 Nov 2024. Offer valid one time only. Offer valid once per customer only. Offer excludes Sky Mobile & Talk. Terms & conditions apply, see <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=VJvZV&xt=xMKsn1mpHTQh/zXrwIJRalfw5wEIBpledFsqlwMOP4QyROiWNwKEXXMz8Oy3FstI' aria-label='sky.com'>sky.com</a>. Subject to credit check.",
                        "thankYouMessage": "Thank you for your Sky TV (Sky Glass, Stream or Q) and/or Broadband) purchase.",
                        "headline": "£40 Cash on new subscriptions",
                        "shortPreMessage": "Earn £40 Cash!",
                        "termsAndConditions": "Offer expires 15 Nov 2024. Offer valid one time only. Offer valid once per customer only. Offer excludes Sky Mobile & Talk. Terms & conditions apply, see <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=VJvZV&xt=xMKsn1mpHTQh/zXrwIJRalfw5wEIBpledFsqlwMOP4QyROiWNwKEXXMz8Oy3FstI' aria-label='sky.com'>sky.com</a>. Subject to credit check."
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056929": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTI5IgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-11-30T22:59:59Z",
            "merchantName": "CDLX - US Test Account 24",
            "reward": {
                "rewardType": "FIXED_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 5.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 30.0,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/42df6055229e4e439f57329a95fa4913.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/79a54213fdf34081ad84eb7e7212e560.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "test",
                        "preMessage": "Earn £5 Cash on your CDLX - US Test Account 24 purchase!",
                        "rewardCopy": "Earn £5 Cash on your CDLX - US Test Account 24 purchase, with a £5 Cash maximum.",
                        "postMessage": "Earn £5 Cash on your CDLX - US Test Account 24 purchase, with a £5 Cash maximum.<br/><br/>test<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6eq86&xt=wGUvFgSoV2YswlIts9t0nV2ftjfypbdMtBX3Dh6AkYepWqtdqv0KkRP7A+JJcskc' aria-label='Get Started'>Get Started</a><br/><br/>Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 24 purchase.",
                        "headline": "£5 Cash",
                        "shortPreMessage": "Earn £5 Cash!",
                        "termsAndConditions": "Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "getStarted": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=6eq86&xt=wGUvFgSoV2YswlIts9t0nV2ftjfypbdMtBX3Dh6AkYepWqtdqv0KkRP7A+JJcskc"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056999": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTk5IgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-11-30T22:59:59Z",
            "merchantName": "CDLX - US Test Account 50",
            "reward": {
                "rewardType": "FIXED_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 5.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 30.0,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/ff4244ee1c0e4209a70aebc6ca73dc92.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/3ca229bf5403493da36ab8a64d25fcc0.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "TEST",
                        "preMessage": "Earn £5 Cash on your CDLX - US Test Account 50 purchase!",
                        "rewardCopy": "Earn £5 Cash on your CDLX - US Test Account 50 purchase, with a £5 Cash maximum.",
                        "postMessage": "Earn £5 Cash on your CDLX - US Test Account 50 purchase, with a £5 Cash maximum.<br/><br/>TEST<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6Q7rg&xt=i+T5efQR5QOEs1rXSgh46c+8xHcnmj5+CPGmTraAjaMFvcTxO51Jp3fTYkC72zf9' aria-label='Learn More'>Learn More</a><br/><br/>Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 50 purchase.",
                        "headline": "£5 Cash",
                        "shortPreMessage": "Earn £5 Cash!",
                        "termsAndConditions": "Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "learnMore": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=6Q7rg&xt=i+T5efQR5QOEs1rXSgh46c+8xHcnmj5+CPGmTraAjaMFvcTxO51Jp3fTYkC72zf9"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056927": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTI3IgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-11-30T22:59:59Z",
            "merchantName": "CDLX - US Test Account 23",
            "reward": {
                "rewardType": "FIXED_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 5.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 30.0,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/42df6055229e4e439f57329a95fa4913.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/79a54213fdf34081ad84eb7e7212e560.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "test",
                        "preMessage": "Earn £5 Cash on your CDLX - US Test Account 23 purchase!",
                        "rewardCopy": "Earn £5 Cash on your CDLX - US Test Account 23 purchase, with a £5 Cash maximum.",
                        "postMessage": "Earn £5 Cash on your CDLX - US Test Account 23 purchase, with a £5 Cash maximum.<br/><br/>test<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6eq86&xt=fG5VfSwR6tCH2HK02ZjXVU9Dlamw6Xk2ixAPih/I3kP4htU8EMWPsoRMDe+eItSu' aria-label='Get Started'>Get Started</a><br/><br/>Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 23 purchase.",
                        "headline": "£5 Cash",
                        "shortPreMessage": "Earn £5 Cash!",
                        "termsAndConditions": "Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "getStarted": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=6eq86&xt=fG5VfSwR6tCH2HK02ZjXVU9Dlamw6Xk2ixAPih/I3kP4htU8EMWPsoRMDe+eItSu"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056933": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTMzIgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-11-30T22:59:59Z",
            "merchantName": "CDLX - US Test Account 28",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/ff4244ee1c0e4209a70aebc6ca73dc92.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/3ca229bf5403493da36ab8a64d25fcc0.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Test",
                        "preMessage": "Earn 5% Cash on your CDLX - US Test Account 28 purchase!",
                        "rewardCopy": "Earn 5% Cash on your CDLX - US Test Account 28 purchase, with a £30 Cash maximum.",
                        "postMessage": "Earn 5% Cash on your CDLX - US Test Account 28 purchase, with a £30 Cash maximum.<br/><br/>Test<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6ZeKb&xt=FpTbPTK1eRUF4HBcGSMnO5FWQE7iJ0x6Si/N/NHhzZ5u27n8p0+aDF5htzqxbocN' aria-label='Order Now'>Order Now</a><br/><br/>Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 28 purchase.",
                        "headline": "5% Cash",
                        "shortPreMessage": "Earn 5% Cash!",
                        "termsAndConditions": "Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "orderNow": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=6ZeKb&xt=FpTbPTK1eRUF4HBcGSMnO5FWQE7iJ0x6Si/N/NHhzZ5u27n8p0+aDF5htzqxbocN"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056932": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTMyIgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-11-30T22:59:59Z",
            "merchantName": "CDLX - US Test Account 27",
            "reward": {
                "rewardType": "FIXED_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 5.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 30.0,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/42df6055229e4e439f57329a95fa4913.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/79a54213fdf34081ad84eb7e7212e560.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Test",
                        "preMessage": "Earn £5 Cash on your CDLX - US Test Account 27 purchase!",
                        "rewardCopy": "Earn £5 Cash on your CDLX - US Test Account 27 purchase, with a £5 Cash maximum.",
                        "postMessage": "Earn £5 Cash on your CDLX - US Test Account 27 purchase, with a £5 Cash maximum.<br/><br/>Test<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6eq86&xt=Cki/N2QJk3IsZzSCSrwt2FfSQXEErH/1J1ZBsjBx/mYKAP8hNuj44IJEAnYCwiGo' aria-label='Get Started'>Get Started</a><br/><br/>Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 27 purchase.",
                        "headline": "£5 Cash",
                        "shortPreMessage": "Earn £5 Cash!",
                        "termsAndConditions": "Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "getStarted": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=6eq86&xt=Cki/N2QJk3IsZzSCSrwt2FfSQXEErH/1J1ZBsjBx/mYKAP8hNuj44IJEAnYCwiGo"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056941": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTQxIgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-11-30T22:59:59Z",
            "merchantName": "CDLX - US Test Account 36",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/42df6055229e4e439f57329a95fa4913.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/79a54213fdf34081ad84eb7e7212e560.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "test",
                        "preMessage": "Earn 5% Cash on your CDLX - US Test Account 36 purchase!",
                        "rewardCopy": "Earn 5% Cash on your CDLX - US Test Account 36 purchase, with a £30 Cash maximum.",
                        "postMessage": "Earn 5% Cash on your CDLX - US Test Account 36 purchase, with a £30 Cash maximum.<br/><br/>test<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6eq86&xt=rT3IK7a1oHqS0BzrU06rnse8z0w61Y43bG7VuXfSFjqPMksZk9pZI6q5T6/VW0nE' aria-label='Get Started'>Get Started</a><br/><br/>Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 36 purchase.",
                        "headline": "5% Cash",
                        "shortPreMessage": "Earn 5% Cash!",
                        "termsAndConditions": "Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "getStarted": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=6eq86&xt=rT3IK7a1oHqS0BzrU06rnse8z0w61Y43bG7VuXfSFjqPMksZk9pZI6q5T6/VW0nE"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056917": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTE3IgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-11-30T22:59:59Z",
            "merchantName": "CDLX - US Test Account 21",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/ff4244ee1c0e4209a70aebc6ca73dc92.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/3ca229bf5403493da36ab8a64d25fcc0.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Test",
                        "preMessage": "Earn 5% Cash on your CDLX - US Test Account 21 purchase!",
                        "rewardCopy": "Earn 5% Cash on your CDLX - US Test Account 21 purchase, with a £30 Cash maximum.",
                        "postMessage": "Earn 5% Cash on your CDLX - US Test Account 21 purchase, with a £30 Cash maximum.<br/><br/>Test<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6ZeKb&xt=zpXGeLhYtBP65xiqAV/HMRjDdWwQCSDmVrzdURzMz/E4/wvj0sRxkOd8vjmFl5Q1' aria-label='Order Now'>Order Now</a><br/><br/>Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 21 purchase.",
                        "headline": "5% Cash",
                        "shortPreMessage": "Earn 5% Cash!",
                        "termsAndConditions": "Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "orderNow": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=6ZeKb&xt=zpXGeLhYtBP65xiqAV/HMRjDdWwQCSDmVrzdURzMz/E4/wvj0sRxkOd8vjmFl5Q1"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056919": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTE5IgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-11-30T22:59:59Z",
            "merchantName": "CDLX - US Test Account 5",
            "reward": {
                "rewardType": "FIXED_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 5.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 30.0,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/42df6055229e4e439f57329a95fa4913.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/79a54213fdf34081ad84eb7e7212e560.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "test",
                        "preMessage": "Earn £5 Cash on your CDLX - US Test Account 5 purchase!",
                        "rewardCopy": "Earn £5 Cash on your CDLX - US Test Account 5 purchase, with a £5 Cash maximum.",
                        "postMessage": "Earn £5 Cash on your CDLX - US Test Account 5 purchase, with a £5 Cash maximum.<br/><br/>test<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6Ke0g&xt=0VjZvHrOMlBHkJDR0zmLgmX2UbIZHHjj6z7CTLC74ciivyyWAISZQtkbisBX9uN3' aria-label='Learn More'>Learn More</a><br/><br/>Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 5 purchase.",
                        "headline": "£5 Cash",
                        "shortPreMessage": "Earn £5 Cash!",
                        "termsAndConditions": "Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "learnMore": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=6Ke0g&xt=0VjZvHrOMlBHkJDR0zmLgmX2UbIZHHjj6z7CTLC74ciivyyWAISZQtkbisBX9uN3"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056938": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTM4IgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-11-30T22:59:59Z",
            "merchantName": "CDLX - US Test Account 33",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/ff4244ee1c0e4209a70aebc6ca73dc92.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/3ca229bf5403493da36ab8a64d25fcc0.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Test",
                        "preMessage": "Earn 5% Cash on your CDLX - US Test Account 33 purchase!",
                        "rewardCopy": "Earn 5% Cash on your CDLX - US Test Account 33 purchase, with a £30 Cash maximum.",
                        "postMessage": "Earn 5% Cash on your CDLX - US Test Account 33 purchase, with a £30 Cash maximum.<br/><br/>Test<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6ZeKb&xt=C0HZsThA5QGRhfRqhmVLNthZPYvb9k2nczjzsSEEVQMdayCWlNSBJh6SNl2vCACJ' aria-label='Order Now'>Order Now</a><br/><br/>Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 33 purchase.",
                        "headline": "5% Cash",
                        "shortPreMessage": "Earn 5% Cash!",
                        "termsAndConditions": "Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "orderNow": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=6ZeKb&xt=C0HZsThA5QGRhfRqhmVLNthZPYvb9k2nczjzsSEEVQMdayCWlNSBJh6SNl2vCACJ"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056935": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTM1IgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-11-30T22:59:59Z",
            "merchantName": "CDLX - US Test Account 30",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/42df6055229e4e439f57329a95fa4913.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/79a54213fdf34081ad84eb7e7212e560.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "test",
                        "preMessage": "Earn 5% Cash on your CDLX - US Test Account 30 purchase!",
                        "rewardCopy": "Earn 5% Cash on your CDLX - US Test Account 30 purchase, with a £30 Cash maximum.",
                        "postMessage": "Earn 5% Cash on your CDLX - US Test Account 30 purchase, with a £30 Cash maximum.<br/><br/>test<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6eq86&xt=JeuME3LR3i6bgqXc8am0v1Rjs73iHrhvjHj9DfVdYIYkDodHNm8aOUUInlnp8FUA' aria-label='Get Started'>Get Started</a><br/><br/>Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 30 purchase.",
                        "headline": "5% Cash",
                        "shortPreMessage": "Earn 5% Cash!",
                        "termsAndConditions": "Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "getStarted": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=6eq86&xt=JeuME3LR3i6bgqXc8am0v1Rjs73iHrhvjHj9DfVdYIYkDodHNm8aOUUInlnp8FUA"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056931": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTMxIgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-11-30T22:59:59Z",
            "merchantName": "CDLX - US Test Account 26",
            "reward": {
                "rewardType": "FIXED_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 5.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 30.0,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/42df6055229e4e439f57329a95fa4913.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/79a54213fdf34081ad84eb7e7212e560.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Test",
                        "preMessage": "Earn £5 Cash on your CDLX - US Test Account 26 purchase!",
                        "rewardCopy": "Earn £5 Cash on your CDLX - US Test Account 26 purchase, with a £5 Cash maximum.",
                        "postMessage": "Earn £5 Cash on your CDLX - US Test Account 26 purchase, with a £5 Cash maximum.<br/><br/>Test<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6eq86&xt=H/E8bAlSl+CNz/QhzyUf9zbXRss62mdGzdxw4SlqRQExp3p+prY4cMjZEgkJqfHG' aria-label='Get Started'>Get Started</a><br/><br/>Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 26 purchase.",
                        "headline": "£5 Cash",
                        "shortPreMessage": "Earn £5 Cash!",
                        "termsAndConditions": "Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "getStarted": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=6eq86&xt=H/E8bAlSl+CNz/QhzyUf9zbXRss62mdGzdxw4SlqRQExp3p+prY4cMjZEgkJqfHG"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056934": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTM0IgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-11-30T22:59:59Z",
            "merchantName": "CDLX - US Test Account 29",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/42df6055229e4e439f57329a95fa4913.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/79a54213fdf34081ad84eb7e7212e560.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "test",
                        "preMessage": "Earn 5% Cash on your CDLX - US Test Account 29 purchase!",
                        "rewardCopy": "Earn 5% Cash on your CDLX - US Test Account 29 purchase, with a £30 Cash maximum.",
                        "postMessage": "Earn 5% Cash on your CDLX - US Test Account 29 purchase, with a £30 Cash maximum.<br/><br/>test<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6eq86&xt=BK9aYOeTMtb3sCFPzM6qycyq3/eVnweEG8aMjfM6L/+fBL+yKd/e6V8/3QFfjOk/' aria-label='Get Started'>Get Started</a><br/><br/>Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 29 purchase.",
                        "headline": "5% Cash",
                        "shortPreMessage": "Earn 5% Cash!",
                        "termsAndConditions": "Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "getStarted": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=6eq86&xt=BK9aYOeTMtb3sCFPzM6qycyq3/eVnweEG8aMjfM6L/+fBL+yKd/e6V8/3QFfjOk/"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056939": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTM5IgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-11-30T22:59:59Z",
            "merchantName": "CDLX - US Test Account 34",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/42df6055229e4e439f57329a95fa4913.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/79a54213fdf34081ad84eb7e7212e560.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "test",
                        "preMessage": "Earn 5% Cash on your CDLX - US Test Account 34 purchase!",
                        "rewardCopy": "Earn 5% Cash on your CDLX - US Test Account 34 purchase, with a £30 Cash maximum.",
                        "postMessage": "Earn 5% Cash on your CDLX - US Test Account 34 purchase, with a £30 Cash maximum.<br/><br/>test<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6eq86&xt=SRzATKb29uf91niOa5UCvf8P8F7d0lfmrQZ0ftjjBs6KVMnAVSCGnER2r7gAtC+w' aria-label='Get Started'>Get Started</a><br/><br/>Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 34 purchase.",
                        "headline": "5% Cash",
                        "shortPreMessage": "Earn 5% Cash!",
                        "termsAndConditions": "Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "getStarted": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=6eq86&xt=SRzATKb29uf91niOa5UCvf8P8F7d0lfmrQZ0ftjjBs6KVMnAVSCGnER2r7gAtC+w"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056943": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTQzIgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-11-30T22:59:59Z",
            "merchantName": "CDLX - US Test Account 38",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/42df6055229e4e439f57329a95fa4913.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/79a54213fdf34081ad84eb7e7212e560.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "test",
                        "preMessage": "Earn 5% Cash on your CDLX - US Test Account 38 purchase!",
                        "rewardCopy": "Earn 5% Cash on your CDLX - US Test Account 38 purchase, with a £30 Cash maximum.",
                        "postMessage": "Earn 5% Cash on your CDLX - US Test Account 38 purchase, with a £30 Cash maximum.<br/><br/>test<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6eq86&xt=yaLptj9SA5d2tXK6IpQqZm1briBDuCfH5WSSe9WAFdeAXev+uVtIKE852HaY2T/F' aria-label='Get Started'>Get Started</a><br/><br/>Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 38 purchase.",
                        "headline": "5% Cash",
                        "shortPreMessage": "Earn 5% Cash!",
                        "termsAndConditions": "Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "getStarted": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=6eq86&xt=yaLptj9SA5d2tXK6IpQqZm1briBDuCfH5WSSe9WAFdeAXev+uVtIKE852HaY2T/F"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056994": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTk0IgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-11-30T22:59:59Z",
            "merchantName": "CDLX - US Test Account 45",
            "reward": {
                "rewardType": "FIXED_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 5.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 30.0,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/ff4244ee1c0e4209a70aebc6ca73dc92.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/3ca229bf5403493da36ab8a64d25fcc0.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "TEST",
                        "preMessage": "Earn £5 Cash on your CDLX - US Test Account 45 purchase!",
                        "rewardCopy": "Earn £5 Cash on your CDLX - US Test Account 45 purchase, with a £5 Cash maximum.",
                        "postMessage": "Earn £5 Cash on your CDLX - US Test Account 45 purchase, with a £5 Cash maximum.<br/><br/>TEST<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=64GXb&xt=HANdR7oYcxfQlLlO0qTLjn0NugtCxapsk0gZPW4KUdcZF+ImvIuijKvv9HqtCax6' aria-label='Order Now'>Order Now</a><br/><br/>Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 45 purchase.",
                        "headline": "£5 Cash",
                        "shortPreMessage": "Earn £5 Cash!",
                        "termsAndConditions": "Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "orderNow": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=64GXb&xt=HANdR7oYcxfQlLlO0qTLjn0NugtCxapsk0gZPW4KUdcZF+ImvIuijKvv9HqtCax6"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056911": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTExIgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-11-30T22:59:59Z",
            "merchantName": "CDLX - US Test Account 15",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/ff4244ee1c0e4209a70aebc6ca73dc92.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/3ca229bf5403493da36ab8a64d25fcc0.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Test",
                        "preMessage": "Earn 5% Cash on your CDLX - US Test Account 15 purchase!",
                        "rewardCopy": "Earn 5% Cash on your CDLX - US Test Account 15 purchase, with a £30 Cash maximum.",
                        "postMessage": "Earn 5% Cash on your CDLX - US Test Account 15 purchase, with a £30 Cash maximum.<br/><br/>Test<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6ZeKb&xt=YsZBMjOS3ixgU4X4Qrl0JmZp8FVA6FTn7DPWgrElnMFREF9+A55fcUqkOgJVx80p' aria-label='Order Now'>Order Now</a><br/><br/>Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 15 purchase.",
                        "headline": "5% Cash",
                        "shortPreMessage": "Earn 5% Cash!",
                        "termsAndConditions": "Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "orderNow": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=6ZeKb&xt=YsZBMjOS3ixgU4X4Qrl0JmZp8FVA6FTn7DPWgrElnMFREF9+A55fcUqkOgJVx80p"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056997": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTk3IgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-11-30T22:59:59Z",
            "merchantName": "CDLX - US Test Account 48",
            "reward": {
                "rewardType": "FIXED_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 5.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 30.0,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/ff4244ee1c0e4209a70aebc6ca73dc92.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/3ca229bf5403493da36ab8a64d25fcc0.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "TEST",
                        "preMessage": "Earn £5 Cash on your CDLX - US Test Account 48 purchase!",
                        "rewardCopy": "Earn £5 Cash on your CDLX - US Test Account 48 purchase, with a £5 Cash maximum.",
                        "postMessage": "Earn £5 Cash on your CDLX - US Test Account 48 purchase, with a £5 Cash maximum.<br/><br/>TEST<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=VPOl6&xt=Po1TW2lyYaFiaDeB2hiHWhojWqBprAHxX7SpiREIcQcG6ExcCcy1oZyjz0QSVGYs' aria-label='Shop Now'>Shop Now</a><br/><br/>Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 48 purchase.",
                        "headline": "£5 Cash",
                        "shortPreMessage": "Earn £5 Cash!",
                        "termsAndConditions": "Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "shopNow": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=VPOl6&xt=Po1TW2lyYaFiaDeB2hiHWhojWqBprAHxX7SpiREIcQcG6ExcCcy1oZyjz0QSVGYs"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056937": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTM3IgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-11-30T22:59:59Z",
            "merchantName": "CDLX - US Test Account 32",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "NEW",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/ff4244ee1c0e4209a70aebc6ca73dc92.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/3ca229bf5403493da36ab8a64d25fcc0.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Test",
                        "preMessage": "Earn 5% Cash on your CDLX - US Test Account 32 purchase!",
                        "rewardCopy": "Earn 5% Cash on your CDLX - US Test Account 32 purchase, with a £30 Cash maximum.",
                        "postMessage": "Earn 5% Cash on your CDLX - US Test Account 32 purchase, with a £30 Cash maximum.<br/><br/>Test<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6ZeKb&xt=J05WqNhNvmOGq5/Qjua04ZEL3k5FjsfwDqMZlc8NouWyhambPv3UkeMrF6j4tR2l' aria-label='Order Now'>Order Now</a><br/><br/>Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 32 purchase.",
                        "headline": "5% Cash",
                        "shortPreMessage": "Earn 5% Cash!",
                        "termsAndConditions": "Offer expires 30 Nov 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "orderNow": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=6ZeKb&xt=J05WqNhNvmOGq5/Qjua04ZEL3k5FjsfwDqMZlc8NouWyhambPv3UkeMrF6j4tR2l"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000062924": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDYyOTI0IgVFbWFpbA==",
            "startDate": "2024-09-16T19:27:55Z",
            "endDate": "2024-11-15T22:59:59Z",
            "merchantName": "Oral-B",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": true,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "AUTO_ACTIVATED"
            },
            "activationState": "ACTIVATED",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/deb6bf5f6fe44cf886388f4e4bf4f6ad.jpg",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/ca61948a4d5d44c5a13db1c6eae89c3f.jpg",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Visit the Oral-B store online. Oral-B&rsquo;s electric toothbrushes help you get cleaner teeth. Shop online at <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6l9qV&xt=IbwxCjJmc43yNx2aKXb7bDKw20hMpRc8eNJA7QhDCEF2wp4VWKywGQd+RPhOSKKo' aria-label='www.oralb.co.uk'>www.oralb.co.uk</a>. Normally, you&rsquo;ll need to activate individual offers before you can earn cashback, but sometimes we work with retailers who allow us to activate the offer for you.",
                        "preMessage": "Earn 5% Cash on your Oral-B purchases!",
                        "rewardCopy": "No activation required. We have activated this offer for you. Earn 5% Cash on all of your purchases with Oral-B. Maximum reward £30 Cash.",
                        "postMessage": "No activation required. We have activated this offer for you. Earn 5% Cash on all of your purchases with Oral-B. Maximum reward £30 Cash.<br/><br/>Visit the Oral-B store online. Oral-B&rsquo;s electric toothbrushes help you get cleaner teeth. Shop online at <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6l9qV&xt=IbwxCjJmc43yNx2aKXb7bDKw20hMpRc8eNJA7QhDCEF2wp4VWKywGQd+RPhOSKKo' aria-label='www.oralb.co.uk'>www.oralb.co.uk</a>. Normally, you&rsquo;ll need to activate individual offers before you can earn cashback, but sometimes we work with retailers who allow us to activate the offer for you.<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=b9jz0&xt=IbwxCjJmc43yNx2aKXb7bDKw20hMpRc8eNJA7QhDCEF2wp4VWKywGQd+RPhOSKKo' aria-label='Visit Site'>Visit Site</a><br/><br/>Offer expires 15 Nov 2024.",
                        "thankYouMessage": "Thank you for your Oral-B purchase.",
                        "headline": "5% Cash when you shop online",
                        "shortPreMessage": "Earn 5% Cash!",
                        "termsAndConditions": "Offer expires 15 Nov 2024."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "visitSite": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=b9jz0&xt=IbwxCjJmc43yNx2aKXb7bDKw20hMpRc8eNJA7QhDCEF2wp4VWKywGQd+RPhOSKKo"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000062740": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDYyNzQwIgVFbWFpbA==",
            "startDate": "2024-09-13T18:25:47Z",
            "endDate": "2024-11-12T22:59:59Z",
            "activationDate": "2024-07-01T07:00:00Z",
            "merchantName": "Ralph Lauren",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 7.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": true,
                "purchaseRequirement": {
                    "minSpendAmount": 50.0,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "activationState": "ACTIVATED",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/7511dbad5064474b9d8bbdfe2b3e0f79.jpg",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/f559956a64924bcb95f93393a6f03234.jpg",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "largeRectangle": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/hero/78fd39c4a16740038d70b7b0b3efd54f.jpg",
                            "width": 1200,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/hero/199b4489db994607a3cc29a38c40e0bd.jpg",
                            "width": 600,
                            "height": 314
                        }
                    }
                },
                "smallRectangle": {
                    "type": "IMAGE_URL",
                    "value": {
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/hero/199b4489db994607a3cc29a38c40e0bd.jpg",
                            "width": 600,
                            "height": 314
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Ralph Lauren's instantly recognizable all-American style infuses iconic sportswear silhouettes with relaxed tailoring, with collections for men, women, children and the home. Shop instore or online at <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=go8ab&xt=NJ81LsJFh3yeDIot3Qsv0cbQs/EguhA0L3vjjBVDz8DephrXRYs9BgUZjBwKxj6n' aria-label='www.ralphlauren.co.uk'>www.ralphlauren.co.uk</a>.",
                        "preMessage": "Earn 7% Cash on your Ralph Lauren purchases!",
                        "rewardCopy": "Earn 7% Cash on all of your  purchases when you spend £50 or more at Ralph Lauren. Maximum reward £30 Cash.",
                        "postMessage": "Earn 7% Cash on all of your  purchases when you spend £50 or more at Ralph Lauren. Maximum reward £30 Cash.<br/><br/>Ralph Lauren's instantly recognizable all-American style infuses iconic sportswear silhouettes with relaxed tailoring, with collections for men, women, children and the home. Shop instore or online at <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=go8ab&xt=NJ81LsJFh3yeDIot3Qsv0cbQs/EguhA0L3vjjBVDz8DephrXRYs9BgUZjBwKxj6n' aria-label='www.ralphlauren.co.uk'>www.ralphlauren.co.uk</a>.<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6a01P&xt=NJ81LsJFh3yeDIot3Qsv0cbQs/EguhA0L3vjjBVDz8DephrXRYs9BgUZjBwKxj6n' aria-label='Shop Now'>Shop Now</a><br/><br/>Offer expires 12 Nov 2024. Offer excludes concessions and Ralph Lauren outlet stores.",
                        "thankYouMessage": "Thank you for your Ralph Lauren purchase.",
                        "headline": "7% Cash",
                        "shortPreMessage": "Earn 7% Cash!",
                        "termsAndConditions": "Offer expires 12 Nov 2024. Offer excludes concessions and Ralph Lauren outlet stores."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "shopNow": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=6a01P&xt=NJ81LsJFh3yeDIot3Qsv0cbQs/EguhA0L3vjjBVDz8DephrXRYs9BgUZjBwKxj6n"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000058889": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU4ODg5IgVFbWFpbA==",
            "startDate": "2024-07-24T23:00:00Z",
            "endDate": "2024-12-25T22:59:59Z",
            "merchantName": "Oral-B",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": true,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "AUTO_ACTIVATED"
            },
            "activationState": "ACTIVATED",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/deb6bf5f6fe44cf886388f4e4bf4f6ad.jpg",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/ca61948a4d5d44c5a13db1c6eae89c3f.jpg",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Visit the Oral-B store online. Oral-B&rsquo;s electric toothbrushes help you get cleaner teeth. Shop online at <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6l9qV&xt=LkQwbF83sLwG0H/lqbqjbCefcIufZy6KfuxaLIr6/heSwuPgtrq6FYoiGTop5vWS' aria-label='www.oralb.co.uk'>www.oralb.co.uk</a>. Normally, you&rsquo;ll need to activate individual offers before you can earn cashback, but sometimes we work with retailers who allow us to activate the offer for you.",
                        "preMessage": "Earn 5% Cash on your Oral-B purchases!",
                        "rewardCopy": "No activation required. We have activated this offer for you. Earn 5% Cash on all of your purchases with Oral-B. Maximum reward £30 Cash.",
                        "postMessage": "No activation required. We have activated this offer for you. Earn 5% Cash on all of your purchases with Oral-B. Maximum reward £30 Cash.<br/><br/>Visit the Oral-B store online. Oral-B&rsquo;s electric toothbrushes help you get cleaner teeth. Shop online at <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6l9qV&xt=LkQwbF83sLwG0H/lqbqjbCefcIufZy6KfuxaLIr6/heSwuPgtrq6FYoiGTop5vWS' aria-label='www.oralb.co.uk'>www.oralb.co.uk</a>. Normally, you&rsquo;ll need to activate individual offers before you can earn cashback, but sometimes we work with retailers who allow us to activate the offer for you.<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=VJzWW&xt=LkQwbF83sLwG0H/lqbqjbCefcIufZy6KfuxaLIr6/heSwuPgtrq6FYoiGTop5vWS' aria-label='Visit Site'>Visit Site</a><br/><br/>Offer expires 25 Dec 2024.",
                        "thankYouMessage": "Thank you for your Oral-B purchase.",
                        "headline": "5% Cash when you shop online",
                        "shortPreMessage": "Earn 5% Cash!",
                        "termsAndConditions": "Offer expires 25 Dec 2024."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "visitSite": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=VJzWW&xt=LkQwbF83sLwG0H/lqbqjbCefcIufZy6KfuxaLIr6/heSwuPgtrq6FYoiGTop5vWS"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000062912": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDYyOTEyIgVFbWFpbA==",
            "startDate": "2024-09-16T19:27:51Z",
            "endDate": "2024-11-15T22:59:59Z",
            "merchantName": "Braun",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": true,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "AUTO_ACTIVATED"
            },
            "activationState": "ACTIVATED",
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/f6124af1902346e08364e206687b7c8c.jpg",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/537f07147f344179ac4fcd29fecfb8d7.jpg",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "Visit the Braun store online. Discover advanced solutions for flawless, long-lasting, salon-smooth skin! Shop online at <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=VPvEW&xt=LKsYn54q2iqhAnLzFzFd4zXyWEpTTyJBR7146mOnwBkV5EAY/yeKbMKNqkXim2ac' aria-label='www.braunshop.co.uk'>www.braunshop.co.uk</a>. Normally, you&rsquo;ll need to activate individual offers before you can earn cashback, but sometimes we work with retailers who allow us to activate the offer for you.",
                        "preMessage": "Earn 5% Cash on your Braun purchases!",
                        "rewardCopy": "No activation required. We have activated this offer for you. Earn 5% Cash on all of your purchases with Braun. Maximum reward £30 Cash.",
                        "postMessage": "No activation required. We have activated this offer for you. Earn 5% Cash on all of your purchases with Braun. Maximum reward £30 Cash.<br/><br/>Visit the Braun store online. Discover advanced solutions for flawless, long-lasting, salon-smooth skin! Shop online at <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=VPvEW&xt=LKsYn54q2iqhAnLzFzFd4zXyWEpTTyJBR7146mOnwBkV5EAY/yeKbMKNqkXim2ac' aria-label='www.braunshop.co.uk'>www.braunshop.co.uk</a>. Normally, you&rsquo;ll need to activate individual offers before you can earn cashback, but sometimes we work with retailers who allow us to activate the offer for you.<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=gdZWp&xt=LKsYn54q2iqhAnLzFzFd4zXyWEpTTyJBR7146mOnwBkV5EAY/yeKbMKNqkXim2ac' aria-label='Learn More'>Learn More</a><br/><br/>Offer expires 15 Nov 2024.",
                        "thankYouMessage": "Thank you for your Braun purchase.",
                        "headline": "5% Cash",
                        "shortPreMessage": "Earn 5% Cash!",
                        "termsAndConditions": "Offer expires 15 Nov 2024."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "learnMore": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=gdZWp&xt=LKsYn54q2iqhAnLzFzFd4zXyWEpTTyJBR7146mOnwBkV5EAY/yeKbMKNqkXim2ac"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056633": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2NjMzIgVFbWFpbA==",
            "startDate": "2024-06-13T23:00:00Z",
            "endDate": "2024-10-18T22:59:59Z",
            "merchantName": "CDLX - US Test Account 2",
            "reward": {
                "rewardType": "PERCENT_AMOUNT_PURCHASE",
                "rewardAmount": 7.0,
                "maxRewardAmount": 30.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 0.2,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/96b4939416014c47989b8331ddaf5067.jpg",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/8f98ada322d648eebc44e599ed7ff9cc.jpg",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "preMessage": "Earn 7% Cash on your CDLX - US Test Account 2 purchase!",
                        "rewardCopy": "Earn 7% Cash on your CDLX - US Test Account 2 purchase, with a £30 Cash maximum.",
                        "postMessage": "Earn 7% Cash on your CDLX - US Test Account 2 purchase, with a £30 Cash maximum.<br/><br/>Offer expires 18 Oct 2024. Offer valid one time only.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 2 purchase.",
                        "headline": "7% Cash",
                        "shortPreMessage": "Earn 7% Cash!",
                        "termsAndConditions": "Offer expires 18 Oct 2024. Offer valid one time only."
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056990": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTkwIgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-10-18T22:59:59Z",
            "merchantName": "CDLX - US Test Account 44",
            "reward": {
                "rewardType": "FIXED_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 5.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 30.0,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/ff4244ee1c0e4209a70aebc6ca73dc92.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/3ca229bf5403493da36ab8a64d25fcc0.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "TEST",
                        "preMessage": "Earn £5 Cash on your CDLX - US Test Account 44 purchase!",
                        "rewardCopy": "Earn £5 Cash on your CDLX - US Test Account 44 purchase, with a £5 Cash maximum.",
                        "postMessage": "Earn £5 Cash on your CDLX - US Test Account 44 purchase, with a £5 Cash maximum.<br/><br/>TEST<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=64GXb&xt=vk22TNs4t3Xkmki2VHq7dZt6sz5zEwCT9bRhwXLPOft0B69tOAAwRhznEzMXppjO' aria-label='Order Now'>Order Now</a><br/><br/>Offer expires 18 Oct 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 44 purchase.",
                        "headline": "£5 Cash",
                        "shortPreMessage": "Earn £5 Cash!",
                        "termsAndConditions": "Offer expires 18 Oct 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "orderNow": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=64GXb&xt=vk22TNs4t3Xkmki2VHq7dZt6sz5zEwCT9bRhwXLPOft0B69tOAAwRhznEzMXppjO"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056998": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTk4IgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-10-18T22:59:59Z",
            "merchantName": "CDLX - US Test Account 49",
            "reward": {
                "rewardType": "FIXED_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 5.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 30.0,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/ff4244ee1c0e4209a70aebc6ca73dc92.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/3ca229bf5403493da36ab8a64d25fcc0.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "TEST",
                        "preMessage": "Earn £5 Cash on your CDLX - US Test Account 49 purchase!",
                        "rewardCopy": "Earn £5 Cash on your CDLX - US Test Account 49 purchase, with a £5 Cash maximum.",
                        "postMessage": "Earn £5 Cash on your CDLX - US Test Account 49 purchase, with a £5 Cash maximum.<br/><br/>TEST<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=6L57V&xt=aIIsRHkGS/PBPkEQ7Yvcic7DQxYYDArelrRgHimteHIGTlKti1mui/yaNObIoFZ/' aria-label='Book Now'>Book Now</a><br/><br/>Offer expires 18 Oct 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 49 purchase.",
                        "headline": "£5 Cash",
                        "shortPreMessage": "Earn £5 Cash!",
                        "termsAndConditions": "Offer expires 18 Oct 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "bookNow": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=6L57V&xt=aIIsRHkGS/PBPkEQ7Yvcic7DQxYYDArelrRgHimteHIGTlKti1mui/yaNObIoFZ/"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056996": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTk2IgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-10-18T22:59:59Z",
            "merchantName": "CDLX - US Test Account 47",
            "reward": {
                "rewardType": "FIXED_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 5.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 30.0,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/ff4244ee1c0e4209a70aebc6ca73dc92.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/3ca229bf5403493da36ab8a64d25fcc0.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "TEST",
                        "preMessage": "Earn £5 Cash on your CDLX - US Test Account 47 purchase!",
                        "rewardCopy": "Earn £5 Cash on your CDLX - US Test Account 47 purchase, with a £5 Cash maximum.",
                        "postMessage": "Earn £5 Cash on your CDLX - US Test Account 47 purchase, with a £5 Cash maximum.<br/><br/>TEST<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=gdlXg&xt=j110SiScB0XN0YF9zGGM+uJjOgyba23pqa7xTwLqAHqox+LFHyCtEBvmFcmFRsQw' aria-label='Visit Site'>Visit Site</a><br/><br/>Offer expires 18 Oct 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 47 purchase.",
                        "headline": "£5 Cash",
                        "shortPreMessage": "Earn £5 Cash!",
                        "termsAndConditions": "Offer expires 18 Oct 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "visitSite": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=gdlXg&xt=j110SiScB0XN0YF9zGGM+uJjOgyba23pqa7xTwLqAHqox+LFHyCtEBvmFcmFRsQw"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        },
        "1000056995": {
            "adType": "CASH_BACK_OFFER",
            "adServeToken": "CiQ4ZGUyMjFhMi1lZmE5LTQwZWYtOWNkYi01MzQ3NWQ0ZTFhYzgQ9O3XkKoyGgoxMDAwMDU2OTk1IgVFbWFpbA==",
            "startDate": "2024-06-16T23:00:00Z",
            "endDate": "2024-10-18T22:59:59Z",
            "merchantName": "CDLX - US Test Account 46",
            "reward": {
                "rewardType": "FIXED_AMOUNT_PURCHASE",
                "rewardAmount": 5.0,
                "maxRewardAmount": 5.0,
                "isMultiRedemption": false,
                "purchaseRequirement": {
                    "minSpendAmount": 30.0,
                    "purchaseChannels": [
                        "Online",
                        "InStore"
                    ],
                    "merchantUrlLinkClickRequired": false
                },
                "activationModel": "ACTIVATABLE"
            },
            "visibilityState": "PARKED",
            "assets": {
                "logo": {
                    "type": "IMAGE_URL",
                    "value": {
                        "large": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/ff4244ee1c0e4209a70aebc6ca73dc92.png",
                            "width": 627,
                            "height": 627
                        },
                        "small": {
                            "url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/3ca229bf5403493da36ab8a64d25fcc0.png",
                            "width": 128,
                            "height": 128
                        }
                    }
                },
                "copy": {
                    "type": "AD_COPY",
                    "value": {
                        "marketingCopy": "TEST",
                        "preMessage": "Earn £5 Cash on your CDLX - US Test Account 46 purchase!",
                        "rewardCopy": "Earn £5 Cash on your CDLX - US Test Account 46 purchase, with a £5 Cash maximum.",
                        "postMessage": "Earn £5 Cash on your CDLX - US Test Account 46 purchase, with a £5 Cash maximum.<br/><br/>TEST<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=64GXb&xt=o5RteyMOXjHz6I+7LGpf+ulwJHqFMp7u5PrbeItUInRzAC4MQhVSEdDHfxIplFTI' aria-label='Order Now'>Order Now</a><br/><br/>Offer expires 18 Oct 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date.",
                        "thankYouMessage": "Thank you for your CDLX - US Test Account 46 purchase.",
                        "headline": "£5 Cash",
                        "shortPreMessage": "Earn £5 Cash!",
                        "termsAndConditions": "Offer expires 18 Oct 2024. Offer valid one time only. <b>Offer only valid on purchases made directly with the merchant.</b> Offer not valid on purchases made using third-party services, delivery services, or a third-party payment account (e.g., buy now pay later). Payment must be made on or before offer expiration date."
                    }
                },
                "callsToAction": {
                    "type": "CALL_TO_ACTION_LINKS",
                    "value": {
                        "orderNow": {
                            "type": "WEB_LINK",
                            "value": "https://l-uk.cardlytics.com?r=64GXb&xt=o5RteyMOXjHz6I+7LGpf+ulwJHqFMp7u5PrbeItUInRzAC4MQhVSEdDHfxIplFTI"
                        }
                    }
                }
            },
            "isAffiliateMarketing": false
        }
    },
    "rankings": {
        "all": [
            "1000056632",
            "1000058746",
            "1000058814",
            "1000062767",
            "1000062894",
            "1000058888",
            "1000062895",
            "1000062892",
            "1000062596",
            "1000058959",
            "1000058824",
            "1000062806",
            "1000062893",
            "1000058737",
            "1000058964",
            "1000062890",
            "1000059015",
            "1000062660",
            "1000062891",
            "1000056929",
            "1000056999",
            "1000056927",
            "1000056933",
            "1000056932",
            "1000056941",
            "1000056917",
            "1000056919",
            "1000056938",
            "1000056935",
            "1000056931",
            "1000056934",
            "1000056939",
            "1000056943",
            "1000056994",
            "1000056911",
            "1000056997",
            "1000056937",
            "1000062924",
            "1000062740",
            "1000058889",
            "1000062912",
            "1000056633",
            "1000056990",
            "1000056998",
            "1000056996",
            "1000056995"
        ]
    },
    "categories": {
        "1000062890": {
            "name": "Food",
            "id": "2"
        },
        "1000062891": {
            "name": "Other",
            "id": "6"
        },
        "1000062892": {
            "name": "Travel",
            "id": "5"
        },
        "1000062596": {
            "name": "Food",
            "id": "2"
        },
        "1000062893": {
            "name": "Other",
            "id": "6"
        },
        "1000062894": {
            "name": "Entertainment",
            "id": "1"
        },
        "1000062895": {
            "name": "Travel",
            "id": "5"
        },
        "1000062912": {
            "name": "Other",
            "id": "6"
        },
        "1000056990": {
            "name": "Food",
            "id": "2"
        },
        "1000058746": {
            "name": "Other",
            "id": "6"
        },
        "1000058889": {
            "name": "Other",
            "id": "6"
        },
        "1000056943": {
            "name": "Food",
            "id": "2"
        },
        "1000056941": {
            "name": "Food",
            "id": "2"
        },
        "1000056929": {
            "name": "Food",
            "id": "2"
        },
        "1000056927": {
            "name": "Food",
            "id": "2"
        },
        "1000062660": {
            "name": "Food",
            "id": "2"
        },
        "1000062740": {
            "name": "Other",
            "id": "6"
        },
        "1000062767": {
            "name": "Food",
            "id": "2"
        },
        "1000062924": {
            "name": "Other",
            "id": "6"
        },
        "1000056632": {
            "name": "Food",
            "id": "2"
        },
        "1000056995": {
            "name": "Food",
            "id": "2"
        },
        "1000062806": {
            "name": "Food",
            "id": "2"
        },
        "1000056994": {
            "name": "Food",
            "id": "2"
        },
        "1000056999": {
            "name": "Food",
            "id": "2"
        },
        "1000056933": {
            "name": "Travel",
            "id": "5"
        },
        "1000056911": {
            "name": "Food",
            "id": "2"
        },
        "1000056932": {
            "name": "Food",
            "id": "2"
        },
        "1000056998": {
            "name": "Food",
            "id": "2"
        },
        "1000056931": {
            "name": "Food",
            "id": "2"
        },
        "1000056997": {
            "name": "Food",
            "id": "2"
        },
        "1000056633": {
            "name": "Food",
            "id": "2"
        },
        "1000056996": {
            "name": "Food",
            "id": "2"
        },
        "1000056937": {
            "name": "Food",
            "id": "2"
        },
        "1000056935": {
            "name": "Food",
            "id": "2"
        },
        "1000056934": {
            "name": "Food",
            "id": "2"
        },
        "1000056919": {
            "name": "Food",
            "id": "2"
        },
        "1000058959": {
            "name": "Travel",
            "id": "5"
        },
        "1000056917": {
            "name": "Food",
            "id": "2"
        },
        "1000056939": {
            "name": "Food",
            "id": "2"
        },
        "1000056938": {
            "name": "Food",
            "id": "2"
        }
    },
    "storeLocations": null
}