Re: BiddingIssue

2022-04-04 Thread ruban selva
Hi, Here I sent the request and Response Of this campaign. Request: Campaign campaign = Campaign.newBuilder() .setName(campaignName) .setAdvertisingChannelType(AdvertisingChannelType.DISPLAY) .setBiddingStrategyType(BiddingStrategyType.MAXIMIZE_CONVERSIONS)

Detecting needed mutations on resources

2022-04-04 Thread Joan Bonnin
Hi there! I’m getting in touch to get some technical advice about how to implement an effective integration with Google Ads API. Specifically, we are looking for advice related to incremental changes and deleting old resources. We have followed the different guidelines and best practices,

Rest API vs client library

2022-04-04 Thread SR
Though it is recommended to use the client libraries, do we have any difference between REST API and client libraries in terms of feature support, error handling, performance etc. Please confirm. Also let me know whether we can use REST API for creating search and display campaigns using batch

Error creating test accounts: Request contains an invalid argument

2022-04-04 Thread Javier Val
Hello! In one of my integration tests, I am creating test accounts with the following format: *string.Format("{0}_{1}", "Create_Account_Name", DateTime.Now.ToString("ddMM_hhmmss")).* For example, Create_Account_Name_04042022_125948. Until today, it has worked fine for me. But now the

Bad request because of modal window

