Skip to content

Commit

Permalink
Merge pull request #870 from vtexdocs/add-ad-network-endpoints-to-nav…
Browse files Browse the repository at this point in the history
…igation

docs(navigation): add ad network integration endpoints
  • Loading branch information
julia-rabello authored Jan 30, 2025
2 parents 2f9ca42 + e761f4c commit cbc125a
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions public/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -10021,6 +10021,54 @@
"children": []
}
]
},
{
"name": "Ad events",
"slug": "ad-events",
"type": "category",
"children": [
{
"name": "Send ad events",
"slug": "vtex-ad-network-api",
"type": "openapi",
"method": "POST",
"origin": "",
"endpoint": "/ads",
"children": []
}
]
},
{
"name": "Order events",
"slug": "order-events",
"type": "category",
"children": [
{
"name": "Send order events",
"slug": "vtex-ad-network-api",
"type": "openapi",
"method": "POST",
"origin": "",
"endpoint": "/order",
"children": []
}
]
},
{
"name": "Banner",
"slug": "banner",
"type": "category",
"children": [
{
"name": "Get banner information",
"slug": "vtex-ad-network-api",
"type": "openapi",
"method": "POST",
"origin": "",
"endpoint": "/banner/query",
"children": []
}
]
}
]
},
Expand Down

0 comments on commit cbc125a

Please sign in to comment.