Re: AuthenticationError.NOT_ADS_USER @

2016-01-22 Thread Matthew Trevor
Hi Yin, Thanks for the advice, but maybe I'm missing something with the Google app as I get back what looks to be a good result. If I explain the path in more detail: On our test website, the user (whilst logged into their Google Adwords account - a test MCC account at this point) clicks on a

TempIdGenerator BatchJobService Use

2016-01-22 Thread Chirag
Hello All, BatchJobSevice has one new functionality which is TempIdGenerator. How exactly I can use? there is no documentation how to use? and when one can use? If someone explain than would be useful. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog a

Distributing Applications & OAuth Authorisation Credentials

2016-01-22 Thread StewartR
Hi, We have used the API *internally* for a while and follow the the OAuth Application flow to do so. We have authorised our own MCC and securely store the refresh token which we pass to the API with our developer token with each request. This process is nice and easy because, right now, all

Revoke OAuth token using API

2016-01-22 Thread Tomas Rimkus
Assuming some user gave access to his MCC account using OAuth token, is there a way to revoke that token by using some Google API request? I know that the user can go to his "Connected apps and sites" in his account and revoke access there but I would like to have an option to do that using our

Link Adwords account with GMC

2016-01-22 Thread Carlos Sotelo
How can I accept a GMC-Adwords account link through the Adwords API? I looked at ManagedCustomerService, but this seem to only work for managing customer-manager relationships between adwords accounts only. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Go

Re: API returns me 0 results for keyword 'sport' (with Italian parameters)

2016-01-22 Thread Sergio Montagna
Hi, I have the same problem.. Thanks in advance for reply Il giorno martedì 19 gennaio 2016 18:49:43 UTC+1, Yin Niu ha scritto: > > Hi Biagio, > > Could you please send the SOAP log for the requests that you got 0 > results? Please also include your ClientCustomerID. Please click *Reply > pri

Duplicate GCLIDs received today reported on different day in Click Performance API

2016-01-22 Thread shumardbcake
Hello, First of all looking forward to the communities thoughts on this issue. I have a scenario where our system has logged numerous clicks with the same exact GCLID. After doing some investigation we have found that the clicks are being reported by the Adwords Click Performance API in the pa

Re: CAMPAIGN_LOCATION_TARGET_REPORT missing video_views?

2016-01-22 Thread Anthony Madrigal
Hi, Yes, that is correct. There are currently no video related fields in the Campaign Location Target Report. Please see our blog for any updates on the feature. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=

Re: Find successful operations after an ApiException

2016-01-22 Thread Yin Niu
Hi Andy, Are you talking about batch jobs or the regular API request? If it's a regular API request and you received remote exception, then the request has failed. If it's batch job, you can check the result after the job has been processed. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=

Re: Find successful operations after an ApiException

2016-01-22 Thread Andy
Hi Yin, I am running a batch job consisting of AdGroupCriterionOperations using AdGroupCriterionService.mutate call. I do not find getResult function for this Interface. How to find the result in case of API exception. Regards, Andy On Friday, January 22, 2016 at 7:53:38 PM UTC+5:30, Yin Niu

Re: Find successful operations after an ApiException

2016-01-22 Thread Andy
Hi Yin, I am running a batch job consisting of AdGroupCriterionOperations using AdGroupCriterionService.mutate call. I do not find getResult function for this Interface. How to find the result in case of API exception. Regards, Anandghan On Friday, January 22, 2016 at 7:53:38 PM UTC+5:30, Yin

Re: Revoke OAuth token using API

2016-01-22 Thread Tomas Rimkus
Apparently AdWords API client libraries don't provide the functionality but it's possible by making a simple http POST request to https://accounts.google.com/o/oauth2/revoke?token=YOUR_REFRESH_TOKEN . Here is how it's implemented in the generic google API client library: https://github.com/goog

Re: Daily breakdowns with AWQL

2016-01-22 Thread bastien rabaute
Hi Olof, This query works for me. Similar to what you need I hope. select Date, CampaignName, ConvertedClicks, Cost from CAMPAIGN_PERFORMANCE_REPORT WHERE Cost > 0 during 20150101,20150201 Bastien Try AWQL.me for your AWQL queries. It's free ! Le mardi 19 janvier 2016

Re: Link Adwords account with GMC

2016-01-22 Thread Anthony Madrigal
Hi Carlos, Unfortunately, there is currently no way to accept invitation links through AdWords API. You will need to accept it through the UI. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelo

Re: AuthenticationError.NOT_ADS_USER @

2016-01-22 Thread Yin Niu
Hi Matt, Can you verify that the account with the clientCustomerID that you used for this request has the same login email as the one that you use for requesting refresh token or it is the client account of the same manager account? Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=

Re: Find successful operations after an ApiException

2016-01-22 Thread Yin Niu
Hi Andy, Please check out the guide for handling partial failure . Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.b

Re: TempIdGenerator BatchJobService Use

2016-01-22 Thread Yin Niu
Hi, This link explains how to use temporary IDs. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.b

Re: Distributing Applications & OAuth Authorisation Credentials

2016-01-22 Thread Yin Niu
Hello, Can you clarify what type of application you would like to publish? Are you going to let your user to use the MCC account that you are using right now, which means if they have the credentials, they will be able to access all accounts under this MCC? Or is this going to be a generic app

Re: Distributing Applications & OAuth Authorisation Credentials

2016-01-22 Thread StewartR
Hi, Thanks for your response. This is for a generic application where users would configure their own accounts. On Friday, January 22, 2016 at 5:16:19 PM UTC, Yin Niu wrote: > > Hello, > > Can you clarify what type of application you would like to publish? Are > you going to let your user to

Condition, Channel and Channel Exclusivity values in PRODUCT_PARTITION_REPORT translated to campaign's "Country of sale" language

2016-01-22 Thread HK
Hi, We just discovered that using the PRODUCT_PARTITION_REPORT (as a structure report) instead of calling get() for AdGroupCriterionService to get product groups, returns the condition, channel and channel exclusivity in the language that matches the campaign's "country of sale" settings. *Is t

Re: ADD ExpressionRuleUserList OPERATION_NOT_SUPPORTED

2016-01-22 Thread ralph
Nadine-- Sorry for the delayed response--once this problem was solved i hit the ground running on my AdWords integration. Everything is working beautifully now, and I was far better able to debug other similar problems I ran into now that I have a better understanding of soap and the xml behi

Re: Unable to connect.

2016-01-22 Thread Pankaj Tiwari
Hi Anthony, I have send you a personal message please check that and help me with solution. Thank you. On Friday, January 22, 2016 at 1:22:55 AM UTC+5:30, Anthony Madrigal wrote: > > Hey Pankaj, > > Are you still using the same report definition? KeywordText was replaced > with Criteria >