Empty response when migrate from Adwords to Google Ads Click View

2022-04-11 Thread Daniel
Hello Team, I'm working in the migration to the new Google Ads API, currently working in the migration process from CLICK_PERFORMANCE_REPORT to Click View report. I'm having an issue with a query that filter by a GCLID. For some reason, it always returns an empty list. GAQL: click_view_query =

empty response from while uploading GCLID

2022-04-11 Thread Sneha Suhitha Galiveeti
Hi there! I am using Google Ads API to upload offline conversions using GCLID. I have used same code from this link . I am not getting any errors but the upload function is returning an

PHP Update Budget

2022-04-11 Thread Mike Behr
I'm trying to update campaign budget I can update the status & the name. How can I update the budget: $campaign = new Campaign([ 'resource_name' => ResourceNames::forCampaign($customerId, $campaignId), 'status' => CampaignStatus::PAUSED, 'name' =>

Get the names of the customer accounts using listAccessibleCustomers

2022-04-11 Thread Muhammad Adil
Hello, I am able to get the IDs of the accounts with listAccessibleCustomers method but I would also like to get the account names along with the IDs. The main aim is to get all accessible accounts along with their name. Is it possible to do so through this endpoint? If not, which other API

Re: Parsing Google Ads Partial Failure

2022-04-11 Thread Alfred Scott
For anyone who encounters this thread, my fix was adding the field *'use_proto_plus': True,* when initializing our GoogleAdsClient. GoogleAdsClient.load_from_dict({...,'use_proto_plus': True}) On Monday, April 11, 2022 at 11:34:06 AM UTC-4 Alfred Scott wrote: > Hello, > I having the

Get paused a campaign manually ??

2022-04-11 Thread Grupo Esneca Formación
Hello, is there any way to obtain the date when someone manually paused a campaign? I have seen that there is the ATTRIBUTE campaign.end_date but it does not work for me because that date is generated when a campaign is automatically completed without someone doing it manually -- --

Re: About CRITERIA_PERFORMANCE_REPORT migration

2022-04-11 Thread Tülay Çağlayan
I cannot find Fields "CampaignId, CampaignName, AdGroupId, AdGroupName, Id, Criteria, Device, Impressions, Clicks, Cost, AveragePosition, Conversion" on report ad_group_criterion . 8 Nisan 2022 Cuma tarihinde

Re: Parsing Google Ads Partial Failure

2022-04-11 Thread Alfred Scott
Hello, I having the exact same error as above, was there any resolution to this? my version info is google-ads==15.1.1 v10 of the api On Sunday, March 6, 2022 at 10:20:06 PM UTC-5 adsapi wrote: > Hi, > > Thanks for reaching out to the Google Ads API Forums. > > It seems you have a

RE: Where to set Bid strategy in Keyword Plan > Forecast

2022-04-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising this concern to the Google Ads API support team. With regard to your concern, I can see from the shared screenshot that you provided that the forecast feature of the UI can select bidding strategy. Unfortunately, the maximize click bidding strategy does not seem to be

Re: Replicating Keyword Plan > Forecast through API

2022-04-11 Thread Emynence Technologies
Hi, Can someone help me with my issue? Thanks in advance On Saturday, 9 April 2022 at 21:29:08 UTC+5:30 Emynence Technologies wrote: > Hi, > In the frontend Keyword Plan > Forecast, I do not specify the budget when > i share a list of keywords. The system then throws a forecast output as >

Re: Trouble getting partial failures

2022-04-11 Thread Walter Bodwell
Thanks for your response. I am checking the code after getting the partial_failure_error. The problem is that the partial_failure_error is None (i.e., not present). Thanks, Walter On Thursday, April 7, 2022 at 9:15:34 PM UTC-5 adsapi wrote: > Hi Walter, > > Thank you for raising this

Re: How to define UserList using a Manager account remarketing tags

2022-04-11 Thread Ben Usher
Hi, I'm also interested in using the MCC tag as a source for my sub-account audience segment via the Google Ads API. I can't see any way of doing this through the v10 API. Has this feature been released yet? If not, is there a plan to do so? Thanks On Monday, 29 January 2018 at 18:20:48 UTC

Request to add "Rakuten Mobile Japan" targeting option in the Mobile carrier

2022-04-11 Thread mchocobo
https://developers.google.com/adwords/api/docs/appendix/codes-formats#expandable-9 the Mobile Carrier does not have the Rakuten Mobile. Would you please add the Criterion ID for the Rakuten Mobile? The Rakuten Mobile technical details can be found here:

Re: User list update via Rest api remain empty with high match rate!

2022-04-11 Thread Diana Clementi
Hello, any update on this? Looking forward to hearing from you, Thanks Il giorno venerdì 1 aprile 2022 alle 16:11:41 UTC+2 adsapi ha scritto: > Hi Diana, > > Thanks for providing the requested materials. Please allow me to share > this with our team and we will provide an update shortly. > >

Re: Performance max campaign not returned in campaign_budget report

