Expand my Community achievements bar.

Announcement: Calling all learners and mentors! Applications are now open for the Adobe Analytics 2024 Mentorship Program! Come learn from the best to prepare for an official certification in Adobe Analytics.
SOLVED

Products Variable Implementation in Mobile App Tags

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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.