Update an User List Google Ads

2023-12-22 Thread Diego Pacheco
Hello everyone I want to update a list of Google Ads users, but is there a method that allows me to do this? because on other platforms like Tiktok API or Facebook Business there are methods for this but I didn't find anything here -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

Google Ads client library Python - API

2023-06-28 Thread Diego Villanueva Araya
Hi everyone, I am working with the google ads client library for python, I would like to know how to perform three specific configurations using the API for google ads SEARCH campaigns, these are the following: 1. Location to São Paulo state 2. Language to all languages 3. Bid strate

Error With Campaign Creation Rest API v14

2023-06-19 Thread Diego Villanueva Araya
Hello Google Ads Team I am trying to create a campaign using google ads API REST but I get an error message. Could you please advise? I'm working with a test account. Below are the details url: https://googleads.googleapis.com/v14/customers/{login_customer_id}/campaigns:mutate variables: Req

Unify offline conversions with google native conversions

2022-03-10 Thread Diego Borlandi
Hello there, i was wondering if is possible to unify Offline Conversions sent from a 3rd party application with google native conversions into one tracker? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~

13 INTERNAL

2022-03-07 Thread Diego Peralta
Hello, I am trying to execute the following code: const customer = client.Customer({ customer_account_id: 'xxx-xxx-xxx', login_customer_id: 'xxx-xxx-xxx', linked_customer_id: 'xxx-xxx-xxx', refresh_token: refresh_token, }) campaigns = await customer.query(` SELECT campaign.name, campaign.statu

Which campaign criterion types allow setting bidModifier?

2022-03-02 Thread Diego Morello
Hi, I have done several tests trying to figure out which campaign criterion types support bidModifier, especially for update operations, but I still cannot understand how this feature works. In several cases I have received an error message ("*The field is not allowed to be set when the negativ

Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2021-12-22 Thread Diego Morello
reported in October 2019, and more than 2 years after it has not been fixed. Looking forward to hear from you. Thanks in advance, Diego El lunes, 13 de diciembre de 2021 a la(s) 23:21:31 UTC-3, adsapi escribió: > Hi Estanislao, > > You may also keep an eye on our blog post >

Mapping AdWords' ProductPartition subclasses to Google Ads

2021-12-22 Thread Diego Morello
Hi, I read many pages in Google Ads API reference, especially the Criteria Guide (https://developers.google.com/google-ads/api/docs/targeting/criteria), but after investigating I haven't been able to figure out how to properly map the following subclasses of ProductPartition to Google Ads model

invalid_grant error using AdWords Java client

2021-06-24 Thread Diego Morello
Hi, I would like to ask for help with an AdWords API issue I'm experiencing I started getting the following error for some accounts: { "error" : "invalid_grant", "error_description" : "Bad Request" } This started happening in one of our Java apps for 2 accounts under the same MCC, after lo

Re: The start date or end date for a campaign is not correct in Google Adwords API

2021-02-05 Thread Diego Calzado
Hi Anash. Thanks a lot for your response. I will then contact Google Ads UI product support. Cheers!. On Thursday, February 4, 2021 at 11:36:30 PM UTC+1 adsapiforumadvisor wrote: > Hi Diego, > > I looked at this account and the API and UI are returning results > consistent with e

Re: The start date or end date for a campaign is not correct in Google Adwords API

2021-01-26 Thread Diego Calzado
Ok Ernie. I will do it. Thanks a lot. On Tuesday, January 26, 2021 at 6:55:24 AM UTC+1 adsapiforumadvisor wrote: > Hi Diego, > > If you can't use the said option, then you may send the requested details > on this email address googleadsa...@google.com instead for pr

Re: The start date or end date for a campaign is not correct in Google Adwords API

2021-01-25 Thread Diego Calzado
isor wrote: > Hi Diego, > > Thank you for posting your concern. > > To investigate, could you provide the customer ID and complete SOAP > request > <https://developers.google.com/adwords/api/docs/guides/call-structure#request> > > and response > <https://d

Re: The start date or end date for a campaign is not correct in Google Adwords API

2021-01-25 Thread Diego Calzado
isor wrote: > Hi Diego, > > Thank you for posting your concern. > > To investigate, could you provide the customer ID and complete SOAP > request > <https://developers.google.com/adwords/api/docs/guides/call-structure#request> > > and response > <https://d

Re: The start date or end date for a campaign is not correct in Google Adwords API

2021-01-22 Thread Diego Calzado
Hi Jaroslav, thanks for your response. My timezone using UI is GMT+1 On Friday, January 22, 2021 at 1:43:36 PM UTC+1 jama...@gmail.com wrote: > What is your system time zone when you use UI? > > пʼятниця, 22 січня 2021 р. о 12:54:59 UTC+2 diego@theviralab.com пише: > >

The start date or end date for a campaign is not correct in Google Adwords API

2021-01-22 Thread Diego Calzado
We have an inconsistency between the campaign creation and end dates that we see on ads.google.com and what we get from the API. Depending on the account in which the campaign is created, the start date obtained through the API has one more day or the end date obtained through the API has one

Upload UserLists and Low match rate in Youtube

2020-11-30 Thread Diego Stallo
Hi everyone, We use Google Ads API to send remarketing user lists for our clients to activate on their accounts, to run over Display and Youtube. Basically, using our tool they upload their ADID's and IDFA's and our API let them create Customer Match Audiences inside their google ads accounts.

Error Mutating AdGroupAd in AppCampaign

2020-03-18 Thread Diego Toro
Hello, I am having issues updating an AdGroupAd in an AppCampain, in the first place I tried to update the status to Paused and got this response: Status: Status{code=INVALID_ARGUMENT, description=Request contains an > invalid argument., cause=null}. > 2020-03-18 16:21:52.108 ERROR 51088 --- [l

Issue creating an Ad for App Campaign

2020-02-13 Thread Diego Toro
Hello I've been trying several ways to create an Ad for App Campaign as described in: https://developers.google.com/google-ads/api/docs/app-campaigns/create-ad-group I need to be able to create text, image, and video ads, first I tried toc reate a text ad but I get the following error: Resp

Re: Enabled/Paused YouTube video from the API

2019-01-16 Thread Diego RR
Thank you!! El miércoles, 16 de enero de 2019, 17:01:28 (UTC-3), googleadsapi-forumadvisor escribió: > > Hello Diego, > > The video campaigns and TrueView type campaigns are not supported via > AdWords API. Please keep an eye on our blog > <https://ads-developers.google

Enabled/Paused YouTube video from the API

2019-01-16 Thread Diego RR
Hi all! Is it possible to enable and pause Youtube video campaigns from the API? And TrueView type campaigns? I searched, but I can not find anything in the official documentation. Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsde

Advantages API vs normal Adwords

2018-04-05 Thread Diego
Hi guys! I am new with the adwords API and with programming as well as I am learning right now JS, but the main question that I want to ask you: Which are advantages of using the Adwords API vs the normal Adwords experience? Thanks in advanced -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Adwords API vs Adwords normal experience

2018-04-05 Thread Diego
Hi guys!! I am new with the Adwords API and programming actually :). So I wanted to know which are the advantages of the Adwords API vs the normal Adwords experience? Does anybody know the main things you can do or automate (save time) using the API? thanks in advanced!! -- -- =~=~=~=~=~=~=

Pause Adwords Express campaign via API

2017-07-10 Thread Diego
Hi, is it possible to pause an Adwords Express campaign via API? If not, is there any workaround we might do to do so? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAd

Build URL from customer id

2016-12-02 Thread Diego
I want to create http links within our custom adwords management app, but I can't find a way to build the adwords.google.com URL to a single customer through its customerId. For instance, this is a URL to campaign management: https://adwords.google.com/cm/CampaignMgmt?__u=9272047111&__c=318823

Custom audiences

2015-06-08 Thread Diego Cogorno
Hi, I wanted to create and get custom audiences, but it seems that it's not in the api right now... Do you know if there is any estimation of when is it going to be in api? Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleads

Error: QuotaCheckError.ACCOUNT_INACCESSIBLE

2014-02-07 Thread Diego
Hola, Hace años utilizo la API para hacer informes y siempre me fue bien, pero desde esta semana me da un error: Error: QuotaCheckError.ACCOUNT_INACCESSIBLE He leído en la documentación de este error: https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError.ACCOUNT_INACCESS

Re: DoubleClick AdEx RTB protocol in java

2012-10-15 Thread Diego Lopez Leon
ups. thanks a lot, I'll repost there. On Monday, October 15, 2012 9:41:53 AM UTC-3, David Torres wrote: > > Hi Diego, > > This forum is reserved only for discussions regarding AdWords API. > Unfortunately we don't have a dedicated forum for the RTB protocol. > >

DoubleClick AdEx RTB protocol in java

2012-10-13 Thread Diego Lopez Leon
Hi, I'm giving my first steps on implementing an Ad Exchange bidder willing to integrate it with the DoubleClick AdEx RTBidding protocol. I've chosen java as my technology, but when I tried to generate the java _bindings_ from the realtime-bidding.proto[1] file, I realize it doesn't have a packa