Retrieve Negative keyword lists Google AdWords API

2018-03-12 Thread Veronica Mihaela
Hi, Can you please tell me if there is any way that I can create Negative keywords list and retrieve Negative keywords lists using the API (Google AdWords API). I can add negative keywords, I can retrieve negative keywords but I don't find a way to create lists of negative keywords. Thanks --

Conversions Tag setup Adwords API

2018-03-13 Thread Veronica Mihaela
Hi, How can I set Tag setup when creating Conversion using the API? I create Conversion and fill all data(count, value etc). But for Tag setup I don't set up anything. I creates by default. Is there any way I can choose options as in Adwords? Please see attachment. Thanks -- -- =~=~=~=~=~=

Cannot set ProductBiddingCategory for campaign, category ID is converting to exponential

2017-08-09 Thread Veronica Mihaela
Hi, I my application I create Shopping campaigns using the google api. For the inventory filter I want to set ProductBiddingCategory. I have a config with the ids. For example for first level, 'BIDDING_CATEGORY_L2', I have this list: 'category1stLevel' => array( '-7183678771116356049' => '

Cannot set ProductBiddingCategory in google adwords api with php

2017-10-05 Thread Veronica Mihaela
I use google adwords api(v 201705) in my application and when I want to set ProductBiddingCategory in inventory filter it does not work as it should. I have a config with the ids. I use Laravel 5.4 and php 5.6. This is for first level: 'category1stLevel' => array( '-7183678771116356049

Search query 'words' google adwords api

2017-12-06 Thread Veronica Mihaela
Hi, In Google Adwords in overview there is a section called 'Searches' that has 2 tabs:'SEARCH TERMS' and 'WORDS' that show data:impressions, clicks, conversions, cost. In my application, using google adwords api, I would like to make something similar. I use google adwords reports: for 'SEARC

Re: Search query 'words' google adwords api

2017-12-07 Thread Veronica Mihaela
Hi, Thanks for your answer. For SEARCH TERMS in my application I use Search query performance report. code example: $reportDefinition = new ReportDefinition(); $reportDefinition->setSelector($selector); $reportDefinition->setReportName('Report'); $reportDefinition->setDateRangeType($this->dateRan

Re: Search query 'words' google adwords api

2017-12-07 Thread Veronica Mihaela
Hi, In my application I use Google Adwords API. I want to display same data as in Google Adwords overview. In WORDS tab it shows individual words data. Ex: cannigvale:impressions - 245, cost - 345$, clicks - 233, sheets:impressions - 123, cost - 100$, clicks - 23. I want this data to show it in

Re: Search query 'words' google adwords api

2017-12-08 Thread Veronica Mihaela
Hi, Thanks a lot for all your answers. I want data for the words in searches not for keywords. In Google Adwords these are 2 distinct sections. Please see screenshot. I tried using Keywords performance report but this does not return data as in google adwords interface, WORDS section, it retur