Expand my Community achievements bar.

SOLVED

How can I use a "increaseAmount" of the trackLifetimeValueIncrease?

Avatar

Level 2

I am trying to embed a "Life time Value" of the adobe Marketing Cloud using iOS SDK4.x.

Although, I confirmed the document of the help page (https://marketing.adobe.com/resources/help/en_US/mobile/ios/lifetime_value.html), I did not understand.

What should I put into the "increaseAmount"?

If there is a knowing person, could you please let me know?

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi there,

Thanks for reaching out to Adobe Community.

As per my knowledge you can use the exact code line mentioned the above link. As it is written there, "the value is added to the existing value" which means that if you start with nil it will keep on adding the counter.

See this for definition:

https://marketing.adobe.com/resources/help/en_US/reference/lifetime_value.html

It can be the total value of line items from start of tracking on your Web page.

Thanks!

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Hi there,

Thanks for reaching out to Adobe Community.

As per my knowledge you can use the exact code line mentioned the above link. As it is written there, "the value is added to the existing value" which means that if you start with nil it will keep on adding the counter.

See this for definition:

https://marketing.adobe.com/resources/help/en_US/reference/lifetime_value.html

It can be the total value of line items from start of tracking on your Web page.

Thanks!