Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

adria_a94067176
adria_a94067176
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
4

Posts

Posts
5

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by adria_a94067176
Customize the badges you want to showcase on your profile
Re: Callbacks for _satellite.track()? - Adobe Experience Platform Data Collection 05-12-2018
It's an SPA or a Regular Web? Sometimes with regular webs, according to my experience, if the origin of the request is removed the request gets canceled.You could try to avoid changing page to see if it continues happening. Hope this helps.

Views

4.0K

Likes

0

Replies

0
Re: Launch: set a data element from within a rule? - Adobe Experience Platform Data Collection 04-12-2018
by default smetrics doesn't exists in launch, it refers to window.s

Views

4.5K

Like

1

Replies

0
Re: Launch: set a data element from within a rule? - Adobe Experience Platform Data Collection 04-12-2018
Don't do that, for the maintenance it's bad, any dataElement should get the info from the browser directly or from the DataLayer.If you haven't a good datalayer try using the object smetrics. It's an object, so you can put some info inside like smetrics.thing = "stuff";and in your dataelement write the following:return (smetrics.stuff)? smetrics.stuff : "Ain't have a *hit";Regards

Views

4.5K

Like

1

Replies

0
Re: Error 'return' - Adobe Experience Platform Data Collection 04-12-2018
Albert, it seems that it was a mistake of Adobe, now everything it's working again but, when something like this happens again, try to remove the events from the build and try to compile. If compiles (I'm pretty sure of it), start adding events one by one, to look when crashes the compile.

Views

705

Like

1

Replies

0
Re: Error : [Adobe Analytics] Cannot send beacon: TypeError: Cannot read property 'indexOf' of undefined - Adobe Experience Platform Data Collection 04-12-2018
Without seeing your code it's difficult to know.But it seems you have an undefined variable to send.Before sending the beacon you could put a console.log(yourVariable) to look if it's defined, if it's not defined, define it by the following:let yourVariable = 'thingYouWantToSend';

Views

2.6K

Like

1

Replies

0