Re: How to create an ad group or criterion with the AUTO BIDDING strategy???

2015-08-19 Thread Harutyun Sardaryan
Hi. Thank you very much for the help. I have one more question. What will happened if I don't define any bidding strategy, what will be selected as a default strategy. I mean that if I don't initialize the BiddingStrategyConfiguration's bids[] field what will be selected as a remarketing

Re: GBP currency symbol errors when setting adparams

2015-08-19 Thread Anthony Madrigal
Hi Rochelle, I am glad to see you found a solution. For future reference, here is a guide on how to enable SOAP logs https://github.com/googleads/googleads-php-lib#user-content-how-do-i-enable-logging . Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Create call-only campaigns

2015-08-19 Thread Anthony Madrigal
Hello Geert, Unfortunately, there is no guide on how to create call-only campaigns using AdWords API. However, this guide https://support.google.com/adwords/answer/2453991?hl=en#callonly provides information on call-only ads that may help you. Regards, Anthony AdWords API Team -- --

What's the default bidding strategy for the criterion.

2015-08-19 Thread Harutyun Sardaryan
Hi. Does anybody know what is the default bidding strategy for criterion when I don't define any bidding. I mean that when I don't initialize the BiddingStrategyConfiguration's bids[] field during criterion's creation what will be set as a bidding strategy for my remarketing Thanks --

Can I change click-to-conversion cycle to be longer than 90 days

2015-08-19 Thread Ami Shimkin
Hi I'm working in a B2B company with a sale cycle longer than 90 days. We attributing our sale to the first click (not last click like adwords). Can we change setting to be longer than 90 days even 1 year Thanks Ami -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: i want to update CPC of product group in shopping campaigns using external application developed in .net. please help for the same.

2015-08-19 Thread rafaelf
Hi Josh, I'm facing a similar problem with the TrafficEstimatorService. How should I build my AdGroupEstimateRequest using ProductPartition? Could you help me please? Best On Monday, February 2, 2015 at 2:25:02 PM UTC-2, Josh Radcliff (AdWords API Team) wrote: Hi Mitesh, To update the CPC

Create call-only campaigns

2015-08-19 Thread Geert Grootjans
Hi, We are currently working on the RMF C.610 Call-only ads feature and I understand that you should be able to: - Create campaigns with the call-only option enabled; - Create call only ads with the following settings: - Business name; - Phone number; - Description 1;

estimate traffic for shopping campaigns

2015-08-19 Thread rafaelf
Hi, how to estimate traffic for shopping campaigns using ProductPartition instead of Keyword? Is that possible? Is there another way to do it? I found a similar doubt here https://groups.google.com/d/msg/adwords-api/mfjStFEGYJM/xJrgRJFFzpcJ Best -- --

AdGroup Bid Modifiers for Audiences

2015-08-19 Thread Hunter
Hello, We currently set bid modifiers for mobile using the AdGroupBidModifierService https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupBidModifierService. However, I see from the documentation that this doesn't not support other types of criteria. How could we set a

Re: AdGroup Bid Modifiers for Audiences

2015-08-19 Thread CFJ
Along the same lines, how about setting bid modifiers for Genders and Ages? I attempted to add BiddableAdGroupCriterion of the desired types, but AdGroupBidModifierService will not accept them. On Wednesday, August 19, 2015 at 10:57:11 AM UTC-4, Hunter wrote: Hello, We currently set bid

Re: Creating Mobile App Engaement Ads in bulk

2015-08-19 Thread Josh Radcliff (AdWords API Team)
Hi seb, Thanks for sending more details to me privately. I noticed in your code that you are setting the adAsImage https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupAdService.TemplateAd#adAsImage field, and that's the only place where you use an *Image* object. However,

Re: i want to update CPC of product group in shopping campaigns using external application developed in .net. please help for the same.

