Re: AuthorizationError.USER_PERMISSION_DENIED

2015-10-09 Thread murali . pushgroup
Hi, Thank you for your reply. But which is not the actual solution we need. What we are trying here is that: 1. We have the Adwords App registered in the Developer Console. 2. We are using the clientSecret, clientId and redirectURI from this app. 3. In our application, othe

CAMPAIGN_NEGATIVE_PLACEMENTS_PERFORMANCE_REPORT Report fields

2015-10-09 Thread Chirag
Hello All, Earlier before v201506 CAMPAIGN_NEGATIVE_PLACEMENTS_PERFORMANCE_REPORT is supported these three fields. "PlacementUrl", "KeywordText", "UserListId" As per migration guide https://developers.google.com/adwords/api/docs/guides/migration/v201506 ,now this three field under various repo

Adwords API grant access

2015-10-09 Thread etienne . veilleux
Hi everybody ! I'm new to Adwords API and on this forum. Feel free to comment if necessary! I am currently developing a small web application that allows a visitor to give me access to its Adwords account then I am able to retrieve data from its campaigns. I also need to detect if the customer

What's the use of localeCode in TargetingIdeaSelector

2015-10-09 Thread onelizhu
Hi, I am new to AdWords API. It seems localeCode in TargetingIdeaSelecotr is somewhat useless. The description says *The locale code (for example "en_US") used for localizing strings, controlling numeric formatting, and the like.* But that causes confusions. It looks to me that the locale co

Re: Repeated UNEXPECTED_INTERNAL_API_ERROR on AdGroupCriterionService when fetching DSA critera

2015-10-09 Thread Thanet Knack Praneenararat
Hi Christian, I really apologize for the delay. If you're still faced with this issue, please let us know. Best, Thanet, AdWords API Team On Thursday, September 3, 2015 at 4:02:07 AM UTC+9, Christian wrote: > > Hi, > > yes we still experiencing this error. I would really appreciate it if you >

What's the use of localeCode in TargetingIdeaSelector

2015-10-09 Thread onelizhu
Hi, It looks localeCode in TargetingIdeaSelector can be totally replaced by LanguageSearchParameter + LocationSearchParameter. In the API tutorial, it says that localeCode is mapping to Targeting-Lanuage in keyword planner, but actually it is not. I wonder why the localeCode stays in API? An

Showing Ad with Performance Report

2015-10-09 Thread Nooni
Hello, I would like to show ads as below by using the performance report and want to add the link. https://tpc.googlesyndication.com/pageadimg/imgad?id=CICAgKDT4Z66HhCsAhj6ASgBMgikYscs77L7zw How can I do this? And also I would like to know how to show Flash ads as well if the method is differe

Re: Repeated UNEXPECTED_INTERNAL_API_ERROR on AdGroupCriterionService when fetching DSA critera

2015-10-09 Thread Christian
Hi Thanet, thanks for getting back to this. We did not experience the problem since Sep 10th, so for now everything is fine. Best, Christian On Friday, October 9, 2015 at 2:31:37 PM UTC+2, Thanet Knack Praneenararat wrote: > > Hi Christian, > > I really apologize for the delay. > If you're sti

Re: Weekly Data Ending on Saturday?

2015-10-09 Thread Umesh Dengale
Hi Mark, You should be able to pull the report specifying a custom date range including the days you are interested in and no other segmentation fields need to be specified. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and G

Re: Weekly Data Ending on Saturday?

2015-10-09 Thread Mark Hansen
Hi Umesh, Yes, but if I want to get the last 52 weeks (ending on Saturday) for Avg. Pos., then I need to make 52 queries - don't I? Then, that does not scale very well across multiple accounts and campaigns. I get your point - but I'm just wondering if there is a more efficient way to get wee

Re: Weekly Data Ending on Saturday?

2015-10-09 Thread Michael Cloonan (AdWords API Team)
Hello Mark, Unfortunately, there is no way to customize which day of the week the Week field starts on, nor is there an alternative field that starts on Sunday rather than Monday. I apologize for the inconvenience. Regards, Mike, AdWords API Team On Friday, October 9, 2015 at 9:25:28 AM UTC-4,

Re: Weekly Data Ending on Saturday?

2015-10-09 Thread Mark Hansen
OK, Thanks Mike and Umesh for explaining this to me. So, Google Analytics provides two versions of week: ga:isoWeek and ga:week for ending on Saturday vs. Sunday. It would be nice to see something similar in AdWords. On Friday, October 9, 2015 at 9:53:20 AM UTC-4, Michael Cloonan (AdWords API

Geo_Performance_Report getting City Country Region Names

2015-10-09 Thread Roshni Shah
Hello I have just started integrating Geo_performance_report with my reporting solution. I found that the reports are giving Id's and not Names. Its been told to use LocationCriterionService to find out Names of respective Ids. I am trying to fetch required things for me But somehow I am gettin

Re: Showing Ad with Performance Report

2015-10-09 Thread Anthony Madrigal
Hi, There is no way to show the actual ads when running an Ad Performance Report . The report breaks the ads down by some of its components such as its description and headline. You could use the field AdTyp

Release date for googleads-php-lib client for v201509?

2015-10-09 Thread chimdi
It appears that the VIDEO_PERFORMANCE_REPORT is only available in v201509. Any word on when the googleads-php-lib will release v201509? Thanks in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ http

Re: Release date for googleads-php-lib client for v201509?

2015-10-09 Thread Anthony Madrigal
Hello, Unfortunately, we do not have a set release date for the v201509 PHP library but I can update this thread once it's released. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspo

Re: CAMPAIGN_NEGATIVE_PLACEMENTS_PERFORMANCE_REPORT Report fields

2015-10-09 Thread Umesh Dengale
Hello, In v201506, the *PlacementUrl*, *KeywordText *and *UserListId* report fields were removed from these reports as they were duplicate of the Criteria field. If you are using these three fields in reports mentioned

Re: Adwords API grant access

2015-10-09 Thread Umesh Dengale
Hello, The user has to grant access to their manager account(MCC) to get access to their AdWords accounts information. Please go through the OAuth2.0 for Web Server Applications guide for more details. Thanks, Umesh, AdWords A

Re: Geo_Performance_Report getting City Country Region Names

2015-10-09 Thread Anthony Madrigal
Hello, in order to get the location names using the LocationCriterionService, you will need to include the field CanonicalName , *not *canonicalName in your GET selector. We have code exa

App extensions do not carry upgraded URLs in the WSDL, but...

2015-10-09 Thread adwordsdev
Hi All, It looks like your documentation claims that AppExtensions support upgraded urls; however, neither the WSDL nor the recently released APIs reflect this. Can you please let us know if the WSDL is just out of date? Thanks! -Kyland -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Release date for googleads-php-lib client for v201509?

2015-10-09 Thread chimdi
Cool thanks. Do you guys accept merge requests? On Friday, October 9, 2015 at 11:14:01 AM UTC-7, chi...@wpromote.com wrote: > > It appears that the VIDEO_PERFORMANCE_REPORT is only available in v201509. > > Any word on when the googleads-php-lib will release v201509? > > Thanks in advance > --

Re: Release date for googleads-php-lib client for v201509?

2015-10-09 Thread Anthony Madrigal
Hi, Unfortunately, we do not support merge requests. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~

Re: App extensions do not carry upgraded URLs in the WSDL, but...

2015-10-09 Thread Umesh Dengale
HI Kyland, In v201509, for the AppExtensions , the AppFeedItem supports the upgraded URLs fie