Re: How to test linking accounts

2019-10-21 Thread Google Ads API Forum Advisor Prod
Hi, Since the issue is now more related to your code implementation, you may reach out to the PHP client library owners instead, as they are better equipped to assist you. You should be able to reach out to their team via this link. I hope this helps. Thanks and regards, Peter Google Ads API T

Re: How to test linking accounts

2019-10-21 Thread uatetracom
Hi, Yes, I saw that message. /the ADD operator and the details of the LinkOperation  are not being included/ If I right understood, that mean that $linkOperation isn't the requi

RE: Access Adwords API from ETL program

2019-10-21 Thread Google Ads API Forum Advisor Prod
Hi Niyas, Thanks for reaching out. You actually don’t need to worry about asking for user consent and pulling data from the Adwords API. Your system would be able to continually get authentication by using the refresh token mechanism and the data would be pulled whenever your system makes the r

RE: The budget amount is different between api result and google-ads management backend?

2019-10-21 Thread Google Ads API Forum Advisor Prod
Hello Jia, Could you please share the client customer id which you are using in the API call and the client customer id that you are looking from the UI to check further. Please use reply privately to the author option while sharing the information requested. Regards, Sai Teja, Google Ads API

RE: The budget amount is different between api result and google-ads management backend?

2019-10-21 Thread Google Ads API Forum Advisor Prod
Hello Jia, Could you please share the client customer id which you are using in the API call and the client customer id that you are looking from the UI to check further. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UKNvrd:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Fetch all client accounts under MCC

2019-10-21 Thread Google Ads API Forum Advisor Prod
Hello Nazar, Thank you for sharing the details. This is a known issue where the customer_client resource is currently not returning results for Test accounts. Our Engineering team is looking into this issue. I will keep you posted on the updates. Regards, Bharani, Google Ads API Team ref:_00D1

RE: Google ads api cannot get smart campaign

2019-10-21 Thread Google Ads API Forum Advisor Prod
Hi Bao, The Smart Campaigns are currently not supported in the Google Ads API which could be the reason your results set do not contain these details. I have submitted a feature request to add support for Smart Campaigns in the Google Ads API. Please keep an eye on our blog for more updates. T

Re: Invalid schema: Not yet initialized

2019-10-21 Thread Google Ads API Forum Advisor Prod
Hi Julia, Could you please try generating new refresh token using this guide and retry your request as mentioned in my previous response? If the issue persists, could you please share the client customer id against which the API call is made and the email address using which the OAuth credentia

Access Adwords API from ETL program

2019-10-21 Thread 'Niyas Raja' via AdWords API and Google Ads API Forum
Hi, In my project, we are required to extract Adwords data using Adwords API using Azure Data Factory (Orchestration/ETL tool in Azure). This needs to run without asking for user consent as the jobs are running in the background. Can you please help with the steps involved in authorisation wi

Re: Invalid schema: Not yet initialized

2019-10-21 Thread Julia K.
Hello, has this issue been solved? We have the very same problem. The credentials are correct and we were able to generate a new access token. Regards, Julia On Thursday, October 10, 2019 at 4:33:15 PM UTC+2, adsapiforumadvisor wrote: > > Hello, > > Yes, we received your client customer id and

RE: Bid strategy for app campaign

2019-10-21 Thread Google Ads API Forum Advisor Prod
Hi Dan, Thank you for sharing the details. As mentioned earlier in my email, the bidding strategy types that are supported are listed in the preparation section of the guide. Please find attached the request and response logs from my testing for your reference. Please give this a try and if the

RE: Bulk upload

2019-10-21 Thread Google Ads API Forum Advisor Prod
Hello, Bulk uploads are supported with Google Ads Scripts. If you have any further questions, I'd recommend reaching out to the Google Ads Scripts Forum. Regards, Anthony Google Ads Scripts Team ref:_00D1U1174p._5001UKNwQd:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Re: Campaign Estimates through API

