Re: can we use access token from adwords api to google_client?

2016-07-13 Thread Chirag
Hello Joven, Yes, Zweitze is right. When you get refresh token to get access of Adwords API, you also need to include scope to get User Email along with Adwords API scope. To get user email you can use Google OAuth2 API v2 scope. Scope to be used to get User email :

API issue when creating video ad

2016-07-13 Thread Tuong Nguyen
Hey Guys, We are trying to create a video ad into one of the existing video campaign. But I encountered the error message as "Server raised fault: '[OperationAccessDenied.MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT @ operations[0]]' " We have standard access to the developer token. Would like to

Re: No existing bid modifier for AdGroupId - Issue with AdGroupBidModifierService

2016-07-13 Thread Chirag
Hello Vishal, Thanks for looking into it. I have found the issue, when using get method for AdGroupBidModifierService, I need to look at bidModifierSource, If It is Adgroup Level then I need to use SET otherwise ADD. Which is mentioned over here -

Re: Apiadwords

2016-07-13 Thread 'Joyce Lava' via AdWords API Forum
Hi Jerome, To better understand the question above, could you please provide more details on the concern about scheduling? Do you mean Ad Scheduling , FeedItemSchedule

Apiadwords

2016-07-13 Thread Jerome Orat
hi to all about the adwordsapi scheduling how can make i make the scheduling -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: First Adwords API call...not working

2016-07-13 Thread 'Anthony Madrigal' via AdWords API Forum
Hello Geza, The reason you are getting this error is because your developer token has an access level of Test account

First Adwords API call...not working

2016-07-13 Thread Geza Sapi
Hello, I am a newbie to Adwords and am trying to set up my first API call. I get the refresh token, but when I run GetCampaigns.java, I get a long error message, copied below. What am I doing wrong? Thanks a lot. Geza - Exception in thread "main" AxisFault

Re: CriteriaDestinationUrl Field

2016-07-13 Thread 'Anthony Madrigal' via AdWords API Forum
Hello Adamms, Destination URLs were the URLs of your landing pages. This was replaced by final URLs in AdWords API v201506. These fields are read-only and are still available when queried in reports. If you have more

Re: No existing bid modifier for AdGroupId - Issue with AdGroupBidModifierService

2016-07-13 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Chirag, When you try to SET (i.e. update) the bid modifier of an ad group, for which a bid modifier has not been added yet, you get this error. You should use an ADD operation, instead of a SET, for ad groups for which you are defining a bid modifier for the first time. Regards, Vishal,

Re: Can't get basic campaigns service

2016-07-13 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Do you have any SOAP logs for any of these request? Please send them to me via *reply privately to author.* Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: DataService::getDomainCategory - what is it good for?

2016-07-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The DataService.getDomainCategory operation can be used with other Campaign types, but it is most relevant to Shopping Campaigns. DataService returns results based on past performance. The

Re: QualityScore Field in KEYWORD_PERFORMANCE_REPORT is zero

2016-07-13 Thread sebastian . lamelas
Vishal, Nadine, Anash, any news? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

CriteriaDestinationUrl Field

2016-07-13 Thread aengland
Hello, We pull the Keywords Performance report data from the AdWords API. What is the purpose of the CriteriaDestinationUrl field? It appears it only returns "--" unless there is a FinalMobileUrls available for the keyword and the Device is "Mobile devices with full browsers". We would like

Re: How to calculate the total Avg Position for a campaign during a given period?

2016-07-13 Thread Li Tan
Thanks for the help. @Thanet Formula: =SUM(L17:L23)/SUM(F17:F23) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Can't get basic campaigns service

2016-07-13 Thread rami . k
Hi. I'm trying to do a basic thing as getting campaigns. I get the error: googleads.errors.GoogleAdsValueError: Unrecognized version of the AdWords API. Version given: v201605 Supported versions: ['v201509', 'v201502', 'v201506'] while running the simple: adwords_client =

Re: can we use access token from adwords api to google_client?

2016-07-13 Thread Zweitze
This is certainly possible but I don't have an exact answer. When you request access from the user, you supply which API you want access to - AdWords API in this case. After a user logs in, he sees a page asking to give access to his AdWords information. Actually you can ask for access to

Re: How to calculate the total Avg Position for a campaign during a given period?

2016-07-13 Thread Zweitze
I think that your Excel file got corrupt somehow, for instance: The first calculation of cell N3 is about rows 3-9, each having a campaign named "** John - Real Estate - A". But... those rows have different campaign IDs. The dates are between July 4 and July 10, but July 5 is missing and July 6

Re: when downlaoding report KeywordMatchType giving error

2016-07-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi Kyle, You are getting this error because the report you are generating does not support the KeywordMatchType field. You may refer to this link

DataService::getDomainCategory - what is it good for?

2016-07-13 Thread PR
Hello, I have a question about getDomainCategory function in DataService. Do I understand it correctly that it's possible to get topic of given domain name or it's specific for shopping ads etc? Sample code does not return anything: user->GetService ( 'DataService', ADWORDS_VERSION ); //