Re: ReferenceError: "AdWordsApp" is not defined

2018-10-30 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Dmitry, It appears that what you are using is the AdWords Scripts and not the AdWords API. That said, you may get in touch with their support team via this link instead. *Note:* We are running an annual developer feedback survey.

Re: Google Ads API and test accounts help

2018-10-30 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Morten, Could you provide the complete SOAP request and response logs that were generated during the service call so I could better investigate this issue? You may use the *reply privately to author* option when sending the requested information. Regards, Dannison AdWords API Team On

Re: Getting budget report

2018-10-30 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Evgeniy, Since the issue you are encountering is more related to the Google Ads UI, you can reach out to the product experts via the Google Ads Community Forum as they are better equipped to assist you regarding this

The doc say Video Campaigns are supported through reports, But I got nothing

2018-10-30 Thread avidlyadws
Hi all: The doc say Video Campaigns are supported through reports, But I got nothing (), [image: 1.png] [image: 2.png] mycode is following: Selector selector = new Selector(); List fields = new ArrayList(); fields.add("CampaignId");

how to get compaigns videoid in using java adwords api?

2018-10-30 Thread avidlyadws
hi all: when I upload a video in a web, how to get compaigns videoid in using java adwords api? I using UniversalAppCampaignSetting. mycode is following: Object[] settings = campaign.getSettings(); when I got this setting is null, why ? pls

Re: Discrepancy in campaigns spent between API and dashboard

2018-10-30 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Eric, The Google Ads UI and AdWords API will be always in sync. That said, the data you see on the UI will match with the API services/reports. If you are seeing any discrepancy please share the corresponding details like screenshots from UI, the report definition used along with the

Re: Getting budget report

2018-10-30 Thread Evgeniy Belov
Thank you, issue resolved вторник, 30 октября 2018 г., 14:00:28 UTC+3 пользователь Peter Oliquino (AdWords API Team) написал: > > Hi Evgeniy, > > Since the issue you are encountering is more related to the Google Ads UI, > you can reach out to the product experts via the Google Ads Community >

Re: Adwords API : GetCampaign.php > Number of results found: 0

2018-10-30 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, You are logged into a manager account, using a consolidated view of all campaigns in its children accounts. However, this is not possible in the API, so if you request campaigns in a manager account, it will correctly return 0 results because there are no campaigns in that account, only

Re: The doc say Video Campaigns are supported through reports, But I got nothing

2018-10-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Lei, You cannot get the stats at the ad asset level. But to get the ad assets, you will need to use CampaignService.get() and then you can check for the youtubevideomediaids

Re: TOO_MANY_CHANGES - Actual threshold?

2018-10-30 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Sam, The TOO_MANY_CHANGES error occurs when there are too many changed entities to return. You could try narrowing down the date range and request again, please note that

Re: The doc say Video Campaigns are supported through reports, But I got nothing

2018-10-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Lei, You cannot get the stats at the ad asset level. But to get the ad assets, you will need to use CampaignService.get() and then you can check for the youtubevideomediaids

Re: How can I get account status?

2018-10-30 Thread tom . wagstaff
Hi Luis, We had a number of accounts deactivated by Google over the weekend. I was surprised to find that they continue to be returned by the ManagedCustomerService, although they are not active accounts. I've also found that we've continued to harvest performance reports for those accounts,

Re: how to get compaigns videoid in using java adwords api?

2018-10-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Lei, If you already have a video uploaded via the UI, you can get the media id associated with the video using the MediaService.get() and you may need to check for the media type Video. To get the media

Re: Adding latitudes & longitudes programmatically

2018-10-30 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, To add a latitude and longitude to proximity criterion, you would need to set the latitude and longitude in micro degrees. Also, the radiusDistanceUnits and radiusInUnits should be set in the proximity object. Could you please give the below code snippet a try and let me know if that

Re: how to integrated adwords api?

2018-10-30 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Welcome to AdWords API! To get started with the PHP client library, you could use the instructions in the README file . Here is the code samples in PHP client

