Hi, you shouldn't loose attribution if you pass it on the page, and not on the Lifecycle. Your Marketing Channel rules should be picking up the use of campaign variables whenever they are used (and not limited to the "first hit in the visit" - otherwise you will be ignoring all your cross channel at...
Hi,
You must have some filters or something in place on your API call...
The Adobe Workspace / Project space uses the API to build all the reports, so if you are seeing it in Adobe, then it's definitely coming back via API calls.
I would double check the parameters of your API call to understa...
This is why I wanted to see the website.. is the URL changing, what is happening in the HTML, etc.
Normally, in an SPA, content would be unloaded and new content loaded, but it's not always the case... you are right, it might just be hidden, and thus not triggered the viewport.
Some SPAs don't c...
@EurosIMS while, yes, you can use classifications... the problem is you need to set up a separate classification for each position (first, second, third, etc and you need to make sure you have a classification to support as many potential items that could be passed)... there is no way to process eac...
Oh I agree, that sounds like a great solution! Which is why I encourage you to post an idea about getting that functionality in the API 2.0!
If I were you, I sure wouldn't want to lose access to that.
I suppose it depends on what information you need.
For me, most of my clickable elements, I can get everything I need through my "Click" CSS selector and JS to extract information from the element... but all sites are different.
One solution I have done in the past (again, since I don't use even...
Ah, apologies, I missed the fact that you were in Alerts.... I assumed it was segments or calculated metrics.
You're right, the alerts can't be shared.. it's a little odd that the option shows (greyed out), but I assume it's just because it's a shared component that is used everywhere, and they do...
Wow, that's kind of crazy...
Regardless of being the "same tag" or not, even on web you need to test code on different OS and Browser combinations to ensure that it's working... the same goes for the mobile app.. you need to test the app, and on iOS and Android...
I am assuming that your mobile...
Yes, even for an SPA, Launch is the best way to control things... I assume you have some sort of data layer, and way to detect when pages change (either a custom event, or checking for a "history change").
Launch however gives you a lot more coding freedom, and is a lot easier to make changes (bel...