SQR report added/excluded column

2015-02-18 Thread anirudh . k
The SQR report on the adwords interface has a column "Added/Excluded" but the report from adwords API has no such column. Is there any way to get the added keywords? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspo

Re: TrafficEstimatorService is not giving correct values as UI

2015-02-18 Thread suga priya
Thank a lot. Regards, Sugappriya On Wednesday, 18 February 2015 18:37:31 UTC+5:30, Danial Klimkin wrote: > > Hello, > > > Thank you for the details. I have reproduced the issue and I can't see any > good reason for discrepancy. > > I'll follow up internally and update this thread. > > > -Danial,

Re: How to remove AdGroupFeed objects that reference a removed ad group

2015-02-18 Thread Josh Radcliff (AdWords API Team)
Hi, I've got good news: you can now delete CampaignFeeds and AdGroupFeeds even when their associated campaigns or ad groups have already been deleted. Please give it a try and let me know if you encounter any issues. Thanks, Josh, AdWords API Team On Friday, January 23, 2015 at 4:24:49 PM UTC-

Re: Token to test accounts

2015-02-18 Thread Michael Cloonan (AdWords API Team)
Hello, Please see our Sign Up page for information on how to get a developer token and other requirements for using the API. Note that you need to request your developer token from a *production* MCC account, not from a test account.

Re: Adwords api Network Unreachable Error

2015-02-18 Thread Michael Cloonan (AdWords API Team)
Hello, This doesn't look like the kind of error message you would get from the AdWords API, even if the API were down. It's likely a connectivity issue somewhere earlier in the chain. Try troubleshooting your host server's connectivity or DNS. Regards, Mike, AdWords API Team On Wednesday, Feb

Adwords api Network Unreachable Error

2015-02-18 Thread MCC Test
Hello Folks, I am working on adwords api and code is hosted on hostmonster shared hosting server.Now I am facing one issue like when I make calls to api sometimes I get the response properly and sometimes I get an error like this "Failed to connect to 2607:f8b0:4007:808::200d: Network is unreac

Token to test accounts

2015-02-18 Thread Fabian Perez
Hi, I am conducting a test app to see how it works adwords API and view the generalities. Now I created a test account with a new email and according to the steps that I found in the Guide for AdWords API need to ask the token to the account manager . Inside the test account that I have , I can

Re: AdvertisingChannelType null

2015-02-18 Thread Josh Radcliff (AdWords API Team)
Hi, Thanks for pointing this out. Could you file an issue in the Java Client Library ? This will allow us to track the problem + will ensure you get updates once it's fixed. Cheers, Josh, AdWords API Team On Wednesday, February 18, 2015 a

Re: Create and Update Sitelinks for Campaigns

2015-02-18 Thread Josh Radcliff (AdWords API Team)
Hi, The *operand* should point to your *CampaignFeed* object, but the *operator* should be set to *ADD*. In your code, you are setting the *operand* twice. $operation->*operand* = $campaignFeed; $operation->*operand* = 'ADD'; See the CampaignFeedOperation documentation

AdvertisingChannelType null

2015-02-18 Thread David B.
Hi guys, Here a sample code, using the utility extension. I'm trying to get the AdvertisingChannel value for each campaign, but I get a null value. I tried (firstly) to get ExtendedManagedCampaigns, but nothing is set. Is it a bug from the utility extension (so I'll post a feature request), f

Re: Validation of trackingUrlTemplate changed suddenly

2015-02-18 Thread Michael Cloonan (AdWords API Team)
Hello Adam, The fix for this should now be live. Please let me know if you have any more issues with this field. Regards, Mike, AdWords API Team On Monday, February 2, 2015 at 4:20:11 AM UTC-5, Adam Orczyk wrote: > > Hi, > > > It seems that in last days validation of trackingUrlTemplate field h

Re: Create and Update Sitelinks for Campaigns

2015-02-18 Thread abc def
Hi, thanks for your reply! With your help now I can add and remove Sitelinks. But I have a further problem with the matchingFunction in a CampaignFeed. Every time I do an operation withe sitelinks, I get the following error: Unmarshalling Error: cvc-enumeration-valid: Value 'ADD' is not facet-v

Re: Create and Update Sitelinks for Campaigns

2015-02-18 Thread abc def
test -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to

Re: Create and Update Sitelinks for Campaigns

2015-02-18 Thread abc def
Here is my code: $combinedFunction = new \FeedFunction(); $combinedFunction->operator = 'IN'; $combinedFunction->lhsOperand = array($feedItemFunctionOperand, $platformFunctionOperand); $campaignFeed = new \CampaignFeed(); $campaignFeed->feedId = $sitelinksData['sitelinksFeedId']; $campaignFeed

