I used the query sql to search and received this:

[2024-02-28 20:33:23,964 - DEBUG] Making request: POST 
https://accounts.google.com/o/oauth2/token
[2024-02-28 20:33:23,979 - DEBUG] Starting new HTTPS connection (1): 
accounts.google.com:443
[2024-02-28 20:33:24,976 - DEBUG] https://accounts.google.com:443 "POST 
/o/oauth2/token HTTP/1.1" 200 None
[2024-02-28 20:33:27,818 - DEBUG] Request
-------
Method: /google.ads.googleads.v16.services.GoogleAdsService/Search
Host: googleads.googleapis.com
Headers: {
  "developer-token": "REDACTED",
  "login-customer-id": "7514302876",
  "x-goog-api-client": "gl-python/3.9.6 grpc/1.62.0 gax/2.17.1 gccl/23.1.0 
pb/4.25.3",
  "x-goog-request-params": "customer_id=6619459227"
}
Request: customer_id: "6619459227"
query: "\nSELECT customer.id, 
offline_conversion_upload_client_summary.alerts, 
\noffline_conversion_upload_client_summary.client, 
\noffline_conversion_upload_client_summary.daily_summaries, 
\noffline_conversion_upload_client_summary.job_summaries, 
\noffline_conversion_upload_client_summary.last_upload_date_time, 
\noffline_conversion_upload_client_summary.resource_name, 
\noffline_conversion_upload_client_summary.status, 
\noffline_conversion_upload_client_summary.success_rate, 
\noffline_conversion_upload_client_summary.successful_event_count, 
\noffline_conversion_upload_client_summary.total_event_count FROM 
\noffline_conversion_upload_client_summary\n"
page_size: 100


Response
-------
Headers: {
  "alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000",
  "content-disposition": "attachment",
  "date": "Wed, 28 Feb 2024 12:33:27 GMT",
  "request-id": "Q0keKzEuTfSUUIiCw-FTEA"
}
Response: results {
  customer {
    resource_name: "customers/6619459227"
    id: 6619459227
  }
  offline_conversion_upload_client_summary {
    resource_name: 
"customers/6619459227/offlineConversionUploadClientSummaries/GOOGLE_ADS_API"
    client: GOOGLE_ADS_API
    status: NEEDS_ATTENTION
    total_event_count: 71
    last_upload_date_time: "2024-02-21 15:15:38.26469"
    daily_summaries {
      failed_count: 71
    }
    job_summaries {
      failed_count: 1
      job_id: 6880110176642680441
    }
    job_summaries {
      failed_count: 1
      job_id: 5232786189180795110
    }
    job_summaries {
      failed_count: 1
      job_id: 3579841775327086990
    }
    job_summaries {
      failed_count: 1
      job_id: 6690581453498962116
    }
    job_summaries {
      failed_count: 1
      job_id: 8563170067923547698
    }
    job_summaries {
      failed_count: 1
      job_id: 2040037824573168355
    }
    job_summaries {
      failed_count: 1
      job_id: 4333380931345141035
    }
    alerts {
      error {
        conversion_adjustment_upload_error: NO_CONVERSION_ACTION_FOUND
      }
      error_percentage: 1
    }
  }
}
field_mask {
  paths: "customer.id"
  paths: "offline_conversion_upload_client_summary.alerts"
  paths: "offline_conversion_upload_client_summary.client"
  paths: "offline_conversion_upload_client_summary.daily_summaries"
  paths: "offline_conversion_upload_client_summary.job_summaries"
  paths: "offline_conversion_upload_client_summary.last_upload_date_time"
  paths: "offline_conversion_upload_client_summary.resource_name"
  paths: "offline_conversion_upload_client_summary.status"
  paths: "offline_conversion_upload_client_summary.success_rate"
  paths: "offline_conversion_upload_client_summary.successful_event_count"
  paths: "offline_conversion_upload_client_summary.total_event_count"
}


