type LineItemActivityAssociation (v202505)

  • A LineItemActivityAssociation links a LineItem with an Activity to count activity conversions against the line item.

  • This association is part of the ForecastService and depends on LineItemSummary.

  • Required fields for a LineItemActivityAssociation include activityId, clickThroughConversionCost, and viewThroughConversionCost.

  • Both clickThroughConversionCost and viewThroughConversionCost require a Money object with a currency code matching the 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/v202505

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.