How to batch requests to OfflineConversionAdjustmentFeedService?

2020-03-26 Thread Jonas Bolin
Am using this Python code upload conversion adjustments one by one, to the Adwords API. However, I would like to batch them. And send up all conversions at once. Is this possible, and can anyone give some hints on where in the code I am missing something? import uuid import datetime import

How to use TargetingIdeaService (v201809) to get monthly search volume data for specific keywords?

2019-11-26 Thread Jonas Bolin
Hi, I am trying to use TargetingIdeaService (v201809) to get the monthly search volume data for specific keywords. In keyword planner, you can select a keyword such as "italian restaurant stockholm" and get the monthly search volume for *that particular keyword*, and a bunch of other

Discrepancy between AWQL and Adwords UI data

2018-01-03 Thread Jonas Bolin
When I do a very simple query in AWQL, I get about 4500 rows returned, but when looking at the same report in the Adwords UI and export to Excel I get around 6000 rows and very different numbers var query = "select Query, Cost from SEARCH_QUERY_PERFORMANCE_REPORT during LAST_MONTH"; Any idea

AWQL: Possible to use IN operator for matching strings that contains a phrase?

2018-01-02 Thread Jonas Bolin
Hello guys, I would like to run a report where which returns all search terms and their corresponding cost where the query contains one of the following: ['football', 'soccer','rugby'] var query = "select Query, Cost from SEARCH_QUERY_PERFORMANCE_REPORT where Query IN ['football',

Re: Possible to select multiple QueryMatchTypeWithVariant in AWQL query?

2017-08-08 Thread Jonas Bolin
Thanks Shwetha! On Tuesday, 11 July 2017 20:13:50 UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Jonas, > > You can use the IN operator and provide a list predicate values in the > query to check if the field is equal to one of the given values. The > predicate should look something

Possible to select multiple QueryMatchTypeWithVariant in AWQL query?

2017-07-11 Thread Jonas Bolin
Hello everyone, I would like to create an AWQL query which returns only BROAD and PHRASE matched search queries. AWQL doesn't support the OR operator, but is there a way to circumvent this, other than making a request for each type? Thanks, and summer greetings from Stockholm! /Jonas -- --