The amount of money to attribute per click through conversion. This attribute is required for
creating a LineItemActivityAssociation. The currency code is readonly and should match
the LineItem.
The amount of money to attribute per view through conversion. This attribute is required for
creating a LineItemActivityAssociation. The currency code is readonly and should match
the LineItem.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-15 UTC."],[[["A `LineItemActivityAssociation` links a LineItem with an Activity, enabling the Activity's conversions to be attributed to the LineItem."],["It requires specifying the Activity ID and the cost per click-through and view-through conversion."],["The cost values must be in the same currency as the associated LineItem."],["`LineItemActivityAssociation` objects are managed through the ForecastService and LineItemService."]]],["The `LineItemActivityAssociation` links a `LineItem` with an `Activity` to track conversions. Key fields include `activityId`, the identifier of the related `Activity`. `clickThroughConversionCost` and `viewThroughConversionCost` define the monetary value per conversion, both mandatory for creating an association. The currency for the costs should match the linked `LineItem`. These costs represent the attribution for each type of conversion.\n"]]