Hi I am using this sample code to test sending offline conversions: https://github.com/googleads/google-ads-python/blob/a8cde0188b3a7e21cda882be0e5f329924bf3df6/examples/remarketing/upload_offline_conversion.py
Like this: python upload_offline_conversion.py -c 2602958801 -a 'AW-338690233/RVXnCO3M4dcCELmBwKEB' -g EAIaIQobChMIhefJm96h8wIVg43ICh10tAuSEAAYASAAEgKl3_D_BwE -t '2021-09-28 09:29:56-04:00' -v 337136.0 It does not complain, but I get: Uploaded conversion that occurred at "" from Google Click ID "" to "" And the event is not fired. This is the config of the conversion https://ads.google.com/aw/conversions/detail?ocid=737021223&ctId=720922221&euid=369370209&__u=5967052441&uscid=752605085&__c=5282642165&authuser=0&__e=2793184560&subid=fr-fr-et-g-aw-a-tools-ma-awhp_xin1%21o2 Maybe this has to do with the API permissions? I got the token for the Remarketing API. If not what I am missing. I've tried with: python upload_offline_conversion.py -c 2602958801 -a '338690233/RVXnCO3M4dcCELmBwKEB' -g EAIaIQobChMIhefJm96h8wIVg43ICh10tAuSEAAYASAAEgKl3_D_BwE -t '2021-09-28 09:29:56-04:00' -v 337136.0 And python upload_offline_conversion.py -c 2602958801 -a '338690233' -g EAIaIQobChMIhefJm96h8wIVg43ICh10tAuSEAAYASAAEgKl3_D_BwE -t '2021-09-28 09:29:56-04:00' -v 337136.0 Same result: Uploaded conversion that occurred at "" from Google Click ID "" to "" Thanks, Rodolfo -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/df53c812-46cf-4416-bd27-ccc305569794n%40googlegroups.com.
