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

adilk
adilk
Offline

Badges

Badges
15

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
10

Posts

Posts
67

Discussions

Discussions
0

Questions

Questions
67

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by adilk
Customize the badges you want to showcase on your profile
Re: Rule condition: Difference between Variable and Value Comparison [PageURL matches x] - Adobe Experience Platform Data Collection 09-07-2019
Thanks, Andrey.So, if my Variable condition is digitalData.pageInfo.pageURL and my Value Comparison has data element %pageURL% in the condition, both should yield the same result? (Either TRUE or FALSE)

Views

1.9K

Likes

0

Replies

0
Re: How to track session timeout events in Adobe Launch? - Adobe Experience Platform Data Collection 08-07-2019
Thought so! Thanks, Andrey.

Views

2.4K

Likes

0

Replies

0
Re: How can I verify if third-party tags are firing via Adobe Launch? - Adobe Experience Platform Data Collection 11-07-2019
If console.log() is added to the Action and you can't see it in the Chrome console, then the Action may not be working.Also note that _satellite.notify() should be replaced with one of _satellite.logger. methods that were introduced in Launch.Another debugging approach I would recommend is to review the Network tab that shows all requests sent from the page (look for the tags you implemented in the Action block).

Views

2.6K

Like

1

Replies

0
Re: Success Event is firing twice on rule? - Adobe Experience Platform Data Collection 29-06-2019
I'm currently on v1.7.4. Will upgrade the extension. Thanks.

Views

2.6K

Likes

0

Replies

0
Re: [Adobe Launch] Click based rule - Do I need to repopulate page url in the Set Variables action? - Adobe Analytics 20-06-2019
the "pageview" only depend what you set within the action "track". means if you set an "s.t" it is a pageview, the "s.tl" a custom link (not counting as page view)what might mess not clearing? we have some events which should only be on a page view. if I keep them and they are added to the next call, they are vounted in the wrong place (and inflate my data). for example if you want to count the "searches" and set it on the "search result page" (pageview) - you don't want to have another count on...

Views

1.3K

Likes

0

Replies

0
Re: [Ad Cost Data] How to import campaign cost data from Facebook, Google Ads? - Adobe Analytics 27-09-2019
This is exactly what we do! Integrate your advertising platforms to Adobe Analytics. Check out https://accutics.com/cost-importer/ Let me know if you would like a demo or a chat about the possibilities! You can always reach us at info@accutics.com or me directly at kr@accutics.comBest,Kasper

Views

1.7K

Likes

0

Replies

0
Re: [Adobe Launch] Numeric event type with decimal value 0.05 turns to 0 in AA. Why? - Adobe Analytics 11-06-2019
Thanks!Ok, so I created a calc. metric and it worked fine, now showing with 2 decimal places.I did not know that custom success events do not support decimal format on their own.

Views

1.7K

Likes

0

Replies

0
Re: [Purchase Event in Launch] Unable to pass product category from digitalData as eVar. - Adobe Analytics 12-06-2019
Hi Akash,Thanks, will provide the details now:My Purchase Rule is based on a Direct call.I am using Launch interface and not a custom codeThese eVars are not included in s.tracklinkvarsPlease let me know if below provides the right context around why product name would get passed but not category as eVar?Thanks--In the Actions section for Purchase Rule, I have:First Action > AA - Set Variables > This includes:Setting eVar6 as %Transaction: product category% and eVar7 as %Transaction: product%Bot...

Views

1.6K

Likes

0

Replies

0
Re: [Adobe Launch] How to calculate page load times for website built in Angular? - Adobe Analytics 27-05-2019
so far, we decided not to track PageLoadTimes in our Angular application since we don't get the resources for implementation.as a possible solution you need at least 2 timestams:1) user clicks on a link2) application/browser finished updating the pageso basically your devs need to save a timestamp when user clicks on any link (and save locally). the second timestamp needs to be saved when browser either received data or updated the page. the difference of those timestamps should be added to the ...

Views

656

Likes

0

Replies

0