2015-08-19 Thread Josh Radcliff (AdWords API Team)
Hi, Since the *TrafficEstimatorService* is *keyword*-based, you won't be able to use it to get bid information at the *ProductPartition* level. However, the *PRODUCT_PARTITION_REPORT* does provide a BenchmarkAverageCpc field

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

2015-08-19 Thread Josh Radcliff (AdWords API Team)
Hi Alex, I see that the partition in your request is a SUBDIVISION partition. I think this is what's leading to the error, since bids can only be set on UNIT partitions. Please try updating the bid on a UNIT partition and let me know if you still encounter issues. Thanks, Josh, AdWords API

Re: How to create an ad group or criterion with the AUTO BIDDING strategy???

2015-08-19 Thread Josh Radcliff (AdWords API Team)
Hi, If you don't specify a bidding strategy or bids at the ad group level, then the Campaign's bidding strategy https://developers.google.com/adwords/api/docs/reference/v201506/CampaignService.Campaign#biddingStrategyConfiguration will be used. Since the bidding strategy configuration is

Re: Can I change click-to-conversion cycle to be longer than 90 days

2015-08-19 Thread Umesh Dengale
Hi Ami, In the AdWords, the conversion could be set between 7 to 90 days only. Please check out our change conversion window https://support.google.com/adwords/answer/3123169?hl=en document. Regards, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Adwords API /CustomerService returns UNKNOWN error

2015-08-19 Thread Kevin Moritz
Today I went to view my adwords account via the /CustomerService endpoint, and received an UNKNOWN error. I am not sure what this means, and I am pretty sure I have not received this error in the past whilst trying to get info about my adwords account. Can someone please shed light on this?

Re: Cannot get AdType of IMAGE_AD in ad-performance-report

2015-08-19 Thread Josh Radcliff (AdWords API Team)
Hi Akiko, I've raised the issue with the reporting team and they're looking into it, but don't have any updates yet. It appears that this only impacts TemplateAds https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupAdService.TemplateAd, as is the case with the ad ID you

Re: Video Ads - How to pull metrics from Adwords API.

2015-08-19 Thread Jackson Wilson
I find it interesting that All Campaigns only includes Search and Display but not Video ... Maybe you could solve the problem by renaming Video Campaigns to something that doesn't include the word Campaign. Joining the thread as yet another video and search advertiser that needs a way to

Re: [PHP] Extracting the Remaining account budget...

2015-08-19 Thread Anthony Madrigal
Hello, Unfortunately, it is not possible to extract the Remaining account budget through AdWords API. However, as a workaround, you can run an Account Performance Report https://developers.google.com/adwords/api/docs/appendix/reports/account-performance-report to grab the cost. If you know

Re: [PHP] Extracting the Remaining account budget...

2015-08-19 Thread Desenvolvimento - Grupo Lead Negócios Inteligentes
Thanks Anthony! Em quarta-feira, 19 de agosto de 2015 17:36:00 UTC-3, Anthony Madrigal escreveu: Hello, Unfortunately, it is not possible to extract the Remaining account budget through AdWords API. However, as a workaround, you can run an Account Performance Report

Re: Video Ads - How to pull metrics from Adwords API.

2015-08-19 Thread Umesh Dengale
Hello, Currently, there is no support for video campaigns and reporting on video ads in the AdWords API. Please watch our blog http://googleadsdeveloper.blogspot.com/search/label/ for all new feature announcements. Thanks, Umesh, AdWords API Team. -- --

[PHP] Extracting the Remaining account budget...

2015-08-19 Thread Desenvolvimento - Grupo Lead Negócios Inteligentes
Hello, all right? Guys, I have a question here: Is there any possibility to extract the Remaining account budget? I looked for a solution in Account Performance to see if there was a possibility, but have not found ... Is there any way to extract this data using the API? -- --

Re: AdGroup Bid Modifiers for Audiences

2015-08-19 Thread Anthony Madrigal
Hey Hunter, Yes, you will need to create a *BiddableAdGroupCriterion *with Criterion Type CriterionUserList https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupCriterionService.CriterionUserList using the *AdGroupCriterionService. *You will want to use the bid modifier

