RE: Differences in geo targeting options - API vs UI

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Alex, Thank you for reaching out to our API support team. You may refer below for my responses : 1) Does that mean that using the API I can avail of more granular targeting options compared to the UI, or is there a good reason why this is not available through the UI? For example that the

Re: Creating a UserList based on specific event interactions

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Will, Thank you for your reply. To confirm, is this - "Not clear yet what value remarketing actions would have on top of this." the item that you wish to still clarify? If yes, then as per this guide that we found in relation to creating a remarketing_action, you should be able to query as

Re: UserInterst Not adding to Campaigns

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Binu, Thank you for providing updates to your concern. Please refrain from posting generate logs on your end to the public forum for privacy purposes. If you want to share it to our team, then you can provide it via Reply privately to author option. If this option is not available, then

RE: Replacement for ManagedCustomerServiceInterface in Google Ads API

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Yosi, Thank you for reaching out to us. As per this migration guide, the ManagedCustomerService is associated to these 3 API services (CustomerClientLinkService | CustomerClientService | CustomerManagerLinkService). As for your question on getting all account/customer id and name, you

Re: Service Account

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Martin, Thank you for your feedback. I've raised this with the rest of our team, however, there's no definite timeline on when our Quickstart guide will be updated. You may check it again at a later time or follow our blog for future updates. Regards, Kevin Gil Soriano Google Ads API

Re: Error : 403 Request had insufficient authentication scopes

2021-10-26 Thread Traktor Quick
I use the same Email as my Google Ads account email to generate OAuth credentials To get refresh token I followed this instructions: https://developers.google.com/google-ads/api/docs/client-libs/python/oauth-desktop On Tuesday, October 26, 2021 at 9:04:42 PM UTC+7 adsapi wrote: > Hello, > >

"TypeError: Parameter to MergeFrom() must be instance of same class" during campaign mutate

2021-10-26 Thread Bob Rzadzki
The code below loops over a list `response` containing tuples where the first element (`c[0]` in the snippet) is a campaign ID: for c in response: campaign_operation = client.get_type('CampaignOperation') operation = campaign_operation.update operation.resource_name =

Fix your audience source that's sending a required parameter that doesn't match your feed

2021-10-26 Thread Shaun Bond
Hi team, I'm wondering if the API gives us information that would allow us to determine if "Fix your audience source that's sending a required parameter that doesn't match your feed" is working/broken? Thanks in advance! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

RE: Download Campaign Performance(COST) data

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Hao, "api.googleads.loginCustomerId" is for the MCC that you are logging in from. I raised your request with my team for a method to convert Ads API JSON to CSV flat format. You may monitor our blog for an update. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2QFFGf:ref

Re: Page token has expired

2021-10-26 Thread Joey Sumi
I, too, am experiencing this issue. How long does it take before a page_token expires? I can paginate through hundreds of times but after a few hours, I get that error response. I've tried querying with a page size of 1,000-10,000 and it doesn't matter. Eventually the next_page_token expires.

RE: Adding Positive Keywords and Location Names as Campaign Criterion in PHP

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Filip, You can only exclude keywords at the campaign level, so you must specify negative = true on a keyword's CampaignCriterion. At the ad group level, you can either target or exclude keywords. Here's AddKeywords.php. You can use the geo_target_constant or download the latest CSV of

Re: Google Ads API V9 ETA

2021-10-26 Thread Emrah Mutlu
thanks to *https://ads-developers.googleblog.com/ * 26 Ekim 2021 Salı tarihinde saat 15:55:10 UTC+3 itibarıyla Mat şunları yazdı: > Hi Teejay, > > well I was wondering the same thing, because the deprecation date for v8 > is *tomorrow, October 27, 2021

Re: Google Ads API V9 ETA

2021-10-26 Thread Emrah Mutlu
thanks to *https://ads-developers.googleblog.com/ * 26 Ekim 2021 Salı tarihinde saat 15:55:10 UTC+3 itibarıyla Mat şunları yazdı: > Hi Teejay, > > well I was wondering the same thing, because the deprecation date for v8 > is *tomorrow, October 27, 2021

RE: Encounter Internal Server Error when updating image ads

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Tze, I work with Peter and will assist you. Thank you for sending us the log privately, I raised it with my team. We will get back to you as soon as possible. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2QE1Vo:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

