I'm quite amazed at how poor google API is regarding this. Any other provider let's you easily report conversions with just a curl (https://developers.facebook.com/docs/marketing-api/conversions-api/using-the-api, https://ads.tiktok.com/gateway/docs/index?identify_key=2b9b4278e47b275f36e7c39a4af4ba067d088e031d5f5fe45d381559ac89ba48&language=ENGLISH&doc_id=1727541103358977#item-link-Report%20a%20web%20event etc...) and then we have Google, wasting everyones time by giving complex flows that require entire SDKs for simple tasks.
It takes minutes of not seconds to implement a conversion on Tiktok, Facebook, etc.. & it takes hours if not days for Google. On Wednesday, August 9, 2023 at 3:51:45 PM UTC+2 MKostrosO2 wrote: > Thank you for your response. > I've read the documentation you shared, however is it necessary to create > it via API ? I would prefer GUI, as it is only one-time task for testing, > so it would be much more effective. > > Nevertheless, your point about *validateOnly* was helpful, somehow I > haven't realized it before. > Now I'm getting response as described in documentation: > > > > > > > > > > > > > > > > > *{ "results": [ { "conversionAction": > "customers/92*******29/conversionActions/101*******55", > "conversionDateTime": "2023-08-08 09:30:00+02:00", "userIdentifiers": > [ { "userIdentifierSource": "FIRST_PARTY", > "hashedEmail": > "bc192bb8953b2a2bc4d256c80f932e0b548665dd949342a137e6ba744be44975" > } ] } ], "jobId": "438902809389824964"}* > I suppose this means it's working properly. > However, I can not see any change in Google Ads GUI for the used > Conversion. > > As mentioned below, I'm still not able to use the query > > > > > *SELECT customer.id <http://customer.id>, > customer.conversion_tracking_setting.google_ads_conversion_customer, > customer.offline_conversion_client_summariesFROM customer* > > To see statistics of updated offline conversions.. > > Any ideas ? > Thx > On Wednesday, August 9, 2023 at 2:41:37 PM UTC+2 Google Ads API Forum > Advisor wrote: > >> Hi, >> >> >> >> Thank you for your response. >> >> >> >> Moving forward to your question on how to create request for >> conversionAction, you may refer to the following documentations: >> >> - Create conversion actions - >> >> https://developers.google.com/google-ads/api/docs/conversions/create-conversion-actions >> >> - Conversion Action resource (fields) >> >> https://developers.google.com/google-ads/api/reference/rpc/v14/ConversionAction >> >> - REST explorer: ConversionActionService - >> >> https://developers.google.com/google-ads/api/reference/rpc/v14/ConversionActionService >> >> >> >> >> Regarding your concern on how to determine if the request was >> successful/works properly, then you can set the *debug_enabled* >> <https://developers.google.com/google-ads/api/reference/rpc/v14/UploadClickConversionsRequest#:~:text=returned%2C%20not%20results.-,debug_enabled,-bool> >> to *true, *so that it will return errors if any are found. In addition, >> based on your sample request provided, you set "*validateOnly* >> <https://developers.google.com/google-ads/api/reference/rpc/v14/UploadClickConversionsRequest#:~:text=about%20partial%20failure.-,validate_only,-bool>": >> >> True. If this field is true, then the request is *validated but not >> executed*. Only errors are returned, not results. Kindly set this to >> false if you'd like the request to be executed. Once your request is >> successful, you may refer here >> <https://developers.google.com/google-ads/api/reference/rpc/v14/UploadClickConversionsResponse> >> for >> a sample response. >> >> >> >> Let me know if you have any questions. >> >> This message is in relation to case "ref:_00D1U1174p._5004Q2nd55H:ref" >> >> Thanks, >> >> [image: Google Logo] Google Ads API Team >> >> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/5fa40373-0212-40f9-91af-923c6c5b2c82n%40googlegroups.com.