Re: UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA while uploading the customers to Google Ads

2019-12-13 Thread Google Ads API Forum Advisor Prod
Hello Caleb, I understand your concern, however, for getting whitelisted for Customer Match for both the test/production accounts can be requested by your Technical Account Manager on your behalf and is not possible from our end. I would recommend reaching out to them for filing a whitelisting

RE: keyword_view

2019-12-13 Thread Google Ads API Forum Advisor Prod
Hi Artur, Thanks you for reaching out. The "502:Bad Gateway" error while querying for the API reports could be a transient issue and retrying the request usually works. Could you please give this a try? If you're consistently seeing this issue, please share the complete request and response log

RE: TARGET_CPA: example of conversion sign up tracking

2019-12-13 Thread Google Ads API Forum Advisor Prod
Hi Roberto, Other than the client library example that you mentioned, the only guide regarding conversion tracking in the API can be found here. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5001UOEViH:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Filter AdGroups by label with GAQL

2019-12-13 Thread Google Ads API Forum Advisor Prod
Hi Dmitrii, Thank you for reaching out. You can filter by label by adding "WHERE ad_group.labels CONTAINS ANY ()" clause to your query. You must list out the resource name within the parenthesis using this format 'customers/{customer_id}/labels/{part_1}\'. Regards, Mitchell Google Ads API Tea

RE: Fwd: Is there any problem in ads API

2019-12-13 Thread Google Ads API Forum Advisor Prod
Hi, Could you please share the client customer Id against which you're running this query to check this further? You can share the details privately via Reply privately to author option. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UOENiZ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: PHP sdk Retrieve campaign / adgroups GeoTargetTypeSetting

2019-12-13 Thread Google Ads API Forum Advisor Prod
Hi Nicolo, Thank you for reaching out. For campaigns, you can follow this example and just add 'Settings' to your selector. You can do the same for ad groups but with this example instead. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UOEUvo:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Invalid campaign name error when using mutate operation on campaigns with foreign language characters

2019-12-13 Thread Google Ads API Forum Advisor Prod
Hi Max, Unfortunately, because your issue involves a problem with the encoding and decoding of foreign language characters, our client library support team might be better equipped to handle your issue. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UOEQs8:ref -- -- =~=~=~=~=~=~=~

Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2019-12-13 Thread Google Ads API Forum Advisor Prod
Greetings! Yes, your two assumptions are correct. It is an inconsistency that is confusing, and it appears that this happens in both the UI and the API. I'm working with the overall product team to try to see if we can make that consistent in the future. I don't think that would happen any time

Re: Listing Custom Intents, or searching by them by name

2019-12-13 Thread Google Ads API Forum Advisor Prod
Hi Mark, Unfortunately, it is not possible to target an auto generated custom intent audience using the API. Here is the list of available criterion types. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001U8LUrl:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: GCLID I have does not there in account

2019-12-13 Thread Google Ads API Forum Advisor Prod
Hi Chirag, Thank you for sharing the details for investigation. We are still looking into the issue and will get back to you shortly. Regards, Nikisha Patel, Google Ads API Team ref:_00D1U1174p._5001UOEO8j:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: ht

RE: Getting the right labels from the AdWords API

2019-12-13 Thread Google Ads API Forum Advisor Prod
Hi Erik, Thank you for the detailed explanation. Based on the logs it looks like you're using AdWords API. Could you please confirm if you're using Google Ads API or AdWords API? You will be able to find the specific labels in the account using the LabelService.get() operation or the Label Repo

RE: Google Ads - Excluding zero impressions

2019-12-13 Thread Google Ads API Forum Advisor Prod
Hi Hannes, Can you please provide me your CID and report results through reply privately to author so I can have a look? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5001UOEQoL:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelo

TARGET_CPA: example of conversion sign up tracking

2019-12-13 Thread Roberto
Hi, Our website allows our different customers to create events in which people can sign up. We are interested in TARGET_CPA, and in particular by using it when a person signs up to an event. Every event is on a different customer, so the Ad is on a different Adwords account (created with

Re: UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA while uploading the customers to Google Ads

2019-12-13 Thread Caleb Vandenheuvel
Nikisha, The fact that this block is applying to test accounts is the reason for this topic; it is incorrect behavior that has been impacting testing for over a year. Regards, Caleb On Tuesday, November 12, 2019 at 3:02:03 PM UTC-5, adsapiforumadvisor wrote: > > Hi Daniele, > > Thank you for s

Filter AdGroups by label with GAQL

2019-12-13 Thread 'Dmitrii Stebliuk' via AdWords API and Google Ads API Forum
Hello, I am getting AdGroups by a label and I would like to write a GAQL script. I am using the GAQL builder . I choose a resource: ad_group. In the fields, I see "ad_group.labels", but in the filters, there are

Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2019-12-13 Thread Alexandre Lord
Any news on this issue? On Thursday, November 14, 2019 at 10:35:58 AM UTC-5, adsapiforumadvisor wrote: > > Hello, > > Yes, it is stored as midnight of the time zone of the account. > > As for your two assumptions. Yes, that could be possible. I'll go > double-check on that for you. > > Regards

Getting the right labels from the AdWords API

2019-12-13 Thread Eirik Ovesen
Hi! This is my first meeting with the Google Ads API and I'm attempting to achieve labeling of ads in my Python application. Case: 1. The app fetches all ads marked with a specific label (e.g. "LabelName": "X") for a given *AccountA*->Campaign->Adgroup structure 2. A user agent clicks a button

PHP sdk Retrieve campaign / adgroups GeoTargetTypeSetting

2019-12-13 Thread nicolò Cozzani
Hi, Using PHP SDK How can i retrieve campaign or adgroup GeoTargetTypeSetting? There is any example? https://developers.google.com/adwords/api/docs/reference/v201809/CampaignService.Campaign.html#settings_1 https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupService.AdGroup#set

Re: Invalid campaign name error when using mutate operation on campaigns with foreign language characters

2019-12-13 Thread Max H
Hi Anthony, Thanks for the reply. I will post it there, but it looks like support is not very fast there. Do you have any recommendation in the meantime? On Thursday, 12 December 2019 21:21:40 UTC+1, adsapiforumadvisor wrote: > > *Hi Max,* > > > > > > > *Thanks for reaching out to us. Beca

Re: Google Ads - Excluding zero impressions

2019-12-13 Thread Hannes Fischer
Hello everyone, I checked again and it seems, that issue exists since 2019-12-11. *@Google API Team*: Could you please check, if you commited any API changes between 2019-12-11 and 2019-12-12, which is causing this issue? I'm using following endpoint: *https://googleads.googleapis.com/v2/custo