Segment Your Audience
Why segment your audience?
Arianee builds a new way for brands to connect with customers.
Segmenting the audience is essential for effective communication because it allows tailored messages to be crafted to suit the specific needs, preferences, and characteristics of each segment.
Use case examples:
- Your brand distributes product passports according to the product model. Each digital passport of a model is associated with a tag. You want to send a message to the owners of a particular model.
- Your brand distributed digital passports on a given date. You want to send a message to this specific audience.
- Your brand distributed digital passports in an account that is not tied to the client account (non-custodial), you want to reach out to this audience.
What segment?
To target your audience for a new once-off message campaign, you need to segment the recipients of your campaigns. You can decide to target your audience using:
tags
: pre-defined tags associated with a pool of digital passports.tokenIds
: specific digital passport identification number.custodialWallet
: target custodial or non-custodial wallets.isWalletActiveSinceNumberOfDays
: define the number of days the user has been active on his wallet lately.countries
: target countries.
Limitation
Auto-message campaign can be targeted only with the use of predefined
tags
.
Let's start 🚀
Fetch audience using tags or digital passport IDs
To retrieve the tags
or tokenId
owned by your target audience, use the /certificate
.
Input | Mandatory | Type | Description |
---|---|---|---|
limit | ✅ | Number | ⚠️ Define a limit that does not exceed 1,000 digital passports to avoid issues. Example: /certificate/?limit=500 . |
q | ❌ | Object | JSON encoded key/value request to filter results. |
s | ❌ | Object | JSON encoded key/value request to sort results. |
- NFT Management Platform user rights required to call this API →
certRead
- If you do not target a specific owner wallet address, your NFT Management Platform wallet address is automatically selected.
For more information about filters, see the complete API documentation.
Let's say you wish to retrieve the digital passport IDs of the tokens that have been transferred at least once.
{
"owner": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"numberOfTransfer": {
"$gt": "1"
}
}
GET https://documentation.arianee.com/certificate?limit=5&q={%0A%20%20%22owner%22:%20%220x57F5111A7e997a7Ba63CC8976C92decbd86C1B08%22,%0A%20%20%20%20%22numberOfTransfer%22:%20{%0A%20%20%20%20%22$gt%22:%20%221%22%0A%20%20%20%20}%0A}
Result: The relevant digital passports are returned, all tokenId
can be retrieved.
[
{
"events": [
{
"address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
"blockHash": "0xb5422a301009b0119ce94ee428d37c1f8dae237f97d9e732b014746370a62fb7",
"blockNumber": 23769511,
"logIndex": 1,
"removed": false,
"transactionHash": "0x861d3df0bcf3df9d237c985b5ad43bf90cd16817f0ee23061ed7a3eb7bc57db4",
"transactionIndex": 0,
"transactionLogIndex": "0x1",
"id": "log_8a19b683",
"returnValues": {
"0": "0x0000000000000000000000000000000000000000",
"1": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"2": "5836525",
"_from": "0x0000000000000000000000000000000000000000",
"_to": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"_tokenId": "5836525"
},
"event": "Transfer",
"signature": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"raw": {
"data": "0x",
"topics": [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"0x0000000000000000000000000000000000000000000000000000000000000000",
"0x00000000000000000000000057f5111a7e997a7ba63cc8976c92decbd86c1b08",
"0x0000000000000000000000000000000000000000000000000000000000590eed"
]
}
},
{
"address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
"blockHash": "0xb5422a301009b0119ce94ee428d37c1f8dae237f97d9e732b014746370a62fb7",
"blockNumber": 23769511,
"logIndex": 3,
"removed": false,
"transactionHash": "0x861d3df0bcf3df9d237c985b5ad43bf90cd16817f0ee23061ed7a3eb7bc57db4",
"transactionIndex": 0,
"transactionLogIndex": "0x3",
"id": "log_6fcb7714",
"returnValues": {
"0": "5836525",
"1": "0x4115708df0939e08c3ce6b97d54048f870908990ce612d89e1f1655568d6cf42",
"2": "",
"3": "0x50D425DD099135e9eeFfa6502C36AA53c3715117",
"4": "1795269608",
"5": true,
"6": "1637589620",
"_tokenId": "5836525",
"_imprint": "0x4115708df0939e08c3ce6b97d54048f870908990ce612d89e1f1655568d6cf42",
"_uri": "",
"_initialKey": "0x50D425DD099135e9eeFfa6502C36AA53c3715117",
"_tokenRecoveryTimestamp": "1795269608",
"_initialKeyIsRequestKey": true,
"_tokenCreation": "1637589620"
},
"event": "Hydrated",
"signature": "0x0166db8152debe7d1cfed1b1e12a32a28a986839ab44dff49682be23e29704de",
"raw": {
"data": "0x0000000000000000000000000000000000000000000000000000000000590eed4115708df0939e08c3ce6b97d54048f870908990ce612d89e1f1655568d6cf4200000000000000000000000000000000000000000000000000000000000000e000000000000000000000000050d425dd099135e9eeffa6502c36aa53c3715117000000000000000000000000000000000000000000000000000000006b01a3e8000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000619ba2740000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x0166db8152debe7d1cfed1b1e12a32a28a986839ab44dff49682be23e29704de"
]
}
},
{
"address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
"blockHash": "0xe2b11886896791c5684a560d43f6cee7d337f034d40e6bf4f6cf7fb2ca11f5ff",
"blockNumber": 24010080,
"logIndex": 0,
"removed": false,
"transactionHash": "0xd984aa7cde8373a5009b4119fa065ff9404508ee61a65ec4ef0a0f141edbfafe",
"transactionIndex": 0,
"transactionLogIndex": "0x0",
"id": "log_5dd99cc9",
"returnValues": {
"0": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"1": "0x49Af7Ec8e85f3BC083A62060CDE647D18ec42B51",
"2": "5836525",
"_from": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"_to": "0x49Af7Ec8e85f3BC083A62060CDE647D18ec42B51",
"_tokenId": "5836525"
},
"event": "Transfer",
"signature": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"raw": {
"data": "0x",
"topics": [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"0x00000000000000000000000057f5111a7e997a7ba63cc8976c92decbd86c1b08",
"0x00000000000000000000000049af7ec8e85f3bc083a62060cde647d18ec42b51",
"0x0000000000000000000000000000000000000000000000000000000000590eed"
]
}
},
{
"address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
"blockHash": "0xc96690ac94b1d42c39619356175d566ef4a5cb7e2c576a595d035ade5862af9e",
"blockNumber": 24114021,
"logIndex": 0,
"removed": false,
"transactionHash": "0x825d666d9a1cf6f9de6003d9e8e767d9d894a884e9dfef439e90c8796f6ca39d",
"transactionIndex": 0,
"transactionLogIndex": "0x0",
"id": "log_c0d909b0",
"returnValues": {
"0": "0x49Af7Ec8e85f3BC083A62060CDE647D18ec42B51",
"1": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"2": "5836525",
"_from": "0x49Af7Ec8e85f3BC083A62060CDE647D18ec42B51",
"_to": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"_tokenId": "5836525"
},
"event": "Transfer",
"signature": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"raw": {
"data": "0x",
"topics": [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"0x00000000000000000000000049af7ec8e85f3bc083a62060cde647d18ec42b51",
"0x00000000000000000000000057f5111a7e997a7ba63cc8976c92decbd86c1b08",
"0x0000000000000000000000000000000000000000000000000000000000590eed"
]
}
}
],
"tags": [
""
],
"parentCertificateIds": [],
"serialNumbers": [],
"nftCreationCampaignIds": [],
"_id": "619ba268ab0739000e1d4b50",
"tokenId": 5836525,
"__v": 4,
"createdAt": "2021-11-22T14:00:08.434Z",
"initialViewKey": "yevc94w9aci6",
"json": "{\"$schema\":\"https://cert.arianee.org/version2/ArianeeProductCertificate-i18n.json\",\"language\":\"fr-FR\",\"name\":\"X wing - update\",\"model\":\"X-wing T-65 starfighter\",\"description\":\"Le X-wing, chasseur conçu par le constructeur Incom Corporation, était initialement destiné à l’Empire. Cependant, l’intégralité des ingénieurs ayant rejoint l’Alliance rebelle, ils y ont amené tous les prototypes.\\n\\nLe T-65 descend directement du vieux Z-95 Headhunter (« chasseur de têtes »), et partage des caractéristiques de conception avec le chasseur ARC-170 datant de l’époque de la Guerre des clones (tous deux étant conçus par Incom et Subpro).\\n\\nLe X-wing a connu plusieurs versions, continuellement améliorées. Le T-65AC1 original mis en service par l’Alliance rebelle, est un appareil d’attaque polyvalent correct pour son temps mais vite supplanté par le T-65AC2, vantant une meilleure accélération. Le T-65AC3 améliore l’électronique embarquée, les boucliers et les sondes. Le T-65AC4 est principalement une mise à niveau des moteurs, ce qui en fait un engin presque égal à l’A-wing en termes de manœuvrabilité. On notera une nouveauté de conception pour le T-65D-A1, qui remplace le droïde astromécanicien par un ordinateur interne pour les calculs de saut en hyperespace, mais il est considéré comme un échec, partiellement dû à la facilité de sabotage.\",\"externalContents\":[{\"type\":\"transparency\",\"title\":\"transparency\",\"url\":\"https://api.bdh-arianee-showroom.arianee.com/pub/856020ce-aa0e-4a5e-9de9-d7674094ef1a\"},{\"type\":\"website\",\"title\":\"regular link\",\"url\":\"https://arianee.org\"},{\"type\":\"arianeeAccessTokenAuthLink\",\"title\":\"link with aat\",\"url\":\"https://services.arianee.com/customer-care/home\"},{\"type\":\"proofLinkAction\",\"title\":\"https://services.arianee.com/customer-care/home\",\"url\":\"link with proof of ownership\"}],\"medias\":[{\"mediaType\":\"picture\",\"type\":\"product\",\"url\":\"https://api.bdh-maxime.arianee.com/pub/5fecd9cd-2095-49ab-b16b-ff6df18e21a8\"},{\"mediaType\":\"youtube\",\"type\":\"product\",\"url\":\"https://www.youtube.com/watch?v=fr-H8Pffa0A\",\"ytId\":\"fr-H8Pffa0A\",\"thumbnail\":\"https://img.youtube.com/vi/fr-H8Pffa0A/0.jpg\",\"embedURL\":\"https://www.youtube.com/embed/fr-H8Pffa0A\"}]}",
"userId": "6ebbb7e6-3622-4804-accb-cd38def756ff",
"viewKey": "yevc94w9aci6",
"isSync": true,
"blockNumberCreation": 23769511,
"imprint": "0x4115708df0939e08c3ce6b97d54048f870908990ce612d89e1f1655568d6cf42",
"isConsumed": true,
"issuer": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"mintTimeStamp": 1637589620,
"numberOfTransfer": 2,
"owner": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"recoverTimeStamp": 1795269608,
"textSearch": "X wing - update",
"whitelist": true,
"firstTransfer": true,
"firstTransferTimeStamp": 1638871845,
"lastTransferTimeStamp": 1639392590,
"inQueueToBeMintedStatus": "done",
"id": "619ba268ab0739000e1d4b50"
},
{
"events": [
{
"address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
"blockHash": "0x78cf7fe1ff6827bc2c0e6c9f35fbe2cc63ed335e893dbb1748ed13c026aeca44",
"blockNumber": 25071533,
"logIndex": 3,
"removed": false,
"transactionHash": "0x2228aa9525aa53280b6de43e8fe6fa5b5748b2bf791a7954725dfe671c36e2b2",
"transactionIndex": 1,
"transactionLogIndex": "0x1",
"id": "log_cd942af9",
"returnValues": {
"0": "0x0000000000000000000000000000000000000000",
"1": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"2": "354452501",
"_from": "0x0000000000000000000000000000000000000000",
"_to": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"_tokenId": "354452501"
},
"event": "Transfer",
"signature": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"raw": {
"data": "0x",
"topics": [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"0x0000000000000000000000000000000000000000000000000000000000000000",
"0x00000000000000000000000057f5111a7e997a7ba63cc8976c92decbd86c1b08",
"0x0000000000000000000000000000000000000000000000000000000015208415"
]
}
},
{
"address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
"blockHash": "0x9cc6dcf5e82b9f0d3b3f3a0d326457ecfa61bf378ae8078313b6e4e0be6f2b04",
"blockNumber": 25071560,
"logIndex": 6,
"removed": false,
"transactionHash": "0xdaaaa4b694781cd99f47235212a3938dc7f1862b0b31d2503f574a30b6423558",
"transactionIndex": 1,
"transactionLogIndex": "0x1",
"id": "log_f034a47e",
"returnValues": {
"0": "354452501",
"1": "0x97fcdbdc67cf3c00b60e6a52975c71c2bc77edcf0e81b8a35e46c06a8375ad52",
"2": "",
"3": "0x7Ec99bacA24897a98c976137E022D386DedE2074",
"4": "1801991350",
"5": true,
"6": "1644311360",
"_tokenId": "354452501",
"_imprint": "0x97fcdbdc67cf3c00b60e6a52975c71c2bc77edcf0e81b8a35e46c06a8375ad52",
"_uri": "",
"_initialKey": "0x7Ec99bacA24897a98c976137E022D386DedE2074",
"_tokenRecoveryTimestamp": "1801991350",
"_initialKeyIsRequestKey": true,
"_tokenCreation": "1644311360"
},
"event": "Hydrated",
"signature": "0x0166db8152debe7d1cfed1b1e12a32a28a986839ab44dff49682be23e29704de",
"raw": {
"data": "0x000000000000000000000000000000000000000000000000000000001520841597fcdbdc67cf3c00b60e6a52975c71c2bc77edcf0e81b8a35e46c06a8375ad5200000000000000000000000000000000000000000000000000000000000000e00000000000000000000000007ec99baca24897a98c976137e022d386dede2074000000000000000000000000000000000000000000000000000000006b6834b6000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000620233400000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x0166db8152debe7d1cfed1b1e12a32a28a986839ab44dff49682be23e29704de"
]
}
},
{
"address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
"blockHash": "0x9c1a157179f61057dd4cce2211cccd3077d39e77921e940a675338535d3acdb5",
"blockNumber": 25330258,
"logIndex": 0,
"removed": false,
"transactionHash": "0xe72e80bb2b3692f35a632f44944bae44ef0228f1a53b700b36248b69fc1de3d6",
"transactionIndex": 0,
"transactionLogIndex": "0x0",
"id": "log_9c48ba89",
"returnValues": {
"0": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"1": "0x12cacbc4558ff074D471ac9f2f3Ac21Be393Aed3",
"2": "354452501",
"_from": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"_to": "0x12cacbc4558ff074D471ac9f2f3Ac21Be393Aed3",
"_tokenId": "354452501"
},
"event": "Transfer",
"signature": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"raw": {
"data": "0x",
"topics": [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"0x00000000000000000000000057f5111a7e997a7ba63cc8976c92decbd86c1b08",
"0x00000000000000000000000012cacbc4558ff074d471ac9f2f3ac21be393aed3",
"0x0000000000000000000000000000000000000000000000000000000015208415"
]
}
},
{
"address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
"blockHash": "0xf03f00b7299ba364f82669d11b980d4c7281d33443a7dc028b300dea8d4c3c55",
"blockNumber": 25536625,
"logIndex": 0,
"removed": false,
"transactionHash": "0x24583d985098fff491848ed527cd9e01215d69b32330f2f5e9e2cdd5f243b541",
"transactionIndex": 1,
"transactionLogIndex": "0x0",
"id": "log_62697a13",
"returnValues": {
"0": "0x4305aD3A459192944C83Fcd82cA3B2C91aa16535",
"1": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"2": "354452501",
"_from": "0x4305aD3A459192944C83Fcd82cA3B2C91aa16535",
"_to": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"_tokenId": "354452501"
},
"event": "Transfer",
"signature": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"raw": {
"data": "0x",
"topics": [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"0x0000000000000000000000004305ad3a459192944c83fcd82ca3b2c91aa16535",
"0x00000000000000000000000057f5111a7e997a7ba63cc8976c92decbd86c1b08",
"0x0000000000000000000000000000000000000000000000000000000015208415"
]
}
}
],
"tags": [
"testsanskey"
],
"parentCertificateIds": [
81866583
],
"serialNumbers": [],
"nftCreationCampaignIds": [],
"_id": "620232b34c7e80b84b64781d",
"tokenId": 354452501,
"__v": 6,
"blockNumberCreation": 25071560,
"userId": "b65f4b68-d2f6-4d91-983e-6d461b9359c8",
"createdAt": "2022-02-08T09:07:09.169Z",
"isSync": true,
"imprint": "0x97fcdbdc67cf3c00b60e6a52975c71c2bc77edcf0e81b8a35e46c06a8375ad52",
"isConsumed": true,
"issuer": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"numberOfTransfer": 2,
"owner": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"whitelist": true,
"initialViewKey": "67uv2r1xmaqt",
"json": "{\"$schema\":\"https://cert.arianee.org/version4/ArianeeProductCertificate-i18n.json\",\"parentCertificates\":[{\"type\":\"Full\",\"arianeeLink\":\"https://test.arian.ee/81866583,v98s0uy5sm6y\"}]}",
"viewKey": "67uv2r1xmaqt",
"mintTimeStamp": 1644311360,
"recoverTimeStamp": 1801991350,
"textSearch": "Balenciaga NFT #1",
"updatedImprint": "0x97fcdbdc67cf3c00b60e6a52975c71c2bc77edcf0e81b8a35e46c06a8375ad52",
"updatedJson": "{\"$schema\":\"https://cert.arianee.org/version4/ArianeeProductCertificate-i18n.json\",\"name\":\"Balenciaga NFT #1\",\"description\":\"Start your Balenciaga NFT collection here and now!\\nThis NFT is one of 3 collectible NFT’s that will allow you to unlock our very special Balenciaga drop \\nGet ready for an exclusive physical and digital surprises \\nCollect three NFT’s which will then open the doors for an exclusive access to Balenciaga 2022 winter drop which will be available in a physical and virtual forms.\",\"externalContents\":[{\"type\":\"website\",\"title\":\"Access the Balenciaga Drop\",\"url\":\"https://balenciagademo.arianee.org/nft2\"},{\"type\":\"spkzLink\",\"title\":\"Access the Balenciaga x SPKZ lounge\"}],\"medias\":[{\"mediaType\":\"picture\",\"type\":\"product\",\"url\":\"https://api.bdh-arianee-showroom.arianee.com/pub/1643967328152-Balenci.png\"},{\"mediaType\":\"picture\",\"type\":\"product\",\"url\":\"https://api.bdh-arianee-showroom.arianee.com/pub/1643967352314-BlaneciagainviteNFT1.png\"}],\"parentCertificates\":[{\"type\":\"Full\",\"arianeeLink\":\"https://test.arian.ee/81866583,v98s0uy5sm6y\"}]}",
"firstTransfer": true,
"firstTransferTimeStamp": 1645612135,
"lastTransferTimeStamp": 1646644750,
"inQueueToBeMintedStatus": "done",
"id": "620232b34c7e80b84b64781d"
},
{
"events": [
{
"address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
"blockHash": "0x15646fbdc71727d8a2994d75ef6beee5c4bf571f052debfe928ee23bce9c13f1",
"blockNumber": 26377755,
"logIndex": 1,
"removed": false,
"transactionHash": "0xc2c0cfa397bc23ee82073d6660c1596d7709e8405e4407aad33213ed4ab92049",
"transactionIndex": 0,
"transactionLogIndex": "0x1",
"id": "log_6b5ccb6e",
"returnValues": {
"0": "0x0000000000000000000000000000000000000000",
"1": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"2": "58894972",
"_from": "0x0000000000000000000000000000000000000000",
"_to": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"_tokenId": "58894972"
},
"event": "Transfer",
"signature": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"raw": {
"data": "0x",
"topics": [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"0x0000000000000000000000000000000000000000000000000000000000000000",
"0x00000000000000000000000057f5111a7e997a7ba63cc8976c92decbd86c1b08",
"0x000000000000000000000000000000000000000000000000000000000382aa7c"
]
}
},
{
"address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
"blockHash": "0x15646fbdc71727d8a2994d75ef6beee5c4bf571f052debfe928ee23bce9c13f1",
"blockNumber": 26377755,
"logIndex": 3,
"removed": false,
"transactionHash": "0xc2c0cfa397bc23ee82073d6660c1596d7709e8405e4407aad33213ed4ab92049",
"transactionIndex": 0,
"transactionLogIndex": "0x3",
"id": "log_9e9e3efa",
"returnValues": {
"0": "58894972",
"1": "0xcd89efb0f30bfe851f6994fb26835e3473fb813a1e12d0a96d623f76b7828726",
"2": "",
"3": "0x4a6063d81d1d0e1915F9dD65C01C68839DFC02Ba",
"4": "1808652385",
"5": true,
"6": "1650972390",
"_tokenId": "58894972",
"_imprint": "0xcd89efb0f30bfe851f6994fb26835e3473fb813a1e12d0a96d623f76b7828726",
"_uri": "",
"_initialKey": "0x4a6063d81d1d0e1915F9dD65C01C68839DFC02Ba",
"_tokenRecoveryTimestamp": "1808652385",
"_initialKeyIsRequestKey": true,
"_tokenCreation": "1650972390"
},
"event": "Hydrated",
"signature": "0x0166db8152debe7d1cfed1b1e12a32a28a986839ab44dff49682be23e29704de",
"raw": {
"data": "0x000000000000000000000000000000000000000000000000000000000382aa7ccd89efb0f30bfe851f6994fb26835e3473fb813a1e12d0a96d623f76b782872600000000000000000000000000000000000000000000000000000000000000e00000000000000000000000004a6063d81d1d0e1915f9dd65c01c68839dfc02ba000000000000000000000000000000000000000000000000000000006bcdd8610000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000006267d6e60000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x0166db8152debe7d1cfed1b1e12a32a28a986839ab44dff49682be23e29704de"
]
}
},
{
"address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
"blockHash": "0x4ba6238492a25885aafde4f4cb029115c75baaf170458a3a4bb562019509695d",
"blockNumber": 26377818,
"logIndex": 0,
"removed": false,
"transactionHash": "0x83ccc4a6650b89a604af8c75a98ffbb5026663fbf71dd10e62eae01df19ee486",
"transactionIndex": 0,
"transactionLogIndex": "0x0",
"id": "log_cc0c6651",
"returnValues": {
"0": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"1": "0x609451Fa533C105875eCBE837E3b99a1E5276b34",
"2": "58894972",
"_from": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"_to": "0x609451Fa533C105875eCBE837E3b99a1E5276b34",
"_tokenId": "58894972"
},
"event": "Transfer",
"signature": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"raw": {
"data": "0x",
"topics": [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"0x00000000000000000000000057f5111a7e997a7ba63cc8976c92decbd86c1b08",
"0x000000000000000000000000609451fa533c105875ecbe837e3b99a1e5276b34",
"0x000000000000000000000000000000000000000000000000000000000382aa7c"
]
}
},
{
"address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
"blockHash": "0x4e8e6e7f5a4151c6ab98439a1aea5a06f1dd0fbc3bc98a67d04983b0b535a0ec",
"blockNumber": 26393389,
"logIndex": 0,
"removed": false,
"transactionHash": "0xdd4c453e20b63c4d36474195fe0a1a0b92fc7a300ad00a8e137285a4ce3902c5",
"transactionIndex": 0,
"transactionLogIndex": "0x0",
"id": "log_898eeda8",
"returnValues": {
"0": "0x609451Fa533C105875eCBE837E3b99a1E5276b34",
"1": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"2": "58894972",
"_from": "0x609451Fa533C105875eCBE837E3b99a1E5276b34",
"_to": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"_tokenId": "58894972"
},
"event": "Transfer",
"signature": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"raw": {
"data": "0x",
"topics": [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"0x000000000000000000000000609451fa533c105875ecbe837e3b99a1e5276b34",
"0x00000000000000000000000057f5111a7e997a7ba63cc8976c92decbd86c1b08",
"0x000000000000000000000000000000000000000000000000000000000382aa7c"
]
}
}
],
"tags": [
""
],
"parentCertificateIds": [],
"serialNumbers": [
"11111111111",
"3D0000001"
],
"nftCreationCampaignIds": [],
"_id": "6267d6e090e513000eb416f2",
"tokenId": 58894972,
"__v": 5,
"createdAt": "2022-04-26T11:26:24.837Z",
"initialViewKey": "r6ts1tnhjncy",
"json": "{\"$schema\":\"https://cert.arianee.org/version5/ArianeeProductCertificate-i18n.json\",\"language\":\"en-US\",\"name\":\"test 10:02\",\"sku\":\"11111111111\",\"gtin\":\"11111111111\",\"brandInternalId\":\"11111111111\",\"category\":\"apparel\",\"subCategory\":\"Digital Asset\",\"intended\":\"neutral\",\"serialnumber\":[{\"value\":\"3D0000001\"}],\"model\":\"3D001\",\"description\":\"Very 2022\",\"msrp\":[{\"msrp\":\"25000000\",\"currency\":\"USD\",\"msrpCountry\":\"FRA\"}],\"medias\":[{\"mediaType\":\"3dModel\",\"type\":\"3dModelPreview\",\"url\":\"https://i.ibb.co/Jt79RC1/Screenshot-2022-04-14-at-17-55-39.png\"},{\"mediaType\":\"3dModel\",\"type\":\"3dModelAsset\",\"url\":\"https://modelviewer.dev/shared-assets/models/RobotExpressive.glb\"}]}",
"userId": "email|61783a2ad1ce9f9dc84b757a",
"viewKey": "r6ts1tnhjncy",
"isSync": true,
"blockNumberCreation": 26377755,
"imprint": "0xcd89efb0f30bfe851f6994fb26835e3473fb813a1e12d0a96d623f76b7828726",
"isConsumed": true,
"issuer": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"mintTimeStamp": 1650972390,
"numberOfTransfer": 2,
"owner": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"recoverTimeStamp": 1808652385,
"textSearch": "test 10:02",
"whitelist": true,
"firstTransfer": true,
"firstTransferTimeStamp": 1650972705,
"lastTransferTimeStamp": 1651050640,
"inQueueToBeMintedStatus": "done",
"id": "6267d6e090e513000eb416f2"
},
{
"events": [
{
"address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
"blockHash": "0x6a33d0e02b6cfdb6a944015e66df631abb61f94d9078b17e80186d3f5d42a0b6",
"blockNumber": 26670997,
"logIndex": 1,
"removed": false,
"transactionHash": "0xc36365551390cfc3ad15e2d349b1ed226e9119106efdf82567f005336b3e104b",
"transactionIndex": 0,
"transactionLogIndex": "0x1",
"id": "log_a2707b5b",
"returnValues": {
"0": "0x0000000000000000000000000000000000000000",
"1": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"2": "61221825",
"_from": "0x0000000000000000000000000000000000000000",
"_to": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"_tokenId": "61221825"
},
"event": "Transfer",
"signature": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"raw": {
"data": "0x",
"topics": [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"0x0000000000000000000000000000000000000000000000000000000000000000",
"0x00000000000000000000000057f5111a7e997a7ba63cc8976c92decbd86c1b08",
"0x0000000000000000000000000000000000000000000000000000000003a62bc1"
]
}
},
{
"address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
"blockHash": "0x6a33d0e02b6cfdb6a944015e66df631abb61f94d9078b17e80186d3f5d42a0b6",
"blockNumber": 26670997,
"logIndex": 3,
"removed": false,
"transactionHash": "0xc36365551390cfc3ad15e2d349b1ed226e9119106efdf82567f005336b3e104b",
"transactionIndex": 0,
"transactionLogIndex": "0x3",
"id": "log_df19a7f6",
"returnValues": {
"0": "61221825",
"1": "0xae8e1d42fded90059321db8939a7d20e35fee597670975a04cae9288302eaba9",
"2": "",
"3": "0x5D4f36eFC730522Eeb4295448E1C8f884545E97E",
"4": "1810541177",
"5": true,
"6": "1652861195",
"_tokenId": "61221825",
"_imprint": "0xae8e1d42fded90059321db8939a7d20e35fee597670975a04cae9288302eaba9",
"_uri": "",
"_initialKey": "0x5D4f36eFC730522Eeb4295448E1C8f884545E97E",
"_tokenRecoveryTimestamp": "1810541177",
"_initialKeyIsRequestKey": true,
"_tokenCreation": "1652861195"
},
"event": "Hydrated",
"signature": "0x0166db8152debe7d1cfed1b1e12a32a28a986839ab44dff49682be23e29704de",
"raw": {
"data": "0x0000000000000000000000000000000000000000000000000000000003a62bc1ae8e1d42fded90059321db8939a7d20e35fee597670975a04cae9288302eaba900000000000000000000000000000000000000000000000000000000000000e00000000000000000000000005d4f36efc730522eeb4295448e1c8f884545e97e000000000000000000000000000000000000000000000000000000006beaaa790000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000006284a90b0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x0166db8152debe7d1cfed1b1e12a32a28a986839ab44dff49682be23e29704de"
]
}
},
{
"address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
"blockHash": "0xcc65386b00c92a6440133c749e2081c42478b7fd05e5528f7d198612065a3d69",
"blockNumber": 26673259,
"logIndex": 0,
"removed": false,
"transactionHash": "0x7b9e859bbf3ed589861314545a3945f4192aeba934bda0139fca4d7e9cfe3192",
"transactionIndex": 0,
"transactionLogIndex": "0x0",
"id": "log_cbf62f16",
"returnValues": {
"0": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"1": "0x489EDaeD4E2443208b93cF072cb6b9BE7D783dA2",
"2": "61221825",
"_from": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"_to": "0x489EDaeD4E2443208b93cF072cb6b9BE7D783dA2",
"_tokenId": "61221825"
},
"event": "Transfer",
"signature": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"raw": {
"data": "0x",
"topics": [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"0x00000000000000000000000057f5111a7e997a7ba63cc8976c92decbd86c1b08",
"0x000000000000000000000000489edaed4e2443208b93cf072cb6b9be7d783da2",
"0x0000000000000000000000000000000000000000000000000000000003a62bc1"
]
}
},
{
"address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
"blockHash": "0xb67cbbc523b668351d0a02a82214013094f133bd0e8359f14ca13905ce83c3bd",
"blockNumber": 26673590,
"logIndex": 4,
"removed": false,
"transactionHash": "0xf9bbbc74082741be85fcfe18111c163e5772eaa1252d50e497d94627f9ef5eec",
"transactionIndex": 2,
"transactionLogIndex": "0x0",
"id": "log_bfaad9e4",
"returnValues": {
"0": "0x489EDaeD4E2443208b93cF072cb6b9BE7D783dA2",
"1": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"2": "61221825",
"_from": "0x489EDaeD4E2443208b93cF072cb6b9BE7D783dA2",
"_to": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"_tokenId": "61221825"
},
"event": "Transfer",
"signature": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"raw": {
"data": "0x",
"topics": [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"0x000000000000000000000000489edaed4e2443208b93cf072cb6b9be7d783da2",
"0x00000000000000000000000057f5111a7e997a7ba63cc8976c92decbd86c1b08",
"0x0000000000000000000000000000000000000000000000000000000003a62bc1"
]
}
}
],
"tags": [
"public_v2",
"testalexis01"
],
"parentCertificateIds": [],
"serialNumbers": [],
"nftCreationCampaignIds": [],
"_id": "6284a8f9b8c810000e7a0987",
"tokenId": 61221825,
"__v": 4,
"createdAt": "2022-05-18T08:06:17.292Z",
"initialViewKey": "nhclx71zmalk",
"json": "{\"$schema\":\"https://cert.arianee.org/version5/ArianeeProductCertificate-i18n.json\",\"name\":\"Test one2many v2.1 alexis (claimable)\"}",
"userId": "6ebbb7e6-3622-4804-accb-cd38def756ff",
"viewKey": "nhclx71zmalk",
"isSync": true,
"blockNumberCreation": 26670997,
"imprint": "0xae8e1d42fded90059321db8939a7d20e35fee597670975a04cae9288302eaba9",
"isConsumed": true,
"issuer": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"mintTimeStamp": 1652861195,
"numberOfTransfer": 2,
"owner": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"recoverTimeStamp": 1810541177,
"textSearch": "Test one2many v2.1 alexis (claimable)",
"whitelist": true,
"distributedAt": "2022-05-18T12:15:44.673Z",
"distributedTo": "0x489edaed4e2443208b93cf072cb6b9be7d783da2",
"inQueueForTransfer": true,
"firstTransfer": true,
"firstTransferTimeStamp": 1652876165,
"lastTransferTimeStamp": 1652878415,
"updatedImprint": "0xae8e1d42fded90059321db8939a7d20e35fee597670975a04cae9288302eaba9",
"updatedJson": "{\"$schema\":\"https://cert.arianee.org/version5/ArianeeProductCertificate-i18n.json\",\"name\":\"Test one2many v2.1 alexis (claimable)\"}",
"inQueueToBeMintedStatus": "done",
"id": "6284a8f9b8c810000e7a0987"
},
{
"events": [
{
"address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
"blockHash": "0x6a33d0e02b6cfdb6a944015e66df631abb61f94d9078b17e80186d3f5d42a0b6",
"blockNumber": 26670997,
"logIndex": 8,
"removed": false,
"transactionHash": "0xd31036cb5a04ca6050b456a57b8edd4a8625e987d299360f141d6c073afc58ce",
"transactionIndex": 1,
"transactionLogIndex": "0x1",
"id": "log_38bc715b",
"returnValues": {
"0": "0x0000000000000000000000000000000000000000",
"1": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"2": "61221820",
"_from": "0x0000000000000000000000000000000000000000",
"_to": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"_tokenId": "61221820"
},
"event": "Transfer",
"signature": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"raw": {
"data": "0x",
"topics": [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"0x0000000000000000000000000000000000000000000000000000000000000000",
"0x00000000000000000000000057f5111a7e997a7ba63cc8976c92decbd86c1b08",
"0x0000000000000000000000000000000000000000000000000000000003a62bbc"
]
}
},
{
"address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
"blockHash": "0x6a33d0e02b6cfdb6a944015e66df631abb61f94d9078b17e80186d3f5d42a0b6",
"blockNumber": 26670997,
"logIndex": 10,
"removed": false,
"transactionHash": "0xd31036cb5a04ca6050b456a57b8edd4a8625e987d299360f141d6c073afc58ce",
"transactionIndex": 1,
"transactionLogIndex": "0x3",
"id": "log_cdea30e9",
"returnValues": {
"0": "61221820",
"1": "0xae8e1d42fded90059321db8939a7d20e35fee597670975a04cae9288302eaba9",
"2": "",
"3": "0x918ce61954847EA60A2270A1928c3614AD910beb",
"4": "1810541177",
"5": true,
"6": "1652861195",
"_tokenId": "61221820",
"_imprint": "0xae8e1d42fded90059321db8939a7d20e35fee597670975a04cae9288302eaba9",
"_uri": "",
"_initialKey": "0x918ce61954847EA60A2270A1928c3614AD910beb",
"_tokenRecoveryTimestamp": "1810541177",
"_initialKeyIsRequestKey": true,
"_tokenCreation": "1652861195"
},
"event": "Hydrated",
"signature": "0x0166db8152debe7d1cfed1b1e12a32a28a986839ab44dff49682be23e29704de",
"raw": {
"data": "0x0000000000000000000000000000000000000000000000000000000003a62bbcae8e1d42fded90059321db8939a7d20e35fee597670975a04cae9288302eaba900000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000918ce61954847ea60a2270a1928c3614ad910beb000000000000000000000000000000000000000000000000000000006beaaa790000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000006284a90b0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x0166db8152debe7d1cfed1b1e12a32a28a986839ab44dff49682be23e29704de"
]
}
},
{
"address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
"blockHash": "0xacdc8b7b2979c644203cc337b2ffb16cf0365e6eb7a05a21df4b729be5dbc908",
"blockNumber": 26673217,
"logIndex": 0,
"removed": false,
"transactionHash": "0x68b39ff8ab725464b640a06d4485d0f970ba7f8fa55f9ccb7d13ce2edd3126d8",
"transactionIndex": 0,
"transactionLogIndex": "0x0",
"id": "log_1309f788",
"returnValues": {
"0": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"1": "0xc2e3cEb1d414164eC77af10C1E3171249cd539b1",
"2": "61221820",
"_from": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"_to": "0xc2e3cEb1d414164eC77af10C1E3171249cd539b1",
"_tokenId": "61221820"
},
"event": "Transfer",
"signature": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"raw": {
"data": "0x",
"topics": [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"0x00000000000000000000000057f5111a7e997a7ba63cc8976c92decbd86c1b08",
"0x000000000000000000000000c2e3ceb1d414164ec77af10c1e3171249cd539b1",
"0x0000000000000000000000000000000000000000000000000000000003a62bbc"
]
}
},
{
"address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
"blockHash": "0x06ca1ba46a2e806fce0daa98167b2db724b54385eba77f23fccfe7e2e9fd55c3",
"blockNumber": 26673592,
"logIndex": 7,
"removed": false,
"transactionHash": "0xbf7d940c64202bdefc635b7bca6341a64e0b5fbcca09fba7579b4b2f04bc8d3a",
"transactionIndex": 1,
"transactionLogIndex": "0x0",
"id": "log_132c024c",
"returnValues": {
"0": "0xc2e3cEb1d414164eC77af10C1E3171249cd539b1",
"1": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"2": "61221820",
"_from": "0xc2e3cEb1d414164eC77af10C1E3171249cd539b1",
"_to": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"_tokenId": "61221820"
},
"event": "Transfer",
"signature": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"raw": {
"data": "0x",
"topics": [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"0x000000000000000000000000c2e3ceb1d414164ec77af10c1e3171249cd539b1",
"0x00000000000000000000000057f5111a7e997a7ba63cc8976c92decbd86c1b08",
"0x0000000000000000000000000000000000000000000000000000000003a62bbc"
]
}
}
],
"tags": [
"public_v2",
"testalexis01"
],
"parentCertificateIds": [],
"serialNumbers": [],
"nftCreationCampaignIds": [],
"_id": "6284a8f9b8c810000e7a0988",
"tokenId": 61221820,
"__v": 4,
"createdAt": "2022-05-18T08:06:17.298Z",
"initialViewKey": "syq25peaft6l",
"json": "{\"$schema\":\"https://cert.arianee.org/version5/ArianeeProductCertificate-i18n.json\",\"name\":\"Test one2many v2.1 alexis (claimable)\"}",
"userId": "6ebbb7e6-3622-4804-accb-cd38def756ff",
"viewKey": "syq25peaft6l",
"isSync": true,
"blockNumberCreation": 26670997,
"imprint": "0xae8e1d42fded90059321db8939a7d20e35fee597670975a04cae9288302eaba9",
"isConsumed": true,
"issuer": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"mintTimeStamp": 1652861195,
"numberOfTransfer": 2,
"owner": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
"recoverTimeStamp": 1810541177,
"textSearch": "Test one2many v2.1 alexis (claimable)",
"whitelist": true,
"distributedAt": "2022-05-18T12:10:41.677Z",
"distributedTo": "0xc2e3ceb1d414164ec77af10c1e3171249cd539b1",
"inQueueForTransfer": true,
"firstTransfer": true,
"firstTransferTimeStamp": 1652875865,
"lastTransferTimeStamp": 1652878425,
"updatedImprint": "0xae8e1d42fded90059321db8939a7d20e35fee597670975a04cae9288302eaba9",
"updatedJson": "{\"$schema\":\"https://cert.arianee.org/version5/ArianeeProductCertificate-i18n.json\",\"name\":\"Test one2many v2.1 alexis (claimable)\"}",
"inQueueToBeMintedStatus": "done",
"id": "6284a8f9b8c810000e7a0988"
}
]
Fetch audience using wallet specifications
To target recipients using custodialWallet
and/or isWalletActiveSinceNumberOfDays
use /onceOfMessage
.
Fetch audience using countries
Step 1. To retrieve the countries you can target for your campaign, use /walletProfile/countries
.
Result: Countries that can be targeted for a once-off message campaign are returned.
[
"France",
"Belgium",
"Middle-earth",
"USA",
"Atlantis"
]
countries
values are case-sensitive.
Step 2. Once you have defined the target countries
filters, create your campaign using /onceOfMessage
.
- Dig deeper into filter examples, check out Once Off Message Campaign API.
- If you wish to know how many recipients are involved in your campaign, use our dedicated API.
Updated about 1 year ago