2022-04-11 Thread 'Aayushi Bhandari' via Google Ads API and AdWords API Forum
Hi team, Do we have any updates on this? Cheers, Aayushi On Wednesday, March 30, 2022 at 6:27:42 PM UTC+5:30 Shipra wrote: > Hey Nirmita, > I shared logs privately with the author. > > Regards, > Shipra > > On Wednesday, March 30, 2022 at 12:33:33 AM UTC+5:30 adsapi wrote: > >> Hi Oliver, >>

Getting image/video assets for discovery campaigns

2022-04-11 Thread Ashwani Chandra
Hi, While working with discovery and performance campaigns, we are able to get the campaign metrics from the endpoints, but we would also like to visually display the assets (image and video) along with the campaign details for better reporting. We see that performance campaigns have assets

I want to get country infomation with campaign in table 'location_view', my query as followed

2022-04-11 Thread MY LOVE
SELECT customer.id, campaign.id, campaign.name, campaign.status, metrics.interactions, metrics.cost_micros, metrics.conversions, metrics.ctr, metrics.impressions, metrics.clicks, segments.date, FROM location_view WHERE segments.date BETWEEN '%s' AND '%s' please, thanks! -- --

Re: PERMISSION_DENIED with google ads api

2022-04-11 Thread Cauz Jérôme
I think the problem comes directly from google, because I created a new "OAuth 2.0 credential clients" and I have the exact same problem while I validated the management for adwords and ads. I know how to make requests to the adwords api but not to google ads or I have the same answer. Le

Re: what are the views that support "metrics.biddable_app_install_conversions", "metrics.biddable_app_post_install_conversions"

2022-04-11 Thread Vinay Kumar
Thank you for the response, Can you please tell me which resources that supports " *metrics.biddable_app_install_conversions*", " *metrics.biddable_app_post_install_conversions*" Thank you, VinayV9. On Monday, 11 April 2022 at 14:07:59 UTC+5:30 adsapi wrote: > Hi Vinay, > > Thank you for

RE: Get Operation Count For Last Call in Google Ads Api

2022-04-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to us. Please note that there’s already no get operations, you can check these Release notes to check the functionality and changes added in v10.0. You can check this documentation for unified object retrieval and reporting service of the Google Ads API using

Re: PERMISSION_DENIED with google ads api

