Re: Geo Targeting

2020-01-02 Thread Niti Bala
Can anyone help me. On Friday, January 3, 2020 at 11:35:46 AM UTC+5:30, Niti Bala wrote: > > Hello Team, > I am using Adwords API, And I want to integrate location search in my App, > Can you help me with this.How could I implement this. > Is there any API to apply location search as like Adwords

Geo Targeting

2020-01-02 Thread Niti Bala
Hello Team, I am using Adwords API, And I want to integrate location search in my App, Can you help me with this.How could I implement this. Is there any API to apply location search as like Adwords UI. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://goo

Re: Inquiring for googleadwords api -- getting mismatch between API call & UI for Audience Match Rate

2020-01-02 Thread Vikas Awasthy
Hi Mitchell/ Team, I do have one more question, when am checking audience list in UI there are four columns for size. 1. Size: Search (Counts matching for UI & API call) 2. Size: YouTube 3. Size: Display (Counts matching for googleads UI & API call) 4. Size: Gmail Campaign but for Size: YouTube

How to paused keywords with Google Ads API and python

2020-01-02 Thread Data DataSem
I was trying to change the status of keyword from enable to paused in googles ads using the API. I found the following documentation however it only mention how to update a the bid for the keyword https://developers.google.com/adwords/api/docs/samples/python/basic-operations#update-a-keyword ho

[Google ads API] missing ad data (lists and metrics)

2020-01-02 Thread 메조미디어
Hello. I collect campaign, adgroup, ad data by Google ads API. But suddenly some data have been missing. I couldn't collect Ad data after 2019-12-24. (But Campaign, Adgroup data was collected.) Before 2019-12-24, collected normally. - CID : 118-949-9803 You can check whether the data is coll

Type: AuthorizationError.CUSTOMER_NOT_ACTIVE

2020-01-02 Thread Liam
Hi there, We've been using Adwords API to get ad campaigns data from CIDs linked to our MCC: 983-587-0286 for quite some time. Recently A technical problem has occurred and We need your help. When we made API calls, it says: "Type: AuthorizationError.CUSTOMER_NOT_ACTIVE" We didn't change an

Re: Google Ads API PERMISSION_DENIED after migrateing adwords api to google ads api

2020-01-02 Thread Akav Zhen
Hi, Thank you for your reply. My point is,the adwords api and google ads api are using exactly the same ads developer token and google api project. I only changed the ADWORDS section to GOOGLE_ADS section in the config file. The adwords part is still working,which makes sure the adwords api de

RE: Getting error AuthorizationError.TWO_STEP_VERIFICATION_NOT_ENROLLED

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hello Om, Thank you for writing to us. The error TWO_STEP_VERIFICATION_NOT_ENROLLED occurs if the client account is enrolled in 2-Step Verification and the accounts accessing it are not. Please refer to this blog post for more details and information. Could you please confirm if you are added a

RE: In the adwords API example i can accept an request link. But how can i make one?

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hi Thomas, Thank you for reaching out. Could you please share the complete request and response logs along with the client customer id for me to investigate this further on my end and assist you better? P.S. Please use Reply privately to author option while sharing the details. Regards, Nikish

RE: How to get the ad asset installs data via Ads API

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. It is currently not possible to retrieve the 'Installs' data through the API. A feature request has already been raised internally within our team regarding your concern. Please keep an eye on our blog for more updates. Regards, Nikisha Patel, Google Ads API

Re: Getting report totals in new Google Ads API

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hi Dorian, I am Nikisha from Google Ads API team. Please allow me to support your concerns in the absence of my colleague Sai. A feature request for your concern has already been created internally within our team, however, we do not have any timeline to share when this feature will be availab

Re: Reports attributes behavior

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hi Oksana, You should only get one row. Could you please specify what you mean by the unique combinations? You should only be able to see unique rows per OfferId. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UOFKhm:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

Getting error AuthorizationError.TWO_STEP_VERIFICATION_NOT_ENROLLED

2020-01-02 Thread Om Prakash
How do i fix this in my code? Is it something Google has to change for my account? Or i have to disable 2FA from my accout? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: Inquiring for googleadwords api -- getting mismatch between API call & UI for Audience Match Rate

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hi Vikas, Thank you for reaching out. As explained here, for privacy purposes, the user list size will show as zero in the API until the list has at least 1,000 members. This is why those lists are showing as 0. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UOFSNb:ref -- -- =~=~

RE: which api can download search terms reports,help!

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hi Vevor, Thank you for reaching out. You can run a Search Query Performance Report to retrieve performance data on your search terms. You might find this guide useful to understand the mapping between the API report maps to the Google Ads UI. Let us know if you need any additional information.

RE: Conversions Tracking Reporting

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hi Manik, Thank you for reaching out. If you would like to do this with AdWords API, you can pull the metrics from the Campaign Performance report and segment by ConversionTypeName (also works for AdGroup Performance report). If you are using Google Ads API, you can segment your desired report

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

2020-01-02 Thread Esteban Maya
Hi Nikisha, thanks for your answer, the asset image works well, but how can i get the html5 asset, i did try this operation and i received an error: zip_request = requests.get('https://storage.googleapis.com/adoptimizer-development/300x250_7f6ee179-81e0-4dea-a703-66b9bef8b25e.zip')

RE: Google Ads API PERMISSION_DENIED after migrateing adwords api to google ads api

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hi Akav, Thank you for reaching out. You must make sure that you've enabled Google Ads API for your project in the developer console as explained in the error message. You can do that by following these instructions. Please make sure you've disabled any ad blockers or proxies when visiting the

Re: How to retrieve the audiences for a given campaign via the Google Ads API

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hello, Could you please share the complete request and response logs along with the client customer id for me to take a look into this further and investigate better? P.S. Please use Reply privately to author option while sharing the details. Regards, Nikisha Patel, Google Ads API Team ref:_00

Re: How to retrieve the audiences for a given campaign via the Google Ads API

2020-01-02 Thread Nils So
I think I found the right direction. *CustomAffinityService. *I was able to retrieve details about the audience using the CustomAffinityService, although I only got 3 entries back, and I have much more custom affinities. The "*totalNumEntries*" of the result say 3, any idea why not more results

Re: Can I pull the following:

2020-01-02 Thread Tom S
Hi Bharani, Thanks again for the help that makes sense regarding approval status and negative lists retrieval. What format will the negative keyword lists come in, and will they include the campaigns they're associated to? I'm also wondering if it's possible to pull data by date with a compari

Re: Support for Smart Campaign Reporting?

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hi Dmitry, Yes, smart display campaigns are available in AdWords API. You should be able to use the Ad Performance Report to get ad data from these types of campaigns. Please provide your report definition and results through reply privately to author if you are unable to see this data. Regard

Re: AdwordsUserListService : CONCRETE_TYPE_REQUIRED

2020-01-02 Thread Debashis Pradhan
Fixed by adding the type in operand. For others reference. On Thursday, January 2, 2020 at 1:05:34 PM UTC+5:30, Debashis Pradhan wrote: > > > I am facing an issue while creating a customer audience list using Adwords > API. I get the response error as CONCRETE_TYPE_REQUIRED. > According to th

Re: Encounter "rpc error" when trying google ads through golang client

2020-01-02 Thread Hallf Ledsh
me too On Tuesday, 31 December 2019 16:10:59 UTC+7, Tao wrote: > > Hi Google Supports, > > Originally, our app was using AWQL to get the report data. Nowdays, we are > just trying google ads api to fetch report data. For our app was develped > by golang, so I am trying the golang version from: "