AI-generated Key Takeaways
-
A
LineItemActivityAssociation
links aLineItem
with anActivity
to count activity conversions against the line item. -
This association is part of the
ForecastService
and depends onLineItemSummary
. -
Required fields for a
LineItemActivityAssociation
includeactivityId
,clickThroughConversionCost
, andviewThroughConversionCost
. -
Both
clickThroughConversionCost
andviewThroughConversionCost
require aMoney
object with a currency code matching theLineItem
.
A LineItemActivityAssociation
associates a LineItem with an Activity
so
that the conversions of the Activity
can be counted against the LineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
Field |
|
---|---|
|
The ID of the |
|
The amount of money to attribute per click through conversion. This attribute is required for
creating a |
|
The amount of money to attribute per view through conversion. This attribute is required for
creating a |