Re: Traffic Estimator Service with Platform Critertion

2015-02-18 Thread Michael Cloonan (AdWords API Team)
Hello, Can you please give an example SOAP request/response so I can look into this? Please make sure to remove any private information. Regards, Mike, AdWords API Team On Tuesday, February 17, 2015 at 3:06:17 PM UTC-5, Progressus wrote: > > I receive an UNSUPPORTED_TYPE_IS_USED error when tryi

Re: Consolidated Billing and Adding a new client account via API

2015-02-18 Thread anruthathilakan
Hello Danial, We will talk to the rep about this. But, in BudgetOrderService, how do I set up the client account to use the consolidated billing? Is this how it works: 1. We add A BudgetOrder for the required clientAccount and also mention the consolidated Billing Account? But I do not see a

Re: Google API - get daily spent with PHP - Problem

2015-02-18 Thread Danial Klimkin
Hello, Stats (including Cost) are not available via the services. Please use the reporting instead: https://developers.google.com/adwords/api/docs/guides/reporting -Danial, AdWords API Team. On Wednesday, February 18, 2015 at 3:55:03 PM UTC+3, al...@myticketsonline.eu wrote: > > I'm have

Re: Managed Customer Service BAD_ID ERROR

2015-02-18 Thread Danial Klimkin
Correct, as per documentation, these fields are Long: https://developers.google.com/adwords/api/docs/reference/v201409/ManagedCustomerService.ManagedCustomerLink ClientCustomerId matters if you have a tree with MCC and sub-MCCs under it. -Danial, AdWords API Team. On Wednesday, February 18

Google API - get daily spent with PHP - Problem

2015-02-18 Thread alex
I'm have just installed Google API on my server. The aim is to get daily expense of the account. I was playing around with 'GetCampaigns.php' example, which use 'CampaignService' service. This service has different fields such as Id, Name, Amount and many others. I want the code below to grab

Re: Consolidated Billing and Adding a new client account via API

2015-02-18 Thread Danial Klimkin
Hello, To use consolidated billing you need to be whitelisted for BudgetOrderService. This is a very limited list. Please talk to you Customer Service Representative about BoS. -Danial, AdWords API Team. On Tuesday, February 17, 2015 at 4:40:55 PM UTC+3, anrutha...@gmail.com wrote: > > Hel

Re: TrafficEstimatorService is not giving correct values as UI

2015-02-18 Thread Danial Klimkin
Hello, Thank you for the details. I have reproduced the issue and I can't see any good reason for discrepancy. I'll follow up internally and update this thread. -Danial, AdWords API Team. On Wednesday, February 18, 2015 at 9:36:15 AM UTC+3, suga priya wrote: > > >

Re: Managed Customer Service BAD_ID ERROR

2015-02-18 Thread Emre Akkuş
> > I've managed to get it worked after several attempts. > You have to give cliendCustomerId and managerCustomerId without DASHES - ex: 1231231234 NOT 123-123-1234 but i think it does not matter how you input clientCustomer id in the header. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: HTTP error 403 when accessing 'adwords.google.com'

2015-02-18 Thread Danial Klimkin
Hello Sergey, I've logged an internal request for this issue to get resolved. Please allow at least a week for the change to take affect. I'll follow up on this thread once I have an update. -Danial, AdWords API Team. On Tuesday, February 17, 2015 at 4:53:06 PM UTC+3, Интернет Капитал wrote

Re: auto stop a campaign, after spending particular amount

2015-02-18 Thread Danial Klimkin
Hello Rajesh, This is what campaign budget is for: https://support.google.com/adwords/answer/2375420 -Danial, AdWords API Team. On Wednesday, February 18, 2015 at 6:39:08 AM UTC+3, Rajesh Bansal wrote: > > Hello All, > > I am using automation in creating and managing campaigns. I want my

Re: Multiple report per request

2015-02-18 Thread Danial Klimkin
For PHP you would need to go multi-process. But it is out of scope for this forum. Unless you manage thousands of accounts, it's likely reporting is fast enough for single threaded use. -Danial, AdWords API Team. On Tuesday, February 17, 2015 at 4:47:20 PM UTC+3, Antonio Peric wrote: > > Ok,

Managed Customer Service BAD_ID ERROR

2015-02-18 Thread Emre Akkuş
Hi, I'm trying to link Account to Mcc Account. I'm using ManagedCustomer Service MutateLink method. I think i'm doing everything right but i got an unknown Error. I am sure that i give the correct Ids of Accounts. Mcc Id to managerCustomerId Acc Id to clientCustomerId Please Help. request: h