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 2025-08-06 UTC."],[[["\u003cp\u003eA \u003ccode\u003eLineItemActivityAssociation\u003c/code\u003e links a LineItem with an Activity, enabling the Activity's conversions to be counted against the LineItem.\u003c/p\u003e\n"],["\u003cp\u003eIt requires an \u003ccode\u003eactivityId\u003c/code\u003e to identify the associated Activity and the monetary values for click-through and view-through conversions.\u003c/p\u003e\n"],["\u003cp\u003eThe monetary values (\u003ccode\u003eclickThroughConversionCost\u003c/code\u003e, \u003ccode\u003eviewThroughConversionCost\u003c/code\u003e) must be in the same currency as the associated LineItem.\u003c/p\u003e\n"]]],["`LineItemActivityAssociation` links a `LineItem` to an `Activity`, enabling the tracking of `Activity` conversions against the `LineItem`. Key fields include `activityId`, which is the ID of the associated `Activity`; `clickThroughConversionCost`, the monetary value per click conversion; and `viewThroughConversionCost`, the monetary value per view conversion. Both conversion costs are required during association creation and must share the same currency as the associated `LineItem`.\n"],null,["# type LineItemActivityAssociation (v202408)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202408/ForecastService.LineItemActivityAssociation) **LineItemService** **Dependencies** \n[LineItemSummary](/ad-manager/api/reference/v202408/LineItemService.LineItemSummary) \n▼\n**LineItemActivityAssociation**\n\nA `LineItemActivityAssociation` associates a [LineItem](/ad-manager/api/reference/v202408/LineItemService.LineItem) with an `Activity` so\nthat the conversions of the `Activity` can be counted against the [LineItem](/ad-manager/api/reference/v202408/LineItemService.LineItem).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|----------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `activityId` | ` `xsd:`int` The ID of the `Activity` to which the [LineItem](/ad-manager/api/reference/v202408/LineItemService.LineItem) should be associated. This attribute is required. |\n| ### `clickThroughConversionCost` | ` `[Money](/ad-manager/api/reference/v202408/LineItemService.Money)` ` 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](/ad-manager/api/reference/v202408/LineItemService.LineItem). |\n| ### `viewThroughConversionCost` | ` `[Money](/ad-manager/api/reference/v202408/LineItemService.Money)` ` 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](/ad-manager/api/reference/v202408/LineItemService.LineItem). |"]]