Re: Get list of Affinity Categories and In-market categories

2020-01-17 Thread Harry
With AdWords API I can get the complete list of in-market audience categories with this code: ConstantDataService.getUserInterestCriterion(ConstantDataServiceUserInterestTaxonomyType.IN_MARKET); Is there a similar way to get the full list of affinity categories using AdWords API? On Friday,

RE: Convert Google-Ads API GoogleAdsRow object to a dictionary or something useful to end up in a .CSV?

2020-01-17 Thread Google Ads API Forum Advisor Prod
Hello James, With regards to your concern, if you are using our client libraries, it is not possible to retrieve the data in .csv format. However, as an alternative you could use the cURL operation to get the output in JSON format which can be further converted to csv by implementing the logic

RE: Get list of Affinity Categories and In-market categories

2020-01-17 Thread Google Ads API Forum Advisor Prod
Hello Pietro, Thank you for reaching out. If you are looking to retrieve the affinity categories, 'CUSTOM_INTENT' and 'CUSTOM_AFFINITY' via Google Ads API Beta, you could use the custom_interest resource to retrieve this data. Let us know if you have any additional concerns. Regards, Nikisha

Re: Traffic Estimation Service Data for Search campaign

2020-01-17 Thread Pradeep Datla
As i dont have maxCPC from the user , Can i average the avgCPC of the keywords user selected from "TargetingIdeaService" and send it as maxCPC.* Is this the right way to guess maxCPC value? * also *please suggest* if there is any alternative to comeup with a maxCPC value to get the traffic

RE: How to get google ads account credit or balance?

2020-01-17 Thread Google Ads API Forum Advisor Prod
Hi Akav, Thank you for the clarification. Through the API the remaining credit field is not directly accessible via API. However, you can compute the remaining balance by subtracting the total Cost of the Account Performance Report from your known budget. This should give you the remaining

RE: How to get Search Query Performance Report from Google Ads API in python

2020-01-17 Thread Google Ads API Forum Advisor Prod
Hi Pere, Thanks for reaching out. This is a code example you could use to download the Search Query Performance Report. You could modify the file with the Search Query Performance Report query. Please let me know if you have any other questions. Thanks and regards, Xiaoming, Google Ads API

RE: AdWords API: how to get the list of audience of an ad group?

2020-01-17 Thread Google Ads API Forum Advisor Prod
Hi Harry, Thank you for reaching out. You can use the AdGroupCriterionService.get() method and select the CriterionCustomAffinity type to get these specific audiences. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001USwl4V:ref -- --

RE: High rates of connection failures and report errors

2020-01-17 Thread Google Ads API Forum Advisor Prod
Hello Nick, Thank you for reaching out. Could you please share the complete request and response logs along with the client customer ids against which you are observing these errors for me to take a look into this further and assist you better? Also, if you are encountering timeouts when

Re: Got "DUPLICATE_SYSTEM_FEED" error when called FeedService

2020-01-17 Thread enammino
Ok, thank you. Il giorno ven 17 gen 2020 alle ore 19:49 Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> ha scritto: > Hi Enam, > > I see you have already sent your details regarding this issue on another > thread, so you can continue the discussion on there. > > Regards, >

Re: Got "DUPLICATE_SYSTEM_FEED" error when called FeedService

2020-01-17 Thread Google Ads API Forum Advisor Prod
Hi Enam, I see you have already sent your details regarding this issue on another thread, so you can continue the discussion on there. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UKOWYb:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Traffic Estimation Service Data for Search campaign

2020-01-17 Thread Google Ads API Forum Advisor Prod
Hi Pradeep, Thank you for reaching out. As explained here, the TrafficEstimatorService is meant to mimic the keyword planner in the UI so the values you are getting are the expected values. Unfortunately, there is no way to retrieve the daily estimates from the screenshot you provided.

RE: Universal App Campaign can not create ad images and html5

2020-01-17 Thread Google Ads API Forum Advisor Prod
Hello Esteban, Could you please share the complete request and response by enabling Python logging from here as requested earlier for us to investigate this on our end and assist you better? P.S: Please use Reply privately to author option while sharing the details for investigation.

Convert Google-Ads API GoogleAdsRow object to a dictionary or something useful to end up in a .CSV?

2020-01-17 Thread James Nixon
Google Ads API, Their new version of the Google Adwords API returns data in an object called "GoogleAdsRow". I have not found any use at all for the native object. The information presented in this format is not usable and it is quite confusing. I want to print my file to a basic .csv format,

Get list of Affinity Categories and In-market categories

2020-01-17 Thread Pietro Galassi
Hi all, how is possible to get list of Affinity Categories using rest Apis ? Regads, Pietro Galassi -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

API would need to be connected with all individual Google Ads accounts for which we have a % agreement in place. For clients we don't have a % Ad spend agreement, the data has to be added manually.

2020-01-17 Thread Ishita Ghosh
*For our own Google Ads clients we would need a certain API which shows 24/24 status of the result for - 15% (this % to be manually added by us) x Google Ad spend client 1- 15% (this % to be manually added by us) x Google Ad spend client 2- 15% (this % to be manually added by us) x

How to get Search Query Performance Report from Google Ads API in python

2020-01-17 Thread Pere Munar
Hi! I am new in the world of the GA API and I feel a bit lost. I want to, at least, download the Search Query Performance Report. I am using python to try to do that, but I do not know how exactly I should proceed. I have looked into the examples of the python library, but there is none

Re: How to get google ads account credit or balance?

2020-01-17 Thread hari nareshit
*Hi* Akav Zhen If you're on the manual payment setting, you'll make a payment for your Google Ads costs before your ads run, and that payment will be used to pay for your advertising costs once your ads start running. You'll do this

[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError

2020-01-17 Thread Bonge LaBwana
Hi I am creating display ad with video using google adwords api using PHP, I amable to upload images , text, logo now I want to be able to upload youtube video via google adwords api . Here is my php script http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable

Re: [Google Ads API] Target partner search network in campaign NetworkSetting

2020-01-17 Thread alok
Thanks Xiaoming. Can you please guide me on how to get this whitelisted? Regards, Alok On Wednesday, January 15, 2020 at 1:49:27 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi, > > Thanks for reaching out. The targetPartnerSearchNetwork is available only > to select partners which means it's