Re: I got QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test account.

2018-10-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Thanks for sharing the details. There is an ongoing issue regarding this error, I will let you know once I have more information on this issue. Thanks, Milind, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: updating ip exclusion list

2018-10-30 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Yes, in that case it will be 1000. Please see here to know how the API operations are counted in various case. If you need to remove just one of the IP addresses, you could remove just that one and add the new one. It is not

Re: How can I get account status?

2018-10-30 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tom, Based on this blog post , ManagedCustomerService.get() should no longer return inactive accounts beginning Mid-May 2018. Can you provide your clientCustomerId and complete SOAP request and

Re: Developer Token not Approved on testing client account

2018-10-30 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Saidar, It is being worked upon. We do not have an ETA but I will post on this thread if there are any updates. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Adding labels on keywords

2018-10-30 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Before you can associate the label to your ad group via AdGroupCriterionService , you need to create a label

Re: Adding labels on keywords

2018-10-30 Thread sam
Hi Shwetha, We are trying to do the same, but how do we set the label text for AdGroupCriterionLabel? I don't see a set function for label text. Thanks! On Thursday, June 16, 2016 at 9:25:35 AM UTC-7, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > To add labels to your keywords, you

Can't get impressions by date

2018-10-30 Thread javoeria
Hi, i'm trying to get the date of the first impression of a customer in Ruby but i always got a NameError. The query is: "SELECT date, metrics.impressions FROM customer ORDER BY date LIMIT 10" I don't think that the query is wrong because i tried with "month" instead of "date" and it works.

Video campaigns appearing under a campaign group in the AdWords UI, but not being returned on reports via the API.

2018-10-30 Thread Austin Smith
I am seeing cases of AdWords video campaigns that are being displayed as existing under a campaign group when I look at the AdWords UI. However, when I download a report for campaigns under this ad account via an API call, the campaigns are not returned. Why would this be the case? -- --

how to get traffic estimates for keywords for a single campaign?

2018-10-30 Thread petrosdawit96
Is it possible to match the ui when looking for traffic estimates for keywords? From my understanding and following this: https://developers.google.com/adwords/api/docs/guides/traffic-estimator-service . It seems like if you want to match the same criteria, you can pass in the ids for campaign

I can't get impressions by date

2018-10-30 Thread javoeria
Hi, i am trying to get the date of the first impression of a customer in Ruby but i always get a NameError. The query is: "SELECT date, metrics.impressions FROM customer ORDER BY date LIMIT 10" I don't think that the query is wrong because i tried with "month" instead of "date" and it works.

Re: how to get traffic estimates for keywords for a single campaign?

2018-10-30 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Petros, Yes, the results from the UI as compared to the API should be similar as long as you pass the correct parameters/filters in your requests. However, since you are encountering an error using the TrafficEstimatorService, could you provide to me the complete SOAP request and response

Re: Visual studio has null reference exception after .exe file is embedded into c# Project

2018-10-30 Thread pallavi . sistla
Hi, I am using Google Adwords Api for LXRPlugin[Excel AddIn] in visual studio 2017 c# project. The visual studio solution contains GoogleAPIIntraction as the main project. The solution runs successfully before .exe file is packaged. After creating .exe file and installing the setup file I am

Re: Adding labels on keywords

2018-10-30 Thread sam
$label_id = TempIdGenerator::Generate(); $keyword_label = new TextLabel(); $keyword_label->setId($label_id); $keyword_label->setName($label_text); $keyword_label->setAttribute('test'); $label_operation = new LabelOperation(); // Label operation should not be included in the BatchJobService

Re: Video campaigns appearing under a campaign group in the AdWords UI, but not being returned on reports via the API.

2018-10-30 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Austin, Video campaign performance data, in general, should be available in the AdWords API's reports . However, certain types of video campaigns, say for example, TrueView for Reach,

Re: Visual studio has null reference exception after .exe file is embedded into c# Project

