RE: INVALID_BILLING_ACCOUNT

2020-05-08 Thread Google Ads API Forum Advisor Prod
Hi Maria, The INVALID_BILLING_ACCOUNT error indicates that you are providing an invalid billing account. Can you please provide the CID you are using in order to make this API call along with the billingAccountId and primaryBillingId so that I can deeper investigate? Please ensure you "Reply

Re: Google AdWords API: RequiredError.REQUIRED, operations[0].operand.criterion.parentCriterionId, and PRODUCT_PARTITION_DOES_NOT_EXIST

2020-05-08 Thread Google Ads API Forum Advisor Prod
Hi Gagan, Perhaps you can use the Java client library and its associated code example ? It provides a utility class that abstracts the partition tree complexity. You can see its source code here. Cheers Anash ref:_00D1U1174p._5001UaSxD8:ref -- --

RE: Cant authenticate Google adwords API using service_account

2020-05-08 Thread Google Ads API Forum Advisor Prod
Hi Vytautas, Thank you for reaching out to us. I see that you're having issues with Service Accounts, and that you’re using a Service Account for your client credentials. I’d like to strongly recommend that you use OAuth2 installed application flow instead of service accounts to access Google

Re: What is the max number of campaigns allowed in a client customer account?

2020-05-08 Thread Harry
Great! This is helpful. Thank you! On Friday, May 8, 2020 at 9:53:49 AM UTC-7, adsapiforumadvisor wrote: > > Hi Harry, > > Thank you for reaching out. You can see here > for > information on account limits. As it says, you can have

RE: Audience list sharing to client accounts

2020-05-08 Thread Google Ads API Forum Advisor Prod
Hi Dhruv, Thank you for the update. You'll find my response to your questions below. 1. This does not look possible in Google Ads API using UserListService. 2. You're not able to toggle this in Google Ads API, but you can see this from using UserListService and getting the UserList to see

RE: How to limit keyword generated and frequency?

2020-05-08 Thread Google Ads API Forum Advisor Prod
Hi Stela, Thank you for reaching out. What you can do is set the page size to 50 as explained here. When you go to return the results, only return the first page. In this example, you could manipulate "$selector->setPaging(new Paging(0, self::PAGE_LIMIT));" to only grab the 1st page. Regards,

RE: What is the max number of campaigns allowed in a client customer account?

2020-05-08 Thread Google Ads API Forum Advisor Prod
Hi Harry, Thank you for reaching out. You can see here for information on account limits. As it says, you can have 10,000 campaigns per account. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q1zKv4d:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

RE: Unable to get AdGroup master data for two account in Google Adwords api

2020-05-08 Thread Google Ads API Forum Advisor Prod
Hi Sudheer, Thank you for reaching out to us. Could you confirm if you're retrieving reports using the UI or the API? If through the API, could you provide me with the request and response logs that you get when making the request? Thank you, Bryan, Google Ads API Team

Re: Cant authenticate Google adwords API using service_account

2020-05-08 Thread Vytautas Urbonas
> > I found utility, which does configuration test. > Config test passes. But when executing api - I am getting the error above. > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

INVALID_BILLING_ACCOUNT

2020-05-08 Thread Maria Fernanda Guerra
[{'operator': 'ADD', 'operand': {'billingAccountId': '', 'primaryBillingId': '', 'budgetOrderName': 'Media 18', 'spendingLimit': {'microAmount': 100}, 'startDateTime': '20200508 13 America/Santiago', 'endDateTime': '20361231 235959 America/Santiago'}}] Error

What is the max number of campaigns allowed in a client customer account?

2020-05-08 Thread Harry
Hi, I currently have around 900 campaigns a client customer account. I wonder how many more that I can put in the client customer account before I have to create a new one. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Google Ads API JSON REST POST Request - MutateMembers

2020-05-08 Thread Google Ads API Forum Advisor Prod
Hi Greg, As explained here, the membersList of members to remove needs to contain at least 1 member in order for the operation to run successfully. The size of the user list shouldn't cause this error. If you are specifying at least 1 member in the membersList and are still getting the error,

Re: ExtensionFeedItem - How to update/remove settings from device?

2020-05-08 Thread Christoph Lanz
Hello Mitchell, Great, many thanks! This gave me the hint that I needed! Kind regards, and have a nice weekend, Christoph On Thu, 7 May 2020 at 18:32, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Christoph, > > Thank you for reaching out. In order to

How to limit keyword generated and frequency?

2020-05-08 Thread Stela
How to limit the keyword generation using GenerateKeywordIdeas for example only top 50 keyword generated and the frequesncy is it possible ? here is the code : $keywords = []; if (empty($keywords)) { // Only page URL was specified, so use a UrlSeed. $requestOptionalArgs['urlSeed'] =

RE: Google OAuth 2.0 analytics API

2020-05-08 Thread Google Ads API Forum Advisor Prod
Hi Roman, Thank you for reaching out to us. It looks like your concerns are connected with Google Analytics API. Could you confirm with me if that is correct? If so, could you reach out to the Google Analytics API Support team using this link, as they are better equipped to assist you with

RE: Difference in the data between google ads API and Dashboard Interface

2020-05-08 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out to us. I see that you're having a discrepancy in the UI and the API with your data. Fields that involve money are reported in the API in the form of Micros, which means that the money is multiplied by 1 million to convert into micros. For example, $1.23 will come

Unable to get AdGroup master data for two account in Google Adwords api

2020-05-08 Thread Publicis Media
Hi Team, In Google Adwords API we are pulling AdGroup master data, but for only two we are not able to get *MasterData_AdGroups *file at all Below are the Accounts 2977459205 1081460174 but able to get ADGRP_DEV_POST.csv.gz ADGRP_DEV_PRE.csv.gz CMP_DEV_POST.csv.gz CMP_DEV_SOV.csv.gz

Re: Google AdWords API: RequiredError.REQUIRED, operations[0].operand.criterion.parentCriterionId, and PRODUCT_PARTITION_DOES_NOT_EXIST

2020-05-08 Thread gagan gupta
Thanks. I want to Achieve: 1. Product Partition as : All Products except filters on Product_Type_L1 and except filters on CUSTOM_LABEL_0 I tried with Attcahed code and got Attched Errors. 2. In Same code please add code which can remove all existing product partitions first and send the coded