type LineItemActivityAssociation (v202408)
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/v202408
Field
|
activityId
|
xsd:int
The ID of the Activity to which the LineItem should be associated. This
attribute is required.
|
clickThroughConversionCost
|
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.
|
viewThroughConversionCost
|
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["A `LineItemActivityAssociation` links a LineItem with an Activity, enabling the Activity's conversions to be counted against the LineItem."],["It requires an `activityId` to identify the associated Activity and the monetary values for click-through and view-through conversions."],["The monetary values (`clickThroughConversionCost`, `viewThroughConversionCost`) must be in the same currency as the associated LineItem."]]],["`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"]]