Hi Xu,

Thank you for reaching out to us.

Since you are getting “timestamp already exists for this click”, you may note 
that this is under the CLICK_CONVERSION_ALREADY_EXISTS error type, To upload 
another conversion, you may use a different timestamp. Moving forward, you may 
also refer to this documentation having a few things to keep in mind when 
creating a ClickConversion, it includes this “If you upload a duplicate 
conversion (that is, a ClickConversion with a gclid, conversion_date_time, and 
conversion_action that was previously uploaded), a 
CLICK_CONVERSION_ALREADY_EXISTS error is returned.”

If the above doesn't help, could you send us the complete API logs(request and 
response with request-id) generated on your end? Note that this can be 
requested or provided to the developer handling the Google Ads API transactions 
when logging of the API requests has been enabled.

These are the specific guidelines to enable it.

Java - 
https://developers.google.com/google-ads/api/docs/client-libs/java/logging
.Net - 
https://developers.google.com/google-ads/api/docs/client-libs/dotnet/logging
PHP - https://developers.google.com/google-ads/api/docs/client-libs/php/logging
Python - 
https://developers.google.com/google-ads/api/docs/client-libs/python/logging
Ruby - 
https://developers.google.com/google-ads/api/docs/client-libs/ruby/logging
Perl - 
https://developers.google.com/google-ads/api/docs/client-libs/perl/logging

You may then send the requested information via the Reply privately to author 
option. If this option is not available, you may send the details directly to 
our googleadsapi-supp...@google.com alias instead

Moving forward to another error you have encountered, which is “the click or 
call is owned by a customer account that the uploading customer does not manage”
-The only reason why the error occurred is because you have uploaded GCLIDs 
that do not belong or have been created on the client accounts under the 
hierarchy of MCCs you used. With this, you can verify if the GCLIDs indeed 
belong to those MCC accounts by using the click_view .

And for the “(Date is after allowed maximum), the data we upload will not 
beyond the current date time of actual upload ,since it is not feasible to grab 
data in the future. For example in the last email. We uploaded those conversion 
action happened on 2022-08-29 and we uploaded them via API on 29th Aug, but it 
still failed So is there a time range(or time zone ) for your server which user 
can be allowed to upload? “
-Since you are encountering “Date is after allowed maximum” then you are 
getting DateError:LATER_THAN_MAXIMUM_DATE, this occurs when the conversion 
event was uploaded for a future date, or when the time zone part of the 
datetime is not worked out.

Here's more from Upload ClickConversion
- The conversion_date_time must have a timezone specified, and the format is as 
yyyy-mm-dd HH:mm:ss+|-HH:mm, for example: 2022-01-01 19:32:45-05:00 (ignoring 
daylight saving time) . The timezone can be for any valid value: it does not 
have to match the account's timezone.

Also enter your GMT offset by indicating + or - and then the 4 digit time 
difference. (For example, New York is offset by -05:00, and Berlin by +01:00). 
If you use Greenwich Mean Time, then simply enter +00:00 It could be tricky so 
this needs care.

Best regards,

Heidi
Google Ads API Team
ref:_00D1U1174p._5004Q2dtH8F: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 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/942Ch000000000000000000000000000000000000000000000RHFTRF009oTWS9WySdyWGe0aa_xjbA%40sfdc.net.

Reply via email to