AuthenticationError.CLIENT_CUSTOMER_ID_INVALID

2020-01-23 Thread saravanan saminathan
Hi , I am using python API code - https://gist.githubusercontent.com/lylayang/ee427f79911b999ec644d48a1f71277f/raw/e7551371dc73079dd47034a9e688b2293bd20f30/Get_ads_KPIs_HourOfDay.py Customer ID is correct it works perfectly in java API I specified ,my client id in yaml as # AdWordsClient co

Updating AdGroup Ads failed with ADGROUP_LIMIT error

2020-01-23 Thread Wenhui Jia
Using the following code to update an ads and the function call returns ADGROUP_LIMIT error.. The Python SDK we are using is "google-ads==4.1.1" client = GoogleAdsClient.load_from_storage() ad_group_ad_service = client.get_service('AdGroupAdService', version='v1') ad_group_ad_operation

Send Email when Campaign is changed (keywords, locations. etc.,)

2020-01-23 Thread Pradeep Datla
Hi I would like to send an email to customer when ever there is a status change or any update to campaign keywords, locations or languages. Is there a way i can know if a campaign was updated or the date campaign was updated last so that i can keep track of the updated time and then send email

RE: Adding Portfolio Bidding Strategy of type MAXIMIZE_CONVERSIONS Through New API

2020-01-23 Thread Google Ads API Forum Advisor Prod
Hi Pete, Thanks for reaching out to us. I see that you’re trying to set Maximize_Conversions using Portfolio Bidding Strategy. According to this documentation, Maximize_Conversions is a Standard Bidding Strategy Type, and not a Portfolio Bidding Strategy Type. Thus, it is not possible to add a

RE: OfflineConversionError exception handling

2020-01-23 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. From the shared details, it looks like your primary concern is to handle the conversion upload exceptions via Python client libraries using API to log more information on specific types of errors. One way to achieve this is using partial failures which allows

RE: Is it possible to delete URL feed from DSA feed via google ads api

2020-01-23 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for writing to us. It is possible to remove the feed items from the DSA feeds via API. Please refer to this code sample for reference to remove all the feed items from a feed via API. Let us know if you need any additional information. Regards, Nikisha Patel, Google Ads API Te

Re: Updating ads without setting all fields

2020-01-23 Thread Steve Deshaies
Hello, Has this discussed feature been added to the current version of the C# API? Does it allow us to update for example only the headline1 in an existing expanded text ad? Thanks for the info! Steve On Monday, April 29, 2019 at 12:08:54 PM UTC-4, googleadsapi-forumadvisor wrote: > > Hello

RE: Fetch Placement url name from stored returned Id

2020-01-23 Thread Google Ads API Forum Advisor Prod
Hello Sharmila, Thank you for reaching out. You could use Placement Performance Report to retrieve the data aggregated at placements level via AdWords API. The FinalUrls field will give you the list of final URLs that were added against the Ids of the placements. You might find this code sample

RE: Does TargetingDimension's VERTICAL already exist?

2020-01-23 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for reaching out. You will find the corresponding fields TopicInfo for VERTICAL and UserInterestInfo and UserListInfo for USER_INTEREST_AND_LIST in Google Ads API. Please let me know if you have any further concerns. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._

RE: Adding existing extensions to new campaigns - PHP Adwords API v201809

2020-01-23 Thread Google Ads API Forum Advisor Prod
Hello Will, Thank you for reaching out. I understand you are looking to create a new campaign in your Google Ads account and add existing extensions to it, said that, you could also use the get method of CampaignExtensionSettingService to retrieve the extensions at campaign level. You could use

RE: How to Create user authentication for google adwords?

2020-01-23 Thread Google Ads API Forum Advisor Prod
Hi Geofrey, Thank you for reaching out to us. I see that you want to connect to AdWords API and require OAuthentication credentials to access the service. You can follow these steps to obtain your OAuth credentials (Client Id, Client Secret, and Refresh Token). Please let me know if you have fu

Re: use AGE_RANGE_PERFORMANCE_REPORT to get Campaign level data

2020-01-23 Thread Google Ads API Forum Advisor Prod
Hi Pradeep, Thanks for the update. Unfortunately, since AGE_RANGE_PERFORMANCE_REPORT can only aggregate data on the AdGroup level, you can only determine campaign level values from summing up the values of AdGroups under a campaign. In this case, values like clicks and impressions can be added

RE: Upload offline conversion delay

2020-01-23 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Please see these tips for conversion uploads. As it says, "It takes up to 3 hours for imported conversion statistics to appear in your Google Ads account for last-click attribution. For other search attribution models, it can take longer than 3 hours." Please let

