Call Conversions data - How to get it?

2023-10-10 Thread Alexandre Severo
Hi, How can I retrieve data from Call Conversions? Google Ads has a native report that shows information regarding call conversions, such as: - Call start time - Call duration - Caller country code - Caller area code - Caller phone number - Status - Call - source ad or website - Call type I am

Re: upload enhanced conversions without using the conversion adjustment service

2023-10-10 Thread Alex Garcia
T_CONVERSION error." > https://developers.google.com/google-ads/api/docs/conversions/upload-adjustments On Tuesday, October 10, 2023 at 10:29:10 AM UTC+2 Alex Garcia wrote: > Hi there, can you please clarify this text: "In order to implement > enhanced conversions using the Google

Re: upload enhanced conversions without using the conversion adjustment service

2023-10-10 Thread Alex Garcia
Hi there, can you please clarify this text: "In order to implement enhanced conversions using the Google Ads API, you must record conversions using a regular conversion tracking tag on your website." extracted from this link: https://support.google.com/google-ads/answer/1326198

RE: product identifier property importance in google ads api upload click conversions

2023-10-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
. There are a few advantages of sending product identifiers when sending conversions using the Google Ads API: Improved accuracy: Sending product identifiers can help to improve the accuracy of your conversion tracking, as it allows Google Ads to match the conversions to the correct products

RE: google ads api - conversions metrics

2023-10-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Eduardo Rigo, Thank you for reaching out to the Google Ads API support team. After reviewing your concern, I understand that you are seeing conversions and lead value data discrepancies between the Google Ads API and the report on the Google Ads dashboard. Kindly note that the Google Ads

Product Identifier property importance in Google Ads API Upload Click Conversions

2023-10-02 Thread Kannekanti Manoj
Hi Team, When sending conversions using google ads api flow, there is an option to send product identifiers of items present in the cart data. In the documentation, it specified that product id is *The shopping id of the item. Must be equal to the Merchant Center product identifier.* My

Google Ads API - Conversions Metrics

2023-09-28 Thread Eduardo Moraes Rigo
I have encountered discrepancies in the data retrieved from the *Google Ads API*, specifically regarding metrics related to *conversions* and *leads*. The values obtained from the API *do not align* with the values I expect based on my campaign tracking and reporting in the Google Ads dashboard

RE: conversions with cart data

2023-09-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Lukasz, Thank you for reaching out to the Google Ads API support team. I see that you have already raised this concern on another thread with "Conversions with cart data" and we have already responded there for this issue. To avoid multiple threads on the same issue, please t

Conversions with cart data

2023-09-22 Thread 'Lukasz Tomala' via Google Ads API and AdWords API Forum
Hello, When will "conversions with cart data" be available in the API? https://support.google.com/google-ads/answer/9028254?hl=en Lukasz -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.bl

Re: upload enhanced conversions without using the conversion adjustment service

2023-09-22 Thread Alex Garcia
the usage of their purpose is different. The > uploadConversionadjustments > <https://developers.google.com/google-ads/api/docs/conversions/upload-adjustments> > are > used to modify the existing conversion data, while uploadClickConversions > <https://develo

Re: upload enhanced conversions without using the conversion adjustment service

2023-09-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
not send conversion adjustments in the same request as click conversion uploads because the usage of their purpose is different. The uploadConversionadjustments are used to modify the existing conversion data, while uploadClickConversions are used to record new conversions. This message is in r

How to Pull Custom columns /Custom conversions columns by using API

2023-09-21 Thread Importer Neo
Hi, We are pulling Ad level data by using Python API. Now I want to pull one custom conversion column by using API. Please let me know how we need to pull from API. Thank you, Sri. -- Privileged/Confidential Information may be contained in this message. If you are not the addressee

Re: upload enhanced conversions without using the conversion adjustment service

2023-09-21 Thread Alex Garcia
nk you for getting back to us. > > Please note that it is not possible to Upload Enhanced Conversions for Web > <https://developers.google.com/google-ads/api/docs/conversions/enhance-conversions> > without > the Conversion Adjustment service. > > In order to clarify how a cal

