How to get CPL & Leads columns & it's values

2015-07-16 Thread Pravin Yadav
Hi, I had taken all reports & services using v201502 API, but i am not getting *CPL* and *Leads* columns in any single report or service. so please tell how i will get it. please reply the same. Thanks & Regards, Pravin Y. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Creating TrueView Template Ad

2015-07-16 Thread Richard Biffin
Hi Josh, are you saying that video uploading is supported? I don't really want to upload I just want to link a YouTube video. I haven't tried yet because not sure how to do it, with an image you can base64 encode and use the data property of the media object but according to the videos docs the

Re: got access token, didn't get refresh token.

2015-07-16 Thread Josh Radcliff (AdWords API Team)
Hi Andy, You can use the link I provided in my previous email: https://services.google.com/fb/forms/newtoken/ Thanks, Josh, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.googl

Re: got access token, didn't get refresh token.

2015-07-16 Thread cisclicks
I have not received any emails from the process, so I don't have a second form to fill out. I have checked that email address, and sent tests messages there, but haven't gotten anything from Google on that. I'll check out the test account andy On Thursday, July 16, 2015 at 3:15:42 PM UTC-7, J

Re: Product Partition Issue when when migrated from adspygoogle (v201409) to googleads (201502)

2015-07-16 Thread mccaccountpala...@gmail.com
Thanks for the response! It was the issue. However earlier we were setting the custom_label0 as escaped string. And so we were trying to escape the product groups as well. Was there a change on that front? Right now everything seems to work fine without escaping on the GMC side And there were no

Re: got access token, didn't get refresh token.

2015-07-16 Thread Josh Radcliff (AdWords API Team)
Hi Andy, Even while your developer token is pending approval, you can use it to issue requests against a test account. Check out our Test Account Guide for more info. By the way, one of the most common reasons for delays in the tok

Re: Multiple issues running AdWords report example - PHP

2015-07-16 Thread cisclicks
Ok, cancel this, an older post of mine showed up and gave me the information that I needed to get past 1 and not need 2... and now 3 tells me that my developer token is not approved, so I guess I have to wait for that to happen now. thanks to Josh. On Thursday, July 16, 2015 at 2:45:10 PM UTC-

Re: got access token, didn't get refresh token.

2015-07-16 Thread cisclicks
Ok, thanks Josh, that did it. I pushed forward with running my report, and now I get a "DEVELOPER_TOKEN_NOT_APPROVED" error, so I guess I need to wait for that to happen. On Thursday, July 16, 2015 at 5:56:41 AM UTC-7, cisc...@gmail.com wrote: > > So, I managed to get the SimpleOAuthHandler wo

Re: got access token, didn't get refresh token.

2015-07-16 Thread Josh Radcliff (AdWords API Team)
Hi Andy, Have you tried simply using the GetRefreshToken.php example and its accompanying guide on github ? Unless you ab

Re: got access token, didn't get refresh token.

2015-07-16 Thread cisclicks
Probably, I have had a terrible time beating my way through these examples and sample code. Sounds like I need to regenerate my client_id again and start over. Joy. I'll try that. On Thursday, July 16, 2015 at 5:56:41 AM UTC-7, cisc...@gmail.com wrote: > > So, I managed to get the SimpleOAuthHa

Re: got access token, didn't get refresh token.

2015-07-16 Thread Josh Radcliff (AdWords API Team)
Hi Andy, Have you requested access for the same user using the same client_id multiple times? I ask because the OAuth guide explains that: The next time your application requests an authorization code for that > user,

Multiple issues running AdWords report example - PHP

2015-07-16 Thread cisclicks
I am trying to run the reporting example (DownloadCriteriaReport), and have been fighting my way through problems: 1) I am generating an access token with: $scope = "https://www.googleapis.com/auth/adwords";; $server = NULL; $handler = new SimpleOAuth2Handler($server, $scope); $credentials

Re: Linking ad, keyword, and placement performance reports

2015-07-16 Thread Josh Radcliff (AdWords API Team)
Hi, It still is not possible to get ad-level information from either the AdWords API placement reports or the AdWords user interface. Note that the *KeywordId* field in the AD_PERFORMANCE_REPORT will conta

