Re: How can I create ResponsiveDisplayAd inside of smart shopping campaign via Google Ads API?

2021-06-24 Thread Google Ads API Forum Advisor
Hi Yoshie, Thank you for providing the requested details privately. To answer this question first, it is currently not possible to create responsive display ad under smart shopping campaign. "So it is possible on UI but it is not supported via API, correct?" With this, allow me to raise a featu

Customer Status

2021-06-24 Thread 'Somnath Jadhav' via AdWords API and Google Ads API Forum
Hi Support Team, Hope you all are safe and doing well. I have a query regarding *customer status*. I have gone through the documentation of customer resources (https://developers.google.com/google-ads/api/fields/v8/customer) in the Google Ads API report section, but I was not able to find the f

MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT error on hotel campaigns (BatchJobService Only)

2021-06-24 Thread Kyu Rutchapon
Hi, I can create Hotel Campaigns using Google Ads API V8 using CampaignService wihtout problems, but when tried to use BatchJobService we got MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT error for operations for hotel ads campaign. we can use BatchJobService for Search Campaign in search account wit

Re: Issue : Lead Form Asset Extension

2021-06-24 Thread Shivakumar Kandasamy
Thanks a lot Xioming, You saved my day. Can I retrieve the lead form data using API in production? Thanks Shivakumar Kandasamy On Tuesday, June 22, 2021 at 1:28:22 AM UTC+5:30 adsapi wrote: > Hi Shivakumar, > > Thank you for reaching out. Please use this feature on the production > account

Hi can

2021-06-24 Thread ok New
Help -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group.

RE: Issue - strange behavior when testing LinkManagerToClient.php

2021-06-24 Thread Google Ads API Forum Advisor
Hi, The two possibilities of the USER_PERMISSION_DENIED error: 1 ) You're trying to authenticate as a manager but did not specify that manager account ID in the login-customer-id header 2 ) The email you used to create the OAuth credentials does not have the required access in the target accoun

Does the AdWords API provide read after write consistency (strong consistency)?

2021-06-24 Thread Ronen Barenboim
Hi, If, for example, I add an Ad using AdGroupAdService.mutate and then issue an AdGroupAdService.get (listing all ads in the AdGroup) or AdGrourpAdService.query - am I guaranteed that the Ad I added successfully will be returned? Or does it use an eventual consistency model rather than a str

Re: materials

2021-06-24 Thread Google Ads API Forum Advisor
Hi Yun, Thank you for reaching out. You have to first create the asset and then apply it in the ad. You could refer to this guide on how to create an asset and use it in an ad. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q2IxcFI:ref --

RE: Migrated to V8 : Started Seeing Increased Rate of DEADLINE_EXCEEDED

2021-06-24 Thread Google Ads API Forum Advisor
Hi Pete and Mat, Thank you for the logs and dashboard pictures. Based on Pete's last response it seems that the issue is transient and it cleared up. If DEADLINE_EXCEEDED occurs again please get back to us. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2IxwR1:ref -- -- =~=

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

Login

2021-06-24 Thread ok New
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To

RE: Querying for Specific AdTextAsset Fields

2021-06-24 Thread Google Ads API Forum Advisor
Hi Kevin, Could you send us privately a full request / response log of a too large AdTextAsset? Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2Ixv1C:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: How to modify ad.ad_data if one of the assets inside is disapproved?

2021-06-24 Thread Google Ads API Forum Advisor
Hi Sergiy, Thank you for reaching out to Ads API support. In Ads API there's an updatemask that only the fields specified in your update get mutated. An example is shown here - https://developers.google.com/google-ads/api/docs/ads/mutate-ads. Regards, Aryeh Baker Google Ads API Team ref:_00D1U

RE: GAds report API for "campaign tracking"

2021-06-24 Thread Google Ads API Forum Advisor
Hi, Thank you for reaching out. Is the client looking to fetch the campaign metrics? If so, they could query the Campaign Performance Report. If not, please elaborate on the question so we could better assist. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:

RE: V8 : CALL_AD : display_url VALUE_MUST_BE_UNSET

2021-06-24 Thread Google Ads API Forum Advisor
Hi Pete, Thanks for pointing this out and sharing a detailed summary of the issue. Please allow me to share this with our team and we will provide an update on the issue shortly. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2IxmDo:ref -- -- =~=~=~=~=~=~=~

Customer Match Policy

2021-06-24 Thread Yossi
Hello, I'm trying to create a new user list and getting this error: Advertiser needs to be on the allow-list to use remarketing lists created from advertiser uploaded data (e.g., Customer Match lists). Then I've encountered this article that explains what conditions should be met in order to get

RE: HistoricalMetricsOptions

2021-06-24 Thread Google Ads API Forum Advisor
Hi Brad, Thank you for reaching out to us. In looking over the document that you shared with us. As well as looking at Erics response. I would suggest looking at what he mentioned for Python. Unsure what library you are using. But basically with the way that JSON is setup you will need to go th

RE: How to get the names of labels and not just the id's

2021-06-24 Thread Google Ads API Forum Advisor
Hi Casper, Thanks for reaching out. You can use the attributed resource, label, from the campaign_label resource to retrieve the ID and name. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2IxkIJ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

Small inconsistencies with conversions_by_conversion_date

2021-06-24 Thread the...@funnel.io
Hi, we're seeing small differences in the number of conversions by conversion date between the google ads UI and API. From the API we get a total of 21129.62, but in the UI the result is 21131.30. Any idea why this could happen? The query: SELECT campaign.advertising_channel_type, campaign.adv

