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: [Adobe Launch] Purchase Event via dataLayer - Adobe Analytics 16-05-2019
Hi Asheesh,is there a specific syntax I need to follow in dataLayer to be able to read this in Adobe Launch?Does the below code go in my custom code when I create a rule for transactions?Also, in the below code - how will the dynamic values for event 1, event2 etc be populated here? Should it be "purchase,event1=%event1%, event2=%event2% where %event1%, %event2% are data elements?Thanks,s.products="Category;ProductName;Qty;total_price [,Category2;ProductName2;Qty;total_price]"s.purchaseID="<%=ge...

Views

1.1K

Likes

0

Replies

0
[Adobe Launch] Purchase Event via dataLayer - Adobe Analytics 15-05-2019
I need to pass the purchase details of a transaction in order to capture revenue/product level information.If my digitalData / dataLayer contains these two bits of info, what should my rule be in Adobe Launch in order to pass this info to Adobe Analytics?Thanks--digitalData.transaction.total = { purchaseID: "ABCAS", basePrice: 100.00, currency: "AED", taxRate: 0.05, priceWithTax: 105, transactionTotal: 105 };digitalData.transaction.item = {basePrice: 100.00,currency: "AED",taxRate: 0.05,priceWit...

Views

2.5K

Likes

0

Replies

7
Re: Standard purchase event setup in launch for adobe analytics - Adobe Analytics 14-05-2019
Hi Andrey,Hi Eric,I'm using Adobe Launch as my implementation method.If I have a single product purchase, do I need to hardcode this on the /thank-you page?s.events="purchase" s.products="Footwear;Running Shoes;1;69.95" s.purchaseID="1234567890"ORDo I need to have a digitalData.transaction object in my dataLayer and use data elements to pick up values for category, product, quantity, price and purchaseID. What about tax, discounts and transactionTotal? Where would I have these values?Also, if I ...

Views

2.4K

Likes

0

Replies

0
Re: How do I set up Revenue tracking in Analytics - Adobe Analytics 14-05-2019
Hi Eric,I'm using Adobe Launch as my implementation method.If I have a single product purchase, do I need to hardcode this on the /thank-you page?s.events="purchase" s.products="Footwear;Running Shoes;1;69.95" s.purchaseID="1234567890"ORDo I need to have a digitalData.transaction object in my dataLayer and use data elements to pick up values for category, product, quantity, price and purchaseID. What about tax, discounts and transactionTotal? Where would I have these values?Also, if I create a r...

Views

2.6K

Likes

0

Replies

0
Preview/Debug Mode in Adobe Launch (For Media Pixel Tracking) - Adobe Analytics 07-05-2019
Hi,I'm wondering if Adobe Launch has a preview/debug mode [similar to GTM] that I haven't seen yet. I'm trying to verify if my third party media pixels are firing on page load + certain actions and wondering what's the best way of doing so.

Views

705

Likes

0

Replies

0
Re: How to extract s.campaign variable info into Marketing Channels? - Adobe Analytics 30-04-2019
Thanks, Andrey Osadchuk​. I'm new to AA so please bear with me.A few follow up questions: 1. Detect Paid Search traffic by applying filters like Query String contains "cmpid=" and "gclid=". Do not set the filter as contains "paid-search" as potentially this word may be a part of something else.I'm planning to use the same campaign naming structure across multiple channels. Example:cmpid=google:paid-search:test-campaign-namecmpid=facebook:social:test-campaign-namecmpid=twitter:social:test-campaig...

Views

1.4K

Likes

0

Replies

0
How to extract s.campaign variable info into Marketing Channels? - Adobe Analytics 29-04-2019
I have a website that uses Adobe Launch for the implementation method. Therefore, I can populate the s.campaign variable with a query string parameter from the url. I have a few questions about using Google Ads Paid Search and marketing channels:1. The default page URL in a google ad would be www.foo.com?gclid=1234. I'm planning to value track parameters to append a campaign id variable called cmpid. This variable will have the below type of syntax:cmpid=google:paid-search:test-campaign-nameWith...

Views

2.7K

Likes

0

Replies

3
Re: Exclude Range Of IP Addresses Using Regex? - Adobe Analytics 25-04-2019
ok. Thanks, Ankit

Views

1.2K

Likes

0

Replies

0
Re: How can I disable Context Data? - Adobe Experience Platform Data Collection 25-04-2019
Hi Thomas,So, I found out in debugging that the extra page hit was due to a Direct Call happening with the same name [as page load rule] causing it. Thanks a lot, appreciate it!

Views

3.1K

Like

1

Replies

0
Re: How can I disable Context Data? - Adobe Experience Platform Data Collection 24-04-2019
Thanks, Thomas. I had drafted a reply but debugging a few things with devs for now. I placed your script as an exclusion and contextData is now not showing in debugger. On specific pages [form step pages], AA page hit is firing twice. I setup a console log action for it in my Launch rule [after sending beacon] and it seems to be the case. Will clear that out + check with your script and it should work. Will update this thread in a bit. Thanks again!

Views

3.1K

Like

1

Replies

0