Re: Unable to add location extension via MutateJobService

2015-07-16 Thread Umesh Dengale
Hi Siddharth, I suggest you to use the Extension Setting Services for adding/updating the ad extension instead of the MutateJobService. Please check out how to add new ad extensions to a campaign

Re: Creating TrueView Template Ad

2015-07-16 Thread Josh Radcliff (AdWords API Team)
Hi Richard, It may be that the documentation on *MediaService* is outdated. Have you tried uploading your video via that service and it failed? Also, are you looking to set up these ads for an AdWords for Video campaign or a regular AdWords campaign? I ask because the AdWords API does not curr

Re: Adwords API Radius Targeting.

2015-07-16 Thread Anthony Madrigal
Hi Ronak, Unfortunately, there isn't exact mapping from *Location* to *GeoPoint*. However, you could download the CSV file located in the Cities - DMA Region reference page. The file contains columns for both City and

Re: ETA on AdGroup Platform Target Report?

2015-07-16 Thread Matt Linscott
Danial, Is there any update on this? I know you said you can't commit on any feature before an actual release, but there have been at least four major API releases since this feature was requested, and this functionality is still missing. On Friday, January 24, 2014 at 2:01:55 AM UTC-8, Dania

Re: Adwords API Radius Targeting.

2015-07-16 Thread MCC Test
Hello Anthony, Thanks or the response. Yes I know I need to set the address object but my concern is for DMA Regions like "*Denver, CO,Colorado,United States"* What will be the values of address object? I mean what will be the values of streetAddress, streetAddress2, cityName, provinceCode, pr

Re: getting costs per keyword

2015-07-16 Thread Tim Swetonic
Thanks for your suggestions! On Wednesday, July 15, 2015 at 1:09:10 PM UTC-7, Anthony Madrigal wrote: > > Hi Tim, > > It seems like the screenshot you sent me was from the Campaigns tab. You > should be comparing the costs here with the Campaign Performance Report >

Re: Failing to Download reports using v201406

2015-07-16 Thread Anthony Madrigal
Hi Vandita, It appears your *client_id *was not filled, which is why the placeholder INSERT_OAUTH2_CLIENT_ID_HERE is set as the value. You will need to modify your App.config file with your Cred

Re: Url template and DESTINATION_URL_REPORT