RE: Web Service

2020-01-23 Thread Google Ads API Forum Advisor Prod
Hi Alex, Thank you for reaching out. You would be able to use Adwords API to query the data you need and then use these data on a third party platform or in other web services. However, in order to fetch data through the API you have to use the libraries provided for the Adwords API. You could

Google AdwWords linked service

2020-01-23 Thread API_DCH
Hi API team, Looking to bring in Google Ads data for a few Google Ads accounts, so I would like to take advantage of the parameter option to pass the credential values to the Google Ads linked service during the pipeline execution via a lookup activity from a SQL table. This way, I can simply t

Adding Portfolio Bidding Strategy of type MAXIMIZE_CONVERSIONS Through New API

2020-01-23 Thread Pete Lavetsky (AdWords API Guru)
Hi All, Is it possible to add a Portfolio Bidding Strategy of type MAXIMIZE_CONVERSIONS through the new API? Using this as a guide: https://github.com/googleads/google-ads-java/blob/master/google-ads-examples/src/main/java/com/google/ads/googleads/examples/advancedoperations/UsePortfolioBidding

RE: AdWordUser object

2020-01-23 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. We only provide assistance to the concerns related to AdWords API/ Google Ads API Beta on this forum and the concern related to creating an azure function to retrieve data from Google Ads account is outside our expertise. I would recommend reaching out to the

Re: Stats discrepancies between AdWords API geo performance report and Google Ads geographic reporting (UI)

2020-01-23 Thread Google Ads API Forum Advisor Prod
Hi Yakir, I have just received an update from my team. The reason for the discrepancy is that the ways in which the API and UI determine what is included in a given city are different. To summarize, the UI appears to be more granular, whereas the API has a broader definition. For example, when

Re: Creating Responsive display ads with google ads api

2020-01-23 Thread Google Ads API Forum Advisor Prod
Hello Ahmed, You will be able to create the Responsive display ads using the AdGroupAdService and the MutateAdGroupAdsRequest. The parameters that can be set for a responsive display ad are listed here.You may refer to the AddExpandedTextAds.java code sample as a reference (code samples in othe

Re: Traffic Estimation Service Data for Search campaign

2020-01-23 Thread Google Ads API Forum Advisor Prod
Hi Pradeep, Can you please provide the complete detailed request and response logs and a screenshot of the UI keyword planner via reply privately to author? You can find information on enabling logging in the ReadMe of your client library. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._

RE: .Net Lib GoogleAd API not working

2020-01-23 Thread Google Ads API Forum Advisor Prod
Hello Pravin, Thank you for reaching out. With regards to your concern, it is not possible to use click_view.gclid with the keyword_view resource via API. You could use the attributed resources listed in the shared guide along with this resource in your SELECT and WHERE clauses. Let us know if

Re: Does TargetingDimension's VERTICAL already exist?

2020-01-23 Thread 高嶋葵
And TargetingSettingDetail/Enumerations/USER_INTEREST_AND_LIST in AdwordsAPI(v201809) replaced with? Please let us know it? Thank you and best regards, On Thursday, January 23, 2020 at 10:50:35 PM UTC+9, 高嶋葵 wrote: > > Dear GoogleAdsScript team > > Hello. I have a question. > > In the GoogleAd

Does TargetingDimension's VERTICAL already exist?

2020-01-23 Thread 高嶋葵
Dear GoogleAdsScript team Hello. I have a question. In the GoogleAdsAPI, what was TargetingSettingDetail/Enumerations/VERTICAL in AdwordsAPI(v201809) replaced with? https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupService.TargetingSettingDetail https://developers.google.

Granting Access to a Google Ads Account

2020-01-23 Thread Bonge LaBwana
Hi I would like to connect users with google ads using Google AdWords API How can I do that using google login auth? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Web Service

2020-01-23 Thread ALEX TULA
Hello! I wanted to ask a question. I started learning the Google AdWords API, can I use the API data on the Spring WebFlux reactor? Can I not use the library provided for this api, but work with api otherwise? Many thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

How to Create user authentication for google adwords?

2020-01-23 Thread Bonge LaBwana
Hi I have followed all process on google Adwords integration on the local machine now - I can create a campaign -Display campaign -I can create display ad -etc Now I have created user interface in fronted with mockups, So I would like to create User authentication for a user to be able to c

Is it possible to delete URL feed from DSA feed via google ads api

2020-01-23 Thread oded zapgroup4
Hey, Is it possible to delete URL feed from DSA feed via google ads api I have the resource name of the dsa feed page, and I want to remove all feeds and then upload new ones. Thanks in advance for helping, David -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog