Re: Gmail Sponsored promotions

2015-08-18 Thread Alex
Gmail Sponsored Promotion are available in v201506: http://googleadsdeveloper.blogspot.de/2015/06/announcing-v201506-of-adwords-api.html Am Freitag, 28. März 2014 15:17:31 UTC+1 schrieb Michael Cloonan (AdWords API Team): Hi Melissa, I cannot comment on upcoming features here. Any planned

Rename deleted campaigns disabled

2015-08-18 Thread Dmitriy
Why You have disable renaming deleted campaigns?? Haw can I add new campaign now this the same name as deleted one? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Does deleting a feed using a mutate (REMOVE) FeedOperation delete its associated ExtensionFeedItems?

2015-08-18 Thread Josh Radcliff (AdWords API Team)
Hi Parker, If you simply delete the *Feed*, then I think what you'll find is that the *Ad extensions* tab will show something like *Invalid settings* on your campaigns. The reason for this is that the underlying CampaignFeed

Re: Creating Mobile App Engaement Ads in bulk

2015-08-18 Thread sebastian . lamelas
Hi Josh, My program fails right after calling AdGroupAdServiceInterface#mutate(AdGroupAdOperation[]) and I don't get a response. I can send you the serialized Exception if you want (I could not attach it to this post). El martes, 18 de agosto de 2015, 9:56:53 (UTC-3), Josh Radcliff (AdWords

ValueTrack Parameter sometimes won't work or empty

2015-08-18 Thread Florian Boecker
Hi, is there any reason why ValueTrack Parameters are sometimes empty or not working? e.g. *{ifsearch:Search}{ifcontent:Content}* from decoded search ad url

Re: Creating Mobile App Engaement Ads in bulk

2015-08-18 Thread Josh Radcliff (AdWords API Team)
Hi seb, Could you send over the *requestId* from the response in that failed request? That will help me track down the root cause of the exception. Thanks, Josh, AdWords API Team On Tuesday, August 18, 2015 at 8:52:41 AM UTC-4, seb wrote: Hi Josh, I am trying to do what you said but I get

Re: Creating Mobile App Engaement Ads in bulk

2015-08-18 Thread sebastian . lamelas
Hi Josh, I am trying to do what you said but I get the following error: Exception in thread main AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @

Re: Keyword report

2015-08-18 Thread Andrada Crisan
I found a workaround. After setting DB encoding to utf8_genereal_ci for the tables I am interested in to display Arabic characters, then I updated the php code in the downloading Adwords reports and then insert it in the db page is as follows: html meta http-equiv=Content-Type

Re: Check remaining balance for an MCC account with enabled credit line

2015-08-18 Thread Eduardo Pineda
Hello, Zweitze I'm doing exactly the same you describe on this post to calculate the spent budget for certain account. Unfortunately the result is not enough accurate, i've been finding constant diferences between the cost and what adwords shows as spent budget. I think the reason is because

i cant create campaign in test account

2015-08-18 Thread Abdul 007
hi i just start using google ads api i can run get GetCampaigns.php from example folder which return no campaigns were found but when i try to add campaign and run addCampaigns.php it gives me the error An error has occurred: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ clas s

Re: Rename deleted campaigns disabled

2015-08-18 Thread Umesh Dengale
Hello, The AdWords API does not allow to change the name for a campaign with REMOVED status. You could create a new campaign with the same name as the campaign with REMOVED status. The campaign name https://developers.google.com/adwords/api/docs/reference/v201506/CampaignService.Campaign#name

Re: GBP currency symbol errors when setting adparams

2015-08-18 Thread Anthony Madrigal
Hi Rochelle, Could you please send me your SOAP request and response through *reply privately to author*? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

GBP currency symbol errors when setting adparams

2015-08-18 Thread Rochelle Botha
Hi, I'm trying to use the GBP currency symbol when setting an ad param. I would like to use example : £300. I tried the following codes : AdParamError.INVALID_INSERTION_TEXT_FORMAT @ operations[0].operand.insertionText; trigger:'#x20AC;220' AdParamError.INVALID_INSERTION_TEXT_FORMAT @

Re: i cant create campaign in test account

2015-08-18 Thread Umesh Dengale
Hello, You are getting the *no campaigns were found* message because you are using a top-level MCC account (Manager account) for making API calls like GetCampaigns

Re: Creating Mobile App Engaement Ads in bulk

2015-08-18 Thread Josh Radcliff (AdWords API Team)
Hi seb, Based on the logs I found, it looks like you are trying to create a *TemplateAd* with template ID 455. If so, could you elaborate on why an image is relevant here? The template fields for 455 https://developers.google.com/adwords/api/docs/appendix/templateads#image_cto_ad do not

Where to find / hire Adwords API Developer

2015-08-18 Thread R William P
Hate to come post this question here, but really having a hard time figuring out where else to find experts in both Adwords and adwords API system programing. I have a need to develop a custom KW bid automation system using the Adwords API to manage multiple accounts. If you're interested or

Set MaxCpC for shopping partition doesnt work any more in v201506

2015-08-18 Thread Alex
In v201502 it was possible to set MaxCpc for shopping product partions. In v201506 we get BiddingErrors.INVALID_BID. I found nothing relevant in https://developers.google.com/adwords/api/docs/guides/migration/v201506 or https://developers.google.com/adwords/api/docs/reference/ . What can we

Re: ValueTrack Parameter sometimes won't work or empty

2015-08-18 Thread Michael Cloonan (AdWords API Team)
Hello, This forum is specifically for help with the AdWords API. Your question is about AdWords in general, and is not specific to the API. You will be able to find more robust help for general AdWords questions at the official AdWords community site https://www.en.adwords-community.com/.

How to add the phone to companies adwords api?

2015-08-18 Thread ultrasport
$campaignExtensionSettingService = $user-GetService('CampaignExtensionSettingService', ADWORDS_VERSION);$campaignExtensionSetting = new CampaignExtensionSetting();$campaignExtensionSetting-campaignId = $campaignId;$campaignExtensionSetting-extensionType =

Re: Set MaxCpC for shopping partition doesnt work any more in v201506

2015-08-18 Thread Anthony Madrigal
Hey Alex, Based on your SOAP request, it seems that your criterion type is Keyword. Since you want to set the bid for product partitions, try setting the criterion type to ProductPartition