Re: Google Ads under Performance Max Feature

2021-06-24 Thread Google Ads API Forum Advisor
Hi All, Thanks for voicing your need for this feature. We have submitted the request. New features will be announced on the Ads Developer blog. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2Eoep5:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ A

Re: Disapproved Images

2021-06-24 Thread Google Ads API Forum Advisor
Hi Maite, Thank you for the response back. Just want to start by letting you know that we mostly deal with the technical side of the API and are happy to help you with this. The fact that when you run the PolicyTopicEntries query and get nothing would indicate to me that there is something else

Re: Authorizationerror: no_customer_found

2021-06-24 Thread Oksana Sulyma
Thanks Xiaoming! I've sent private details via 'reply to author'. On Monday, June 21, 2021 at 10:52:39 PM UTC+3 adsapi wrote: > Hi Oksana, > > Thank you for reaching out. Could you please share the complete request > and response logs via the *Reply privately to author* option for us to > furth

Re: Exclude resourceName from response

2021-06-24 Thread Pete Lavetsky (AdWords API Guru)
Hey Zhisheng, This question also came up recently in the Java client library board: https://github.com/googleads/google-ads-java/issues/438 Long story short it doesn't look like removing resource_name will be coming any time soon. They are working on compression toggles tho. Pete On Wednesda

Re: Google Ads Groups Campaigns Cost By Time Frame

2021-06-24 Thread Pete Lavetsky (AdWords API Guru)
Hey Ali, At this time you can only specify segments.date in -MM-DD format: https://developers.google.com/google-ads/api/docs/query/date-ranges Hope that helps Pete On Thursday, June 24, 2021 at 4:45:28 AM UTC-4 aliabdul...@gmail.com wrote: > > Dears, > > > Could you please help me finding

Get the cost of advertising per day

2021-06-24 Thread ql z
- - How do I construct URLs to capture AD spend per day in the region[image: 1624530649(1).jpg] - - Just like the picture above -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleads

RE: INVALID_TOKEN_HEADER, Trigger: New developers must use the Google Ads API

2021-06-24 Thread Google Ads API Forum Advisor
Hi, Our team has now identified the cause of this error. That said, in order to avoid encountering this, you may refer to this guide when using newly created developer tokens. Best regards, Peter Laurence Napa Oliquino Google Ads API Team ref:_00D1U1174p._5004Q2HCfbw:ref -- -- =~=~=~=~=~=~=

Re: Getting error while fetching data using google ads api

2021-06-24 Thread Google Ads API Forum Advisor
Hi, Our team has now identified the cause of this error. That said, in order to avoid encountering this, you may refer to this guide when using newly created developer tokens. Best regards, Peter Laurence Napa Oliquino Google Ads API Team ref:_00D1U1174p._5004Q2HCeSK:ref -- -- =~=~=~=~=~=~=

RE: Google Ads Groups Campaigns Cost By Time Frame

2021-06-24 Thread Google Ads API Forum Advisor
Hi Ali, Thank you for posting your concern. Since it appears that your concern is product specific. With this, I would suggest raising your concern to the product team via this link as they are more knowledgeable on how metrics / statistics are accumulated / computed on specific account for sp

RE: How to obtain AC for Pre-Registration campaign data

2021-06-24 Thread Google Ads API Forum Advisor
Hi Born, Could you provide a sample generated report where data / statistics of this campaign sub-type is included? I asked this because this is not supported in Google Ads API / AdWords API, and there is no information from the team about App pre-registration sub-type that this is supported be

Google Ads Groups Campaigns Cost By Time Frame

2021-06-24 Thread Ali Abdullah
Dears, Could you please help me finding a way to calculate the cost during a specific time from, let's say last 12 hours, not a date frame. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=

How to obtain AC for Pre-Registration campaign data

2021-06-24 Thread Born
Hi team, The data of Pre-reg campaign can be obtained through adwords api before May 2020, after which we couldn't obtain data of the same campaign type through adwords api nor ads api. I'm writing to confirm that is this feature removed from adwords api and not yet supported by ads api. Or do

RE: TEMPLATE_AD missing data

2021-06-24 Thread Google Ads API Forum Advisor
Hi Miryam, Thank you for posting your concern. So that our team can further investigate the issue, could you provide the following details via Reply privately to author option? Customer ID Complete report definition that you've used on retrieving this type of ad in AdWords API Sample ad Ids of

RE: Unauthorized CREATE operation in invoking a service's mutate method.

2021-06-24 Thread Google Ads API Forum Advisor
Hi everyone, I had to delete all your initial posts as it appears to have contained sensitive information in the logs of the initial poster. I am now re-posting the redacted details of the initial post below for reference : "Hello, i am trying to create a new campaign and budget but i get the f

Re: Delay Data Report and Refresh Token problem's

2021-06-24 Thread Алексей Чигинцев
Thank you, Peter. For the issue with refresh_token: we have taken a note and write to support Google API Console. For the issue with delay in the reports: unfortunately, we can't provide screenshots for the 18th June from the UI, because now there are already updated data in the interface, and t

Re: TemporaryID for Label when adding AdGroupAd

2021-06-24 Thread Viet Nguyen Huy
Hello Peter, I am sorry for the late reply. I have sent the request privately. This is the response and request_id. com.google.ads.googleads.v7.errors.GoogleAdsException: errors { error_code { request_error: IMMUTABLE_FIELD } message: "Field \'resource_name\' cannot be modified by \'CR