{
"ads": {
"11111": {
"adServeToken": "encodedData",
"reward": {
"rewardType": "PERCENT",
"rewardAmount": "10"
},
"activationState": "ACTIVATED",
"visibilityState": "VISIBLE",
"redemptionState": "PROCESSING"
},
"22222": {
"adServeToken": "encodedData",
"reward": {
"rewardType": "PROGRAM_CURRENCY",
"rewardAmount": "1.99"
},
"activationState": "SERVED",
"visibilityState": "PARKED"
},
"33333": {
"adServeToken": "encodedData",
"startDate": "2022-01-01",
"endDate": "2024-01-01",
"reward": {
"rewardType": "PROGRAM_CURRENCY",
"rewardAmount": "1.99"
},
"restrictions": [
{
"displayRestrictionType": "CUSTOMER_DATE_TIME"
}
],
"activationState": "NEW"
}
},
"ranking": {
"all": ["11111", "33333", "22222"],
"sections": {
"LANDING": {
"all": ["33333", "11111", "22222"]
},
"WIDGET": {
"all": ["22222", "33333", "11111"]
}
},
"storeLocations": {
"11111": [
{
"storeName": "Store 1",
"address": {
"addressLine1": "123 Front St",
"addressLine2": "Suite 1",
"city": "San Francisco",
"state": "CA",
"postalCode": "94105",
"country": "US"
},
"phoneNumber": "123-456-7890",
"distance": "1.2",
"latitude": "37.7749",
"longitude": "122.4194"
},
{
"storeName": "Store 2",
"address": {
"addressLine1": "123 Main St",
"addressLine2": "Suite 1",
"city": "San Francisco",
"state": "CA",
"postalCode": "94105",
"country": "US"
},
"phoneNumber": "123-456-7890",
"distance": "1.2",
"latitude": "37.7749",
"longitude": "122.4194"
}
]
}
}
}