{
  "$result_object_key":  {
    "job_id":  "1335925420095247666",
    "results":  [
      {
        "conversion_action":  "customers/123456789/conversionActions/987654321",
        "conversion_date_time":  "2025-01-17T10:57:05Z",
        "gbraid":  "EAIaIQobChMI4_3o8Yze9QIVjLfICh2QaQjKEAAYASAAEgLvIPD_BwE",
        "gclid":  "EAIaIQobChMI4_3o8Yze9QIVjLfICh2QaQjKEAAYASAAEgLvIPD_BwE",
        "user_identifiers":  [
          {
            "hashed_email":  "6b583232e99af45c3b436798f32800a4dd6f3524624ba6507ed8269b53ce82a3",
            "hashed_phone_number":  "b49f9168e8a886ffd61a090b51a26e117717f5f6fa804af49ea67043a2bfa4f0",
            "mobile_id":  "1234567890",
            "source":  "THIRD_PARTY",
            "third_party_user_id":  "1234567890"
          }
        ],
        "wbraid":  "CP7ToZIG_7oCFQsHiAkdzZoKWg"
      }
    ]
  }
}
{
  "$result_object_key":  {
    "job_id":  "Job ID",
    "results":  {
      "conversion_action":  "Conversion Action",
      "conversion_date_time":  "Conversion DateTime",
      "gbraid":  "Google Braid",
      "gclid":  "Google Click ID",
      "user_identifiers":  {
        "hashed_email":  "Hashed Email",
        "hashed_phone_number":  "Hashed Phone Number",
        "mobile_id":  "Mobile ID",
        "source":  "User Identifier Source",
        "third_party_user_id":  "Third Party User ID"
      },
      "wbraid":  "Web Braid"
    }
  }
}

Parameters

Action
Parameters
Action ID
string
required

This field maps to the destination API conversionAction field.

Event Time
timing.v1.Timestamp
required

This field maps to the destination API conversionDateTime field.

Google Click ID
string

ID PII This field maps to the destination API gclid field.

Google Braid
string

ID This field maps to the destination API gbraid field.

Web Braid
string

ID This field maps to the destination API wbraid field.

This field maps to the destination API consent.adUserData field.

This field maps to the destination API consent.adPersonalization field.

Value
float64 (double)

This field maps to the destination API conversionValue field.

Order ID
string

This field maps to the destination API orderId field.

Currency
string

This field maps to the destination API currencyCode field.

Environment
string

This field maps to the destination API conversionEnvironment field.

User Source
string
required

This field maps to the destination API userIdentifiers.userIdentifierSource field.

Email
string

PII This field maps to the destination API userIdentifiers.hashedEmail field.

Phone Number
string

PII This field maps to the destination API userIdentifiers.hashedPhoneNumber field.

Third Party User ID
string

ID This field maps to the destination API userIdentifiers.thirdPartyUserId field.

Debug Enabled
bool

This field maps to the destination API debugEnabled field.

{
  "$result_object_key":  {
    "job_id":  "1335925420095247666",
    "results":  [
      {
        "conversion_action":  "customers/123456789/conversionActions/987654321",
        "conversion_date_time":  "2025-01-17T10:57:05Z",
        "gbraid":  "EAIaIQobChMI4_3o8Yze9QIVjLfICh2QaQjKEAAYASAAEgLvIPD_BwE",
        "gclid":  "EAIaIQobChMI4_3o8Yze9QIVjLfICh2QaQjKEAAYASAAEgLvIPD_BwE",
        "user_identifiers":  [
          {
            "hashed_email":  "6b583232e99af45c3b436798f32800a4dd6f3524624ba6507ed8269b53ce82a3",
            "hashed_phone_number":  "b49f9168e8a886ffd61a090b51a26e117717f5f6fa804af49ea67043a2bfa4f0",
            "mobile_id":  "1234567890",
            "source":  "THIRD_PARTY",
            "third_party_user_id":  "1234567890"
          }
        ],
        "wbraid":  "CP7ToZIG_7oCFQsHiAkdzZoKWg"
      }
    ]
  }
}
{
  "$result_object_key":  {
    "job_id":  "Job ID",
    "results":  {
      "conversion_action":  "Conversion Action",
      "conversion_date_time":  "Conversion DateTime",
      "gbraid":  "Google Braid",
      "gclid":  "Google Click ID",
      "user_identifiers":  {
        "hashed_email":  "Hashed Email",
        "hashed_phone_number":  "Hashed Phone Number",
        "mobile_id":  "Mobile ID",
        "source":  "User Identifier Source",
        "third_party_user_id":  "Third Party User ID"
      },
      "wbraid":  "Web Braid"
    }
  }
}

Result Object Field Details

You can use the result of the action’s data as inputs to downstream workflow actions.

Each fetch action requires a result object key to be specified which will nest the action’s result data inside the downstream data context in the Workflow.

Here we demonstrate how to refer to this data using the prefix $result_object_key.

GoogleAdsSendConversionEventResponse
Fetch Action Response Object
job_id
string
required

Job ID

CEL
$result_object_key.job_id
Example
"1335925420095247666"
results
object
required

Conversion Event Results

