Google Ads conversion

2024-03-11 Thread Jonathan Moura
Hello, I have a website where we post job positions, and we create campaigns based on those jobs and we are currently tracking clicks. However, we want to make it better and track conversion actions, which in our case, is when someone finishes an application to that corresponding job, how can w

Google Ads conversion tracking

2024-03-12 Thread Jonathan Moura
Hello, Where do I run the SQL queries mentioned in the documentation? https://developers.google.com/google-ads/api/docs/conversions/getting-started#retrieve_conversion_action It keeps asking me to run it, but I dont know where I can do it, I've already managed to make the code work and creat

Re: google ads conversion

2024-03-13 Thread Jonathan Moura
I've managed to create the conversion, but its not showing in the interface. Where can i find it? On Tuesday, March 12, 2024 at 1:56:05 AM UTC-3 Google Ads API Forum Advisor wrote: > Hi Jonathan, > > Thank you for reaching out to the Google Ads API support team. > > By reviewing your concern, I

Re: google ads conversion

2024-03-13 Thread Jonathan Moura
Hello, I cannot find the conversion after creating it through python code using the API, where can I find it in the interface? On Tuesday, March 12, 2024 at 1:56:05 AM UTC-3 Google Ads API Forum Advisor wrote: > Hi Jonathan, > > Thank you for reaching out to the Google Ads API support team. >

How much time should I wait for a conversion uploaded from the API to be replicated to Google ads UI?

2024-03-27 Thread Jonathan Moura
I've uploaded an conversion through the API using the python library, it was successful and I could see the results being returned (conversion_action, timestamp and gclid), however, its not showing in the google ads interface yet. How much time should I wait to see it being counted up in the in

What is the equivalent conversion action as the one that we create on api with UPLOAD_CLICKS type?

2024-03-27 Thread Jonathan Moura
So I got this following error: The conversion action specified in the upload request isn't set up for uploading conversions., at conversions[0].conversion_action The difference between the API and the Interface is that from the API we can set the conversion_type as *UPLOAD_CLICKS, *which is wha

HRe: what is the equivalent conversion action as the one that we create on api with upload_clicks type?

2024-03-28 Thread Jonathan Moura
Hi, I've already followed all the documentations provided, but I need to know which type is the equivalent for UPLOAD_CLICKS in the UI, simple as that. I already followed the pre-requisites. On Thursday, March 28, 2024 at 1:57:05 AM UTC-3 Google Ads API Forum Advisor wrote: > Hi, > > Thank yo

Re: how much time should i wait for a conversion uploaded from the api to be replicated to google ads ui?

2024-03-28 Thread Jonathan Moura
Hey, Cool, thanks a lot! On Wednesday, March 27, 2024 at 6:45:07 PM UTC-3 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > The ClickConversion > > t

Is there any different effect or implication if a campaign location doesn't show the reach value?

2024-03-28 Thread Jonathan Moura
Hello, I have 2 questions: 1 - We are creating campaigns through the API using the python Library, our campaigns are being created successfully with the correct region, however, they are not showing the reach value (please refer to the screenshot). When we select the region manually in the UI,

Is there any benefit on excluding ALL countries except yours?

2024-03-28 Thread Jonathan Moura
Hi, I have a campaign where the target is set to US, however, I want to know if there is any benefit on excluding ALL countries except US. Does this change anything? Best Wishes, Jonathan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevel

Re: geo location info

2024-03-28 Thread Jonathan Moura
Hello, I have a campaign targeted to US, is there any benefit on excluding ALL the other countries except US? On Monday, March 11, 2024 at 4:23:14 PM UTC-3 Marius S wrote: > Thanks! > > On Monday 11 March 2024 at 15:38:18 UTC+1 Google Ads API Forum Advisor > wrote: > >> Hi, >> >> Thank you f

Is there a way to set the location to get only the DMA regions through API?

2024-04-01 Thread Jonathan Moura
Hello, Im using the python library to create the campaign in google ads, we are currently setting the location like this: geo_target_constant_service.geo_target_constant_path(country_location_id) # add the radius location rule campaign_criterion.proximity.address.country_code = self.country_cod

Google ads query adgroup

2024-04-23 Thread Jonathan Moura
Hi, Is there anyway to query Google Ads and see what the spend is for an ad group proactively? So instead of counting the spend based on the inbound clicks and subtracting, we would just go read and ad group every x minutes and get the updated spend and click count -- -- =~=~=~=~=~=~=~=~=~