Unexpected values for DayOfWay

2015-07-15 Thread murali . pushgroup
Hi, Thank you in advance. I am trying to get reports using https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report While Downloading the report using API . for DayOfWay, I am getting unexpected values like 123.0",057.0",593.0",067.0",165.0". May I know the

Re: Error when calling set credentials from sample Rails App

2015-07-15 Thread Jeffrey Lee
Hi, I finally got everything working. Thanks Danial to pointing me to the right path. On Tuesday, July 14, 2015 at 3:07:36 AM UTC-7, Jeffrey Lee wrote: > > So I downloaded the sample rails app here: > https://developers.google.com/adwords/api/docs/clientlibraries > > I got it running, but when I

Re: Creating TrueView Template Ad

2015-07-15 Thread Richard Biffin
Ok thanks for this. I was hoping to just link a YouTube video as the media, not have to upload the video again. I see that the MediaService has an upload function which currently only supports images, is there any plan to allow uploading of videos in the near future? Thanks Richard On Thursday

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

2015-07-15 Thread mccaccountpala...@gmail.com
The same code to create Product Partition Tree seems to succeed in v201409 and with adspygoogle library but fails with googleads in v201502. As far as I understand the version upgrade to v201502 did not include any changes in this particular area and I have also referred the examples for each o

Re: Removal of "BROAD_SESSION" from Search Query Performance report

2015-07-15 Thread Josh Radcliff (AdWords API Team)
Hi David, Unfortunately, I don't have any additional information I can share, but broad match session-based queries represent a small percentage of queries, so this should have a minimal impact on your reports. You may want to ask this question on the AdWords Community

Re: Is there a way to automate uploading a custom feed for dynamic remarketing?

2015-07-15 Thread Umesh Dengale
Hello, You could use the Feed service to create a Feed , FeedMapping

Re: getting costs per keyword

2015-07-15 Thread Anthony Madrigal
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 , not the *Keywords Performance Report *since th

Re: Need help with finalUrls and v201506

2015-07-15 Thread Umesh Dengale
Hello, if you have not done the URL upgrade before July 1, 2015, and your destination URL does not contain a different domain than the display URL, your destination URL will be updated automatically starting on July 2015. If it does have a different domain, your ads will stop serving until you

Re: Failing to Download reports using v201406

2015-07-15 Thread Anthony Madrigal
Hi Vandita, AdWords API v201406 has been sunset and is unavailable to use. Could you please download AdWords API v201506 from one of our client libraries ? Once you do, let me know if you are still running into these errors. Than

Re: Adwords API Radius Targeting.

2015-07-15 Thread Anthony Madrigal
HI Ronak, You could create an Address object and fill in *null *for the values you don't know such as *streetAddress. *Once you set that up, you can use the *GeoLocationService *to grab the coordinat

Re: Error when calling set credentials from sample Rails App

2015-07-15 Thread Jeffrey Lee
You can ignore my previous posts. I think what I got mixed up in was that MCC and my Adwords Advertising account were the same thing. I realize that my client_customer_id probably should be the id in my Adwords Advertising account. I am able to generate "Keyword Performance" reports sometimes.

Re: Adwords API AdgroupExtensionSetting Service WRITE_ACCESS_DENIED Error

2015-07-15 Thread Josh Radcliff (AdWords API Team)
Hi, That won't quite work because *sitelinkUrl* is a string element, but sitelinkFinalUrls is an array of URLs. Please try passing your final URL as a single el

Re: Error when calling set credentials from sample Rails App

2015-07-15 Thread Jeffrey Lee
Also thank you for verifying the errors. I saw the common errors page, but I wasn't completely sure. But still, knowing this, what is wrong with the set up I specified above? The last error I had was the USER_PERMISSION_DENIED. You are saying my OAuth credentials don't match my client_customer_

Re: Error when calling set credentials from sample Rails App

2015-07-15 Thread Jeffrey Lee
I am confused as to your last line where you said "Next, set clientCustomerId to the target non-MCC account. This account needs to be either under prod or test MCC (make sure it matches to what you've authorized with)." You said to set the client_customer_id to a non-MCC account, but that accou

Re: Creating TrueView Template Ad

2015-07-15 Thread Anthony Madrigal
Hi Richard, When creating video template ads , you will need to use a video that is uploaded through the AdWords UI (since it is not supported through API). You are required to do so since the media ID is used to cre

Re: ConversionTrackerService v201506

2015-07-15 Thread Anthony Madrigal
Hi Sandeep, The *ConversionTracker.stats* has been removed for v201506. Attributes *mostRecentConversionQueryDate* and *lastConversionPingTime* have been added at the ConversionTracker level instead. For more information on what changes were made in v201506, visit the Release Notes

Re: Reading removed ads using API