2019-10-21 Thread Traipler SEM
> > Hi Hiroyuki, Actually i'm using AdWords API. I tried to use TrafficEstimatorService but this class always require a keyword. I didn't find any solution to estimate traffic without using keyword but only campaign settings like budget and location. I would to estimate traffic for display or

AdGroupService service returns zero entries

2019-10-21 Thread Tatiana Bursova
Hello there, I am trying to get list of all ad groups associated with my customer id, I am using the following code to do that: using (var service = (AdGroupService)user.GetService(AdWordsService.v201809.AdGroupService)) { var selector = new Selector()

RE: Create real estate feed google ads api

2019-10-21 Thread Google Ads API Forum Advisor Prod
Hello, You will be able to set the schedules to the FeedItems using the AdScheduleInfo. Please find the sample code snippet in Java as a reference. AdScheduleInfo adScheduleInfo = AdScheduleInfo.newBuilder() .setDayOfWeek(DayOfWeek.FRIDAY) .setStartHour(Int32Value.of(0)) .setStartMinute(MinuteOf

Re: Fetch all client accounts under MCC

2019-10-21 Thread nazar pryymak
Hi Bharani, I am trying to get all customers from "GoogleAdsService" Ads API version 2 via query : SELECT customer.id, customer_client.id, customer_client.descriptive_name FROM customer_client after that I am able to get all acounts for production account. But when I

RE: Campaign Estimates through API

2019-10-21 Thread Google Ads API Forum Advisor Prod
Hi Daniele, Thank you for posting your concern. Before proceeding further, Could you confirm which API you are using, is it the AdWords API or the Google Ads API? If it's the AdWords API, you may use the TrafficEstimatorService to retrieves traffic estimates for proposed or existing campaigns.

Re: Create real estate feed google ads api

2019-10-21 Thread Adhub manager
> > I figured out i had to create a feed mapping for my feed and add the id's > i got as a placeholder for the feed then the type showed up and i could > select it in campaigns. > > However i run into another problem when using the google ads api c# package i cant find any information on Feedit

Re: Bulk upload

2019-10-21 Thread Thanh Nguyen
> > *Unfortunately, the bulk upload tool in the UI is not available in either > AdWords API or Google Ads API.* What about the other 2 bulk action? Bulk Scripts & Bulk Rules? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.

Google ads api cannot get smart campaign

2019-10-21 Thread Bao Nguyen
Dear Google ads team, I have a google ads customer which has 2 smart campaign (type is *Smart*). On GUI of ads.google.com, i can see them. However, when i'm using google ads api, i got nothing. I'm using java lib: *com.google.api-ads.ads-lib v4.7.0* and *com.google.api-ads.google-ads 4.2.0* I

Re: What is the API of Google Ads UI Reach Planner?

2019-10-21 Thread Thanh Nguyen
I found that in Google Ads API, there this line: "Reach Planner within the Google Ads UI contains many of the same features." in Reach Forecasting

RE: What is the API of Google Ads UI Reach Planner?

2019-10-21 Thread Google Ads API Forum Advisor Prod
Hi Thanh, Thank you for posting your concern. Please find my response below inline: 1. What are the Ads/AdWord API(s) for working with Reach Planner (CRUD) --> Reach Planner is currently not supported in the AdWords API. You may follow our blog for any relevant updates on this topic. 2. I'm c

RE: Linking Google Ads account with Analytics - how to turn on views

2019-10-21 Thread Google Ads API Forum Advisor Prod
Hi Daniel, Thank you for posting your concern. However, unfortunately, we can't comment on the Google Analytics API as this is out of scope for our team. With this, I would suggest you to reach out to their team via this email alias, analyticsapi-supp...@google.com. Feel free to get back to us

Campaign Estimates through API

2019-10-21 Thread Traipler SEM
Hi, Anyone knows if it's possible to get the same value as the picture above through API. Is it possible to estimate Impressions, Average CPM or any other KPI through API before creating campaign? [image: CampaignEstimates.JPG] Thanks, Daniele -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Create real estate feed google ads api

2019-10-21 Thread Adhub manager
This is for google ads api. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 Googl