Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maryamsharif committed Jul 19, 2024
1 parent 16d4b82 commit cdaeec2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ export const handleUpdate = async (
statsContext?: StatsContext
) => {
// Format the user data for Google Ads API
const [adduserIdentifiers, removeUserIdentifiers] = extractUserIdentifiers(payloads, audienceSettings)
const [adduserIdentifiers, removeUserIdentifiers] = extractUserIdentifiers(payloads, audienceSettings, syncMode)

// Create an offline user data job
const resourceName = await createOfflineUserJob(request, payloads[0], settings, hookOutputs, statsContext)
Expand Down

0 comments on commit cdaeec2

Please sign in to comment.