AI-generated Key Takeaways
-
LineItemActivityAssociation
links aLineItem
with anActivity
to count theActivity
's conversions against theLineItem
. -
It requires the
activityId
to identify the specificActivity
. -
clickThroughConversionCost
andviewThroughConversionCost
, both defined using theMoney
type, are required fields specifying the cost attributed to each type of conversion. -
The currency code for conversion costs is read-only and must match the associated
LineItem
.
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/v202508
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 |