Tracking bidding changes with Google Ads API

2021-12-02 Thread Erik Torres Serrano
Hi, We've been struggling for some time with inconsistencies in our bidding strategies caused when our automated processes make a change that overrides a manual adjustment. Recently we discovered that we can use the Change Event service in the new Google Ads API to track changes made in our

Re: Unable to replicate code in AdWords script through python APIs

2021-12-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Hadil, Thank you for your follow up. Could you confirm if your get account hierarchy requests are returning the said cancelled accounts? If yes, so our team can investigate further, could you provide the complete request and response logs, with the request-id? If you haven't yet, logging

RE: CRITERIA_PERFORMANCE_REPORT missing costs

2021-12-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Robert, Thank you for posting your concern. To investigate, could you provide the complete report definition that you've used in the CRITERIA_PERFORMANCE_REPORT and ACCOUNT_PERFORMANCE_REPORT? You can provide it via Reply privately to author option. If this option is not available, then

RE: Constructing a GET Request to Local Services API

2021-12-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Basil, Thank you for posting your concern to my team. Please note that our team can only provide support to the issues and concerns that are related to the Google Ads API / AdWords API. Since your concern is specific to the local service API, then I am afraid that I would not be able to

Re: Regarding the Google Ads API client library fo Go language

2021-12-02 Thread Bruno Georgean Gois Tavares
+1 to request for Go lang client library On Thursday, 25 November 2021 at 12:14:43 UTC adsapi wrote: > Hi JM, > > I am also member of Google Ads API Support. Thank you for providing > updates to our team. > > The said client library which is experimental and uses v8, our team would > not be

RE: Select only valid click_views

2021-12-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Charline, Thank you for reaching out to us. I can confirm that the invalid_clicks metric isn't available in the click_view. Having said that, allow me to raise a feature request for this; however, there is no guarantee if this will be supported in the API soon. That said, we recommend

RE: Responsive Search Ad Assets Insights

2021-12-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Sadia, Thank you for reaching out to us. As indicated on the release notes, the ad_group_ad_asset_view should be able to support Responsive search ads for reporting its performance. As for its insights, can you share to us a Google Ads UI view showing RSA insights so we can also raise

Re: define logFilePath as environment variable

2021-12-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Robert, I am happy to know that you've found a solution. I am also a member of the Google Ads API team and let me provide support to your concern. Alternatively, you may follow this guide as it explains how to log API transactions for PHP client library as well as updating the setting of

RE: Offline conversion tracking - bug

2021-12-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Fábio, Thank you for reaching out to us. Can you confirm if API or UI is what you're using to import your spreadsheet? Can you provide us the exact error if you have encountered any, as well as the complete request and response logs? You can send these to us via Reply privately to the

Re: I can‘t get the linked GA account information.

2021-12-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Vivi, Also, please provide the details that I requested previously via the Reply privately to author option. If this option is not available, then send it instead on this email address googleadsapi-supp...@google.com. Regards, Ernie John Blanca Tacata Google Ads API Team

Re: I can‘t get the linked GA account information.

2021-12-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Vivi, Thank you for raising your new concerns. To take a closer look at the issue, could you provide the following details? ID of that conversion action with Google Analytics goals type Screenshot of the whole UI where we can see that conversion action complete request and response logs with

RE: Google Ads API

2021-12-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Emelie, I'm Kevin from the Google Ads API Team. Let me try my best to assist you with your concerns. 1) What is the validity period for refresh token, since my app is in Testing Mode and External ? Based on this documentation, a Google Cloud Platform project with an OAuth consent screen

Re: How can I upload an image or logo to smartcampaign?

2021-12-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Chen, Thank you for providing the requested details. Upon checking your account using the campaign ID that you provided, it appears that there is no asset attached to your smart campaigns ad. Also, I tried creating a smart campaign ad on my test account and I can see that there is no way

Re: 403 Error When Calling Local Services API From Apps Script in Google Sheet

