Re: MISALIGNED_DATE_FOR_FILTER when using v9

2022-01-26 Thread Azfar Haziq
This is the request { url: 'https://googleads.googleapis.com/v9/customers/5171512735/googleAds:search', json: true, body: { query: "SELECT customer.id, campaign.id, campaign.name, ad_group.id, ad_group.name, ad_group_ad.ad.id, ad_group_ad.ad.name, ad_group_ad.ad.legacy_responsive_displ

RE: Error in listing accounts using API - The customer can't be used because it isn't enabled

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Utkarsha, Thank you for reaching out to us. Upon checking the error, it seems that it is related to CUSTOMER_NOT_ENABLED. Please note that it is not possible to make API requests against canceled / not enabled accounts unless you will reactivate it by following this guide. Regards, Princes

RE: MISALIGNED_DATE_FOR_FILTER when using v9

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Azfar, Thank you for reaching out to our team. To investigate the issue 'MISALIGNED_DATE_FOR_FILTER' error that you've mentioned and to address it, please provide us with the complete request and response logs with request ID and request header generated on your end. You may send the req

Re: Campaign Goal API endpoint

2022-01-26 Thread AMAP TEST
Hi Kevin, Okay i get your point on Campaign Goal creation not supported yet . But as per your documentation it clearly says : *When you create the conversion action, Google Ads will automatically perform the following steps:* - *Create a CustomerGoal for the conversion action's catego

Re: Help trying to update an account using BatchJobServiceClient

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Julian, Thanks for getting back to us. As mentioned by Josh on this link, can you share to us the ID of the batch job (via Reply privately to author) so our team can further check? Regards, Mark Kevin Albios Google Ads API Team ref:_00D1U1174p._5004Q2VOLNu:ref -- -- =~=~=~=~=~=~=~=~=~

Filter Generated Keyword (Google ads API)

2022-01-26 Thread Rohit Nishad
Hi I am using this example to generate keywords, https://developers.google.com/google-ads/api/docs/keyword-planning/generate-keyword-ideas Its perfectly working, but i want to filter the generated keyword ideas. for example i want keyword that have minimum of 1000 search Thanks -- -- =~=~=

Error in listing accounts using API - The customer can't be used because it isn't enabled

2022-01-26 Thread Utkarsha Mone
Hi, I am using Google Ads API to list accessible customers associated with a user's account. I am getting the following error in some cases when trying to do so - Request with ID 'v5TJu76H4FTsdMr_WQAddQ' failed with status 'PERMISSION_DENIED' and includes the following errors: Error with mess

Re: Criteria Performance Report

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Akash, Thanks for getting back. Harry here, I work with Peter. If you mean to retrieve performance metrics specifically with YouTube Video placements, then you can pull the detail_placement_view where you can use the detail_placement_view.placement_type field to identify the type of each pl

RE: Accounts under MCC with active campaigns

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Álvaro, Thank you for reaching out to us. In the Google Ads API's perspective (REQUESTED_METRICS_FOR_MANAGER), metrics cannot be requested for a manager account. To retrieve metrics, issue separate requests against each client account under the manager account. For you to retrieve all ac

Re: FinaUrls Readonly for some reason

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Joshua, Thank you for sharing a screenshot containing your code. An ad group ad's finalUrls attribute as mentioned earlier by Matt, should not be read only especially when you are using the AdGroupAdService to create the said ad. As an aside, for updating ads, you can use the AdService inste

CustomerLabel API name

2022-01-26 Thread Hwansang Cho
Hi. I would like to view the label of my account. [image: 계정라벨.PNG] I think I can use the API, but how can I look up LABEL_ID? $formattedResourceName = $customerLabelServiceClient->customerLabelName('[CUSTOMER_ID]', '[LABEL_ID]'); $response = $customerLabelServiceClient->getCustomerLabel($forma

Re: manager_link_error: INVALID_CHANGE

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Katerina, Thank you for the reply. Upon checking on my end, the link that you are trying to accept at the client account level is currently in 'CANCELED' and this is the reason why the error occurred as it should be in 'PENDING' status. With this, you may try to create a new link using API

RE: I need help identifying two metrics

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Duvan, Thank you for reaching out to our team. Allow me to provide support. For the first question, if you want to get the spend or the cost at campaign level, then I would suggest using the campaign report and include the metrics.cost_micros field. As for the second question, to have a

RE: Create Campaign with Goal and Customer Action

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API Forum. Unfortunately, creating campaign goals and creating actions shown on Ads UI are not yet supported in the API. We have already raised a feature request regarding this. Please keep an eye on our blog for the announcements and updates on ne

RE: Looping through all bids that belong to each ad group in a campaign.

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Werner, Good day as well and thank you for reaching out to our API support team. You can instead directly query all the ad groups belonging to your account using the ad_group report. You should also be able to filter using the campaign.id field. Once you acquire the details of the ad group

RE: How to update labels?

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for posting your concern. You are correct that the AdGroupLabelOperation only has create and remove operations so it is not possible to update. However, if you want to use different label names at ad group labels and you want to apply it on specific ad groups, then you can create

MISALIGNED_DATE_FOR_FILTER when using v9

2022-01-26 Thread Azfar Haziq
Hello, I trying to migrate my google ads from v8 to v9. I was using the same query on v8 SELECT customer.id, campaign.id, campaign.name, ad_group.id, ad_group.name, ad_group_ad.ad.id, ad_group_ad.ad.name, ad_group_ad.ad.legacy_responsive_display_ad.marketing_image, ad_group_ad.ad.legacy_resp

Re: geographic_view - report help

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thanks for getting back to us. With regards to your 1st query on how I can get one item to return for each campaign, can you please give us more clarity on your concern so that our team can provide specific recommendations? And with your 2nd query, we support command line curl. By using

Re: Help trying to update an account using BatchJobServiceClient

2022-01-26 Thread Julian Canada
Hi! We have reached out to the client but they told us to come back here. (Question posted here ) They say that sounds like an issue with the API. What information could we provide to help you triage the issue ? Thank you ! On Monday, J

RE: SelectorError.INVALID_PREDICATE_FIELD_NAME

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Samantha, Thanks for reaching out. Can you confirm which API the third party tool uses? I see you linked to ddp.googleapis.com, which is not related to the AdWords or Ads API. It seem it's related to the DDP API (Ad Manager). You might try asking about this on their dedicated forum, here. T

I need help identifying two metrics

2022-01-26 Thread Duvan Felipe Buritica Cardona
good afternoon, Please tell me what are the metrics that I should obtain for these concepts: 1) The total amount of money that has been spent on the campaign 2) The total amount of money per purchase I am reviewing the documentation and the concepts of spending in the campaign and purchase or c

Re: geographic_view - report help

2022-01-26 Thread AdWordsAPI-Gnr
I shared the query and the returned data. How can I get one item to return for each campaign? Could you help. How can I get request id with rest api? I couldn't solve it. thanks 26 Ocak 2022 Çarşamba tarihinde saat 12:01:55 UTC+3 itibarıyla adsapi şunları yazdı: > Hello, > > > > I'm Kevin fr

Re: Accounts under MCC with active campaigns

2022-01-26 Thread Álvaro
Just updating that i tried also from customer_client: SELECT customer_client.currency_code, customer_client.descriptive_name, metrics.impressions, customer_client.id, customer_client.manager, customer_client.time_zone, segments.date FROM customer_client WHERE customer_client.manager = False AND

Re: geographic view segmentation

2022-01-26 Thread 'INI GlobalOps' via Google Ads API and AdWords API Forum
thanks for flagging this we responded on that thread. On Tuesday, January 25, 2022 at 2:47:48 AM UTC-5 adsapi wrote: > Hello, > > I could see that my colleague, Mark, already responded to you in this > thread >

Re: Same Developer Token for All Manager Accounts?

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hustle, Thank you for reaching out to the Google Ads API support team. Yes, the form is reaching out to the API compliance team for your concern regarding developer token. You can inquire of your question. Let me know if you have any questions. Thanks, Nirmita Patel Google Ads API Team ref

Re: Managing Accounts - Migration from Adwords API to Google Ads API

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tomas, It is possible to manager multiple unrelated accounts, but you will have to change the login customer ID in accordance with the account that you are targeting (or simply change the targeted customer ID if you are authenticating directly with the client account). You can read more abou

RE: Keyword performance Report

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hao, Thanks for reaching out. Can you please provide us with more details on this issue? For example, can you provide us with the queries that you are using from the AdWords API and the Ads API? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2VPepU:ref --

Re: Error with message "The operation is not allowed for the given context."

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jacob, The replies sent by "reply to author" are not exposed on forum, but get to Google Ads API support. We respond to those replies, sometimes privately and sometimes publicly. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2VPXuh:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Criteria Performance Report

2022-01-26 Thread Akash Prajapati
Hi As we know that Criteria Performance Report is deprecated in ADS api, so if my criteria_type in adwords criteria performance report has many criteria for example - YouTube Video Keyword Gender Placement. So if i want to fetch specific criteria I wish to track its performance in ads api I sh

RE: Ad Performance Report

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Hao, Thanks for reaching out to the Google Ads API support. For us to investigate, we will need a full log of request and response logs with request ID and request header generated on your end of API communications of the report pull. The request and response appears similar to the JSON Ma

Accounts under MCC with active campaigns

2022-01-26 Thread Álvaro
Hi, Im trying to migrate from Google Scripts to Google Ads API and can't figure out a way of getting all accounts with activity within the last 7 days. Im willing to avoig making requests to video_performance_report on those accounts without delivery. *Google Ads Scripts code*: var accountIte

RE: Google Ads API : AdGroup Cpm and Cpa Values

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Can you please provide us with your complete request and response logs, along with the results from your report so that we can investigate this issue? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2VPd2M:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Google Ads API -authorizationError

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jing, Thank you for reaching out to the Google Ads API support team. Could you please provide email id which user accessing the API so that we can further investigate the issue? Thanks, Nirmita Patel Google Ads API Team ref:_00D1U1174p._5004Q2VMsyw:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: FinaUrls Readonly for some reason

2022-01-26 Thread Joshua Newman
Not sure if you got my last message as I tried to replay to author privately. What we are seeing is that in a .Net VB project, when utilizing the Google Ads Api .Net nuget package is that the compiler is seeing a syntax error when trying to assign the *FinaUrls* field of the *Ad* object meaning

RE: Audience Performance Report

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hao, "campaign_audience_view" only includes audiences attached at the campaign level. "ad_group_audience_view" reports on audiences attached at adGroup level. For structure report you can use ad_group_criterion and campaign_criterion as you won't lose rows. In the audience_view reports, segm

RE: Migration of Adwords API to Ads API

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Rten, Thank you for reaching out to Google Ads API support. Could you send us the complete request and response logs of API communication that returns this error? The request and response appears similar to the JSON Mappings in our REST documentation. Our client libraries have loggers wit

Looping through all bids that belong to each ad group in a campaign.

2022-01-26 Thread Werner Reyneke
Good day, how do I get a collection of all campaigns, then iterate through their ad groups and update specific Bids please? Thanks in advance. Werner - C# .Net Developer. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =

Re: How do I replicate AdWords' CONTAINS operator in Google Ads?

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Stefano, Thanks for getting back to us. I've been chatting with a lot of people over here to see if there's an alternate solution. As you've noticed, the current workaround is to escape the characters. I'm checking if it's possible to introduce the \Q and \E into the Regex since that's pr

Re: manager_link_error: INVALID_CHANGE

2022-01-26 Thread 'Kateřina Henzlová' via Google Ads API and AdWords API Forum
Hi there, I sent the private reply almost 2 weeks ago. Shall I expect a reply here or via email? Thanks for your help, Katerina On Thursday, January 20, 2022 at 3:58:09 AM UTC+1 adsapi wrote: > Hi Ionut, > > Thank you for reaching out as well to our support team. > > So our team can take a loo

Re: Empty Ad Group Asset

2022-01-26 Thread 'Lonny Kapelushnik' via Google Ads API and AdWords API Forum
Mark - thanks for the update. I'll look into those services and look forward to having responsive display ads added to the supported ad types for ad_group_ad_asset_view. On Wednesday, January 26, 2022 at 1:37:09 AM UTC-7 adsapi wrote: > Hello Lonny, > > Thanks for getting back to us. > > You ca

How to update labels?

2022-01-26 Thread 123
I am trying to update Ad Group Labels. In AdGroupLabelOperation there is only create and remove, how do I update? -- This email is private and confidential. If you have received this email in error, please notify the sender and delete all copies (including any attachments) from your system. I

Re: KeywordsStates using Google Ads API

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Average CPC is not a currently supported historical metric. Please see this page for supported KeywordPlanHistoricalMetrics. As with the TargetingIdeaSelector searchParameters in the AdWords API, you can filter your GenerateKeywordIdeasRequest. The available filters are listed in the Ge

SelectorError.INVALID_PREDICATE_FIELD_NAME

2022-01-26 Thread Samantha Kapai
Hello I am using the new suds library from suds community ."https://github.com/suds-community/suds";. I get the following error back when trying to execute my python code predicate = self.wsdl_client.factory.create('Predicate') if name_filter != "": predicate['operator']['value'] = "CONTAIN

Re: Error with message "The operation is not allowed for the given context."

2022-01-26 Thread Jacob Peebles
Silly question and off topic, when you 'reply to author'how do you then see the message you sent, where is the 'sent' folder in google groups? - Jake On Wednesday, January 26, 2022 at 6:10:00 AM UTC-5 Jacob Peebles wrote: > Teejay, great yes we'll do that if we have no luck early today reso

Re: Asset level custom conversions from ad_group_asset resource

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vijay, I work with Peter and will assist you. Only assets that are asset based extensions link directly to Ad Groups . Otherwise, you are probably referring to an asset linked directly to an ad. Currently, you cannot get ad asset level direct conversion related metrics, only at ad_group_ad

Re: Same Developer Token for All Manager Accounts?

2022-01-26 Thread Hustle OU
Ok, thanks for your reply Ernie. We submitted the application on Monday morning. Should we contact them via that form (2 business days have passed and no reply so far)? On Tuesday, January 25, 2022 at 6:49:23 AM UTC+1 adsapi wrote: > Hi, > > Thank you for your follow up question. I am also a m

Keyword performance Report

2022-01-26 Thread 'Hao Long' via Google Ads API and AdWords API Forum
Hi Team, we are working on keyword performance report migration from adwords to ads(keyword_view) api. we found there have some records existing adwords api but not in ads api. exception case: account: UK_Vertical_Parts_and_Accessories_Exact_1(7390598815) campaign: TextAds_UK_MatchType_Vertic

Re: Managing Accounts - Migration from Adwords API to Google Ads API

2022-01-26 Thread Tomas Guerra
Thanks a lot for your help! So, it is not possible to manage multiple *unrelated* Google Ads accounts with the Google Ads API? Even if I get the refresh tokens with the consent of the account owners? El miércoles, 26 de enero de 2022 a la(s) 00:20:48 UTC-3, adsapi escribió: > Hi Tomas, > > Than

RE: Google ads API not returning Campaign Names sometimes

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Sumit, To investigate the issue "returns campaign names and sometimes it does not" as you've mentioned, please provide us with the complete request and response logs with request ID and request header generated on your end. You may send the requested information via the Reply privately to

Re: Error with message "The operation is not allowed for the given context."

2022-01-26 Thread Jacob Peebles
Teejay, great yes we'll do that if we have no luck early today resolving it, thank you! - Jake On Wednesday, January 26, 2022 at 2:29:55 AM UTC-5 adsapi wrote: > Hi Jacob, > > For us to assist you further, could you kindly provide the complete > request >

RE: get Accounts API using Google Ads API

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, To investigate the issue below, please provide us with the complete request and response logs with request ID and request header generated on your end. You may send the requested information via the Reply privately to the author option. If this option is not available, you may send the d

Re: Ad Performance Report

2022-01-26 Thread 'Hao Long' via Google Ads API and AdWords API Forum
btw, i want to know the reason why it return the same volume of data for Google Adword API? On Wednesday, January 26, 2022 at 5:58:07 PM UTC+8 Hao Long wrote: > Hi Team, > > we are facing huge row count gap for ad performance report when migrate > from Adwords to Ads API. > > the background is

Ad Performance Report

2022-01-26 Thread 'Hao Long' via Google Ads API and AdWords API Forum
Hi Team, we are facing huge row count gap for ad performance report when migrate from Adwords to Ads API. the background is we query ad performance report in adwords API to get ads structure meta data and the query field list as below: Date Id AccentColor AccountCurrencyCode AdGroupId AdGroup

Audience Performance Report

2022-01-26 Thread 'Hao Long' via Google Ads API and AdWords API Forum
Hi Team, We are migrate Audience Performance report form Google Adwords API to Google Ads API and according by resource mappings from Google Ads API wiki page(https://developers.google.com/google-ads/api/docs/migration/mapping) there map to two resources(campaign_audience_view and ad_group_au

Re: Google Ads API : AdGroup Cpm and Cpa Values

2022-01-26 Thread 'Daan Groot' via Google Ads API and AdWords API Forum
Hi, Any updates on this? We have the same problem. Op maandag 22 april 2019 om 08:00:02 UTC+2 schreef googleadsapi...@google.com: > Hi Kevin, > > So I can better investigate, could you provide to me your clientCustomerId > and the GAQL that you used in generating the report? Also, could you

RE: geographic_view - report help

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, I'm Kevin from the Google Ads API Team. Can you please provide the complete request and response logs with request ID in order for us to better investigate the issue? You may send this to me via Reply privately to author option. If this option is not available, you may send the detail

Re: Get account information

2022-01-26 Thread 'Hao Long' via Google Ads API and AdWords API Forum
Thanks Peter, yes, as your suggest first we get label from customer_label resource and use the label(customers/{customer_id}/labels/{label_id}) value to map resource_name in label resource to get label.name. we got the value as we want. On Tuesday, January 25, 2022 at 10:52:50 AM UTC+8 adsapi

Re: Google Ads API -authorizationError

2022-01-26 Thread 'Jing Li' via Google Ads API and AdWords API Forum
Hi Aryeh, I hope you are doing well. We acquire the full request and the response body , for your information, URL - https://googleads.googleapis.com/v8/customers/8037314349/googleAds:search?page_size=3000 Headers - 'content-type': 'application/json', 'Authorization': 'Bearer ya29.A0ARrdaM

Re: Empty Ad Group Asset

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Lonny, Thanks for getting back to us. You can refer to the available services below when creating assets for Campaigns and AdGroups. CampaignAssetService AdGroupAssetService With regard to retrieving assets approval status and performance, you can make use of these available fields (per

RE: Get ImageAd MediaFile or Data with GoogleAdsService.Search

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Zhong, Thank you for providing more details to your concern. To further check the concern, could you provide the complete request and response logs with request ID and request header generated on your end for using AdGroupAdService? If the logs are not available, and if you haven't yet, log

RE: Report for current ad_group_customizer values available?

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Christoph, Thanks for reaching out to the Google Ads API Forum. Could you provide us with the complete Ads UI screenshot showing existing values in the Ads UI report? This is so that our API support team can accurately verify the feature or create a feature request. Please send to us via re