Skip to content

Commit 650ecab

Browse files
authored
Merge pull request #6868 from segmentio/samkcrespo-patch-21
Add import type guidance to Google Ads Conversion destination doc
2 parents e8a7e72 + 78a1e49 commit 650ecab

File tree

1 file changed

+4
-1
lines changed
  • src/connections/destinations/catalog/actions-google-enhanced-conversions

1 file changed

+4
-1
lines changed

src/connections/destinations/catalog/actions-google-enhanced-conversions/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ You may encounter this error if you use more than one identifier to update a con
204204

205205
Events going to Google for this integration require a `GCLID` field, an `email`, or a `phone_number`. If one of those identifiers isn't being sent properly, then you may see the `The required field was not present., at conversions[0].gclid` error. To fix this, double check that at least one of those fields is being passed to Google on each payload.
206206

207+
#### What type of import should I select when creating a conversion in Google Ads?
208+
209+
When setting up conversions in Google Ads to upload data through Segment, select **Manual Import using API or Uploads** as the import type. This option allows Segment to send server-side conversion data through the Google Ads API, ensuring offline conversions and adjustments are uploaded correctly.
210+
207211
### What are the differences between the Upload Click Conversions and Click Conversion V2 Actions?
208212
The only difference between the Upload Click Conversions and Click Conversion V2 Actions is that the Click Conversion V2 Action has [sync modes](/docs/connections/destinations/#sync-modes).
209213

@@ -223,4 +227,3 @@ If you're getting the following error:
223227
```
224228

225229
That generally means there is a conflict or problem between the account used for authorization through Segment and the Customer ID. You can read more about this in Google's [API Call Structure](https://developers.google.com/google-ads/api/docs/concepts/call-structure#cid:~:text=in%20the%20request%3A-,Authorization,must%20be%20set%20to%20the%20customer%20ID%20of%20the%20manager%20account.,-Key%20Term%3A){:target="_blank”} documentation.
226-

0 commit comments

Comments
 (0)