Re: Rails Adwords API - cannot load such file -- adwords_api

2017-03-27 Thread Arjun Rajkumar
Hi Richard, Were you able to get this fixed? Running into the same issue using Rails. Getting a load error - 'cannot load such file -- adwords_api' I am requiring the 'adwords_api' file in the controller when getting this error. Would be great to know how you fixed this issue. Thanks

Re: How do I get the recent 'Change History' from Adwords API

2017-03-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Arjun, You may get the account changes by using the CustomerSyncService.get of the AdWords API. An example can be found via the GetAccountChanges

How do I get the recent 'Change History' from Adwords API

2017-03-27 Thread Arjun Rajkumar
Hi, I am new to the Adwords API. Is it possible to get a list of recent changes that happened in the account? Just looking to get a list of the last 30 changes thats done in the account - Date, Campaign Name & Changes. How do I get this data via API? Thanks Arjun -- --

Re: Error while running 'ruby setup_oauth2.rb' while setting up the client library

2017-03-27 Thread Arjun Rajkumar
Hi Vishal, Thanks. This works now after I moved the file to the home directory. Still not able to make an API call. Tried testing via console by running Getting this error - rrors: Error [1]: field_path: trigger: error_string: AuthorizationError.USER_PERMISSION_DENIED

Re: Issue downloading AD_PERFORMANCE_REPORT ..

2017-03-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Tirtha, Apologies for not mentioning this earlier, you may respond via Reply privately to author for the requested information. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Issue downloading AD_PERFORMANCE_REPORT ..

2017-03-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Tirtha, I have deleted your initial forum post as it contained sensitive customer information. Please refer to our forum posting guidelines for future posts. Moving forward, could you please provide separately the

Issue downloading AD_PERFORMANCE_REPORT ..

2017-03-27 Thread Tirtha Ghosh Dastidar
Hi, I am using the python API to download the ad_performance_report. But the download fails for most of the accounts with 400 code. However, the report downloads just fine if I were to select just one columns say for instance AccountDescriptiveName. So this leads me to believe that there is

How do I pause a Product Partition BiddableAdGroupCriterion?

2017-03-27 Thread karl appel
Since BiddableAdGroupCriterion.setUserStatus(UserStatus.PAUSED) does not work with Product Partition according to the API, https://developers.google.com/adwords/api/docs/reference/v201609/AdGroupCriterionService.BiddableAdGroupCriterion#userstatus , how do I pause BiddableAdGroupCriterion that

CAMPAIGN_LOCATION_TARGET_REPORT returning removed data?

2017-03-27 Thread Jim Malone
We are experiencing an issue with the Adwords API/Reporting services. When I run AWQL to get the list of Campaign Location Targets (using the CAMPAIGN_LOCATION_TARGET_REPORT) I am getting several records returned that do not represent what the Adwords management console is actually showing.

Re: How can I get campaignId, campaignName, total clicks, total impressions

2017-03-27 Thread dore
Hello, sorry to bump this old topic but I thought I'd use it since the question is the same. I'm using the AdWords API Python library, 'v201702', and I'm trying to get impressions for a campaign but so far the only way I found to do this is via the report download. Is it possible to just

Re: How do I get a list of linked GMB accounts from the API?

