Hi @bmendez,As per this Experience league article on create JSON offer,JSON offers are not applied automatically as opposed to other offers (such as HTML offers) because JSON offers are non-visual offers. Developers must write code to explicitly get the offer using getOffer().
Hi Nikola,You may have to call the admin APIs through your back-end server, considering CORS policy and the security risk of exposing "client secret" and your private key on the website. I would implement it this way:1. Your team sets up a custom endpoint (let us call it "/activities") in your backe...
Thanks @ambikaTewari_ATCI!Apart from pushing data into CRS data source, are there APIs to manage it? As in, to turn on/off subscriptions to target, and to add/remove an attribute (which already exist in the data source) from the subscription?
Our organization uses Customer Attributes in People Core service to sync customer data into Adobe Target.We are trying to automate the process of creating new customer Attribute sources, enabling Adobe Target subscription and attribute mapping. Are there any APIs that could help with this? We have A...