RE: Adwords OfflineConversionFeedService (v201809) VS Google Ads API Conversions

2019-09-20 Thread Google Ads API Forum Advisor Prod
Hi Shane, Thank you for writing to us today. The equivalent for the OfflineConversionFeedService in Google Ads API is using ConversionUploadService to upload conversions in the same way as Adwords API. You might find this migration guide useful for future references to check for the equivalent

RE: Does NegativeCampaignCriteion exist in Google Ads?

2019-09-20 Thread Google Ads API Forum Advisor Prod
Hi Golnoush, Thank you for reaching out. To perform the equivalent operation in Google Ads API, you could use mutate operation of CampaignCriterionService and set the 'negative' field value to true for the CampaignCriterion resource. You might find this code sample (in Java) useful to add negat

Re: How to test linking accounts

2019-09-20 Thread Tetracom UA
Does not matter, use production account or test account for testing, just I want to see and be sure that it's work. I already registered test MCC account, you said create test client account by API, can I create test client account under MCC by interface? Then I have to register second test MCC a

RE: how to transform a KeywordPlanCampaign into a real Campaign?

2019-09-20 Thread Google Ads API Forum Advisor Prod
Hi Claude, Thank you for writing to us. It is not possible to transform the KeywordPlanCampaign into a real campaign. KeywordPlanCampaign resource is the campaign specific keyword plan to search for keywords, see how a list of keywords might perform and help you decide whether to use these keyw

RE: Is there NegativeCampaignCriterion in Google Ads

2019-09-20 Thread Google Ads API Forum Advisor Prod
Hello Golnoush, You may use the CampaignCriterionService and AdGroupCriterionService by setting the field 'negative' as true to exclude any specific criteria. You may refer to the code snippet in Java as a reference. Code samples in other languages can be found here. Thanks, Bharani, Google Ad

RE: How can I do a batch-request work to get all my google_ads account's info?

2019-09-20 Thread Google Ads API Forum Advisor Prod
Hello, In general batch processing is used to make mutate API calls instead of the GAQL search queries. You can refer here for more information. Also, as of now batch processing is not yet completely available for users, when it is made available we will update in our blog and release notes. R

RE: Keywords status

2019-09-20 Thread Google Ads API Forum Advisor Prod
Hi Duong, The closest we have is the SystemServingStatus in AdWords API and the ad_group_criterion.system_serving_status in Google Ads API which will return the serving status of the criteria as RARELY_SERVED value. Let us know if you have any further questions. Thanks, Bharani, Google Ads API

Re: Google Ads API search queries not returning certain data values

2019-09-20 Thread Google Ads API Forum Advisor Prod
Hi Dylan, It looks like you are already in touch with my colleague regarding this concern here. Please continue the discussion on that thread to avoid duplicates. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UHHEKo:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

Re: Syntax for REGEXP_MATCH

2019-09-20 Thread Deborah Perez
Hi, I am also wondering if I can use the LIKE operator to filter by campaign.name to include the terms 'Brand' or 'Core' or 'Exact'. Not necessarily all three terms at once in the name. Is there such a thing as WHERE campaign.name LIKE '%Brand% or '%Core%' or '%Exact%'? This is why I was lookin

RE: How to change product partitions from BiddableAdGroupCriterion to NegativeAdGroupCriterion and vice-versa using AdWords API v201809?

2019-09-20 Thread Google Ads API Forum Advisor Prod
Hi Camilo, I have provided answers to your questions below: The UI and API often have different features and functionality. I appreciate you providing this feedback, which I can pass along as a feature request to make this easier via API. You are on the right track here, as removing and recreati

RE: Negative values in AUDIENCE_PERFORMANCE_REPORT

2019-09-20 Thread Google Ads API Forum Advisor Prod
Hello Zweitze and Fellow Developers, Around 10 AM PST on Sept 17, 2019, a bug caused Google Ads to generate a small amount of negative click, view and cost data for Search and Display campaigns for some advertisers for approximately 30 minutes. We are actively working to correct this data, and

Does NegativeCampaignCriteion exist in Google Ads?

2019-09-20 Thread Golnoush Lotfi
Hello, In adwords there is this hierarchy [image: Capture.PNG] But, I cannot find NegativeCampaignCriterion in Google ads. Thanks, Golnoush -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=

Exclude Product on the basis of ItemId/OfferId in shopping campaign using c#

2019-09-20 Thread For Study
I have added Google Ad Words Library as reference using SHOPPING_PERFORMANCE_REPORT, I have generated this report in windows application . this report showing this month statistics. I want to exclude the product from this campaign only (product may be repeated in other campaign), by Google Adwor

Re: UseRawEnumValues ignored when querying AD_PERFORMANCE_REPORT

2019-09-20 Thread john p
Thanks Ejay I will do. John On Monday, 16 September 2019 06:12:00 UTC+1, john p wrote: > > > Hi > > I'm using the Google Ads .NET API. > > I have set (user.Config as AdWordsAppConfig).UseRawEnumValues = true for > the user. > > This works ok when I use ReportQueryBuilder to query the > KEYWOR

Exclude Product on the basis of ItemId/OfferId in shopping campaign using c#

2019-09-20 Thread only42study
I have added Google Ad Words Library as reference using SHOPPING_PERFORMANCE_REPORT, I have generated this report in windows application (Please find attachment). this report showing this month statistics. I want to exclude the product from this campaign only (product may be repeated in other campa

How can I do a batch-request work to get all my google_ads account's info?

2019-09-20 Thread 蓝瀚
*Say my google_user is example.gmail.com, and the mcc account under user is * account_id: 1234567890 account_name mcc_1 *Then I can get all customer_account under this mcc* query = ('SELECT customer_client.id, ' 'customer_client.descriptive_name,' 'customer_client.resource_n