Re: Creating new billing setup

2020-06-12 Thread Vítor Brito
And where would I find this representative? On Friday, June 12, 2020 at 8:39:39 PM UTC+1, adsapiforumadvisor wrote: > > Hi Vítor, > > Thank you for reaching out. NO_SIGNUP_PERMISSION >

Re: Appealing PolicyFindingError For ExpandedTextAd by API not work

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hi Guofu, I don't believe there is a plan to allow the exemption policies to be included in update operations. A workaround for the moment is to delete the ad and then create a new ad with the new text to go through the validation flow again. Could you please share a request sample or request I

RE: How to create the Product Group of "All Product" with AdWords API

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hi, The API you're looking for is the partitioning API: https://developers.google.com/adwords/api/docs/guides/shopping#partitioning. If you create an "All Products" unit like one of the "Other" units in the example, it should accomplish via the API what you were doing via the UI. Thanks, Sasha

RE: issue in retrieving existing AdSchedules from one's account

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hi Harisankar, Please check whether you are running the API call from an MCC account and/or the campaign you are selecting has ad schedules in the UI. If you aren't, please share your SOAP logs with me via reply privately to author so I can take a closer look. Regards, Anthony Google Ads API T

RE: ListAccessibleCustomers occasionally returns the MCC account only instead of User's account

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for providing these details. Can you also provide logs, both the successful and unsuccessful calls, so I can take a closer look? Please do so via reply privately to author. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q20YHe8:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: Creating new billing setup

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hi Vítor, Thank you for reaching out. NO_SIGNUP_PERMISSION error occurs when you don’t have permission to set up billings. Billing setups can only be created by customers who have permission to set up them. You may contact a representative for help setting up permissions. Thanks and regards, X

RE: I can not retrieve any Search Express Campaign through Adwords API Reports

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hi Hamza, Thank you for reaching out. With regards to your concern, you can filter on the AdvertisingChannelSubType to only show "DISPLAY_SMART_CAMAPAIGN" to just show the smart campaign metrics. You can also exclude that sub-type to get the metrics for non-smart campaigns. You can refer to gui

Re: Does GoogleAdsService.SearchStream has the limitation of maximum message size of 4 MB?

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hi Dong, Thank you for reaching out. You could refer to this documentation for information on the paginated requests. Your assumption is true. You could reduce the page size to further avoid the token expiration. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5004Q20X5cx:ref

can anybody share a code snippet or reference to any code which helps me getting house hold income data

2020-06-12 Thread Harisankar Mohanty
Hi Guys , I am working in PHP Adwords library and I am finding it very difficult to retrieve House Hold Income data in one's account.. Can anyone please share a code snippet or reference to any code that will help me in building program to retrieve household income data in one's account ? Reg

RE: I can't get any data from all Reports except Campaign Performance Report [ about GEO PERFORMANCE REPORT]

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hi Hanseol, Thanks for reaching out. With regards to your concern, you can not combine the two report in the AdWords API. You would need to download a separate report to get data. can you please share the complete report definition and Screenshot of the UI along with customer id, So that I can

issue in retrieving existing AdSchedules from one's account

