Products Variable Implementation in Mobile App Tags | Community
Skip to main content
Level 2
September 11, 2023
Solved

Products Variable Implementation in Mobile App Tags

  • September 11, 2023
  • 1 reply
  • 1195 views

Hi,

 

 

@jennifer_dungan, Thanks for helping me with the product variable code.

 

Now, we are trying to implement the product variable code in Tags instead of on the app. But, Product string Extension and any other Plugins are not available in Mobile App tags.

AA Products String Extension(Web) 

Plugins in Web SDK 

 

Can you please help us with the possible ways to implement product variable in Tags?

 

 

Thanks

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 Jennifer_Dungan

You cannot do this in tags... Mobile App tags is extremely limited functionality..  In fact, I don't set anything for the mobile app in Tags...  The only thing I do with Tags is to set extensions and make sure that our developers are using the proper extension versions in the code....

 

Everything is either set directly by developers, or sent via context variables which are then mapped in processing rules.

 

With Mobile App Tags, there is no scripting available.. there is no ability to do any thing other than the most basic logic. 

 

 

 

So in order to track products list in the app, you will actually need your developers to set all the values and pass it on your trackState or trackAction calls...

 

See https://developer.adobe.com/client-sdks/documentation/adobe-analytics/product-variable/ 

 

You cannot even map products with Processing Rules, Products must be set using &&products=  by your developers.

1 reply

Jennifer_Dungan
Community Advisor and Adobe Champion
Jennifer_DunganCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
September 11, 2023

You cannot do this in tags... Mobile App tags is extremely limited functionality..  In fact, I don't set anything for the mobile app in Tags...  The only thing I do with Tags is to set extensions and make sure that our developers are using the proper extension versions in the code....

 

Everything is either set directly by developers, or sent via context variables which are then mapped in processing rules.

 

With Mobile App Tags, there is no scripting available.. there is no ability to do any thing other than the most basic logic. 

 

 

 

So in order to track products list in the app, you will actually need your developers to set all the values and pass it on your trackState or trackAction calls...

 

See https://developer.adobe.com/client-sdks/documentation/adobe-analytics/product-variable/ 

 

You cannot even map products with Processing Rules, Products must be set using &&products=  by your developers.