Getting Budget amount changes with CustomerSyncService

2015-01-26 Thread Tomas Rimkus
I understand that I can find out if a different Budget object was assigned to a campaign (budget ID changes) by checking if campaignChangeStatus was set to FIELDS_CHANGED. However I would like to check if budget amount changed even the same budget object is used (ID did not change). How can I d

Re: OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY Bug?

2015-01-26 Thread David Midgley
Hi Anash/API Team It's been two and a half months since the last reply on this and the 201402 API has been sunset for a while now. Do you have an update on this? Currently my app is alerting users to manually rename a deleted adgroup so it can create a new adgroup. As you can imagine this is no

Get Campaign Cost/AdSpend Per Day Using PHP Adword API

2015-01-26 Thread Sany Ahmed
Hi, I am currently using PHP Adword API to get data from my account(MCC). I have couple of questions. *1. * How can I get the adspend/cost amount from my adword account, using PHP Adword Client API.For Example. i need the amount of cost for my campaign on specific data e.g* ON 2014-12-14 the c

Schedule ads for an entire day

2015-01-26 Thread andrew . pankin+testmcc
I'm trying to configure our API to schedule an ad for an entire day (24 hours of Monday, e.g.) but I can't figure out the parameter to set the schedule for a full day. Please help. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsde

AdWords API Post Not Matching AdWords

2015-01-26 Thread msj
I pulled in API stats for 1/23-25, 2015 and the API doesn't match AdWords. I need to get numbers posted in the next hour, does anyone know if there is a problem with the API today? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://google

Data Format

2015-01-26 Thread Santiago Pomar
Hello: I get Report by API Adwords, but any columns as cost has not data format, the column cost should be decimal. The column cost has not character '.' (decimal separator). Example: ReportType

Unable to apply for AdWords API Access from my MCC account - nothing happens when I click "Continue" in AdWords API Center

2015-01-26 Thread Paweł Kasztelan
As in the title - I am unable to apply for AdWords API Access from my MCC account - nothing happens when I click "Continue" under the signup form on AdWords API Center page. In Firebug console I noticed that server returns warning *Api exception - Api signup failed* caused by *UNEXPECTED_INTER

Re: Unable to apply for AdWords API Access from my MCC account - nothing happens when I click "Continue" in AdWords API Center

2015-01-26 Thread Danial Klimkin
Hello Pawel, When did you experience this problem? We had an issue with the sign up page but it should be resolved by now. -Danial, AdWords API Team. On Monday, January 26, 2015 at 1:04:27 PM UTC+3, Paweł Kasztelan wrote: > > As in the title - I am unable to apply for AdWords API Access from

Exact results for keyword search volume

2015-01-26 Thread OMC Ticketsystem
HI, I´m using Python to query keyword search volumes. The following is the snippet of my source to query the api: keywords = ['e-bike herren', 'transportkarre'] targeting_idea_service = self.client.GetService( 'TargetingIdeaService', version='v201409') # Con

Re: Data Format

2015-01-26 Thread Danial Klimkin
Hello Santiago, The data format for money values is micros, as described here: https://developers.google.com/adwords/api/docs/guides/reporting-concepts#money -Danial, AdWords API Team. On Monday, January 26, 2015 at 1:00:48 PM UTC+3, Santiago Pomar wrote: > > Hello: > > I get Report by AP

Re: Schedule ads for an entire day

2015-01-26 Thread Danial Klimkin
Hello Andrew, You need an AdSchedule criterion with startHour of "0", startMinute "ZERO", endHour "24" and endMinute "ZERO". Set the dayOfWeek field to the day you need. -Danial, AdWords

Re: AdWords API Post Not Matching AdWords

2015-01-26 Thread Josh Radcliff (AdWords API Team)
Hi, Have you taken a look at the Help Center article on data availability ? In particular, depending on the fields you are requesting, all of the data for 1/25 may not be available yet. That being said, if you run the same report for the same

Re: Managed Customer Service Not Authorized