2022-04-11 Thread Cauz Jérôme
The email given is obviously not complete. Here are the logs: CampaignController_campaignFindAction: -2951715149- { "message": "The caller does not have permission", "code": 7, "status": "PERMISSION_DENIED", "details": [ { "@type":

Re: PERMISSION_DENIED with google ads api

2022-04-11 Thread Cauz Jérôme
Hi, Thank you for your reply. Here is what I get: { "message": "The caller does not have permission", "code": 7, "status": "PERMISSION_DENIED", "details": [ { "@type": "google.ads.googleads.v9.errors.googleadsfailure-bin", "data": "" },

Re: Problems with batch jobs

2022-04-11 Thread Ainis Vabolis
But it is not the feature, it is the issue with batch processing :/ On Monday, April 11, 2022 at 11:51:10 AM UTC+3 adsapi wrote: > Hi Ainis. > > > Thank you for following up. > > > With regards to your concern, I am afraid that we don't have the > visibility to the timeline and plan about the

Re: Problems with batch jobs

2022-04-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ainis. Thank you for following up. With regards to your concern, I am afraid that we don't have the visibility to the timeline and plan about the feature request that we raised. For now please follow our blog as we will post relevant updates when it becomes supported. Regards, Darwin

RE: hanks to the Google team. I have a question: can display upload upload the URL of the picture? Not a bundleurl?

2022-04-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Kieran, Thanks for reaching out to the Google Ads API Support team. Could you please provide more context and elaborate on what you meant by : "can display upload upload the URL of the picture? Not a bundleurl?"? Please reply privately if sending to us any sensitive details. Regards,

Audience performance report [adwords] / Audience segment [ui]

2022-04-11 Thread Don A
Hello, 1. In migration map https://developers.google.com/google-ads/api/docs/migration/mapping?hl=en#audience_performance for CpcBid says "This should be campaign/ad group criterion depending on the view." When querying from ad_group_audience_view this field should be

RE: what are the views that support "metrics.biddable_app_install_conversions", "metrics.biddable_app_post_install_conversions"

2022-04-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vinay, Thank you for reaching out to us. Upon checking, 'metrics.biddable_app_install_conversions' and ‘metrics.biddable_app_post_install_conversions’ are not a valid field in the SELECT clause when customer is the resource in the FROM clause. Fields in the SELECT must be 'Selectable'. To

Get Operation Count For Last Call in Google Ads Api

2022-04-11 Thread Empower Solutions
Hi, In Google AdWords API we have a method "GetOperationCountForLastCall", how can I get it in a google Ads API? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Ad preview

2022-04-11 Thread Logrise lda
Thanks for the response, I will keep an eye on the blog, Have a great day Kind regards A sexta-feira, 8 de abril de 2022 à(s) 19:36:25 UTC+1, adsapi escreveu: > Hi there, > > Thank you for the screenshot, I reproduced it and sent in your request for > ad preview of responsive search ads to

Searching custom interests using the google ads API

2022-04-11 Thread Shehan Jayasinghe
Hi all, We're trying to create a custom audience via the API. How do we search the interests and custom affinity & intent categories as shown in the screenshot? Is there a search API or a GAQL query that we can use to query the relevant interests? -- --

Re: search impression share returns 0 when requested with segment network

2022-04-11 Thread Tiana S.
Hi Nadine, Thanks for the update! Please let me know what they say. On Friday, 8 April 2022 at 20:45:27 UTC+2 adsapi wrote: > Hello Tiana, > > Unfortunately, we don't have an answer on this one, yet. I think it may > have accidentally dropped between two people. I'm reaching out to them to >

Re: Getting 400 Error on generateKeywordIdeas

2022-04-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi David, Thank you for reaching out. As per this document, they typically contact you within two business days of the date you submitted your application, at the email address you provided. Also, if you want to do a follow up or any concern about your submitted application, the I would

Login-customer-id

2022-04-11 Thread 'Matan Shavit' via Google Ads API and AdWords API Forum
Hey, I need to add login-customer-id header to the request I send, when trying to get the relevant manager id I send List accessible customers request, and query the returning customers to get the account hierarchy, none of the accessible customers aren enabled so I get permission denied, since

Re: AuthorizationError.TWO_STEP_VERIFICATION_NOT_ENROLLED error returned by AdWords API

2022-04-11 Thread 'Oksana Sulyma' via Google Ads API and AdWords API Forum
Hi! any information on my question will be highly appreciated! On Wednesday, March 30, 2022 at 6:20:16 PM UTC+3 Oksana Sulyma wrote: > Hello, just wanted to confirm that we still need an answer to this > question. Thanks! > > On Wednesday, March 23, 2022 at 11:50:46 AM UTC+2 Oksana Sulyma

what are the views that support "metrics.biddable_app_install_conversions", "metrics.biddable_app_post_install_conversions"

2022-04-11 Thread Vinay Kumar
In the API, it was given that *Customer View* will support the following metrics: biddable_app_install_conversions biddable_app_post_install_conversions

RE: Getting StackOverFlow error while creative AdsServiceClient

2022-04-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Rishabh, Thanks for reaching out to the Google Ads API Support team. So our team can better check on this, can you provide the complete API logs (request and response with request-id) to further investigation? You can provide it via Reply privately to author option. If this option is not

Re: Getting 400 Error on generateKeywordIdeas

2022-04-11 Thread David Alvarez
Any idea on how long the acceptance process usually takes? I can't seem to get my developer token to work with my Test Manager Account. On Monday, April 11, 2022 at 2:42:11 AM UTC-4 adsapi wrote: > Hi David, > > Thank you for the update. > > We are glad to hear that. If you have further

Re: Getting 400 Error on generateKeywordIdeas

2022-04-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi David, Thank you for the update. We are glad to hear that. If you have further questions, please feel free to add those in this thread. Our team will be happy to assist and give support to you. Regards, Carmela Google Ads API Team ref:_00D1U1174p._5004Q2ZLdzS:ref -- --

Re: CANNOT_MODIFY_AD

2022-04-11 Thread FW API
Hello Aryeh, thank you for the overview of ad types. That was very helpful. I have tried what happens when one „edits“ for example the final url of an immutable image ad in the google ads web app, and then apparently a modified ad is created and the old ad is removed. Fair enough. Now I

Re: Getting 400 Error on generateKeywordIdeas

2022-04-11 Thread David Alvarez
Hi! Thank you very much. Finally, the error was simply that I was sending a DEVELOPER TOKEN that was pending approval on a (Non-Test) Manager account. I applied for my production token so that I can query without problems. On Sunday, April 10, 2022 at 11:52:32 PM UTC-4 adsapi wrote: > Hi

Re: Problems with batch jobs

2022-04-11 Thread Ainis Vabolis
Hi, Any news ? On Friday, April 8, 2022 at 5:48:41 PM UTC+3 adsapi wrote: > Hi Ainis, > > Thank you for following up. > > My colleague has already raised the issue to the team with the information > that you provided. With this, please keep an eye on the other email thread > as we will

User making changes on account

2022-04-11 Thread Dan
HI, Is the only way to find out the user that has made a change on an account via the *change_event*? For instance if we pull a resource, is there no other way to see the user and/or ID who added certain keywords etc. for instance? Like is there a user ID we can get or filter on? We are

RE: Deadline Exceeded when fetching ads since 4/6

2022-04-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Gavin, Thank you for reaching out to us. The DEADLINE_EXCEEDED error occurs when the request took longer than a deadline. But since you said that “The query can successfully return ~400k Responsive Search Ads within 40 minutes. But now it hit the "Deadline Exceeded" every 15 minutes” even