Skip to content

AdText

Property Type Description
type AssetType.AD_COPY Asset type of "AD_COPY"
value AdTextValue Ad text copy values

Example

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
{
    "type": "AD_COPY",
    "value": {
        "headline": "10% back",
        "subheadline": "Subscriptions",
        "shortPreMessage": "Get 10% back at Bob's",
        "thankYouMessage": "Thank you for shopping! You got $24.46 back!",
        "marketingCopy": "Terms and conditions apply. Offer only applies to some locations.",
        "rewardCopy": "Get 10% back on any purchase of $5 or more at Bob's Warehouse. Maximum of $30 back. Minimum transaction of $5 required.",
        "preMessage": "Get 10% back on any purchase of $5 or more at Bob's Warehouse.",
        "postMessage": "Time and inventory is limited. Maximum of $30 back. Minimum transaction of $5 required. Terms and conditions apply. Offer only applies to some locations. <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='http://example.com' aria-label='here'>Please click here </a> to find a location near you. Offer expires 1/19/2024. <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.",
        "termsAndConditions": "Offer expires 1/19/2024. <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."
    }
}