View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_ConversionAction_FloodlightSettings (google_api_search_ads360 v0.4.0)

Settings related to a Floodlight conversion action.

Attributes

  • activityGroupTag (type: String.t, default: nil) - Output only. String used to identify a Floodlight activity group when reporting conversions.
  • activityId (type: String.t, default: nil) - Output only. ID of the Floodlight activity in DoubleClick Campaign Manager (DCM).
  • activityTag (type: String.t, default: nil) - Output only. String used to identify a Floodlight activity when reporting conversions.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_ConversionAction_FloodlightSettings{
    activityGroupTag: String.t() | nil,
    activityId: String.t() | nil,
    activityTag: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.