2017-03-27 Thread JC Lee
Hi, Thanks for the answer. If I understand you correctly, the one time setup links one GMB account to AdWords. So with AdWords API, I won't be able to get a list of accounts for my app's user to choose from like the "Select a Google My Business account" in AdWords UI (seen in attachment in

Re: How do I get a list of linked GMB accounts from the API?

2017-03-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Your GMB account would store your business locations which can be synced with your AdWords account. However, you cannot fetch the GMB account details itself via the API. Your GMB account

Re: Error while running 'ruby setup_oauth2.rb' while setting up the client library

2017-03-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Arjun, That is correct. The adwords_api.yml file needs to be available in the home directory of the user (i.e. Users/arjunrajkumar1 in your case). Could you please copy the file in your home directory and see if that works?

Re: EntityNotFound.INVALID_ID when setting ExtensionFeedItems using ExtensionSettingService

2017-03-27 Thread JC Lee
Hi, My mistake, I think I found the issue.. If it does happen again, I'll update here. On Tuesday, 28 March 2017 03:04:05 UTC+8, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi, > > Could you please confirm how the specific feed with feedItemId : > 11747797807 was created? Was it

Re: SearchImpressionShare in Account Summary Report

2017-03-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Sonia, Are you referring to SearchImpressionShare in ACCOUNT_PERFORMANCE_REPORT? Please note that this field is of type Double and it can only be used with the operators in predicates:

Re: Retrieve a list of existing shared audiences (particularly CRM)

2017-03-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Stephen, Once you have initialized the service, you can create a service selector to specify the fields that you wish to retrieve via the service (complete list of fields available here

Re: EntityNotFound.INVALID_ID when setting ExtensionFeedItems using ExtensionSettingService

2017-03-27 Thread JC Lee
Further testing and they are all causing errors now. I am not sure what's wrong. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: EntityNotFound.INVALID_ID when setting ExtensionFeedItems using ExtensionSettingService

2017-03-27 Thread JC Lee
I think you are right about where/how it was created causing the error. I did a test where I create the item via FeedItemService. Adding this feedItem via AdGroupExtensionSettingService gave me the EntityNotFound.INVALID_ID error. Whether the operator is ADD or SET results in the same error.

Re: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed

2017-03-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, The SSL errors are usually temporary and tends to go away while you retry after a while. The underlying problem would most likely be your network. If you are still facing issues after a few retries, please provide the complete SOAP logs (request and response) and I'll try to look into

Re: EntityNotFound.INVALID_ID when setting ExtensionFeedItems using ExtensionSettingService

2017-03-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Could you please confirm how the specific feed with feedItemId : 11747797807 was created? Was it using the FeedItemService or was it created while AdGroupExtensionSettingService was used to create and add the extension to a given AdGroup. As you are aware, if you are using the

Re: BatchJob runtime performance issue

2017-03-27 Thread dima
Thank you! On Monday, March 27, 2017 at 9:47:21 PM UTC+3, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > The team has determined that the issues at this time were transient and > that everything should be going smoothly again now. I apologize for the > inconvenience. > > Please make

Re: BatchJob runtime performance issue

2017-03-27 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, The team has determined that the issues at this time were transient and that everything should be going smoothly again now. I apologize for the inconvenience. Please make a new thread if the slowdowns occur again so that we can investigate! Regards, Mike, AdWords API Team On Monday,

Re: Adwords report cusom date

2017-03-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, The report definition for AdWords API reports looks something like this . Using this report definition, you can specify a custom date range

Re: Negative placement list at MCC/Managed Account Level

2017-03-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, By using Shared sets , you will be able to manage your negative keywords and placement exclusions across all campaigns in an account removing the need for duplication. Unfortunately, we do

How do I get a list of linked GMB accounts from the API?

2017-03-27 Thread JC Lee
In the AdWords UI, I can select a GMB account (As seen in the attachment.) Are these accounts retrieved from GMB API or AdWords API? If it's the AdWords API, which service do I use? *If it's the GMB API...* Is the GMB account also the AdWords account? i.e. The same email address? If that's

Retrieve a list of existing shared audiences (particularly CRM)

2017-03-27 Thread stephen . waters . scripts
Hi I'm a fairly amateurish python user currently creating/updating CRM user based audiences using googleads. While I've been able to do the above, is it possible to retrieve a list of (all, or just CRM) audiences that exist? names and ids would be more than enough info I am guesing it

Error while running 'ruby setup_oauth2.rb' while setting up the client library

2017-03-27 Thread Arjun Rajkumar
Hey, I am new to the Adwords API and have been trying to set this up for a while. I was following the steps on this page : https://github.com/googleads/google-api-ads-ruby/wiki/API-access-using-own-credentials-(installed-application-flow)#step-2---setting-up-the-client-library I got stuck at

Re: Enabling Partial Failure on SharedCriterionService

2017-03-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Unfortunately, only the services listed here currently support partial failures and I don't have more information on whether or not this feature would be supported by SharedCriterionService anytime

(javax.net.ssl.SSLHandshakeException) javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timest

2017-03-27 Thread harshitha . yeddala
When i am doing through scheduler i am getting an error like below. *Scheduler Time*:0 30 * ? * * * and the above time is monthly scheduler dumping of stats and it should fire on every 2nd of month I have updated the access token and refresh token too. javax.net.ssl.SSLHandshakeException:

SearchImpressionShare in Account Summary Report

2017-03-27 Thread Sonia Samorì
Hi, I want to add in the Account Summary Report the column about Search Impression, but I get always this type of data: undefined. Why does it happen? How can I fix this issue? Thank you, Sonia -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed

2017-03-27 Thread Harshi Manju
HI Team, When i am doing through scheduler i am getting an error like below. Scheduler Time:0 30 * ? * * * and the above time is dumping of stats through monthly scheduler and it should fire on every 2nd of month I have updated the access token and refresh token too. For instance: I run on

javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed

2017-03-27 Thread Harshi Manju
HI Team, When i am doing through scheduler i am getting an error like below. *Scheduler Time*:0 30 * ? * * * and the above time is dumping of stats through monthly scheduler and it should fire on every 2nd of month I have updated the access token and refresh token too. For instance: I run

javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed

2017-03-27 Thread harshitha . yeddala
Hi Team, up vdown vote favorite When i am doing through scheduler i am getting an error like below. *Scheduler Time*:0 30 * ? * * * and the above time is monthly

Adwords report cusom date

2017-03-27 Thread Darkcookie
Hi, i am trying to get full AD_PERFORMANCE_REPORT report for 3 months, but instead of full report i get only last 7 day data in result. Here is what i get: - - as you can see, there is correct date range, but all rows end at the 2017-03-20. How can i get full data? -- --

Enabling Partial Failure on SharedCriterionService

2017-03-27 Thread Bernardo Alves
Hello, I can perform a single mutate operation against a Shared Set to add 2000 negative placements. The problem is, if one of these placements is not valid, the whole operation fails. This could be avoided if SharedCriterionService implemented Partial Failure. Are there any plans for this?

Re: Callout extensions: Ad group extension and Ad group extension

2017-03-27 Thread dima
Yes, this what I did in line: _customerExtensionSettingService.RequestHeader.clientCustomerId = customerId; the code snippet I posted is working example that I wrote, I posted it here as an example if some one will look for solution On Monday, March 27, 2017 at 9:03:10 AM UTC+3, Ivan Bautista

Re: Negative placement list at MCC/Managed Account Level

2017-03-27 Thread Bernardo Alves
Sorry, I meant "can be applied to *accounts *within an MCC" instead of "campaigns". segunda-feira, 27 de Março de 2017 às 11:20:09 UTC+1, Bernardo Alves escreveu: > > Hello, > > I've seen Google has recently added the possibility to create a single > list of *negative keywords* that can be

Negative placement list at MCC/Managed Account Level

2017-03-27 Thread Bernardo Alves
Hello, I've seen Google has recently added the possibility to create a single list of *negative keywords* that can be applied to campaigns within an MCC. I would like to know if the same functionality could be applied to share a list of *negative placements* across accounts within an MCC.

Conversion rate calculation

2017-03-27 Thread Tomas R
Either I am missing something or conversion rate calculation on the AdWords backend side is incorrect. The conversion rate field description states: "The number of conversions divided by total clicks" So for a specific account (5833006980) and specific time period (20170201 - 20170228) we have

Re: Data freshness of Gmail Ad results?

2017-03-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Zweitze, As my colleague Shwetha has mentioned, it would be best to consult the product experts at the AdWords community forum for more detailed information regarding the data's availability. Best regards,

Re: Oauth Authentication issue

2017-03-27 Thread Zweitze
OAuth error responses are terrible. I think it only knows two error codes, an expired accesstoken and everything else. This is reflected in client libraries, for instance the .NET client library just throws its response away and throws a general OAuth exception. In other words, you can't

Re: Considering switching from AdWords Scripts to AdWords API

2017-03-27 Thread Zweitze
AdWords Scripting was discussed many times at AdWords API workshops. In general Googles representatives agreed on using AdWords scripting for two scenarios, 1) prototyping and 2) one-time actions (eg. conversions, restructuring etc.). For all other scenarios they recommended using AdWords API.

Re: Data freshness of Gmail Ad results?

2017-03-27 Thread Zweitze
Hi Swetha, As I understand, CtcLookbackWindow is about conversions. But this question is not about conversions. This question is about GMail ad results. I need to know when GMail ad results are final. For instance, when I am interested in the results of today, I probably can't use results I

Re: Callout extensions: Ad group extension and Ad group extension

2017-03-27 Thread 'Ivan Bautista' via AdWords API Forum
Hi, As mentioned by my colleague earlier, to include the clientCustomerId in the request header at runtime, you can programmatically set it by following the instructions (refer to the section of the language you are using) provided in this guide