2018-10-30 Thread pallavi . sistla
On Wednesday, October 31, 2018 at 10:56:47 AM UTC+5:30, pallavi...@netelixir.com wrote: > > Hi, > > I am using Google Adwords Api for LXRPlugin[Excel AddIn] in visual studio > 2017 c# project. > The visual studio solution contains GoogleAPIIntraction as the main > project. > The solution

Re: Getting budget report

2018-10-30 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Evgeniy, My apologies for the delay. In the AdWords API, you can generate the Budget Performance Report and you can refer to our reporting

Re: Error message not in manual

2018-10-30 Thread Tim Robbins
me too, I lkie you a problem, I havew no deal to fix that On Tuesday, October 23, 2018 at 11:09:18 PM UTC-7, makot...@gmail.com wrote: > > Dear AdWords API Team, > > What does this error message mean? > 『ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA』 > > Many Thanks, > -- --

Visual studio has null reference exception after .exe file is embedded into c# Project

2018-10-30 Thread pallavi . sistla
I am using Google adwords Api for Excel addin in visual studio 2017. Unable to load account after button click event after creating .exe file for the project. After creating .exe file for the project and installing the set up file.The setup file shows this unhandled exception. The solution

Re: how to integrated adwords api?

2018-10-30 Thread Ali Akbar Khan
Dear Nikhil Agarwal, Hello. I am a new one in this field. I want to integrate Google Ads API in my Website. Please tell me how i can integrate PHP Google Ads API in my Wordpress Web Site. Your all Video tutorials are made on Old versions. Please update your Tutorials on latest version of APi

Re: Getting budget report

2018-10-30 Thread Evgeniy Belov
May be exists the way to generate budget report from api? I need to download budget report and load accounts balances to database. вторник, 30 октября 2018 г., 14:00:28 UTC+3 пользователь Peter Oliquino (AdWords API Team) написал: > > Hi Evgeniy, > > Since the issue you are encountering is more

Re: updating ip exclusion list

2018-10-30 Thread min anh
me too, I lkie you a problem, I havew no deal to fix that On Tuesday, 21 July 2015 17:26:27 UTC-7, uvsuperDev wrote: > > Hi all, > What would be the best way (in terms of minimum operations and requests to > the adwords api) to replace a set of IPs with a new set of IPs in the > exclusion list

Discrepancy in campaigns spent between API and dashboard

2018-10-30 Thread Eric Wee
Hi there There's a discrepancy in a campaign spent between what I get from the Ads API and what's shown on the Google Ads dashboard. It seems the spent differs on particular campaign type, e.g. Display, as the Search type seems to return the correct spent amount from both the Ads API and the

Adding latitudes & longitudes programmatically

2018-10-30 Thread cosbgn
I'm trying to add some lat/lon with python, my code looks like this: lx = [{"loc":0, "lat":0}] operations = [] for loc in lx: criterion = { "xsi_type":"Proximity", "geoPoint":{ "latitude_in_micro_degrees":float(loc['lat']),

TOO_MANY_CHANGES - Actual threshold?

2018-10-30 Thread Sam Green
Hi, The TOO_MANY_CHANGES error when pulling from CustomerSyncService is clear, however, what exactly is the limit here? That is - how many changes are required to actually trigger this error? Thanks Sam -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Developer Token not Approved on testing client account

2018-10-30 Thread saidar
Dear Dhanya, Is the issue still on work? Could you tell, please, when approximately it will be solved? Lokking Forward, Saidar! вторник, 23 октября 2018 г., 18:19:50 UTC+2 пользователь Dhanya Sundararaju (AdWords API Team) написал: > > Hi, > > Your steps look good. However, there is an

Getting budget report

2018-10-30 Thread Evgeniy Belov
In Web Interface of ads.google.com i can set schedule for generate budget reports and the report send to my email. But on email receive only link for download, but not budget report. By link i need authorize. How i can download report for processing data without authorize. -- --