2015-07-16 Thread Umesh Dengale
Hello, The destination URLs were upgraded to the final URLs on 07/01/2015. The DESTINATION_URL_REPORT can be used to get data of destination URLs up to date 06/30/2015 (e.g. date range 05/01/2015 to 06/30

Re: GetRefrechToken.java can't get refresh token, exception occurs

2015-07-16 Thread Umesh Dengale
Hello, Please check out the AdWords API OAuth2 guide and verify your *client id* and *client secret key* are generated as described in the guide. To learn more about how to request refresh tokens, please read the Access and

Re: Reading removed ads using API

2015-07-16 Thread Danial Klimkin
Hello Denis, Sorry, the value is still "DISABLED" for ads. Please always refer to the documentation for precise enum values: https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupAdService.AdGroupAd#status -Danial, AdWords API Team. On Wednesday, July 15, 2015 at 5:56:0

GetRefrechToken.java can't get refresh token, exception occurs

2015-07-16 Thread ringzwl . test
I tried to setup the OAuth v2 authentiacation for Adworks API, following the instruction from Developer Console( https://developers.google.com/console/help/new/?hl=en_US#generatingoauth2). I got the client ID and secret as installed app, save the information in ads.properties, then run GetRefrec

Re: Product Partition Issue when when migrated from adspygoogle (v201409) to googleads (201502)

2015-07-16 Thread Josh Radcliff (AdWords API Team)
Hi, It looks like operations 25 and 47 are the same except for escaping the ampersand: 25: {'operator': 'ADD', 'operand': {'biddingStrategyConfiguration': {'bids': [{'bid': {'microAmount': '160', 'xsi_type': 'Money'}, 'xsi_type': 'CpcBid'}]}, 'adGroupId': '14803427457', 'criterion': {'pare

Re: Unexpected values for DayOfWay

2015-07-16 Thread Anthony Madrigal
Hi, Could you please *Reply privately to author *your SOAP request and response so I could take a look at what is going on? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ ht

got access token, didn't get refresh token.

2015-07-16 Thread cisclicks
So, I managed to get the SimpleOAuthHandler working, setting up my redirect urls, etc: $scope = "https://www.googleapis.com/auth/adwords";; $server = NULL; $handler = new SimpleOAuth2Handler($server, $scope); $googleOAuthCredentials = new GoogleOAuthCredentials(); $credentia

Url template and DESTINATION_URL_REPORT

2015-07-16 Thread Maxime Mari
Hi Everybody, Since the google Adwords MAJ on 1 juillet 2015, about Final Url and Url template. The DESTINATION_URL_REPORT Report with Awql doesn't export the new campaign data. "SELECT CampaignId,CampaignName,AdGroupName,Date,EffectiveDestinationUrl,Impressions, Clicks, Cost FROM DESTINATION

Error while trying to add a LogicalUserList

2015-07-16 Thread Damien
Hi, I am currently working on creating Remarketing lists. I am using the Google AdWords API's Python libraries. I needed to create a LogicalUserList combining two ExpressionRuleUserList. This is the error I got: suds.WebFault: Server raised fault: 'Cannot construct an instance of com.google.ad

AdWords API - get access token: "No service was found" (PHP)

2015-07-16 Thread cisclicks
I am having issues in the first step of the OAuth process, getting the initial access token. I have created a SimpleOAuth2Handler: $scope = "https://www.googleapis.com/auth/adwords";; $server = "https://adwords.google.com/api/adwords";; $handler = new SimpleOAuth2Handler($server, $sco

Re: Errors on adding negative keywords via API (php library)

2015-07-16 Thread Ivan Krasnikov
It's my mistake in $negativeAdGroupCriterion = new NegativeAdGroupCriterion(); $negativeAdGroupCriterion->adGroupId =$adGroupId; $negativeAdGroupCriterion->criterion = $keyword; $keyword was an array instead of text. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on o

How to regenerate Tokens and save to database table (when application as a Web Service)

2015-07-16 Thread Pravin Yadav
Hi, I done with ASP.Net Service get data from offline adwords accounts. i saved oAuth.RefreshToken, oAuth.AccessToken, oAuth.UpdatedOn and oAuth.ExpiresIn in database table and used in my asp.net web service now it working properly But this web service i want use in sch

Re: Failing to Download reports using v201406

2015-07-16 Thread Vandita Chhabaria
I am also attaching my soap requests also On Thursday, July 16, 2015 at 3:28:28 PM UTC+5:30, Vandita Chhabaria wrote: > > Hey Thanks, I have updated my client Library but now I am getting > exception regarding Access token : > > Failed to refresh access token. > { > "error" : "invalid_client",

Re: Linking ad, keyword, and placement performance reports

2015-07-16 Thread Scott Desgrosseilliers
Is this now possible 3 years later?? On Wednesday, March 14, 2012 at 6:46:58 PM UTC-4, vinyl wrote: > > Hi all, > > I'm trying to link the ad, keyword, and placement reports to better > analyze the performance of various keywords/ads. However, I'm having > trouble folding the placement results i

Re: Failing to Download reports using v201406

2015-07-16 Thread Vandita Chhabaria
Hey Thanks, I have updated my client Library but now I am getting exception regarding Access token : Failed to refresh access token. { "error" : "invalid_client", "error_description" : "The OAuth client was not found." } Now what is the Issue with Oauth Token ? Please help asap ! On Thurs

Re: Unable to add location extension via MutateJobService

2015-07-16 Thread siddharth . mehta
Hi Umesh, I am creating adExtension object. In the adExtension object I'm setting location extension object. In location extension object, documentation specifies that AdExtension.Type is not required to be provided. Then also, when I'm using MutateJobService to upload location extension by giv