I have seen such an exam question: ChatGPT advise something like that: <script>window.targetGlobalSettings = {property: "your-property-token-here"};</script> However I do not see that property in window.targetGlobalSettings():https://experienceleague.adobe.com/en/docs/target-dev/developer/client-sid...
I use feed in the form of CSV. Particular product in my Catalog search looks like this: Sample row with values looks like this:## RECSentity.id,entity.sku,entity.pageUrl,entity.name,entity.thumbnailUrl,entity.categoryId,entity.message,entity.value,entity.inventory,entity.margin,entity.last_updated_...
I would like to count how much revenue was generated through Recommendations. Does that mean that I should implement specific mbox in Thank-you-page which would count conversions?
What are the Target Hosts? If I have put Web SDK OR at.js on my website then in order for Target to work I need to whitelist it? Could somebody explain me business use-case?
Good day all!I'm having difficulty adding a site's lower environments to the list of hosts. I'm following the instructions found at:What are Hosts and How Do I Use Them? | Adobe TargetThis instance of Target is implemented via the web SDK and the lower environments have a different call out to adobe...
Can anyone please share the get url to list campaigns which are live.The documentation says you have to pass state=approved, but also says you have to pass startAt and endAt, which is not clear. I want to list all the campaigns which are live now and end in the future. I want to replicate the same f...
How to do soring based on ascending or descending order for list activities api in Target?Soring by : namehttps://mc.adobe.io/TENANT_ID/target/activities?limit=25&offset=0&state=deactivated&type=ab&sortBy=name&sortOrder=name:deschttps://mc.adobe.io/TENANT_ID/target/activities?limit=25&offset=0&state...
I'd like to have a profile script that does something like 'Good morning!' or 'Good Afternoon' based on time of day. I'd like to have these messages populate in my Target Offers. What does that profile script look like? Thanks.