Mmmm, this is strange. Look at this:
This is the code I get from Twitter ads UI for a pixel:
`

`
The id is `id: nu20q’.
In our platform, we update and save events every 24h.
Whis is the data related with that web_event_tag -> nu1zt
And I’m going to do the request throught twurl:
twurl -H https://ads-api.twitter.com '/1/accounts/18ce549803x/web_event_tags/nu1zt' | json
{
"data": {
"click_window": 7,
"deleted": false,
"embed_code": "<script src=\"//platform.twitter.com/oct.js\" type=\"text/javascript\"></script><script type=\"text/javascript\">twttr.conversion.trackPid('nu20q', { tw_sale_amount: 0, tw_order_quantity: 0 });</script><noscript><img height=\"1\" width=\"1\" style=\"display:none;\" alt=\"\" src=\"https://analytics.twitter.com/i/adsct?txn_id=nu20q&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0\" /><img height=\"1\" width=\"1\" style=\"display:none;\" alt=\"\" src=\"//t.co/i/adsct?txn_id=nu20q&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0\" /></noscript>",
"id": "nu1zt",
"name": "Cyberclick-Reserva-ES",
"retargeting_enabled": true,
"type": "PURCHASE",
"view_through_window": 1
},
"data_type": "web_event_tag",
"request": {
"params": {
"account_id": "18ce549803x",
"web_event_tag_id": "nu1zt"
}
}
}
And that’s what I was saying before.
Could you check this @majoritasdev