Thanks a lot for your answer. It helped me to understand the difference and 
yes, it is most probably what we are looking for. So I try to set this 
field when I upload the data using the API. 
So here is the relative piece of code following this 
tutorial: 
https://developers.google.com/google-ads/api/docs/conversions/upload-clicks#import_externally_attributed_conversions

click_conversion = client.get_type("ClickConversion")
external_attribution_data = client.get_type("ExternalAttributionData")

# get the conversion_action in resource format
click_conversion.conversion_action = conversion_action_dict[
conversion_action_name
]

click_conversion.conversion_value = float(conversion_action_value)
click_conversion.conversion_date_time = conversion_date_time
click_conversion.currency_code = "EUR"
*click_conversion.external_attribution_data = external_attribution_data*

And on the last line, I get this error: 
*Error on uploading conversion action Assignment not allowed to field 
"external_attribution_data" in protocol message object..*

I guess I need to set it somewhere else, but where?
Getting closer, seems to be the last step :) 
Looking forward to hearing from you,
 
On Thursday, 28 July 2022 at 17:39:01 UTC+2 adsapi wrote:

> Hi,
>
> Thank you for raising this concern to the Google Ads API Forum.
>
> With regard to your concern, you may try this implementation 
> <https://developers.google.com/google-ads/api/docs/conversions/upload-clicks#import_externally_attributed_conversions>
>  regarding 
> import externally attributed conversions. It says that Externally 
> attributed conversion imports 
> <https://support.google.com/google-ads/answer/7014069> allow you to 
> upload conversions with fractional credit assigned to each click. Let me 
> know if this is what you are looking for.
>
> Best regards,
> [image: Google Logo] 
> Jinky 
> Google Ads API Team 
>   
>  
>
> ref:_00D1U1174p._5004Q2d2QAg:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/7c511134-95bc-4b4b-ad43-c2862dde6536n%40googlegroups.com.
  • up... 'Osman Seçmen' via Google Ads API and AdWords API Forum
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... 'Osman Seçmen' via Google Ads API and AdWords API Forum

Reply via email to