Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.LineItemActivityAssociation Class Reference

A More...

Properties

int activityId [get, set]
 The ID of the Activity to which the LineItem should be associated. This attribute is required. More...
 
bool activityIdSpecified [get, set]
 
Money clickThroughConversionCost [get, set]
 The amount of money to attribute per click through conversion. This attribute is required for creating a More...
 
Money viewThroughConversionCost [get, set]
 The amount of money to attribute per view through conversion. This attribute is required for creating a More...
 

Detailed Description

A

LineItemActivityAssociation associates a LineItem with an Activity so that the conversions of the Activity can be counted against the LineItem.

Property Documentation

int Google.Api.Ads.AdManager.v202305.LineItemActivityAssociation.activityId
getset

The ID of the Activity to which the LineItem should be associated. This attribute is required.

bool Google.Api.Ads.AdManager.v202305.LineItemActivityAssociation.activityIdSpecified
getset

true, if a value is specified for activityId, false otherwise.

Money Google.Api.Ads.AdManager.v202305.LineItemActivityAssociation.clickThroughConversionCost
getset

The amount of money to attribute per click through conversion. This attribute is required for creating a

. The currency code is readonly and should match the LineItem.

Money Google.Api.Ads.AdManager.v202305.LineItemActivityAssociation.viewThroughConversionCost
getset

The amount of money to attribute per view through conversion. This attribute is required for creating a

. The currency code is readonly and should match the LineItem.


The documentation for this class was generated from the following file: