Re: Is it possible to Bid adjust in keywords in google adwords console?

2018-06-26 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Since your question appears to involve the AdWords UI and not the AdWords API, you may post your concern on the AdWords Community Forum for further assistance. In the AdWords API's perspective, you can update

Is it possible to Bid adjust in keywords in google adwords console?

2018-06-26 Thread Ken Dan Tinio
Is it possible to Bid adjust in keywords in google adwords console? What I mean is in the UI -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: Deleting "Removed" Entities

2018-06-26 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sam, Campaigns can have a total limit of 10,000 and the "REMOVED" entities do not count in the account limit as stated in this guide . The error EntityCountLimitExceeded.ACCOUNT_LIMIT you are encountering could be of many reasons.

Re: Can not create Shopping Goal Optimized Campaigns from API

2018-06-26 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Bogdan, To further investigate this, could you provide the complete SOAP request and response logs when you encountered the error together with your client customer ID? Please reply via *Reply privately to author*. Thanks and regards, Luis AdWords API Team -- --

is it possible to bid adjust on keywords?

2018-06-26 Thread Ken Dan Tinio
is it possible to bid adjust on keywords? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups

Deleting "Removed" Entities

2018-06-26 Thread sam
We have an account we use for testing, and over time we've accumulated removed campaigns and AdGroups to the point where we're getting "EntityCountLimitExceeded.ACCOUNT_LIMIT" errors. Is it possible to delete "removed" items so we can free up room? Thanks! -- -- --

Re: Expression Rule User List Error

2018-06-26 Thread danny+awtest
I also added next value: $userListCriterion->setCriterionType(CriterionType::CUSTOM_INTENT); so now I have: $userListCriterion = new CriterionCustomIntent(); $userListCriterion->setCustomIntentId($item['CustomIntentId']); $userListCriterion->setCriterionType(CriterionType::CUSTOM_INTENT);

Re: Expression Rule User List Error

2018-06-26 Thread danny+awtest
I checked creation of intent, and got successful response: Array ( [0] => Array ( [Id] => 2610756 [Status] => ENABLED [Name] => Test Custom Audience 3 [Type] => CUSTOM_INTENT [Description] => Test Custom Audience 3

Re: Pausing an ad group

2018-06-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, You will be able to get the status of the AdGroup using the AdGroup Performance Report.

UpdateAdGroup for multiple adgroups

2018-06-26 Thread szusi
Hello, Currently, I am using the UpdateAdGroup.php example to pause an adgroup, however, you need to enter the AdGroupId at the top of the file, thus you can only update one adgroup at a time. How would I go about updating multiple adgroups at one time? Would I be able to use a selector that

Re: ACTION_NOT_PERMITTED on BudgetOrderService

2018-06-26 Thread yueyayea
Hi Deepak, I met the same problem with you.I wonder if your problem is solved. If it is, please tell me how to do. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Can not create Shopping Goal Optimized Campaigns from API

2018-06-26 Thread Bogdan Padurariu
i All, I am developing an app that handles marketing campaigns. I already have implemented and tested Google Shopping Campaigns, an everything works fine. I am using PHP with the following PHP library https://github.com/googleads/googleads-php-lib Now I am trying to implement the new Google

Re: Set Status of a Youtube Campaign

2018-06-26 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Yes, the video campaigns are still supported only in reports via the API. This applies to the latest version of the API (V201806) as well. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Adwords Location Criteria ID - boundaries

2018-06-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Roy, The Keyword Planner is help you to search for keywords and see how a list of keywords might perform. With Keyword Planner you will get the search values but we can not comment on the population living within the administrative boundaries. To know more about the Keyword Planner, you

Re: Set Status of a Youtube Campaign

2018-06-26 Thread Ozgur
@Dhanya so does this problem persist on the 201806 version? On Tuesday, May 22, 2018 at 10:09:01 PM UTC+3, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi Ozgur, > > Video campaigns are not supported via the API services >

Re: Pausing an ad group

2018-06-26 Thread szusi
Thank you! How would I go about using this in conjugate with a threshold? Would I be able to use a selector/predicate pairing? On Friday, June 22, 2018 at 3:06:25 PM UTC-6, Milind Sankeshware (AdWords API Team) wrote: > > Hi Sean, > > You can use AdGroupService.mutate() >

Re: Expression Rule User List Error

2018-06-26 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Danny, That first error that you have with the REQUIRED is actually coming from CustomAffinityService. This is when you are creating your audience. It's saying that a name is

Re: Expression Rule User List Error

2018-06-26 Thread danny+awtest
Hi Nadine! Thank you, I successfully created Custom Intent due to your manual, but now have trouble how to link Intent to AdGroup if I have IntentID and AdGroup ID? My way with error: $operations = []; foreach ($data as $item) { if (!isset($item['AdGroupId'])) { throw new

Re: Limits issue: ProductPartitionTree .createAdGroupTree generates API request

2018-06-26 Thread Константин Латыпов
Hi, Tell me please how can I pass Partitions to AdGroupCriterionOperations. It have no any suitable methods: ProductPartition rootPartition = new ProductPartition(); rootPartition.setPartitionType(ProductPartitionType.SUBDIVISION); // Create

Re: Trying to run report from api but receive AuthenticationError.NOT_ADS_USER however the user is an adwords user - help please

2018-06-26 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Steve, So I can further investigate, could you provide your clientCustomerId and the email you used to generate the said credentials? You may reply to me using the *Reply privately to author* option. Thanks and regards, Peter AdWords API Team -- --

Re: Limits issue: ProductPartitionTree .createAdGroupTree generates API request

2018-06-26 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Unfortunately, we do not have an exact sample code on how to use Batch Job Processing for Product Partition, however, you can pattern your code on this example to create your product

Re: Trying to run report from api but receive AuthenticationError.NOT_ADS_USER however the user is an adwords user - help please

2018-06-26 Thread Steven Huddleston
Hi, Thank you for your reply. I have tried this and I am still receiving the same error. the account being used was already associated with adwords at the point of settings up the Oauth on both occasions. thanks Steve On Tuesday, 26 June 2018 07:30:15 UTC+1, Peter Oliquino (AdWords API

Re: Missing values from CRITERIA_PERFORMANCE_REPORT

2018-06-26 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jonathan, Apologies for the delayed response as I have discussed your question with the team. After the discussion, we have concluded that there is no particular behavior for the selection of criteria and there are no specific rules about this. Let me know if you have further

Re: Trying to run report from api but receive AuthenticationError.NOT_ADS_USER however the user is an adwords user - help please

2018-06-26 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Steven, The AuthenticationError.NOT_ADS_USER error that you are encountering indicates that the email used to generate your OAuth2 credentials is not associated to any AdWords account. To