CANNOT_SET_AD_ROTATION_MODE - fails on campaigns, but not in validate only

2021-10-26 Thread Ales Sturala
Hello, We would like to change the AD_ROTATION_MODE on campaigns through the API, but getting the following error: *{ "errorCode": { "campaignError": "CANNOT_SET_AD_ROTATION_MODE" }, "message": "Setting ad rotation mode for a campaign is not allowed. Ad rotation mode at campaign is

Re: GEO_PERFORMANCE_REPORT Stats are split in 2 location types.

2021-10-26 Thread Matías Dell'Oso
Thank you for the response and the information. El lunes, 25 de octubre de 2021 a las 12:43:45 UTC-3, adsapi escribió: > Hi Matías, > > Thanks for providing us with the requested information. > > Upon checking the AdWords API and Google Ads API logs you’ve provided with > us, it appears that

RE: Internal API error while downloading data by an ETL tool

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out to the Google Ads API team. Unfortunately, we are unable to deal with third party tool ETL to respond to this issue. Our team specializes only in Ads API related issues. For this issue, please wait for 30 seconds, then retry the request. If this error occurs

Setup only desktop/tablet/mobile device campaign

2021-10-26 Thread Дмитрий Волянюк
Hi I'm using google-ads-php . And can't find any way how to configure campaign for only Desktop or only Tablets or only Mobiles. Expected campaign settings on attached screenshot. I tried configure

RE: Google Ads API client library support for getting Ads data to local machine

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Jyothi, Thanks for reaching out. Can you please provide us with the complete request and response logs so that we can examine the issue? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2QFEb8:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

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

2021-10-26 Thread Akshay Khapare
Hi, As we know the Adwords API will be deprecated from April 2022 and so we were moving to the new Ads API. We are currently pulling *TopImpressionPercentage*, *AbsoluteTopImpressionPercentage* metrics at geo level segments from Adwords API and would like to pull the same through the newer

Re: UserInterst Not adding to Campaigns

2021-10-26 Thread Binu Mathew
Hello Still getting error, but it work for some User Interests which have parent ID 0 Method Name: /google.ads.googleads.v7.services.AdGroupCriterionService/MutateAdGroupCriteria Host: googleads.googleapis.com Headers: { "x-goog-api-client": "gl-php\/7.4.19 gapic\/ gax\/1.7.1

Re: Service Account

2021-10-26 Thread Martin Levi
Hi Kevin, Thanks for your response. I think it would be a good idea to update the Google Ads Api Quickstart guide. The Oauth guide is apparently written for the user base of a vast ecosystem, whereas I suspect that many Ads Api developers will be specifically looking to develop unattended

Re: Determine Account-Id for Offline Conversion Upload?

2021-10-26 Thread Martin Levi
Hi Christopher, Thanks for your reply. I think there is a way of determining the account Id of each click using the Click View query, as I replied to Ernie's message, but it looks to be very clumsy and awkward. I have decided to implement cross-account conversion tracking, which will solve

Re: Determine Account-Id for Offline Conversion Upload?

2021-10-26 Thread Martin Levi
Hi Ernie, Thanks for your response. So there is a way to retrieve the account Id for a click, but if I understand correctly I would have to query all ad accounts attached to my manager account, and then call the Click View query for each one to determine which clicks were relevant for each

Re: Getting "An internal error has occurred" while fetching search_term_view on v8

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for providing the requested information. Please allow me to share this with our team and we will provide an update shortly. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2QEtLw:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Get offline conversions in reports

2021-10-26 Thread maria.r...@funnel.io
Hi support team, Is there any way to get offline conversions, particularly Store Sales , though the Google Ads API or the REST Interface? I can see documentation for uploading

RE: Error : 403 Request had insufficient authentication scopes

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out. Can you please verify that the email used to create the OAuth credentials also has access in the target Ads accounts? If the user email does have access, can you please tell us how you retrieved your refresh token? Thanks, Matt Google Ads API Team Matt Google

Re: Creating a UserList based on specific event interactions

2021-10-26 Thread Will Schymik
Thanks for the response. When I had done this before I was confused by a couple things. It was unclear how to me how to create a new remarketing action with JS snippets to add to my website. Additionally when I fetched all of the existing remarketing actions they all were referencing AdWords

Re: Not understanding why I am hitting RESOURCE_EXHAUSTED

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Dennis, I work with Peter and will assist you. It appears that you would need to upgrade. Here's the form to apply. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2QEvMY:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Google Ads API V9 ETA

2021-10-26 Thread Mat
Hi Teejay, well I was wondering the same thing, because the deprecation date for v8 is *tomorrow, October 27, 2021 *- according to the deprecation schedule . It would be nice of you guys to give us better ETAs than a 2 month

Replacement for ManagedCustomerServiceInterface in Google Ads API

2021-10-26 Thread Yosi Kalmanson
I'm working on migrating from Adwords API to Google Ads API. In order to get the list of accounts with their id and name I was using ManagedCustomerServiceInterface. In Google Ads API the only replacement I found for ManagedCustomerServiceInterface is

Re: Creating a UserList based on specific event interactions

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Will, 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. You may refer to this document to know the definition of remarketing action. It appears that you will need to set the resource name of the

Internal API error while downloading data by an ETL tool

2021-10-26 Thread Bendegúz Tunyogi
Hi all, I'm writing this post because I often get the following error: *Getting data for client 'tech-shop.hu_s174402' failed: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro* I'm using Keboola which is an ETL tool.

Re: Create Campaign Error

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Maxim, Thank you for commenting on this forum post. Allow me to provide support here. Before we proceed to your issue, I would like to inform you first that I am going to remove your latest post as it contains generated logs. However, I understand that you encountered the error

Re: Question about Site Link and Callout Recommendations after migration

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Robert, Thanks for getting back to us. Kindly note that Feed-based extensions are currently being migrated to new Asset-based extensions in batches, however, we do not have specific dates on when exactly it would be completed for the mentioned types. For the statement “However when I used

Download Campaign Performance(COST) data

2021-10-26 Thread 'Hao Long' via AdWords API and Google Ads API Forum
Hi Team, i am trying to download campaigns cost data under one MCC account from Google Ads API and i have below questions: 1. the INSERT_CUSTOMER_ID_HERE parameters in ads.properties file should assign MCC account value? 2. as example showed(

Adding Positive Keywords and Location Names as Campaign Criterion in PHP

2021-10-26 Thread Filip Pećanac
Hi, I am having two issues with using Google Ads API. 1. I am trying to add an array of Positive Keywords via Google Ads API, yet all I have figured out so far is how to add Negative Keywords. 2. When I try to add location as campaign criterion, I see that it can be done by adding Location

Google Ads API client library support for getting Ads data to local machine

2021-10-26 Thread jyothi dodamani
Hi Team, Downloaded Google ads api Client library and configured everything by , client id, client secret id, developer token, Customer id, refresh toke,after that When i run Getcampaigns.php file from the client library, not display anything. page not found error is coming. -- --

Re: Getting "An internal error has occurred" while fetching search_term_view on v8

2021-10-26 Thread sealytic...@gmail.com
I sent details in private message. Thanks On Monday, October 25, 2021 at 8:20:58 PM UTC+3 adsapi wrote: > Hello, > > Thanks for reaching out. Can you please privately provide us with your > complete request and response logs from the .NET client library attempt? > > Thanks, > Matt > Google Ads

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

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Akshay, Thank you for reaching out to us. With regard to getting the TopImpressionPercentage, AbsoluteTopImpressionPercentage metrics at segments.geo_target_region, segments.geo_target_metro, segments.geo_target_county, segments.geo_target_most_specific_location level, I'm afraid that

Re: Simple conversion tracking via curl request from BE

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Hilko, Thank you for the replies. I am also a member of the Google Ads API team and let me provide support to your concern. To have a clearer view on what you mean for triggering conversion tracking, would you be able to provide more details to this? If you can provide related documents on

Error : 403 Request had insufficient authentication scopes

2021-10-26 Thread Traktor Quick
Hello, I'm new to using Google Ads API, I'm trying to configure to be able to access reports via Google Ads API in Python. - I use the same Gmail Account for Google Account Manager - I have created a google cloud platform account with the same google ads account - I have got the developer_token,

RE: no "results" section in response

2021-10-26 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Jerome, Thank you for raising your concern. To take a closer look at the issue, please provide the complete request and response logs with request ID and request header generated on your end for each API request to retrieve the geographic view report of the Google Ads accounts. You can