2020-06-12 Thread Harisankar Mohanty
Hello Guys, We are doing time of day bid adjustment using php adwords For that we need need to remove the existing AdSchedule first, then add the new ones. This is our code that we use to retrive the existing AdSchedules in our adwords acoount. But unfortunately we are not getting any result (

Creating new billing setup

2020-06-12 Thread Vítor Brito
Hey there, I'm trying to create a new billing setup for a managed account and I'm having some trouble. So far I've managed to piece together the parts necessary to create de payments profile info, inject that into the billing settup alone with the start time set as now. However, when I set a

Re: ListAccessibleCustomers occasionally returns the MCC account only instead of User's account

2020-06-12 Thread V Kuznetsov
I wanted to add that I have implemented my own class inherited from GoogleAdsConfig and overrode the CreateCredential method. It looks like this approach doesn't always work. Despite the fact that I create a new instance of that class each time I switch credentials (between users or between us

RE: How to get a list of all customer clients through the Google Ads API v3 (REST)

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hi Runar, Thank you for reaching out. Can you please share your client customer ID via Reply privately to author so I can further investigate the issue? Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q20YObl:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

RE: CallOnlyAd cannot set Final URL

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hi Evgeny, Please provide me the full SOAP request and response so I can take a closer look through reply privately to author. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q20YLrZ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googlea

RE: Query Device Cost based on the different country

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hi Gaspard, Just like with the Google Ads UI, it is not possible to segment the geographic report by operating systems. You can segment by device such as desktop, tablet or phone. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q20YLr5:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Country Code cannot be retrieved for App Campaign

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hi Sejin, Thank you for reaching out. You would be able to query the country code from the Campaign Location Target Report. Id field in this report corresponds to the country code. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5004Q20YKbf:ref -- -- =~=~=~=~=~=~=~=~=~=~=~

RE: CampaignService.get returns AuthorizationError.CUSTOMER_NOT_ACTIVE for an account that shows as active in te console

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hi Kalyan, Thank you for reaching out to us. I see that you're encountering a "Customer_Not_Active" error. Could you provide to us your Request log that elaborates on the request that you made, as well as the CustomerID that you're performing this query on so that I may further investigate? For

RE: Upcoming changes to payment account listing for Manager accounts

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hi, Unfortunately, there is no way to do this in AdWords API. However, if you are signed up for monthly invoicing, you can get this data using the Google Ads API Invoice Service. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q1zrrsI:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: User List maintenance using Google Ads API

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hi All, @Abhinav, you are correct that Google Ads API is still in beta and not currently recommended for production use. @cv, as Abhinav mentioned, adding and removing customers to a user list is possible using the AdWords API mutateMembers operation. As you said, you have already been doing t

RE: Handling PRODUCT_PARTITION_SUBDIVISION_REQUIRES_OTHERS_CASE error

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hi Jeremy, The API would've thrown an error if the "other" case wasn't set up properly so I believe it should be good. You can see an example that goes over the full process here (also available in other languages). If you would still like me to look into this further, please share your client

How to get a list of all customer clients through the Google Ads API v3 (REST)

2020-06-12 Thread Runar Jørgensen
I'm trying to fetch all related customer clients using the REST version of the Google Ads API v3, but I currently get no results when trying to query for a client customer list using the "googleAds:search" endpoint. *My query looks like this*: Http endpoint: https://googleads.googleapis.com/v3

Re: How to add the short headline, long headline, Image, Description to smart shopping ad in Smart Shoppping Campaign

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hi Gagan, That is correct. There is no way to automate this in the API. Bulk uploads is a UI feature. I suggested this since the fields you want to set are not available in the API. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UUzq9y:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Does GoogleAdsService.SearchStream has the limitation of maximum message size of 4 MB?

2020-06-12 Thread 'Dong Chen' via AdWords API and Google Ads API Forum
And I also want to confirm the expiration logic. Let's say the result has 1 results, and the page size is 1000 so basically it takes 10 paging query to fetch all the data. If I maintain a rate of spending 1 hour processing on each page, the page token will be used in 1 hour, well below the

Re: Does GoogleAdsService.SearchStream has the limitation of maximum message size of 4 MB?

2020-06-12 Thread 'Dong Chen' via AdWords API and Google Ads API Forum
Hi Xiaoming, Thanks for your reply. Any better suggestions like how can we extend the page token's valid time? Is there any doc about the expiration of page token? Your suggestion is not workable because of we need to meet the business requirements so we can't reduce the number of selected fiel

I can not retrieve any Search Express Campaign through Adwords API Reports

2020-06-12 Thread Hamza Ansari
i am using following code to pull Smart Campaigns from my MCC level account using CAMPAIGN_PERFORMANCE_REPORT but it will return nothing. var report = AdWordsApp.report("SELECT CampaignName FROM CAMPAIGN_PERFORMANCE_REPORT WHERE AdvertisingChannelSubType = SEARCH_EXPRESS DURING YESTERDAY");

Re: User List maintenance using Google Ads API

2020-06-12 Thread cv
Hi, @abhinav, Yes Correct. @Mitchel, We are waiting for official words. Thanks On Friday, 12 June 2020 15:28:31 UTC+5:30, Abhinav Sharma wrote: > > @CV, > > As per my understanding, google adwords api supports > 1) addition of new customers in the existing customerList > 2) removal of existi

Re: Internal API Error

2020-06-12 Thread InfoPunks GmbH
hi Pierrick, any updates? Best regards, Evgeny On Thursday, March 5, 2020 at 5:15:57 PM UTC+1, adsapiforumadvisor wrote: > > Hi Evgeny, > > Not yet, I contacted the Engineering team again so they provide me with an > update. > > Thanks, > Pierrick - Google Ads API Team > > ref:_00D1U1174p._5001

CallOnlyAd cannot set Final URL

2020-06-12 Thread InfoPunks GmbH
hi, as described here, we should be able to set the final url https://support.google.com/google-ads/answer/6341403?hl=en but if we try it, we get: http://www.w3.org/2001/XMLSchema-instance"; xsi:type=" AdError"> operations[0].operand.ad.finalUrls operations 0 operand ad finalUrls AdError

Query Device Cost based on the different country

2020-06-12 Thread 'Gaspard Liu' via AdWords API and Google Ads API Forum
Hi, I have a question about Google Ads API. I want to query the total cost segment by device OS and country at same time. For example, the Android device total cost in US, and iOS device total cost in US. It seem we can't query those data from one geographic_view report. Anyone has idea about

Re: User List maintenance using Google Ads API

2020-06-12 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
@CV, As per my understanding, google adwords api supports 1) addition of new customers in the existing customerList 2) removal of existing customer from the existing customerList Google adwords api does not support the modification of the customer information (such as first name, last name, emai