Re: AuthorizationError.USER_PERMISSION_DENIED

2016-01-04 Thread Mhamad Canaan
Hi, I have a similar problem, but for me I have managed to authorize my app and accessed the accounts, but I still one thing more. When a MCC account authenticates the [canManageClients] => 1 tells me that it is an MCC. but what if I want to manage one of the clients this account manages how

Re: Adwords API - Create Ad with feed dynamic URL

2016-01-04 Thread Maurício Bento
Hi Team, The issue I had was that the logic I was running was fetching non-active ad groups, so I didn't have the expected behavior. After changing the logic instead of foreachs inside each one and another and using something like that: var agSelector = AdWordsApp.adGroups() .withCondition('C

Discrepancy between API downloaded report & UI report

2016-01-04 Thread udi . adgorithms
Hi, When downloading a report from adwords using the API I get different results from when I run the same report manually in the adwords UI. In the API I'm using the following service: report_downloader = adwords_client.GetReportDownloader() I'm then using 'reportType': 'KEYWORDS_PERFORMANCE_RE

I can't find Adwords API center in account settings

2016-01-04 Thread thomasbuiduc via AdWords API Forum
Hello, I have created two new MCC in Adwords, but none of them have access to Adwords API. I cannot find any link to API on the left side of the menu in account settings. Please check a screenshoot in attached. I am sure this is a MCC account, since I created following the instructions very clo

Discrepancy of API and UI display

2016-01-04 Thread udi . adgorithms
Hi, When I download a keywords report using the API, it has some discrepancies to the same report I see in the adwords UI. In the API, I'm using the following service: report_downloader = adwords_client.GetReportDownloader() I'm then using 'reportType': 'KEYWORDS_PERFORMANCE_REPORT' 'downloa

Confused by the Refresh and Access tokens when making API calls

2016-01-04 Thread Alessandro
For simplicity’s sake, here is my use case: I’m making a website that’s essentially a wrapper around Keyword Planner’s ability to see the monthly search volume of a keyword. My question is around the OAuth2 authentication. I’m having a hard time wrapping my head around what needs to happen reg

How do i know that i have a MCC test account?