2015-07-15 Thread Denis Terletskiy
Hello Danial, I have tried that but it throws the following exception: {"[SelectorError.INVALID_PREDICATE_ENUM_VALUE @ serviceSelector; trigger:'REMOVED']"} Here is the piece of code: var service = (AdGroupAdService)user.GetService( AdWordsService.v201502.Ad

Re: Error when applying for an API token

2015-07-15 Thread Anthony Madrigal
Hey Stelios, You could contact the AdWords API Compliance Team in regards to this issue. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.

Re: CRITERIA_PERFORMANCE_REPORT Subaccounts

2015-07-15 Thread Anthony Madrigal
Hello, It is currently not possible to run a report on *multiple *accounts on a single request. You would need to send a separate request for each account by setting the clientCustomerId header. Regards, Antho

Re: How To get Developer Token for Adwords API Offline use

2015-07-15 Thread Anthony Madrigal
Hi Amit, The AdWords API documentation contains a signup guide which shows how to get a Developer Token. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: ht

Re: Reading removed ads using API

2015-07-15 Thread Danial Klimkin
Hello Denis, Yes, you can retrieve delete ads provided they had non-zero stats. For that, you need to explicitly specify a predicate of status = REMOVED in your get request. Ads with zero stats are completely deleted on removal and can no longer be obtained. -Danial, AdWords API Team. On

Re: Adwords API AdgroupExtensionSetting Service WRITE_ACCESS_DENIED Error

2015-07-15 Thread andrew
Why I failed by replacing the sitelinkurl to sitelinkFinalUrls? I just use the sample code:https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201506/extensions/add_site_links.py and replace the sitelinkurl with sitelinkFinalUrls, the script failed: suds.WebFault: Serve

Creating TrueView Template Ad

2015-07-15 Thread Richard Biffin
Hi Is anyone able to tell me whether creating an ad based on the TrueView ad template requires the video to be associated to the Adwords account?? I was just adding the templateElements fields array like below and the error is that the 'VIDEO' type field requires a field_media parameter which

Error when applying for an API token

2015-07-15 Thread Stelios Pardalakis
Hi a few years back I applied for an API token through our MCC but this was rejected at that time we decided not to take forward this project. We now need the API token as we are developing some reporting functions but I can't apply again as we get an error msg. We asked our Google rep but they

Is there a way to automate uploading a custom feed for dynamic remarketing?

2015-07-15 Thread Rebecca
I currently upload a daily custom file to my business data in the shared library & wondered if there was a way to automate this process? We have not yes implemented the Google API which I'm sure would enable me to avoid this manual process, but if there is a way to do this in the interim I'd lo

How To get Developer Token for Adwords API Offline use

2015-07-15 Thread amit mane
I have both MCC account and test account. And i have all the keys except Developer token. to use AdWords API offline Developer Token is mandatory. Can any one help me out how i can get Developer Token key. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Goo

Re: Need help with finalUrls and v201506

2015-07-15 Thread miguel reyna
Hi, few weeks ago I was able to update final urls on keywords using the API. I am trying to update final url on Ads but the response object (AdUrlUpgrade) is empty and no changes are being done. I would like to know if we are still allow to use AdUrlUpgrade function after July 1st. Thanks, O

CRITERIA_PERFORMANCE_REPORT Subaccounts

2015-07-15 Thread office
I have a main Adwords account with many sub accounts. I'm able to read out a CRITERIA_PERFORMANCE_REPORT for each sub account separately. I have given it the respective clientCustomerId. How can I read out these reports for all sub accounts, starting from the main account? -- -- =~=~=~=~=~=~

Re: Adwords API AdgroupExtensionSetting Service WRITE_ACCESS_DENIED Error

2015-07-15 Thread Josh Radcliff (AdWords API Team)
Hi Ronak, Yes, that's correct. You'll also want to set *finalUrls* on BiddableAdGroupCriterion instead of *destinationUrl*. By the way, sorry about the bad link to the blog. :)

Re: Error when calling set credentials from sample Rails App

2015-07-15 Thread Danial Klimkin
Hello Jeffrey, Let's go over every error you've encountered: AuthenticationError.NOT_ADS_USER means you've authorized with a non-AdWords account. E.g. your private gmail account that don't have AdWords account created. ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH means you are

DistinctError.DUPLICATE_ELEMENT with CampaignExtensionSetting

2015-07-15 Thread Joanna
Hello, I am trying to add and remove sitelink extensions using the following request: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> https://adwords.google.com/api/adwords/cm/v201506";>

Re: New Ads within a New AdGroup and the Ads are edited before their first sync .....

2015-07-15 Thread 'Giles Bodger' via AdWords API Forum
Many thanks Josh, that is nice and clear now Sent from my iPhone > On 14 Jul 2015, at 22:10, Josh Radcliff (AdWords API Team) > wrote: > > Hi Giles, > > The answer to your question depends on what you set for the dateTimeRange in > your selector. Using your example: > > 1. Set min=12:00, ma

ConversionTrackerService v201506

2015-07-15 Thread cvit sandeep
Hai Adword Team When we upgraded version from v201502 to v201506 , we cannot get the field "ConversionValue". In the version v201502 we get the result like this [stats] => ConversionTrackerStats Object ( [numConversionEvent