Re: i want to update CPC of product group in shopping campaigns using external application developed in .net. please help for the same.

2015-08-19 Thread rafaelf
Many thanks Josh, just to make my problem more clear, my main intention is to estimate traffic for my Shopping Campaigns using different bid levels as input. So today the only way to estimate traffic for Shopping Campaigns through the API is using the PRODUCT_PARTITION_REPORT as proxy? Best

Re: Retrieve and modify upgraded sitelinks with adwords api

2015-08-19 Thread Milo Hou
Have there been any updates to sitelink removal or examples? Once a sitelink is removed how should i re-add it to a campaign? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Difference between PLACEMENT PERFOMANCE REPORT data from API and UI

2015-08-19 Thread Umesh Dengale
Hi Lior, In the Placement Performance Report, You could use the Criteria https://developers.google.com/adwords/api/docs/appendix/reports/placement-performance-report#criteria field to get placement information. The PlacementUrl field was duplicate for Criteria in v201502 and it is removed

Re: Adwords API /CustomerService returns UNKNOWN error

2015-08-19 Thread Umesh Dengale
Hi Kevin, Could provide the SOAP XML request logs? Just click *Reply privately to autho*r in the forum when responding. Don't forget to remove the developer token in the output. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Image Ad with more than 2 URL

2015-08-19 Thread Giovanni Cortes
Is possible to create an Image Ad with, for example, 4 images and each image has a different URL? Is possible via API using template ads? Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Oauth2 with Test Service Account

2015-08-19 Thread nick . horatiu
Hello Danial, Thanks for your prompt reply. It also doesn't need to belong to the same account as any MCC (but is can) 1. I'm a little confused by what the account setup should be following this remark. My aim is to create a set-up that enables a test service account to retrieve campaign

Re: Oauth2 with Test Service Account

2015-08-19 Thread nick . horatiu
Hello Danial, Thanks for your prompt reply. It also doesn't need to belong to the same account as any MCC (but is can) 1. I'm a little confused by what the account setup should be following this remark. My aim is to create a set-up that enables a test service account to retrieve campaign

Re: GBP currency symbol errors when setting adparams

2015-08-19 Thread Rochelle Botha
Found a solution. I was editing the file using WinSCP's built in editor. The default encoding was set to ANSI and not UTF-8. Got it working after changing the encoding. On Tuesday, August 18, 2015 at 7:49:53 PM UTC+2, Rochelle Botha wrote: Hi, I'm trying to use the GBP currency symbol when

Re: i cant create campaign in test account

2015-08-19 Thread nick . horatiu
Thanks, this helped me as well! On Wednesday, August 19, 2015 at 11:24:24 AM UTC+3, Abdul 007 wrote: thank you so much -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

OPERATOR_NOT_SUPPORTED when using AdwordsUserListService

2015-08-19 Thread eran
I'm sending the following SOAP envelopes and get in return the same error result: *soap:Server: [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0], RequiredError.REQUIRED @ operations[0].operator, RequiredError.REQUIRED @ operations[0].operand]: [object Object]* *Envelope 1*

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

2015-08-19 Thread Alex
Hi Anthony, thank you for your help. As suggested I replaced keyword by productPartition. The only required field for ProductPartition is Id. For ADD-operations partitionType is also requried, but I do an SET-operation. Just to be sure, I added a partitionType to my request, but it didnt help

Re: i cant create campaign in test account

2015-08-19 Thread Abdul 007
thank you so much -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Re: GetKeywords printing each result 3 times

2015-08-19 Thread Chirag
Hello Thanet, I am using the KeywordMatchType still getting same keywords multiple time. Please see the code : $adGroupCriterionService = $user-GetService('AdGroupCriterionService', ADWORDS_VERSION); // Create selector. $selector = new Selector(); $selector-fields = array('Id',