2016-01-04 Thread Luis Hernández
Hi, in theory I created a MCC test account using the google documentation (https://developers.google.com/adwords/api/docs/test-accounts), but the document say that it will be appear a label with the info "This is a test account", and i don't see it, I did something wrong? How do I know that th

Adwords Api Usage without manager account

2016-01-04 Thread mubbashar husain
Hi All, I am trying to figure out that if the google adwords api can be for individual account? Or it need to be a manager account Like i want to develop an application where people can authorize the account using oauth2 and i get the access of their google adwords account. then i call the api

Just launched my first campaign and its not showing.. pls help

2016-01-04 Thread Kapra Direct
*Hi There * *Im just step up a google ads campaign but its not showing when i test it in the ad **previewer. Below is the message* *but how do I get to correct this as I don't know which keywords is casing this message to appear* *please help* - Your ad isn't being shown for this keyword

Primeira Campanha Criada no Adwords e meus Anúncios Não Aparecem

2016-01-04 Thread Daniel Antunes Paiva
Fala Pessoal, Campanha criada e aprovada há umas 2 horas, e até agora nenhuma impressão dos anúncios. Alguém sabe por que? Comecei com CPC máximo para o grupo de anúncios com o valor do maior CPC do meu grupo de palavras de chave, e setei o CPC de cada palavra como aquele dado pelo Adwords co

I can't create test account

2016-01-04 Thread Luis Hernandez
I don't know what happen with the form for create test account, I am following the link in the documentation but i can't create the account, in the firsts intents it just create production accounts, and now just doesn't do anything and only go back to the first form. I have two days trying to

Re: Ad Customizers Feed Keyword based dynamic URL

2016-01-04 Thread MCC Test
Hello, Any updates on this thread how can I achieve this functionality by API.I don't want to create 10k Ads but just need one dynamic Ad, which will feed dynamic values and landing Page URL should directly take to product page?? Please help!! Thanks, Ronak Shah On Thursday, December 31, 20

Re: AuthorizationError.USER_PERMISSION_DENIED

2016-01-04 Thread Nadine Sundquist (AdWords API Team)
Hello Mohammad, If you want to get the clients of a manager account (MCC), then you would use the ManagedCustomerService . By using the get()

Re: Adwords API - Create Ad with feed dynamic URL

2016-01-04 Thread MCC Test
Hello Maurício*,* How come this solution can work for feeding dynamic Landing Page URL?? Let me explain you my situation here again I have a list of 10K Products listed in an excel sheet with product name, price, product landing page URL and target keyword.So I tried creating the Ad customizer

Re: shopping keywords + dest.urls

2016-01-04 Thread Nadine Sundquist (AdWords API Team)
Hello Dennis, Thanks for the clarification. No, there isn't a way of getting that information from the other AdWords API services. Any data collected as a result of the click would be in the reports section. All the other services are more for setup of campaigns rather than results. I do like y

Re: adwords documentation

2016-01-04 Thread Anthony Madrigal
Hi Mhamad, Unfortunately, we do not have documentation for all our guides in PHP. Our team is aware of users wanting to see our guides in all the client library languages besides Java. Thanks for your concern and we will work on getting this done as soon as we can. Regards, Anthony AdWords

Re: ADD ExpressionRuleUserList OPERATION_NOT_SUPPORTED

2016-01-04 Thread Michael Cloonan (AdWords API Team)
Hello, I apologize for the long delay in response. You should define your xmlns:ns0 on the soap:Envelope element, not on the RequestHeader. Note that the ns0:operator isn't within the RequestHeader, so that definition would be lost by the time you get to that part of the XML. Moving it up a lev

Re: Customer Client Id

2016-01-04 Thread Anthony Madrigal
Hi Mhamad, You can use the ManagedCustomerService in order to get a list of client accounts under an MCC and if they canManageClients. Here is an example on how to use this service with PHP

Re: I can't find Adwords API center in account settings

2016-01-04 Thread Anthony Madrigal
Hello Thomas, The client customer Id from the screenshot you provided appears to be a client account, *not *a manager account. Please make sure you are following the instructions from this guide . If you are still running into issues afte

Re: Discrepancy between API downloaded report & UI report

2016-01-04 Thread Anthony Madrigal
Hello, Could you please *reply privately to author *with a copy of your UI report, the full report definition you used for the API report, and your customer client Id so that I can take a further look? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

Re: Just launched my first campaign and its not showing.. pls help

2016-01-04 Thread Anthony Madrigal
Hi Pete, This issue seems better suited for the AdWords Community Forum to resolve. Please post your question on their forum and they should be able to support you. Cheers, Anthony AdWords API Team -- -- =~=~=~

Re: Primeira Campanha Criada no Adwords e meus Anúncios Não Aparecem

2016-01-04 Thread Anthony Madrigal
Hi, I apologize that I am only able to respond in English. However, this issue seems better suited for the AdWords Community Forum to resolve. Please post your question on their forum and they should be able to su

Re: question about shared exclusion list

2016-01-04 Thread Umesh Dengale
Hi Ofir, Thanks for providing SOAP XML request and response logs. The CriterionError. YOUTUBE_URL_UNSUPPORTED describes that YouTube urls are not supported in Placement criterion. You could

Re: Account Status

2016-01-04 Thread Umesh Dengale
Hi John, The AdWords API services or reports (Account performance report ) does not have a field to retrieve

Re: I can't create test account

2016-01-04 Thread Anthony Madrigal
Hi Luis, Could you please provide me via *reply privately to author *the client customer Id of the account you are trying to use as a test account so that I could do some further investigation? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Ad Customizers Feed Keyword based dynamic URL

2016-01-04 Thread Michael Cloonan (AdWords API Team)
Hello, The entire URL generated from the tracking template doesn't necessarily have to match the final URL, but the URL domain has to match. So for example, if the final url is "www.example.com/landing-page", then you could have the tracking template say "www.example.com/{some-parameter}", and

Re: Confused by the Refresh and Access tokens when making API calls

2016-01-04 Thread Michael Cloonan (AdWords API Team)
Hello, Once you set up a refresh token, that token does not expire under normal use and can be used repeatedly to make API calls. Fetching the refresh token, therefore, only has to be done once during development and subsequently stored for use during end user operation. When a user comes to y

Re: Ad Customizers Feed Keyword based dynamic URL

2016-01-04 Thread MCC Test
Hello Michael, Thank you for your response.I followed the way exactly you said I set the tracking template like "http://www.example.com{=ProductFeed.parameter}"; and I set Final URL as "http://www.example.com"; the ads get created successfully but when I click that Ad on Adwords Editor It doesn

Re: Ad Customizers Feed Keyword based dynamic URL

2016-01-04 Thread Michael Cloonan (AdWords API Team)
Hello, I'm not familiar with AdWords Editor. You can check that the ad was made correctly by fetching it via the API as well and looking at the final URL and tracking template fields. Regards, Mike, AdWords API Team On Monday, January 4, 2016 at 1:22:32 PM UTC-5, MCC Test wrote: > > Hello Mich

Re: Adwords API - Create Ad with feed dynamic URL

2016-01-04 Thread Umesh Dengale
Hi Ronak, The Ad customizer could be used to inject dynamic information into your ads(e.g. strings, prices, numbers, and even a countdown to a specific date/time), but you cannot perform replacements using this feature on the final URLs . Pleas

Re: Adwords API - Create Ad with feed dynamic URL

2016-01-04 Thread MCC Test
Hello Umesh, Thank you for your response. I do know very well that Ad customizer has no replacement for final url, so in this case do I need to create 10,000 ads instead of creating just one ad.Definitely I cannot send users to static final url, I need to land them to specific product page.Can

Re: OfflineConversionsFeedService DateError.INVALID_STRING_DATE_TIME

2016-01-04 Thread Umesh Dengale
Hello, Yes, you are correct. OfflineConversionError.CONVERSION_PRECEDES_CLICK error occurs when the conversion is reported to have happened before the click. You can lo

Re: Adwords API - Create Ad with feed dynamic URL

2016-01-04 Thread Michael Cloonan (AdWords API Team)
Hello, This seems to be the same question as we're working on here: https://groups.google.com/forum/#!topic/adwords-api/ Let's use that linked thread for this issue instead of this one. Thanks, Mike, AdWords API Team On Monday, January 4, 2016 at 2:06:23 PM UTC-5, MCC Test wrote: > > Hello Ume

Re: Adwords Api Usage without manager account

2016-01-04 Thread Umesh Dengale
Hello, The developer token is needed to access the AdWords API. You need to create the manager account (MCC) and then you could apply for developer token. Once you

can I use validateOnly=true in BatchJobService

2016-01-04 Thread Andy Lin
I want to test my mutate requests in BatchJobService using validateOnly=true before submitting. but I couldn't poll the job result using the batchId, it returns null from the following statement, is it possible to use validateOnly=true and test the mutate operations, and how can I poll the res

Re: can I use validateOnly=true in BatchJobService

2016-01-04 Thread Umesh Dengale
Hello, The validationOnly property (true) will validate the request and will not perform the actual operation and return the failing operations' errors if any. When a batch job completes (validationOnly=false)

Re: Ad Customizers Feed Keyword based dynamic URL

2016-01-04 Thread MCC Test
Hello Michael, I checked pulling the ads via API all info looks good but now the only thing is When I place the tracking Template with "http:///www.example.com/{=ProductFeed.urlpath}"; and when I click the Test button It says "Landing Page not found". So does it means that I can't use Ad custo

Re: Incorrect Namespaces in Google.Api.Ads.AdWords.v201506.ReportDefinition

2016-01-04 Thread Chirag
Hello Team, I am not able to use predicate GREATER_THAN with convertedclicks under ADGROUP_PERFORMANCE_REPORT. $selector->predicates[] = new Predicate('ConvertedClicks', 'GREATER_THAN', array('0')); OR $selector->predicates[] = new Predicate('ConvertedClicks', 'GREATER_THAN', '0'); Getting er

Re: Predicate not working correctly

2016-01-04 Thread Chirag
Hi Team, I am also Not able to use predicate GREATER_THAN with convertedclicks under ADGROUP_PERFORMANCE_REPORT. $selector->predicates[] = new Predicate('ConvertedClicks', 'GREATER_THAN', array('0')); OR $selector->predicates[] = new Predicate('ConvertedClicks', 'GREATER_THAN', '0'); Getting