Hi. We are using a test account and trying to test uploading Enhanced Conversions. I am trying to get the number of conversions to be above 1 in the Ads console, but it is still at 0.0. There are no specific messages on the diagnostics page.
We are using the Python SDK and are referring to https://developers.google.com/google-ads/api/docs/conversions/enhance-conversions . The following is the Partial Error message obtained from the Python SDK. `Partial error encountered: No click was found for the given user identifiers that could be applied to the specified conversion action., at conversions[0].user_identifiers` For the user_identifier, we use an email address that actually exists as a gmail account. How can I work around this error message, as I believe that the test account cannot actually serve ads and will not get clicks. I would like to accomplish the test with a test account, since there is no actual campaign in operation and the goal is to implement it using the Ads API. About the convesion on the test account: - Conversion Tracking ID: AW-10862359481 - Conversion Label: hhLLCJae-acDELnnybso Implemented the following in Javascript: ``` <script async src="https://www.googletagmanager.com/gtag/js?id=AW-10862359481"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'AW-10862359481', { 'allow_enhanced_conversions': true }); </script> <script> gtag('event', 'conversion', { 'send_to': 'AW-10862359481/hhLLCJae-acDELnnybso' }); </script> ``` On Wednesday, April 6, 2022 at 11:00:43 AM UTC+9 adsapi wrote: > Hi Marie-Pier, > > Thank you for reaching out to our API support team. > > As per checking a DisplayUploadAdInfo > <https://developers.google.com/google-ads/api/reference/rpc/v10/DisplayUploadAdInfo> > > currently does not include attributes for name, title, or description. That > said, such attributes may also not be available in the reports. > > Could you confirm if such types include the said attributes when viewed > via the Google Ads UI? If yes, could you share the complete Google Ads UI > screenshot containing the said attributes so that I can create a feature > request, subject for review, for their support in the API's reports? > > Should the screenshot contain your user / account information, 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 [email protected] alias instead. > > Best regards, > > [image: Google Logo] > Peter Laurence > Google Ads API Team > > > ref:_00D1U1174p._5004Q2ZK2Qu: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/dbf64d90-2e52-4271-9bb0-5efa52f6124an%40googlegroups.com.