2015-01-26 Thread Danial Klimkin
Hello Ronak, On what step do you encounter this error? You need to have both MCC and end account credentials (2 sets) to be able to accomplish this. -Danial, AdWords API Team. On Sunday, January 25, 2015 at 8:46:34 PM UTC+3, MCC Test wrote: > > Hello, > > I am making a functionality to send

Re: How to create campaign that will show up as "Mobile app installs" in Adwords UI?

2015-01-26 Thread Danial Klimkin
Hello Donald, Sorry I got confused originally. Most of the UI subtypes are not available via the API, they are only used by UI to simplify campaign setup. You can create a general display campaign with corresponding ads, there is no need to set the type to target mobile apps via the API. -Da

Re: Managed Customer Service Not Authorized

2015-01-26 Thread MCC Test
Hello Danial, Sorry for the confusion But I have resolved the issue from my end. Let me tell you what I did, consider the scenario like this there is one main MCC Account and when I try to invite the mcc account1 by passing the client customer Id of main MCC account then it works perfectly but

Keywords Performance URL Destination

2015-01-26 Thread Santiago Pomar
Hello: Can I get Repot type Keywords Performance with column URLDestination? URL Destination is empty ¿? Thanks you. Regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAd

Re: [Java] Spending limit of BudgetOrder is nullable?

2015-01-26 Thread Josh Radcliff (AdWords API Team)
Hi Brandon, Did you include the field names for each of those attributes in your request's Selector, e.g., *SpendingLimit, StartDateTime, EndDateTime*? Thanks, Josh, AdWords API Team On Sunday, January 25, 2015 at 8:38:52 PM UTC-5, Brandon wrote: > > Hi, > > I was trying to get budget informati

Re: Getting Budget amount changes with CustomerSyncService

2015-01-26 Thread Josh Radcliff (AdWords API Team)
Hi, Since all of the change data is for the campaign level or objects within the campaign, I don't think you'll be able to detect changes to a shared Budget object (independent of a specific Campaign). If you need to detect changes to a shared Budget that is not attached to any campaigns, you'l

Re: Keywords Performance URL Destination

2015-01-26 Thread Josh Radcliff (AdWords API Team)
Hi, If you do not have a destinationUrl set at the *AdGroupCriterion* (keyword) level, then you'll get back null in that report. Other reports such as the AD_PERFO

Re: Exact results for keyword search volume

2015-01-26 Thread Josh Radcliff (AdWords API Team)
Hi, According to the RelatedToQuerySearchParameter.queries documentation , that parameter *will* perform exact match queries. You may want to take a look at our Targetin

Re: Getting Budget amount changes with CustomerSyncService

2015-01-26 Thread Tomas Rimkus
You might be misunderstanding me a bit. 1) I understand that if shared budget assigned to campaign is changed (totally different budget with different budget ID is assigned) campaignChangeStatus should indicate that. 2) Now what happens if the assigned budget is modified but not changed entirely

Re: Keywords Performance URL Destination

2015-01-26 Thread Santiago Pomar
Thaks you, In ReportDefinitionService where is *AdGroupCriterion* ? https://developers.google.com/adwords/api/docs/reference/v201406/ReportDefinitionService I don't understand.. Regards, El lunes, 26 de enero de 2015, 19:21:09 (UTC+1), Josh Radcliff (AdWords API Team) escribió: > > Hi, > > If y

Adwords Label information API

2015-01-26 Thread Matthias Laqueur - BossData
Is it possible to export data from the adwords api and place a filter on it by label name. So for example: last month (clicks, impressies, ctr, conv etc.) only with the label name "high cost" (filter) split per day. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

Re: [Java] Spending limit of BudgetOrder is nullable?

2015-01-26 Thread Brandon
Hi Josh, Yes, I included all of those fields. I got 4 BudgetOrder objects and there were only one of them had the null values. Here's the request xml: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan

Re: Dúvida - AdWords API - PHP

2015-01-26 Thread Anash P. Oommen (AdWords API Team)
Hi, You could either do $filePath = "myreport.csv"; ReportUtils::DownloadReport($reportDefinition, $filePath, $user, $options); printf("Report with name '%s' was downloaded to '%s'.\n", $reportDefinition ->reportName, $filePath); or $filePath = NULL; $report = ReportUtils::DownloadReport($repor