Cost is zero in hourly report when conversions are zero

2023-09-20 Thread Marc Karam
Hello, I have an issue with only 1 campaign in the hourly report. The cost is only showing when there are conversions in this hour, otherwise the clicks are positive, but the cost is 0. When querying the previous day, the cost to conversions make sense, but on the same day it is much lower

Re: upload enhanced conversions without using the conversion adjustment service

2023-09-20 Thread Alex Garcia
Hi there, thanks for your reply. In fact, that's the link I was looking at, but there, all it says is use the "Conversion Adjustment" service. So it's not really clear in the documentation how we should use the "Enhanced Conversions for Web" without the "Conversion Adju

Re: Upload Enhanced Conversions without using the Conversion Adjustment service

2023-09-19 Thread Google Ads API and AdWords API Forum
Anyone that can help us with this? On Sunday, September 17, 2023 at 6:21:12 PM UTC+2 Alex Garcia wrote: > We would like to implement the Enhanced Conversions feature to be able to > send hashed first-party user data to the Google Ads API when upload Offline > Conversions. We alr

Upload Enhanced Conversions without using the Conversion Adjustment service

2023-09-17 Thread Alex Garcia
We would like to implement the Enhanced Conversions feature to be able to send hashed first-party user data to the Google Ads API when upload Offline Conversions. We already have the Google Ads API implementation in place. So we would like to know if we can send the enhanced first-party user

Re: upload conversions and enhanced conversions with gclid via the api