2022-04-04 Thread Meurch
So I already made a complete authorization on my site using Google auth. But I need now to add a modal window with a Terms of usage. So I made it the next way: after the clicking on the agree button, we are going to the script: $params = array( 'client_id' =>

Re: how to match Gclid with CriterionID for Display campaigns?

2022-04-04 Thread don....@gmail.com
I second that, there is no way to get CriterionID from the click_view unless its Search channel, but we would like to know criterion ID for click of any type of channel Output only. The associated keyword, if one exists and the click corresponds to the SEARCH channel. On Wednesday, February

click_view lacks criterion info for the clicks triggered something other than user list or search keyword

2022-04-04 Thread don....@gmail.com
Hello we are looking for the way to get the criteria that triggered every click form the click_view report however we get it only for criterion type Keyword or User List but we would like to get it for the other criterion types as well AGE_RANGE AUDIENCE CONTENT_LABEL CUSTOM_AFFINITY

Google Ads Notifications

2022-04-04 Thread Lleandre Flores
Hello, I have been searching for a while but I cannot find anywhere a way to get the notifications from the Google Ads Dashboard. I'd like to get notifications such as billing announcements as this is important for my app. Any chance that someone here would know? Thanks in advance! -- --

Query regrading KeywordBid Ads API

2022-04-04 Thread Saurabh Suman
Hi Team, In Adwords API, For Keyword entry we used to populate the KeywordBid as below: entry.setKeywordBid(toMoney (((CpcBid)x.getBiddingStrategyConfiguration().getBids(0)).getBid()));* // x is the instance of *BiddableAdGroupCriterion Can you suggest the replacement for the same in Ads

Bad request because of the modal window

2022-04-04 Thread Meurch
So I already made a complete authorization on my site using Google auth. But I need now to add a modal window with a "Terms of usage". So I made it the next way: after the clicking on the agree button, we are going to the script: $params = array( 'client_id' => '

Bad request because of the modal window

2022-04-04 Thread Meurch
So I already made a complete authorization on my site using Google auth. But I need now to add a modal window with a Terms of usage. So I made it the next way: after the clicking on the agree button, we are going to the script: $params = array( 'client_id' => '

RE: Spam conversions on pMax campaigns reported under Google Analytics

2022-04-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Radhika, Thanks for reaching out to the Google Ads API Support team. Please note that our team can only provide support to the issues and concerns related to the Google Ads API / AdWords API. However, it seems that the issue you encountered with "Whatsapp conversion" is performance

Query regarding setting keywordMinActivationBid

2022-04-04 Thread Saurabh Suman
Hi Team, Earlier in Adwords API we used to set the keywordMinActivationBid as below where x is the instance of BiddableAdGroupCriterion: .setKeywordMinActivationBid(toMoney(x.getFirstPageCpc())); So what is the replacment for the FirstPageCPC in Google Ads API for setting

RE: Fetching the list of Ads With Google Ads Api

2022-04-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Bikram, Thanks for reaching out to the Google Ads API Forum. To translate AWQL queries into GAQL, you may use this Query Migration Tool. However, note that exact results may differ for a number of reasons as mentioned in this guide. In addition, you may see this guide for AdWords API

Re: Campaign creation options

2022-04-04 Thread Andrew Hrimov
Hi, Aryeh, Thanks a lot for your helping in this question, you saved my day ^_^ пятница, 1 апреля 2022 г. в 22:58:35 UTC+3, adsapi: > Hi Andrew, > > Campaign goals aren't supported in the API, they are in the UI for the > purpose of narrowing down recommendations when setting up a campaign,

Refresh Token Auto Update

2022-04-04 Thread Eray Bakır
Hello, I have a project whose Publishing status is Testing (I am using Google Ads Api). //using FileStream stream = new("Credentials.json", FileMode.Open, FileAccess.Read); The file token.json stores the user's access and refresh tokens, and is created

Re: Ads API Metrics unavailable at Geo level- TopImpressionPercentage, AbsoluteTopImpressionPercentage

2022-04-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jean, Yes, the AdWords API is deprecated and will be sunset on April 27, 2022 . As for the next version, we are still not aware of the exact date when it will be available. Currently, we only have this documentation regarding release schedules. That said, you may also continue to follow our

Re: The CriterionId for ad performance report migration

2022-04-04 Thread don....@gmail.com
Hello Matt, what if Criteria Type to trigger Ad was not search keyword, but User List or Household income for example, how to get such campaigns as part of the ad_group_ad report knowing criterion id at the same time? Is it possible with Google Ads Api? Because we are seeing similar behavior

bugs in KeywordIdeas

2022-04-04 Thread Andrey Eblukov
Hello, I found some bugs in KeywordIdeas API: 1. 'pageSize' parametr in KeywordIdeas Request code example: $response = $keywordPlanIdeaServiceClient->*generateKeywordIdeas*([ 'pageSize' => 1000, 'keywordSeed' = new KeywordSeed(['keywords' => [ "wig lace front", "hiker

Re: Empty Result in GetCampaigns in Google Ads API

2022-04-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Rukesh, Thank you for the updates. Could you provide more details on the concern/issue? Could you provide to our team the complete request and response logs with request ID so we can check it further. Best regards, Heidi Google Ads API Team ref:_00D1U1174p._5004Q2ZIjHH:ref -- --

RE: Query regarding Adwords jars existing post sunset

2022-04-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Saurabh, Thanks for reaching out to the Google Ads API Forum. I can see that you’re having concerns on using Adwords JARs and Google Ads API jars together post 27th April 2022. You may verify if your configuration with both Jars has already encountered any errors in your build currently.

Re: Query regarding Adwords API SQL Call.

2022-04-04 Thread Bikram Bhuyan
Thanks a lot. Really appreciate the input. The Query Validator is very helpful. On Sun, Apr 3, 2022 at 10:34 PM Google Ads API Forum Advisor wrote: > Hi Bikram, > > Thank you for reaching out to us. > > I would recommend that you use the Google Ads Query Builder >

boomuserlist and uservertical

2022-04-04 Thread mi...@albert.ai
Hey, For the migration of the reports, I am trying to get the boomuserlist and uservertical parameters. Seems that the boomuserlist is inside the parameter: ad_group_criterion.user_list.user_list But I cant find the uservertical. Anyone can assist me? Thanks -- The information contained in this

How to activate my current AdWords API token for AdsAPI ?

2022-04-04 Thread Georgi Angelov
Hello, I want to ask you how can I activate my current token that I am using for AdWords API to be valid for AdsAPI ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: The CriterionId for ad performance report migration

2022-04-04 Thread don....@gmail.com
Thank you for the reply? But does the same apply for click_view report as well? I posted question regarding it in this thread too https://groups.google.com/u/1/g/adwords-api/c/OjHqrlNSgks/m/c3D8zMmOBQAJ in the click_view report you can get criteria that triggered click only if its of the type

RE: How to activate my current AdWords API token for AdsAPI ?

2022-04-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Georgi, Thank you for raising this concern to the Google Ads API team. Moving forward to your concern, since you've mentioned that you are using your token in your AdWords API, then you may check this Carryover Concepts from the AdWords API document. You can see here that you can use the

Offline Conversion does not reflect on Adword Dashboard

2022-04-04 Thread Rukesh Prajapati
Hello all, My requirement is to upload the Offline conversion in the adwords. I have created an conversion Action(https://prnt.sc/JDQuPTBiO2qB). I have used google ads api functions (https://github.com/googleads/google-ads-php/blob/main/examples/Remarketing/UploadOfflineConversion.php). In

Re: Query regarding setting keywordMinActivationBid

2022-04-04 Thread Saurabh Suman
Hi Team, This does not help. We are using AdGroupCriterion and need keywordMinActivationBid attribute to be set. On Monday, April 4, 2022 at 7:48:08 PM UTC+5:30 adsapi wrote: > Hi Saurabh, > > Thank you for reaching out to the Google Ads API support team. > > You may then refer to this

Re: Empty Result in GetCampaigns in Google Ads API

2022-04-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Rukesh, Thank you for the updates. We're glad that you were able to find the information related to your concern. If you have additional questions regarding the topic being discussed in this thread, feel free to send those over to our team and we would be happy to assist you further. Best

customerNegativeCriteria:mutate

2022-04-04 Thread Ayodhya Joshi
Hi @all, I am confused as to how to add type enum in my json payload. I am fllowing this documentation: https://developers.google.com/google-ads/api/rest/reference/rest/v9/customers.customerNegativeCriteria?hl=en#CustomerNegativeCriterion Task add ip block in customer negative criterian.

Re: Get All User List IDs Belonging to a Gogole Ads Customer ID

2022-04-04 Thread Online Engineering
Hi support team, Thanks for the response, but my ask is not really around how to query any id attribute from a user list. Instead, I'm wondering if we can get the user list IDs associated with an ad account. For example, in the screenshot attached, user list ID 7165609332 is created for ad

Re: Internal error when listing batch job results

2022-04-04 Thread 'Aayushi Bhandari' via Google Ads API and AdWords API Forum
Hi team. Any updates on this issue? Cheers, Aayushi On Wednesday, March 30, 2022 at 2:32:00 PM UTC+5:30 pa...@channable.com wrote: > Hi again, > > We're still getting this problem every day. Is there anything new known > about it? > > Best, > Paweł > > On Thursday, March 17, 2022 at 10:40:13

Re: Empty Result in GetCampaigns in Google Ads API

2022-04-04 Thread Rukesh Prajapati
Thank you all for support. I have fixed the issue. I have shifted from AdWords' API to Google Ads API. I used the credential file (.ini) file from Adwords API without any modification. That is causing the issue. We have to add the manager ID in the 'google_ads_php.ini' file as

Adding a List of Keywords in a Keyword Plan Ad Group

2022-04-04 Thread Mehmet Kocak
Hey, I am working with the KeywordPlanAdGroupKeywordOperation and would like to include a list of 10.000 keywords in my keyword plan. *Here is my Code at the moment: * operation =

Re: Create conversion actions error via v9

2022-04-04 Thread leeegi...@gmail.com
Hello any update on this? I'm having the same problem. On Wednesday, January 26, 2022 at 4:34:27 AM UTC+8 adsapi wrote: > Hi Wei, > > Could you privately send us full screen screenshots of the UI and a > request and response log of API communication that returns this error? The > request and

RE: RE: RE: RE: Re: Get some error in mutateAccountBudgetProposal

2022-04-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for providing more details to your concern. I am also a member of the Google Ads API team and let me provide support to your concern. I can see that you also have an issue with the migration of the BudgetOrderService into AccountBudgetProposal. So that I can investigate it as