2021-12-02 Thread Basil Latif
Hi Ernie, So I get the PERMISSION_DENIED error message when running the API for myself. When the person who created the API in API console runs it, he gets back a blank response. Here is the API request. Is there anything else I need to include in here? function makeRequest() { var

RE: Google Ads api return data problem

2021-12-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out to Google Ads API support. I had to delete your message because it contains logs. 'asset.youtube_video_asset.youtube_video_title' is what you need, asset.name just returns the resource name. Your redacted message is posted below. Regards, Aryeh Baker Google

Re: all account list

2021-12-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Oleg, Can you please privately respond to us with the complete request and response logs so we can see the full context of the error? Thanks, Matt Google Ads API Team Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API Annual

Re: Retrieving Draft/Experiment Ad Groups

2021-12-02 Thread Will Schymik
Seems as if the issue I am running into is the same one discussed in this post but for the python library: https://groups.google.com/g/adwords-api/c/GB4sReLzky4/m/_gk6ifgvBwAJ Currently trying to figure out how to manually update the field mask to add these values. If anyone has any pointers

Re: Retrieving Draft/Experiment Ad Groups

2021-12-02 Thread Will Schymik
I am using the python SDK, and it seems as if when I specify manual_cpc on the campaign it does not appear on the field mask when I use the suggested protobuf_helpers.field_mask to construct it: protobuf_helpers.field_mask(None, campaign._pb) It does however appear in the resulting

RE: Can I use the programmer's token in two different applications?

2021-12-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello again, Thanks for reaching out. With regards to your concern, it looks like we have a separate thread for this issue. We can keep correspondence related to this issue on the other thread to limit any confusion. Regards, Reminder: Share your feedback about the Google Ads (AdWords) API!

RE: Can I use the programmer's token in two different applications?

2021-12-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Robert, Thanks for reaching out to the Google Ads API support. Yes, it can be possible as long as you don't exceed the developer token limits. The developer token can be associated with each application and belongs to one manager account. You have to use an email address that hasn't

Offline conversion tracking - bug

2021-12-02 Thread Internet Innovation
Hello, Google Ads Support did not identify any problem with the setup of my offline conversion spreadsheet and asked me to check with you the possibility of analyzing my case and clarifying what is making the import impossible. Thanks. Best Regards, Fábio Pires -- --

Re: Retrieving Draft/Experiment Ad Groups

2021-12-02 Thread Will Schymik
Sent a "reply to author" with the requests for creating and updating the campaign. Let me know if you did not receive it as I cannot seem to figure out where the message is viewed. On Thursday, December 2, 2021 at 10:29:26 AM UTC-5 adsapi wrote: > Hi Will, > > I was able to change from

List of keyword plans

2021-12-02 Thread Lukas Sekerak
Hello, I can not find an endpoint to pull a list of Keyword plans. GET request to https://googleads.googleapis.com/v9/customers/*/keywordPlans} do not work. I need this list to remove old Keyword plans. Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Constructing a GET Request to Local Services API

2021-12-02 Thread Basil Latif
Hi, I have followed the documentation here closely: https://services.google.com/fh/files/helpcenter/lsa_api_dev_guide.pdf Here is my GET request so far: var response = UrlFetchApp.fetch('https://localservices.googleapis.com/v1/accountReports:search?query=manager_customer_id:2845561262', {

Re: Retrieving Draft/Experiment Ad Groups

2021-12-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Will, I was able to change from portfolio bidding to standard bidding by just entering a standard bid and update mask of the standard bid to the new bid strategy. To address your use case, could you privately send us a request and response log of API communication that returns this error?

Re: Extensions migration: Preserving performance data

2021-12-02 Thread Ellen Skipper
(NB when I say "preserving" the data, I mean that the client wants the performance data up until the point of the migration to be attached to the new Asset based object; and for new performance data from then on to be added to the existing data) On Thursday, December 2, 2021 at 2:21:34 PM UTC

Extensions migration: Preserving performance data

2021-12-02 Thread Ellen Skipper
Hi there, I'm investigating the extensions migration, which affects our service as we have previously been using Feed-based Sitelinks. I have two questions about this. Firstly, we received an email telling us to update the implementation by January 10th. Does this mean that we are scheduled

Re: Unable to replicate code in AdWords script through python APIs

2021-12-02 Thread Hadil Charafeddine
Hello Aryeh, We'd already tried the account hierarchy script before sending the message here and it was giving us errors on many customer IDs. After further investigation, we saw that the errors are only happening on hidden and cancelled accounts. So, with simple try/except statements we

Can I use the programmer's token in two different applications?

2021-12-02 Thread Robert Mareczko
Can I use the programmer's token in two different applications? example1.com -> has access to exampleacc @ gmail.com example2.com -> has access to exampleacc @ gmail.com example1.com and example2.com would use the same developer token, clientId, client secret but the refresh token would be

Can I use the programmer's token in two different applications?

2021-12-02 Thread Robert Mareczko
Can I use the programmer's token in two different applications? example1.com -> has access to example...@gmail.com example2.com -> has access to example...@gmail.com example1.com and example2.com would use the same developer token, clientId, client secret but the refresh token would be stored

Select only valid click_views

2021-12-02 Thread Charline
Hello everyone, I would like to list the most specific locations of presence from the clicks of a campaign. According to the documentation, this query: SELECT click_view.location_of_presence.most_specific, metrics.clicks FROM click_view WHERE campaign.id = XXX AND segments.date DURING TODAY

Responsive Search Ad Assets Insights

2021-12-02 Thread Sadia Arooj
Hi I'm trying to get insights of assets. I'm able to get insights of assets but facing problem regarding assets of responsive search ad. is there any way to get that. I'm attaching query so for please help me out what I'm doing wrong. SELECT ad_group_ad.ad.id, asset.id,

Google Ads API

2021-12-02 Thread 'SRVPERFDBRD' via AdWords API and Google Ads API Forum
Hi Google AdsWords Support Team, I am working as a Marketing Analytics Manager at TetraPak, and we are using Google Ads API In bringing the data from Google Ads. My Project Details are as below :- Project Name :- https://console.cloud.google.com/apis/credentials?project=evident-beacon-330911

Google Ads API

2021-12-02 Thread 'Emelie Tetrapak' via AdWords API and Google Ads API Forum
Hi Google AdsWords Support Team, I am working as a Marketing Analytics Manager at TetraPak, and we are using Google Ads API In bringing the data from Google Ads. My Project Details are as below :- Project Name :- https://console.cloud.google.com/apis/credentials?project=evident-beacon-330911

AdWords API

2021-12-02 Thread 'Emelie Tetrapak' via AdWords API and Google Ads API Forum
Hi Google AdsWords Support Team, I am working as a Marketing Analytics Manager at TetraPak, and we are using Google Ads API In bringing the data from Google Ads. My Project Details are as below :- Project Name :- https://console.cloud.google.com/apis/credentials?project=evident-beacon-330911

RE: Fetching campaigns with explicit experiment type vs using IN operator returns different results

2021-12-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Andjel, Thank you for posting your concern. To investigate, could you provide the complete request and response logs with request ID and request header generated on your end? Please also provide the campaign IDs of experiment campaigns that you are expecting to show but not included in the

CRITERIA_PERFORMANCE_REPORT missing costs

2021-12-02 Thread Robert Spektor
Hello, we have an issue, that we don't get the total ads costs in CRITERIA_PERFORMANCE_REPORT report. We compared the costs with the ACCOUNT_PERFORMANCE_REPORT and the Google UI. Do we miss something? Is the CRITERIA_PERFORMANCE_REPORT not including all kind of ads costs? The Account ID is:

Re: define logFilePath as environment variable

2021-12-02 Thread Robert Zimmermann
Depending on the environment, we want to be able to change the logFilePath and logLevel. Both are part of google_ads_php.ini so it would be logical if this can also be set via the environment variable. I have now found a solution: // Binds the Google Ads API client.

RE: How to import GA goals to Google Ads conversion?

2021-12-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Chen, Thank you for posting your concern. It appears that importing Google Analytics conversion goals to Google Ads is currently not supported in the Google Ads API. With this, could you provide the details on how to do it in the UI or related documents about it so that I can raise a

Re: I can‘t get the linked GA account information.

2021-12-02 Thread Chen Xiaowei
Hi,now I find another question.I want to check conversions which are imported from GA,I use both GET https://googleads.googleapis.com/v9/customers//conversionActions/ and POST https://googleads.googleapis.com/v9/customers//googleAds:searchStream, the GA goals are classified by

RE: How to download HTML5 ad assets

2021-12-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for reaching out to us. Note that Google Ads API v8 was deprecated last November and will sunset in April/May 2022. You may use the Google Ads API v9, and refer to this guide for migrating from v8 to v9. For HTML5 ad, could you provide us with the complete request and response logs

Re: How can I upload an image or logo to smartcampaign?

2021-12-02 Thread Chen Xiaowei
I've provided related info,thanks a lot 在2021年11月29日星期一 UTC+8 11:33:47 写道: > Hi, > > Thank you for providing updates to your concern. I am also a member of the > Google Ads API team and let me provide support to your concern. > > To further check, could you provide the ad ID of your smart

Re: Can Google Ads API achieve the following functions?

2021-12-02 Thread Chen Xiaowei
I see.Thanks a lot!!! 在2021年12月1日星期三 UTC+8 20:59:23 写道: > Hi Viviana, > > Thanks for reaching out to us. Kindly see below responses to your queries: > > *1、 When users pause the campaign via UI, the api will receive a > notification* > > >> You can get the status of the campaign via Google Ads

RE: how to get more info by requestId ?

2021-12-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for posting your concern to my team. I am afraid that the request-id could not be used to extract the information of your API requests. You may instead enable the logging of the API transactions as it will extract the API request as well as the API response and request-id and