2023-09-12 Thread Joachim Løvgaard
Hi I have managed to upload conversions and enhanced conversion to two different conversion actions now. However I got an error saying that I uploaded the enhanced conversion too late (> 24 hours after the initial conversion). I figured out (by reading this: https://developers.google.

sending GCLID with gtag or API to submit offline events-conversions

2023-08-29 Thread OLEG GORIUNOV
Hi, We are trying to pass offline conversions from our home made CRM to Google Ads. Please, let me know if the following two approaches make sense: For both the approaches: when the user clicks on an add, we save the GLID in our Database. Event/Conversion is already created

Re: upload conversions and enhanced conversions with gclid via the api

2023-08-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
/concepts/call-structure?hl=en#request-id With that being said you may also refer to this link(https://developers.google.com/google-ads/api/docs/conversions/upload-clicks#create_clickconversion) for a few things to keep in mind when creating a ClickConversion. This message is in relation to case &quo

Re: upload conversions and enhanced conversions with gclid via the api

2023-08-17 Thread Joachim Løvgaard
to Upload Click conversions > <https://developers.google.com/google-ads/api/docs/conversions/upload-clicks>, > > then conversion action will have a type of* UPLOAD_CLICKS. *For uploading > enhanced > conversions > <https://developers.google.com/google-a

Re: upload conversions and enhanced conversions with gclid via the api

2023-08-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Joachim, Thank you for your response. To confirm, if you are referring to Upload Click conversions, then conversion action will have a type of UPLOAD_CLICKS. For uploading enhanced conversions, it is important to set the conversion_action to a resource name of a ConversionAction

Re: upload conversions and enhanced conversions with gclid via the api

2023-08-08 Thread Joachim Løvgaard
action that can be adjusted. Does that mean I need to have *two *separate conversions actions? I.e. one for uploading click conversions and one for uploading enhanced conversions. I am insanely confused at the moment :D On Monday, July 3, 2023 at 11:15:33 PM UTC+2 Google Ads API Forum Advisor

RE: how get "conversions values “ metrics via camapgin api?

2023-08-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising your concern to the Google Ads API team. It appears that you've encountered the PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE error, this happens when a metric incompatible with the main resource or other selected segmenting resources was included in the SELECT or

how get "conversions values “ metrics via camapgin API?

2023-08-02 Thread miinye
e_per_cost <https://developers.google.com/google-ads/api/fields/v13/campaign#metrics.conversions_value_per_cost> *response* [image: conversions campaign.PNG] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googlea

Enhanced Conversions For Leads not working

2023-07-27 Thread Victor Valar
Hello Google support team, I'm, implementing enhanced conversions for leads wiht the Python SDK and I've been following this documentation <https://developers.google.com/google-ads/api/docs/conversions/upload-identifiers> : My implementation so far: [... some code...] # User Ident

Enhanced lead conversions and offline conversion client summaries

2023-07-19 Thread Pedro Garcia
Hello! I have a couple of questions related to sending leads conversions using the API and sending user ids instead of the GCLID. 1. If I want to send the leads with their purchase value using their user identifiers, I should use the endpoint https://developers.google.com/google-ads/api/docs

API (Offline Conversions) Troubleshooting

2023-07-13 Thread Accounting Uprova
Hello, I am reaching out to request assistance regarding the tracking of our uploaded API conversions. Our Ads Manager account, associated with the basic token access, is under the number ending in 8031. Our main Ads account is ends in 4084. Currently, our team manually uploads offline

Want to integrate Google Ads API to upload offline conversions

2023-07-11 Thread Jeetendra Garg
Hi Team, I want to upload upload offline conversions through Google Ads API. But during the Oauth process, it requires some credentials, please help me from where I can get the credentials? It has to be done server to server, so no user consent will be there. I'm using "ads.prope

Re: upload conversions and enhanced conversions with gclid via the api

2023-07-03 Thread Google Ads API and AdWords API Forum
cing order_id. >3. Adjusting by referencing order_id > > I think that's it? As I said before - it would be great to have someone at > Google confirm this! > > Kind regards > Greg > > > On Wednesday, 21 June 2023 at 16:07:32 UTC+1 Google Ads API Forum Advisor > wrote: > >

RE: update maximize conversions bid strategy

2023-06-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to Google Ads API Forum. Please note that creating multiple threads might be difficult for tracking the issue. With that, we suggest continuing the conversation in the other thread with the subject line of "suport call api not working" for better tracking of the

update maximize conversions bid strategy

2023-06-21 Thread Minh Tuệ Nguyễn
Hi, I had a similar problem when I was calling an API using google-ads-api to set a Maximize conversions bidding strategy with App campaigns. When updating on the interface, I can still update maximize conversions bid strategy, but when using the API, I can't and give an error "error

Re: upload conversions and enhanced conversions with gclid via the api

2023-06-19 Thread Joachim Løvgaard
Hi We are capturing the gclid when people visit our store. I want to *both *upload click conversions through the API with the gclid that I save *and* and I want to upload conversion adjustments (enhanced conversions) through the API. I cannot find a clear cut path in your documentation on how

Re: upload conversions and enhanced conversions with gclid via the api

2023-06-19 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, As mentioned here(https://developers.google.com/google-ads/api/docs/conversions/upload-clicks#id_parameters), you must enable your website and lead-tracking system to capture and store the GCLID, the unique ID that Google Ads provides for every impression of a Google ad. Can you confirm

Re: upload conversions and enhanced conversions with gclid via the api

2023-06-14 Thread Joachim Løvgaard
Okay, then I am little bit confused. We have an ecommerce store. We want to upload conversions with the gclid, but we also want to use the enhanced conversions. How should we do that then if we *only* want to use the Google Ads API and not install the client side google ads tag. On Wednesday

Re: upload conversions and enhanced conversions with gclid via the api

2023-06-09 Thread Joachim Løvgaard
Thanks for your fast response. On this page: https://developers.google.com/google-ads/api/docs/conversions/upload-clicks (the first you reference) it states: *Providing neither wbraid nor gbraid, but providing both gclid and user_identifiers: The gclid takes precedence.* What that tells me

Upload conversions AND enhanced conversions WITH gclid via the API

2023-06-06 Thread Joachim Løvgaard
Hi I want to 1. Upload a conversion with a gclid 2. Upload an enhanced conversion for the same conversion as above both done through the API. I have tried *a lot* of API calls, conversion actions, read a lot of conversations on this forum, but I can't seem to figure it out. Is this really

Re: Assisted Conversions

2023-06-02 Thread Google Ads API and AdWords API Forum
Hi Oksana, Thanks for reaching out to the Google Ads API Forum. I hope you are doing well today. With regards to your concern, I'm afraid that as of this time, Assisted Conversions reporting is not yet supported in the Google Ads API's reports. However, this is a current feature request

Re: Conversions value per cost (ROAS) - Cannot select or filter

2023-05-10 Thread Zeyuan Gu
Hey, Were you able to pull roas (conversion_value_per_cost) from campaigns? On Tuesday, May 31, 2022 at 7:28:25 AM UTC-5 Hubert Jaworski wrote: > How do I do that in Python? > > Here's a snippet of how I use the Python library to send requests to the > API: > ga_service =

Maximize Conversions to display

2023-05-08 Thread Roi Yad Shalom
I saw on the documentation that the bid strategy maximize_conversions is only applied to campaign of type DISPLAY. but when you create campaigns from the UI it can attach this bid strategy type to the campaign for example customers/2617818525/campaigns/17623257249 So I want to know how can I

conversions_by_conversion_date not returning conversions by date

2023-04-21 Thread CT
We're seeing that *metrics.conversions_by_conversion_date* is not returning the correct the correct conversions by date/time - it is returning the exact same regular conversions that we see through the UI. For reference, this is the query to the API SELECT segments.date

Re: Enhanced conversions for Offline click conversions

2023-04-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Jonathan, Thank you for responding back to us. With regards to the error you encountered, the INVALID_CONVERSION_ACTION error means that you are uploading a conversion along with a conversion action that does not belong or exist in the account you are mutating to. To avoid this, you can

Re: Enhanced conversions for Offline click conversions

2023-04-04 Thread Jonathan Cairo
x=true> > to build your request body on conversion adjustment. You may also refer to > this documentation > <https://developers.google.com/google-ads/api/docs/conversions/upload-adjustments> > for more information on Upload Conversion Adjustments. > > Regarding t

Re: Enhanced conversions for Offline click conversions

2023-04-04 Thread Jonathan Cairo
Just to follow up on my last email, the url this adjustment was sent to was https://googleads.googleapis.com/v12/customers/4255759731:uploadConversionAdjustments Maybe this isn’t the correct URL for the

Re: Enhanced conversions for Offline click conversions

2023-04-03 Thread Jonathan Cairo
Hi, Thanks for your help. Maybe a more direct question is, how can we upload address information when the original conversion has been uploaded via the uploadClickConversion method? Thanks, Jonathan Cairo Lead Solutions Engineer Partnerships, implementations and instrumentation Elevar

Re: Enhanced conversions for Offline click conversions

2023-04-03 Thread Jonathan Cairo
ype, then the ConversionActionType should be >> UPLOAD_CLICKS >> <https://developers.google.com/google-ads/api/reference/rpc/v13/ConversionActionTypeEnum.ConversionActionType#upload_clicks> >> as indicated here >> <https://developers.google.com/google-ads

Re: Enhanced conversions for Offline click conversions

2023-04-03 Thread Jonathan Cairo
ConversionActionType#upload_clicks> > as indicated here > <https://developers.google.com/google-ads/api/docs/conversions/upload-clicks#upload_clickconversion>. > On the other hand, with regards to adding address information for click > conversions you may use address_info under

Re: Enhanced conversions for Offline click conversions

2023-04-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Jon, Thank you for responding back to us. If by source you mean the type, then the ConversionActionType should be UPLOAD_CLICKS as indicated here. On the other hand, with regards to adding address information for click conversions you may use address_info under UserIdentifier. You may

Re: Enhanced conversions for Offline click conversions

2023-04-01 Thread Jon
le Ads API Forum Advisor wrote: > Hi Asier, > > Thank you for sharing your log privately. For a correct conversion action > to upload enhanced conversions to the conversion_action must be > the resource_name of a ConversionAction > <https://developers.google.com/g

RE: Apply upload conversions from google ads API

2023-03-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Daniel, Thank you for reaching out to the Google Ads API team. In order for us to further investigate, can you please provide the complete request and response logs with request ID? These will greatly help us in our investigation. You may send it to us via Reply privately to author option.

Apply upload conversions from google ads API

2023-03-15 Thread Daniel Villarreal
and waiting for us to apply the action. What we need to know is if we can apply the change directly when we upload from the query to the API without entering the interface. We've been looking in the documentation but haven't found anything yet. [image: image.png] The API query: { "conver

RE: Online conversions

2023-03-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Chenai, Thanks for reaching out to Google Ads API Support. I see that you have concerns regarding pulling your reports on your Google Ads conversions. Please note that our team does not have support scope on Google Ads product related concerns but we specialize in Google Ads API related

Online conversions

2023-03-10 Thread ai chen
Hi, Please I should better count the number of website online conversions, we currently use the gclid on the website URL to determine that the source belongs to the website inquiry (online conversion), but our own statistics of the number of inquiries and the number of times on the goole

Import conversions (via spreadsheet) for grbaid & wbraid?

2023-03-08 Thread Laura Lawrie
We are very excited to implement conversions for `wbraid` and `gbraid` through our integration now that the API supports it. We currently also have the functionality to generate a "manual conversion import <https://support.google.com/google-ads/answer/7014069?hl=en;>" file t

Re: Difference between conversions reported in Overview, Tools and Settings and API.

2023-01-26 Thread john wedderburn
Hi there, Thanks for the speedy answer. Much appreciated. Images attached, same date range, same account. Overview (set to purchases/sales): [image: Overview.png] Tools and settings > conversions [image: conversions.png] Could this be an attribution issue? With regard to my 2nd quest

RE: Difference between conversions reported in Overview, Tools and Settings and API.

2023-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi John, Thanks for reaching out to the Google Ads API team. I hope you are doing well today. With regards to your concern, to better check this issue, could you please provide a full screenshot of the Google Ads UI of the data that you claim is not matching? I ask this information to

Difference between conversions reported in Overview, Tools and Settings and API.

2023-01-26 Thread john wedderburn
Hi all. I'm using the BigQuery data transfer to pull Google Search Ads data. I'm then using SQL to create reporting tables which includes conversion data. My challenge is that I cannot get a match to the conversions number, reported for the same account and date range, shown in the Overview

RE: CONVERSION_NOT_FOUND when restating conversions

2023-01-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Melle, Thank you for raising this concern to the Google Ads Forum. We appreciate your patience with this concern. Could you please confirm, if you already consider the Validation rules in Upload Conversion Adjustments? If yes, then the error is still encountered, we will need to

CONVERSION_NOT_FOUND when restating conversions

2023-01-23 Thread Melle
Hi All, I have a question about the CONVERSION_NOT_FOUND error in the context of restating the value of conversion with a order id. The documentation says ( https://developers.google.com/google-ads/api/docs/conversions/upload-adjustments ) : *The adjustment fails

RE: Can the paid_organic_search_term_view allow you to fetch the metrics "Impr. Top %", "Bounce Rate", "conversions" and "cost micros"?

2023-01-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Could you please provide full screen screenshot of the UI of what you are looking for, so that i can further investigate the issue? You can provide it via Reply privately to author option. If this option is not available, you

RE: Can the paid_organic_search_term_view allow you to fetch the metrics "Impr. Top %", "Bounce Rate", "conversions" and "cost micros"?

2023-01-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Nelson, Thank you for reaching out to the Google Ads API support team. Could you please provide full screen screenshot of the UI of what you are looking for, so that i can further investigate the issue? Thanks, Nirmita Google Ads API Team ref:_00D1U1174p._5004Q2hxAUG:ref -- --

Can the paid_organic_search_term_view allow you to fetch the metrics "Impr. Top %", "Bounce Rate", "conversions" and "cost micros"?

2023-01-11 Thread Nelson Brochado
Hi. My question is in the title. It seems that paid_organic_search_term_view doesn't currently allow you to fetch these metrics, which are metrics associated *only* with the paid ads (if I understand

RE: remove specific conversions

2023-01-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thanks for reaching out. Conversion adjustments are supported in the Google Ads API. Please see this guide for more information. You can specify the ConverionAdjustmentType as 'RETRACTION' to negate a conversion. Please let us know if we can help with anything else. Regards, Matt

remove specific conversions

2023-01-03 Thread Domantas
. Is there a way to remove fake/bogus leads from the Google Ads account? Maybe it's possible to do via API by sending gclid of the customers which I want to be removed as conversions? Or maybe it's possible to achieve via offline conversions? What is the best strategy to deal with this? Thanks

RE: Set Enhanced conversions when creating conversion actions

2022-12-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi keji, Thanks for reaching out to the Google Ads API Forum. I hope you are doing well today. We are glad to assist you with your concern, with regard to enhanced conversions with the Google Ads API, enablement is not possible in API, only in UI. You may see the Set up enhanced conversions

Set Enhanced conversions when creating conversion actions

2022-12-16 Thread keji dianfei
When I create a conversion action, what parameters should I set to achieve the effect of the picture? I can't find the parameters related to Enhanced conversions in the API [image: 联想截图_20221217152642.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

RE: Uploading offline enhanced conversions error

2022-12-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. To investigate the issue further, could you please provide the complete request and response logs, with the request-id? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client library (ex.

Uploading offline enhanced conversions error

2022-12-15 Thread 'Holger Gobel' via Google Ads API and AdWords API Forum
Hi - We are looking for some assistance when trying to upload offline enhanced conversions. We have set up a offline conversion action, and adjusted the setting 'Method for measuring offline conversions' to be 'Enhanced conversions for leads'. When trying to upload an enhanced conversion

Re: Maximum Number of Conversions Per UploadClickConversionsRequest

2022-12-14 Thread Nicholas Hoium
. > > Moving forward to your concern, based on this document > <https://developers.google.com/google-ads/api/docs/best-practices/quotas>, > Conversion Upload Service requests have a limit of 2,000 conversions per > request. > > If you have other concerns, please let us kn

RE: Maximum Number of Conversions Per UploadClickConversionsRequest

2022-12-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Nicholas, Thank you for reaching us out. I am Sherwin from Google Ads API support team. I hope that you are doing well today. Moving forward to your concern, based on this document, Conversion Upload Service requests have a limit of 2,000 conversions per request. If you have other concerns

Maximum Number of Conversions Per UploadClickConversionsRequest

2022-12-13 Thread Nicholas Hoium
Hi, What is the maximum number of conversions that can be included with an *UploadClickConversionsRequest*? In the documentation, I see the *conversions *field which is an *Array* type, but I do not see any mention of the maximum number that we can include in each request. Thanks

Re: GAds API not receiving conversions

2022-12-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
in the API could either be encountering a delay in reflecting in the data freshness guide, and as also mentioned in our guide that it may take up to 3 hours for imported conversion statistics to appear in your Google Ads account for last-click attribution and Conversions attributed using

Re: GAds API not receiving conversions

2022-12-05 Thread Pablo Hernández Lázaro
942932", "adjustmentDateTime": "2022-11-29 08:44:43+00:00", "gclidDateTimePair": { "conversionDateTime": "2022-11-29 08:44:43+00:00" }, "orderId": "16697114963438432" } ] } Action Time 275 ms Best regards, Pablo El lunes

RE: GAds API not receiving conversions

2022-11-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Pablo, Thank you for reaching out to our API support team. When troubleshooting enhanced conversions for web errors displayed in the Google Ads UI, you may refer to this article. So our team can then troubleshoot further, could you share to our team your customer ID, and the generated

RE: Upload Click Conversions Frequency Limitation

2022-11-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Could you please provide more details on this issue "Is this subject to the upper limit of the ads api request frequency? If so, is there a request method for batch reporting? "? So that i can further investigate the issue.

Re: Upload Click Conversions Frequency Limitation

2022-11-17 Thread Google Ads API and AdWords API Forum
I haven't found it yet > > The case is as follows: > https://developers.google.com/google-ads/api/docs/conversions/upload-clicks > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: Metrics conversions/value explanations

2022-11-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
of the individual metric you mentioned: all_conversions_value_per_cost The sum of all conversion values divided by the total cost for all ad interactions such all_conversions_value The sum of all conversion values all_conversions_from_interactions_value_per_interaction The value of all conversions from

Metrics conversions/value explanations

2022-11-15 Thread Media Data Creative Lift
Hi support team, I have a few question about conversions and related metrics. The ad_group_ad resource allows to request metrics. Among those metrics we have for those ones: - metrics.all_conversions - metrics.all_conversions_by_conversion_date - metrics.all_conversions_from_interactions_rate

Re: Account performance click type clicks + conversions data mismatch

2022-11-09 Thread Google Ads API and AdWords API Forum
te >= '2022-06-01' AND > segments.date <= '2022-06-30' > > For some click types in the result, conversions and clicks are returned as > 0 while there was actually data for them. > > Any known issues in regards to this by any chance? I can provid

overview conversions with gclid

2022-11-09 Thread Gerard Meijer
Hi, I'm trying to get insights in our conversions and which gclid they are associated with. Is this possible using the Ads API? I see no way doing it with click_view, but I hope I am mistaken. Thanks in advance! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Offline conversions upload time/date errors

2022-11-07 Thread GDZ
Hello, all of a sudden we started getting this while performing an offline conversions upload: *"This conversion is reported to have happened before the click associated with the given identifier or iOS URL parameter., at conversions[0].conversion_date_time"* Happens with each

RE: Conversion Actions with 0 conversions not being returned

2022-11-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jared, Thanks for reaching out to the Google Ads API team. I hope you are doing well today. To further investigate this issue, could you please provide a full screenshot of the problem you encountered and the complete request and response logs, with the request-id that generated on your

Conversion Actions with 0 conversions not being returned

2022-11-04 Thread jal...@roirevolution.com
Hi, We are running the following campaign report: select segments.conversion_action_name from campaign where segments.date between '20221101' and '20221103' We are noticing that the conversion actions without recent conversions are not being returned from this report. Is this expected

RE: Upload enhanced conversions for NodeJs or any other alternative

2022-10-31 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Kshitij, Thanks for reaching out to the Google Ads API support team. With regards to your concern, it looks like we have a separate thread for this issue. We can keep correspondence related to this issue on the other thread to limit any confusion. Thanks, Nirmita Google Ads API Team

Upload enhanced conversions for NodeJs or any other alternative

2022-10-31 Thread Kshitij Mahajan
How can i upload enhanced conversions for NodeJs. As I can see, there is no SDK for NodeJs, Is there any alternative. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

RE: Enhanced conversions using Google ADs API

2022-10-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Yamna, Thanks for reaching out. Please ensure that you have accepted the customer data terms in the effective conversion account, and that you have configured the Google Tag Manager or the Google tag using the steps outlined in the Google Ads help center. Please see this page for enhanced

Enhanced conversions using Google ADs API

2022-10-27 Thread Yamna Tatheer
ll number of conversions against this conversion action. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Group

Re: Gclid in Enhanced Conversions

2022-10-19 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Matthias, Thank you for your patience. I understand where you are coming from. I can confirm that we received that email. However, our team will need to further check this. Whenever new information becomes available, you can be sure that we will let you know. For now, I would advise you to

Re: Gclid in Enhanced Conversions

2022-10-17 Thread Matthias Laqueur - BossData
transaction ID to minimize duplicate > conversions <https://support.google.com/google-ads/answer/6386790>. My > guess based on About enhanced conversions > <https://support.google.com/google-ads/answer/9888656> is that uploading > enhanced conversions via API relies on an

RE: App Conversions and Remarketing API - Invalid Developer token

2022-10-09 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Carson, Thank you for reaching us out. I am Sherwin from Google Ads API support team. I hope that you are doing well today. Moving forward to your concern, could you please confirm if your Developer Token is indeed a Basic Access? If yes, could you please provide the complete request and

App Conversions and Remarketing API - Invalid Developer token

2022-10-09 Thread Carson Leong
Hi, I have applied for a developer token - App Conversions and Remarketing API The access level is basic access. When I tried it using following this specification: https://developers.google.com/app-conversion-tracking/api/request-response-specs It returned with this error: {"ad_e

Authentication problems with campaigns' listing and enhanced conversions

2022-09-27 Thread Federico Rota
Hi, I am getting authentication errors with both GetCampaigns and enhanced conversions (https://github.com/googleads/google-ads-dotnet/blob/main/Google.Ads.GoogleAds/examples/Remarketing/UploadConversionEnhancement.cs). In my .NET 6.0 app I'm trying to instatiate a GoogleAdsClient

Re: Conversion RESTATEMENT values not adjusting on Google Ads Conversions report

2022-09-04 Thread Google Ads API and AdWords API Forum
nd I have recently set up a direct integration to the google ads > API, allowing us to import click conversions and attribute them to a given > tag as needed. > > Thus far, we've been able to successfully post conversions. > > However, despite an affirmative API response,

Re: Uploading offline click conversions via the REST Interface

2022-08-31 Thread David Booke
Perfect - thank you for the quick reply! On Wednesday, August 31, 2022 at 3:08:09 PM UTC-5 adsapi wrote: > Hi David, > > Here is customers.uploadClickConversions > > endpoint, > this is the

Uploading offline click conversions via the REST Interface

2022-08-31 Thread David Booke
Hello, I was wondering if it is possible to upload offline click conversions via the Google Ads API REST Interface. We'd like to upload conversions automatically and periodically, so I was looking at the Python example here that utilizes the google-ads Python client library: https

RE: ads conversions group by ad_event_type

2022-08-31 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, I am Carmela from the Google Ads API team. Thank you for reaching out. With regard to your concern, could you please provide the screenshot of the whole Google Ads UI showing the data you want to retrieve so we can give accurate guidance to you? You can provide it via Reply privately

ads conversions group by ad_event_type

2022-08-30 Thread 赵宏杰
[image: 1661924154041.jpg] https://developers.google.com/google-ads/api/fields/v11/ad_group In report api,we can not find the segment or attribution which is ad_event_type. how can we get the value of conversions grouped by ad_event_type which show in the pic using the report api? thanks

RE: Changing conversions after conversion window expired

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Kate, Since your query is about changes in counting conversions after a time frame I can only suggest you reach out to our product support team for further assistance. The Ads API can only be a conduit to the Ads product as expressed in the Ads UI. Hence, when your issue isn't with using

Changing conversions after conversion window expired

2022-08-30 Thread 'Kate Orlova' via Google Ads API and AdWords API Forum
Hi! Is it a normal situation when all_conversions and conversions values are changed after conversion window expired? For example, I had an all_conversions value as 28.22 in April, and conversion window as 30 days. On June 1 the value was still 28.22. But then in June I've seen that the value

Re: Offline Conversions Not Showing in Campaigns

2022-08-22 Thread g...@workspace.adsurgent.com
Hi Ernie, The issue is that, for example, we are showing several conversions in the last 90 days inside the Conversion view of GUI but NOT in the last 90 days of the campaign view. So we also cannot see Cost per Conversion, Value per Conversion, or which keywords/ads are leading to conversions

<    1   2   3   4   5   6   7   8   9   10   >