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

aeliayousaf
aeliayousaf
Online

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by aeliayousaf
Customize the badges you want to showcase on your profile
Re: Rule not firing on click event - Adobe Experience Platform Data Collection 24-06-2021
Yes, the postMessage() allows you to send any string from the IFRAME to the parent, so it's up to you to decide how you want to structure that string with the required values that you want. A JSON sting might be the easiest, simplest format to use.In Launch, you can detect a postMessage() by using a "Custom Code" event. In that Custom Code, use this:window.addEventListener('message', function(event) { if (event.origin === 'www.iframe-domain.com') { trigger(); } });You can then use your postMessa...

Views

626

Likes

0

Replies

0