CEL
$result_object_key.results
Example
[
{
"conversion_action":  "customers/123456789/conversionActions/987654321",
"conversion_date_time":  "2025-01-17T10:57:05Z",
"gbraid":  "EAIaIQobChMI4_3o8Yze9QIVjLfICh2QaQjKEAAYASAAEgLvIPD_BwE",
"gclid":  "EAIaIQobChMI4_3o8Yze9QIVjLfICh2QaQjKEAAYASAAEgLvIPD_BwE",
"user_identifiers":  [
{
  "hashed_email":  "6b583232e99af45c3b436798f32800a4dd6f3524624ba6507ed8269b53ce82a3",
  "hashed_phone_number":  "b49f9168e8a886ffd61a090b51a26e117717f5f6fa804af49ea67043a2bfa4f0",
  "mobile_id":  "1234567890",
  "source":  "THIRD_PARTY",
  "third_party_user_id":  "1234567890"
}
],
"wbraid":  "CP7ToZIG_7oCFQsHiAkdzZoKWg"
}
]
results.map(x, x.gclid)
[]string
required

Mapped array of: Google Click ID

CEL
$result_object_key.results.map(x, x.gclid)
Example
[
"EAIaIQobChMI4_3o8Yze9QIVjLfICh2QaQjKEAAYASAAEgLvIPD_BwE"
]
results.map(x, x.gbraid)
[]string
required

Mapped array of: Google Braid

CEL
$result_object_key.results.map(x, x.gbraid)
Example
[
"EAIaIQobChMI4_3o8Yze9QIVjLfICh2QaQjKEAAYASAAEgLvIPD_BwE"
]
results.map(x, x.wbraid)
[]string
required

Mapped array of: Web Braid

CEL
$result_object_key.results.map(x, x.wbraid)
Example
[
"CP7ToZIG_7oCFQsHiAkdzZoKWg"
]
results.map(x, x.user_identifiers)
[]bool
required

Mapped array of: User Identifiers

CEL
$result_object_key.results.map(x, x.user_identifiers)
Example
[
[
{
"hashed_email":  "6b583232e99af45c3b436798f32800a4dd6f3524624ba6507ed8269b53ce82a3",
"hashed_phone_number":  "b49f9168e8a886ffd61a090b51a26e117717f5f6fa804af49ea67043a2bfa4f0",
"mobile_id":  "1234567890",
"source":  "THIRD_PARTY",
"third_party_user_id":  "1234567890"
}
]
]
results.map(x, x.user_identifiers)
[]bool
required

Mapped array of: User Identifiers

CEL
$result_object_key.results.map(x, x.user_identifiers)
Example
[
[
{
"hashed_email":  "6b583232e99af45c3b436798f32800a4dd6f3524624ba6507ed8269b53ce82a3",
"hashed_phone_number":  "b49f9168e8a886ffd61a090b51a26e117717f5f6fa804af49ea67043a2bfa4f0",
"mobile_id":  "1234567890",
"source":  "THIRD_PARTY",
"third_party_user_id":  "1234567890"
}
]
]
results.map(x, x.user_identifiers)
[]bool
required

Mapped array of: User Identifiers

CEL
$result_object_key.results.map(x, x.user_identifiers)
Example
[
[
{
"hashed_email":  "6b583232e99af45c3b436798f32800a4dd6f3524624ba6507ed8269b53ce82a3",
"hashed_phone_number":  "b49f9168e8a886ffd61a090b51a26e117717f5f6fa804af49ea67043a2bfa4f0",
"mobile_id":  "1234567890",
"source":  "THIRD_PARTY",
"third_party_user_id":  "1234567890"
}
]
]
results.map(x, x.user_identifiers)
[]bool
required

Mapped array of: User Identifiers

CEL
$result_object_key.results.map(x, x.user_identifiers)
Example
[
[
{
"hashed_email":  "6b583232e99af45c3b436798f32800a4dd6f3524624ba6507ed8269b53ce82a3",
"hashed_phone_number":  "b49f9168e8a886ffd61a090b51a26e117717f5f6fa804af49ea67043a2bfa4f0",
"mobile_id":  "1234567890",
"source":  "THIRD_PARTY",
"third_party_user_id":  "1234567890"
}
]
]
results.map(x, x.user_identifiers)
[]bool
required

Mapped array of: User Identifiers

CEL
$result_object_key.results.map(x, x.user_identifiers)
Example
[
[
{
"hashed_email":  "6b583232e99af45c3b436798f32800a4dd6f3524624ba6507ed8269b53ce82a3",
"hashed_phone_number":  "b49f9168e8a886ffd61a090b51a26e117717f5f6fa804af49ea67043a2bfa4f0",
"mobile_id":  "1234567890",
"source":  "THIRD_PARTY",
"third_party_user_id":  "1234567890"
}
]
]
results.map(x, x.user_identifiers)
[]bool
required

Mapped array of: User Identifiers

CEL
$result_object_key.results.map(x, x.user_identifiers)
Example
[
[
{
"hashed_email":  "6b583232e99af45c3b436798f32800a4dd6f3524624ba6507ed8269b53ce82a3",
"hashed_phone_number":  "b49f9168e8a886ffd61a090b51a26e117717f5f6fa804af49ea67043a2bfa4f0",
"mobile_id":  "1234567890",
"source":  "THIRD_PARTY",
"third_party_user_id":  "1234567890"
}
]
]
results.map(x, x.conversion_action)
[]string
required

Mapped array of: Conversion Action

CEL
$result_object_key.results.map(x, x.conversion_action)
Example
[
"customers/123456789/conversionActions/987654321"
]
results.map(x, x.conversion_date_time)
[]timing.v1.Timestamp
required

Mapped array of: Conversion DateTime

CEL
$result_object_key.results.map(x, x.conversion_date_time)
Example
[
"2025-01-17T10:57:05Z"
]