Re: Issues: google-adwords-api :v201601 to :v201607 migration

2016-11-02 Thread 'Peter Oliquino' via AdWords API Forum
Hi Sohair, You might also want to try our latest version, which is currently the v201609 . Could you confirm as well if you have updated to our latest client library

Re: How to get Adwords API standard access?

2016-11-02 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Brad, This question is better suited for the AdWords Compliance Team to handle. You can contact them by filling out this form . Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

How to get Adwords API standard access?

2016-11-02 Thread Brad de Padey
We are developing a keyword tool but in order to do that we need Adwords standard access. I know you have to apply but does our tool really need to do everything on here to get approved: https://developers.google.com/adwords/api/docs/requirements?hl=en How come this tool is using the Adwords

Re: [Clicks metric]: "Gmail clicks to website" in the UI vs Reports

2016-11-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David, When you request stats for a single day, the number of clicks and impressions might not make sense when you compare, as impression and click data update at different rates throughout the day. This article provides more

Re: How to get express verified calls

2016-11-02 Thread Marketing Xilon
Update: using the following query: SELECT Id, AllConversions FROM AD_PERFORMANCE_REPORT WHERE ClickType="CALLS" DURING LAST_30_DAYS It returns 3 conversions, but Express is showing 6 and even prefix, date and duration. I'm quite sure I'm following the wrong approach. Best El miƩrcoles, 2 de

How to get express verified calls

2016-11-02 Thread Marketing Xilon
Hi, how can I get the verified calls report for express campaigns? I can't find this parameter on the docs. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Sessions on CRITERIA_PERFORMANCE_REPORT

2016-11-02 Thread Marketing Xilon
Hi, I don't see Sessions value on Criteria Performance Report or Keywords Performance Report .

Re: Adwords API not returning Final URLs for ExpandedTextAds

2016-11-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Paul, You need to include "CreativeFinalUrls" (AdGroupAdField.CreativeFinalUrls in this case) in the selector for the finalUrls of an ExpandedTextAd to be populated in the

Re: [Clicks metric]: "Gmail clicks to website" in the UI vs Reports

2016-11-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David, That might be a reason. Are you including any segmenting fields in the report definition? Do you see impressions > 0 when you don't use these fields? Could you provide the complete report definition and your clientCustomerId so I can confirm? Thanks, Shwetha, AdWords API Team. --

Re: why is ads-lib 2.21.0 requiring guava 20.0-rc1 ?

2016-11-02 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Christian, I can see that the ads-lib dependency in the pom of the main project internally uses guava 20.0-rc1. I'm not entirely sure why that is the case. Since your question is related to the Java client library in particular, I would recommend opening a new issue here

Re: How can i transfer API privileges from one google account to another?

2016-11-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Francisco, By "transferring API privileges", do you mean start using a different google account to authorize and authenticate the API requests? If so, you can grant access to a new user for the account in question and generate OAuth2

Adwords API not returning Final URLs for ExpandedTextAds

2016-11-02 Thread Paul Grenyer
I'm trying to get the final url array from a Google Adwords Java API ExpandedTextAdd. I can get all of the other fields, such as the headlines, description and path urls, but calling getfinalUrls always returns null, even though the ad being requested has a final url. This is my selector:

Re: [Clicks metric]: "Gmail clicks to website" in the UI vs Reports

2016-11-02 Thread David Miguel Antunes
Hi Shwetha, Thank you for the answer. The problem was another one: there were some lines with 0 impressions but clicks > 0. Could you please confirm if what this user found out in the thread is correct?: https://groups.google.com/d/msg/adwords-api/V5ZjQaPJl80/BVIqOJZPgLQJ Thanks! David Scala

Re: Cant retrieve final url of expanded ads

2016-11-02 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Paul, Since this is an old post, could you please create a new topic with your issue? This will help us track the issue better on our side. Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

How can i transfer API privileges from one google account to another?

2016-11-02 Thread Francisco Castillo
I have an adwords account with an API token that works fine and is good for the volume that i'm managing, but it was created on a legacy domain name email, and i want to move everything under our current sure and safe domain and eventually let go of that other domain. -- --

Re: Cant retrieve final url of expanded ads

2016-11-02 Thread Paul Grenyer
I'm having a similar problem, but using CreativeFinalUrls isn't fixing it for me: final SelectorBuilder selector = new SelectorFactory() .build(AdGroupAdField.Id, AdGroupAdField.AdGroupId, AdGroupAdField.Status,

Re: Get rid off the 4 not interactive word tags above ad extention.

2016-11-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mon, The other information available in an Ad apart from the headlines and description will be from the ad extensions added at the account or campaign, or ad group level. Could you provide a sample AdGroupId and

Re: [Clicks metric]: "Gmail clicks to website" in the UI vs Reports

2016-11-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David, The Clicks metrics available in API reports are the same as the ones available in the UI. Could you provide the complete report definition you used along with your clientCustomerId? There are Gmail specific metrics

Re: Percentages in Bid Landscapes

2016-11-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi James, Could you provide the complete SOAP request and response log for this request along with the corresponding results from the bid simulator in the UI? Have you selected the *Product group-wide bid* option in the bid simulator in the

Re: Get account budgets

2016-11-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, To retrieve your account budgets, you need to use BudgetOrderService . A BudgetOrder is an authorization for a client account to spend

why is ads-lib 2.21.0 requiring guava 20.0-rc1 ?

2016-11-02 Thread Christian H.
Hi, After updating adwords-axis to 2.21., I got the error java.lang.NoClassDefFoundError: Could not initialize class com.google.api.ads.common.lib.auth.OfflineCredentials$Api The reason for that seems to be java.lang.NoSuchMethodError:

Get rid off the 4 not interactive word tags above ad extention.

2016-11-02 Thread Mon
Dear all, thank you for your help in advance. I would like to get rid off the four word tags which are above the extended Ad. I do not know where is the setting to

Re: Stalling batch jobs may be back?

2016-11-02 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, I apologize for the slow response. I will see what we can do about the currently running jobs to clear things up and let you run new ones. Regards, Mike, AdWords API Team On Monday, October 31, 2016 at 9:46:11 AM UTC-4, Adrian Ghizaru wrote: > > Hi Mike! > > Thank you so much for

Adwords Express Account CustomerId and Data Not found

2016-11-02 Thread cv
Hello All, I have MCC account in which one Adwords Express Account there. I have few question there 1) I am not able to get his customer ID using managedCustomerService. Is there anything special required to get customer info such as customer ID? 2) Is it possible to get reporting metrics such

[Clicks metric]: "Gmail clicks to website" in the UI vs Reports

2016-11-02 Thread David Antunes
Hi, I get the impression that the "Clicks" in the AdWords UI include the "Gmail clicks to website", but in the API it doesn't. Could this be possible? Thanks! David -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Percentages in Bid Landscapes

2016-11-02 Thread James Preece
Hi There, When I do bidLandscape requests against Google Shopping Criterions (DataService getCriterionBidLandscape) most of the values I get back make sense and match what I see on the front end. Sometimes though I get very low monetary values (microAmount < 1000) which here in the UK amounts

Get account budgets

2016-11-02 Thread Marketing Xilon
Hi, how can I get account budgets via API? I'm confused about the different terms used on the docs (Budget, BudgetOrder...) Also, I don't see status on BudgetOrder . How can I retrieve it? Thanks