Can we use SSF and DIL Together | Community
Skip to main content
keerthivasanj96
New Participant
April 26, 2019
Solved

Can we use SSF and DIL Together

  • April 26, 2019
  • 2 replies
  • 3487 views

Our end goal is to add more offline attributes for the products like color, season, product name long etc once users click on the Product detail page. But those values are not present in the data layer of analytics call and we want to create traits based on these additional attributes in AAM.

So will that be a good practice of adding DIL code to capture those attributes only on product detail page?. Is that advisable?. What will be the implication if we have both SSF and DIL together?

/Keerthi

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Varun_Kalra

Hi Keerthi,

If you have AA and AAM both, then SSF is recommended implementation method.

Since SSF is enabled on the report suite, so you will have to use a different report suites on those pages or section of sites where you want to implement DIL.

If you are planning to use AAM DIL on some sections of the site, then make sure that there should not be 2 calls to AAM servers (one from SSF and one event call from DIL).

Otherwise, we would recommend to add these additional attributes in some AA variables and stick to SSF. You will have to define them in AA implementation.

Thanks,

Varun Kalra

2 replies

Varun_Kalra
New Participant
April 29, 2019

You can also leverage DCS APIs to collect data from a page. You need to create your own pixels and apply them on the product page:


Check this doc: DCS Event Call APIs

Thanks,

Varun Kalra

Varun_Kalra
Varun_KalraAccepted solution
New Participant
April 29, 2019

Hi Keerthi,

If you have AA and AAM both, then SSF is recommended implementation method.

Since SSF is enabled on the report suite, so you will have to use a different report suites on those pages or section of sites where you want to implement DIL.

If you are planning to use AAM DIL on some sections of the site, then make sure that there should not be 2 calls to AAM servers (one from SSF and one event call from DIL).

Otherwise, we would recommend to add these additional attributes in some AA variables and stick to SSF. You will have to define them in AA implementation.

Thanks,

Varun Kalra