[2024-02-28 20:33:27,819 - INFO] Request made: ClientCustomerId: 
6619459227, Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v16.services.GoogleAdsService/Search, RequestId: 
Q0keKzEuTfSUUIiCw-FTEA, IsFault: False, FaultMessage: None
resource_name: 
"customers/6619459227/offlineConversionUploadClientSummaries/GOOGLE_ADS_API"
client: GOOGLE_ADS_API
status: NEEDS_ATTENTION
total_event_count: 71
last_upload_date_time: "2024-02-21 15:15:38.26469"
daily_summaries {
  failed_count: 71
}
job_summaries {
  failed_count: 1
  job_id: 6880110176642680441
}
job_summaries {
  failed_count: 1
  job_id: 5232786189180795110
}
job_summaries {
  failed_count: 1
  job_id: 3579841775327086990
}
job_summaries {
  failed_count: 1
  job_id: 6690581453498962116
}
job_summaries {
  failed_count: 1
  job_id: 8563170067923547698
}
job_summaries {
  failed_count: 1
  job_id: 2040037824573168355
}
job_summaries {
  failed_count: 1
  job_id: 4333380931345141035
}
alerts {
  error {
    conversion_adjustment_upload_error: NO_CONVERSION_ACTION_FOUND
  }
  error_percentage: 1
}


And I want to know:

The response shows NO_CONVERSION_ACTION_FOUND, it just means one of my 
upload order's conversion not found? 
or 
"conversion_action: "customers/6619459227/conversionActions/6731257876" not 
found?



The status now is "NEED ATTENTION", I wander know that if some config not 
set correctly?
This is my conversion tracking setting of account = 6619459227, and the 
management customerId is 7514302876

customer {
    resource_name: "customers/6619459227"
    conversion_tracking_setting {
      conversion_tracking_id: 11464092292
      cross_account_conversion_tracking_id: 11241119912
      conversion_tracking_status: 
CONVERSION_TRACKING_MANAGED_BY_ANOTHER_MANAGER
      google_ads_conversion_customer: "customers/7514302876"
    }
  }

Can u help me? thx






在2024年2月28日星期三 UTC+8 19:50:46<Google Ads API Forum Advisor> 写道:

> Hi,
>
> Thank you for getting back to us. 
>
> Upon checking your conversion action ID (6731257876) in the Google Ads UI, 
> I could see that your conversion action ID status is showing as active and 
> conversions are being recorded. Kindly note that you have recently uploaded 
> conversions on 28th February 2024. Also, note that uploaded conversions can 
> take up to 24 hours for conversions to show up in Google Ads account, 
> depending on the attribution model you are using. I would recommend you to 
> kindly refer to this help center article About data freshness 
> <https://support.google.com/google-ads/answer/2544985?hl=en> for more 
> information. Also, I would suggest you to kindly refer to the "Conversion 
> Tracking: Troubleshooting conversion tracking status 
> <https://support.google.com/google-ads/troubleshooter/13455130?hl=en&sjid=10542107911362344889-AP>"
>  
> article for more information on how to troubleshoot your conversions. 
>
> Upon executing the below query, I could see you have encountered the 
> "NO_CONVERSION_ACTION_FOUND" and conversion action status was in 
> "NEEDS_ATTENTION" for the conversions which were uploaded on 21st February 
> 2024. However, now the conversion actions status is showing as 'Active' and 
> as the conversions are uploaded today those will take 24 hours to get 
> reflected into your Google Ads account.  
>
>
> SELECT customer.id, offline_conversion_upload_client_summary.alerts, 
> offline_conversion_upload_client_summary.client, 
> offline_conversion_upload_client_summary.daily_summaries, 
> offline_conversion_upload_client_summary.job_summaries, 
> offline_conversion_upload_client_summary.last_upload_date_time, 
> offline_conversion_upload_client_summary.resource_name, 
> offline_conversion_upload_client_summary.status, 
> offline_conversion_upload_client_summary.success_rate, 
> offline_conversion_upload_client_summary.successful_event_count, 
> offline_conversion_upload_client_summary.total_event_count FROM 
> offline_conversion_upload_client_summary
>
> You can execute this query to check your status of your previously 
> uploaded conversions. I hope this helps. 
>
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02rzJ8s: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/d9aecae5-6ae4-45d1-9ac0-050aae16068an%40googlegroups.com.
  • Ca... Eric Xu
    • ... Eric Xu
      • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
        • ... Eric Xu
          • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
            • ... Eric Xu
              • ... Eric Xu
                • ... Eric Xu
                • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to