Re: Conversion Optimzer bidType Max CPA not available via Adwords API?

2015-03-19 Thread Robert Rodakowski
Hi Josh,

Thanks for your replay. CampaignId = 362760732. 
Below CampaignService response:


  
0005119ee14a09c10aec3f8634002f1a
CampaignService
get
0
159
  
  

  



  
  
CLICKS
TARGET_CPA

ConversionOptimizerBiddingScheme
  
  
  
  
  
  CONVERSION_OPTIMIZER


  
NOT_CPC_CAMPAIGN
  
  0





  1
  
  0
  1
  1


SEARCH
rr5033 SEARCh with DISPLAY CONV
362760732




CONVERSION_OPTIMIZE

ENABLED

  DAILY
  
  
  
  
  
  
  

  

CampaignPage
1
  


While campaign's state in the AdWords UI in the attachment (screenshot).
 
Best regards,
Robert.


W dniu środa, 18 marca 2015 23:27:52 UTC+1 użytkownik Josh Radcliff 
(AdWords API Team) napisał:
>
> Hi Robert,
>
> If the type of bidding scheme returned is ConversionOptimizerBiddingScheme 
> ,
>  
> then the campaign is using the Conversion Optimizer bidding strategy. See 
> the *Descriptive name* for each API bidding strategy type in the table in 
> our Bidding Guide 
> . That 
> being said, could you send me your campaign IDs so I can confirm the 
> behavior?
>
> Regarding your second question, I'm not aware of any services that give 
> CPA bid suggestions. The *DataService*, *TargetingIdeaService*, and 
> *TrafficEstimatorService* all only give CPC bid information, not CPA.
>
> Thanks,
> Josh, AdWords API Team
>
> On Wednesday, March 18, 2015 at 6:30:48 AM UTC-4, Robert Rodakowski wrote:
>>
>> Hello,
>>
>> API v201409
>> After setting bidding strategy called Conversion Optimizer and setting 
>> bid type = Max CPA, AdWords API returns me a campaign with bid type = 
>> 'TARGET_CPA'.  As described here 
>> 
>>  
>>
>> *"Bid type indicates if it is a Target CPA or Max CPA campaign."*But 
>> MaxCPA is not mentioned in Enumerations. There is TARGET_CPA only.
>>
>> Is there any way to get the real bidType of this campaign (max cpa 
>> expected) via API? In AdWords UI it is marked as Max CPA.
>>
>> The second question is: is there any way to get suggested bids (both: 
>> Target CPA and Max CPA) via API while switching bidTypes?
>>
>> Kind regards,
>> Robert.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/16134edf-0ee0-49e7-a9fe-4b8ad5db27f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


DateRangeType Custom_Date in C#

2015-03-19 Thread rpayneesm
Hi,

I'm using the 201409 client library to pull campaign performance reports 
and call details reports.  When I use any of the date presets, it works 
just fine, but when I try to use a custom date selector, this doesn't seem 
to work.  I've seen many solutions online that say to use something like 
what I've pasted below, but it doesn't seem to work for me.  Is there some 
new syntax or something that I should be using?

Thanks,
Mike


DateRange dateRange = new DateRange();
dateRange.min = DateTime.Now.AddDays(-1).ToString("MMdd");
dateRange.max = DateTime.Now.AddDays(-1).ToString("MMdd");
selector.dateRange = dateRange;

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1b190da2-76d9-4e8e-a08a-c382203c161b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


MutateJobService and UNDO option is adwords web UI

2015-03-19 Thread assaf
Hi,

I started using MutateJobService for creating negative criterian on 
Campaign level and noticed that
there is no UNDO option in the adwords "View Change History" section.

I do see that other operations via API do have undo.

1. Does MutateJobService support undo via web UI (just like changing bids 
for instance using individual API calls) ?
2. Is there any way to perform API changes and have a single UNDO option in 
the web UI for those API changes (just like if I choose to update
   the bids of many keywords by checking several checkboxes and pressing 
edit-> "Change max CPC Bids") ?

Thanks,

Assaf

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fa8e6ecb-dbea-4b96-80a3-139c4492eeb2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [PHP] Datas duplicadas

2015-03-19 Thread Desenvolvimento - Grupo Lead Negócios Inteligentes
Bom dia galera,

Esse é meu script:

ID da Campanha: 281-396-0359


$user = new AdWordsUser();
$user->SetClientCustomerId($id);
$user->LogDefaults();
$user->LoadService('ReportDefinitionService', 'v201409');

$selector = new Selector();
$selector->fields = array('DayOfWeek', 'Date', 'AveragePosition', 'Ctr', 
'ConversionRateManyPerClick', 'Conversions', 'Clicks', 'Impressions');

if ($display != "s") {
  $selector->predicates[] = new Predicate('AdNetworkType1', 'IN', array(
'SEARCH'));
}

$reportDefinition = new ReportDefinition();
$reportDefinition->selector = $selector;
$reportDefinition->reportName = ' ';
$reportDefinition->dateRangeType = $data;
$reportDefinition->reportType = 'ACCOUNT_PERFORMANCE_REPORT';
$reportDefinition->downloadFormat = 'XML';
$reportDefinition->includeZeroImpressions = TRUE;

//$filePath = dirname(__FILE__) . '\report.XML';
$filePath = NULL;
$report = ReportUtils::DownloadReport($reportDefinition, $filePath, 
$user, $options = NULL);

$xml = new SimpleXMLElement($report);
$rows = $xml->xpath('/report/table/row');

echo json_encode($rows);


Quando jogo os dados no gráfico, ele ficam assim:





Obrigado Josh, pela resposta rápida.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bd292190-b0b4-4a9b-85a2-fc23821b88dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Managed Customer's name missing

2015-03-19 Thread Danial Klimkin
Hello,


It's possible this was not always restricted. This change could have 
happened before the restriction was in place.


-Danial, AdWords API Team.

On Wednesday, March 18, 2015 at 7:09:24 PM UTC+3, Y Cha wrote:
>
> But could ManagedCustomer's name have been deleted (or changed to empty 
> string) from user interface? I'm trying to understand root cause.
>
> On Wednesday, March 18, 2015 at 8:13:35 AM UTC-7, Danial Klimkin wrote:
>>
>> Hello,
>>
>>
>> This name can be altered at any time via the user interface.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Wednesday, March 18, 2015 at 4:13:14 PM UTC+3, Y Cha wrote:
>>>
>>> I'm running into few instances where the name of the managed customer is 
>>> blank ("").   I'm told that they were filled in at one point of time. What 
>>> are the ways that they could have been changed to blank?  API or MCC? API 
>>> can only  ADD ManagedCustomer and name can is required field.  MCC doesn't 
>>> allow for blank name. 
>>>
>>> Thanks in advance,
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1119ab5d-1e2d-473e-abde-2f22376ca3f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to get data from Keyword Planner by using TargetingIdeaService.

2015-03-19 Thread keym


Hi,

I’ve been using the TargetingIdeaService to get AVERAGE_CPC and SEARCH_VOLUME, 
but I can't get results of keywords I searched.

For example, when I search keywords “pharmacist jobs”, results of related 
keywords such as “pharmacist jobs wages” and “pharmacist job change” return, 
but results of “pharmacist jobs” aren’t included.

In other case, when I search "pharmacist", the results of keywords such as 
"pharmacist jobs" and "pharmacist wages" return, but results of "pharmacist" 
aren’t included.

I want to get results of only what I searched and I don't need results of 
related keywords.

How do I have to do?

Details are below:

OS; CentOS, or MacOS X Yosemite
Language; PHP 5.5.14
Library; Google Ads APIs Client Library for PHP (AdWords, Adx, and 
DFP)https://github.com/googleads/googleads-php-lib
API; Google AdWords API
Version; v201409
Service; TargetingIdeaService
Method; get
Parameter when calling get method;
  searchParameters
LanguageSearchParameter 1005(japanese)
ideaType  KEYWORD
requestTypeIDEAS
requestedAttributeTypes     KEYWORD_TEXT
  CATEGORY_PRODUCTS_AND_SERVICES
  COMPETITION
  EXTRACTED_FROM_WEBPAGE
  IDEA_TYPE
  SEARCH_VOLUME
  AVERAGE_CPC
  TARGETED_MONTHLY_SEARCHES
localeCodeja_JP
currencyCode   JPY
paging   2000
relatedToQuerySearchParameter->queries   'pharmacist jobs'   *set in array.
ideaTextFilterSearchParameter->included  'pharmacist jobs'  *set in array


Note:
-I have authorized Goolge AdWordsAPI and done all of settings for the 
developerToken and client_id related to OAuth2.
-This problem occurs how many times I try to get results.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c2701a9d-9b65-454b-b803-4731eee2e328%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


CustomerSyncService returns only changed feeds

2015-03-19 Thread Kimsrung Lov
Hi there,

I have a question about CustomerSyncService. When sending a request for 
campaigns changed and feeds changed within CustomerSyncSelector object with 
both feedIDs and campaignIDs, I always get only feeds changed. And if I 
send it separately, I get what I expected. However, I don't want to send 
two requests, what could possibly be?

Moreover, I want to sync feedItems which under campaign, but I get only 
changed feed ids under changedCampaign response. How could I know which 
feed items have already been added to or remove from campaign? 

I'm looking to hearing from you. 

Thanks,
Kimsrung

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f7ef699e-3048-41de-8fba-5881c8c7f612%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Status column in dashboard

2015-03-19 Thread Keeyong Han
I am new to the Adwords API. We have been downloading the performance data 
from the dashboard and now we are trying to automate this through API 
calls. But what I see from status column are quite different:

 - In API response, it is one of "enabled", "removed" or "paused"
 - But in the dashboard, it is a lot more than that. Here are examples:
   - below first page bid (First page cpc : x.xx)
   - low search volume
   - ...

How can I get the same value from the dashboard through the API?

Thanks in advance!
-K

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/df772b18-8b5d-41fc-a028-34a59a226b73%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: you tube overlay ad

2015-03-19 Thread רויטל פרידמן
Any update on when the video campaigns will be supported through API?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/21842b89-3877-465a-bb89-6202fc46c16d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How we have to take the GCLID?

2015-03-19 Thread Mariano
Hello, we have the token approved. We want to start using the Api to 
confirm offline conversions from our server to the Google account. How We 
Could take the gclid? We cant touch the landing of the client.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/51fae3cc-8eac-4a97-be10-ea45c67f7cda%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Missing GCLID

2015-03-19 Thread romy . kolkin
Hi,
I can't find some of the GCLIDs on the Click Performance Report.
Any idea how can I track them and why is it happening?
Thanks!


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bb064ea5-00c2-48f8-bd25-6eddf20bdab3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


how to implement adwords api in asp.net mvc

2015-03-19 Thread Visualr Admin
hello,
 I want to implement google analytics and  adwords for accessing 
data in asp.net MVC . Any one having idea about that.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6fe3673b-67bb-457f-8c80-44bedd80c5bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Invalid report info use API

2015-03-19 Thread denis . porplenko
Hi all.
I use api KEYWORDS_PERFORMANCE_REPORT 
(https://developers.google.com/adwords/api/docs/appendix/reports#keywords) 
to copy to local storage keywords info(clicks, impressions, costs, etc. ) 
every day.
Every day I run my scripts and copy info for last day.
I run parser in at 3 PM (Ukraine)
But sometimes I have wrong costs or impressions or etc. 
Example:  at 2015-03-15 3PM   I copied info for 2015-03-14 . At 2015-03-16 
I wanted to test info for 2015-03-14. I got other info in some keywords! 
Why? What problem?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/48a63a42-bc63-4d78-94a4-0dae62395a39%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How we have to take the GCLID?

2015-03-19 Thread Danial Klimkin
Hello Mariano,


You need to either set up redirect to collect this data before forwarding 
user to the client, or obtain IDs from the click performance report (if you 
can identify the correct ones).


-Danial, AdWords API Team.


On Thursday, March 19, 2015 at 4:18:39 PM UTC+3, Mariano wrote:
>
> Hello, we have the token approved. We want to start using the Api to 
> confirm offline conversions from our server to the Google account. How We 
> Could take the gclid? We cant touch the landing of the client.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/09f5fe76-3202-4c06-9359-7ca9b87a32c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Invalid report info use API

2015-03-19 Thread Danial Klimkin
Hello Denis,


Please see this page for data freshness:

  https://support.google.com/adwords/answer/2544985?hl=en

Also, note click stats can change for up to 72 hours after the fact due to 
invalid clicks, robots filtering etc.


-Danial, AdWords APi Team.


On Thursday, March 19, 2015 at 4:19:06 PM UTC+3, denis.p...@pdffiller.com 
wrote:
>
> Hi all.
> I use api KEYWORDS_PERFORMANCE_REPORT (
> https://developers.google.com/adwords/api/docs/appendix/reports#keywords) 
> to copy to local storage keywords info(clicks, impressions, costs, etc. ) 
> every day.
> Every day I run my scripts and copy info for last day.
> I run parser in at 3 PM (Ukraine)
> But sometimes I have wrong costs or impressions or etc. 
> Example:  at 2015-03-15 3PM   I copied info for 2015-03-14 . At 2015-03-16 
> I wanted to test info for 2015-03-14. I got other info in some keywords! 
> Why? What problem?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/edf07912-afe0-451a-8ea4-d7c777834f91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: MutateJobService and UNDO option is adwords web UI

2015-03-19 Thread Danial Klimkin
Hello Assaf,


Please check with the general AdWords support on the UI features:

  https://support.google.com/adwords/?hl=en


-Danial, AdWords API Team.


On Thursday, March 19, 2015 at 3:27:42 PM UTC+3, assaf wrote:
>
> Hi,
>
> I started using MutateJobService for creating negative criterian on 
> Campaign level and noticed that
> there is no UNDO option in the adwords "View Change History" section.
>
> I do see that other operations via API do have undo.
>
> 1. Does MutateJobService support undo via web UI (just like changing bids 
> for instance using individual API calls) ?
> 2. Is there any way to perform API changes and have a single UNDO option 
> in the web UI for those API changes (just like if I choose to update
>the bids of many keywords by checking several checkboxes and pressing 
> edit-> "Change max CPC Bids") ?
>
> Thanks,
>
> Assaf
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c10fa02c-2458-43bc-b51e-057c2f7662e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: DateRangeType Custom_Date in C#

2015-03-19 Thread Danial Klimkin
Hello Mike,


Do you also set DateTimeRange of the definition to CUSTOM_DATE?


-Danial, AdWords API Team.


On Thursday, March 19, 2015 at 12:09:10 PM UTC+3, rpay...@gmail.com wrote:
>
> Hi,
>
> I'm using the 201409 client library to pull campaign performance reports 
> and call details reports.  When I use any of the date presets, it works 
> just fine, but when I try to use a custom date selector, this doesn't seem 
> to work.  I've seen many solutions online that say to use something like 
> what I've pasted below, but it doesn't seem to work for me.  Is there some 
> new syntax or something that I should be using?
>
> Thanks,
> Mike
>
>
> DateRange dateRange = new DateRange();
> dateRange.min = DateTime.Now.AddDays(-1).ToString("MMdd");
> dateRange.max = DateTime.Now.AddDays(-1).ToString("MMdd");
> selector.dateRange = dateRange;
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f51f0ca7-98a4-416f-b8a0-2d778a2beb6e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Missing GCLID

2015-03-19 Thread Danial Klimkin
Hello,


Please make sure the date range is correct. If still in doubt, send us the 
click IDs over email ("reply to author" on the right) and we'll investigate.


-Danial, AdWords API Team.


On Thursday, March 19, 2015 at 4:19:01 PM UTC+3, 
romy@cmedicalservices.com wrote:
>
> Hi,
> I can't find some of the GCLIDs on the Click Performance Report.
> Any idea how can I track them and why is it happening?
> Thanks!
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/59439b24-90d9-44a9-b847-bfcb0ebb9a3c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How we have to take the GCLID?

2015-03-19 Thread Mariano
How can I set up redirect? or where can I get the IDs? We have a Server. We 
provide the cient with an url of confirmation with our parameters; and we 
use 2 pixels, One to track clics and another one to track conversions.
How we could take the GCLID with this schema?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6f9bf73e-8a2e-4add-bf1f-d1278cf02eed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: you tube overlay ad

2015-03-19 Thread Danial Klimkin
There are no plans to support video campaigns in the API currently.


-Danial, AdWords API Team.


On Thursday, March 19, 2015 at 4:18:25 PM UTC+3, רויטל פרידמן wrote:
>
> Any update on when the video campaigns will be supported through API?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5274069b-047d-4eaf-adc4-bec3f66ca1e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How we have to take the GCLID?

2015-03-19 Thread Danial Klimkin
Hello Mariano,


You need to enable auto-tagging 
, this will include the 
click ID in the destination URLs automatically.

Unfortunately further details are out of scope for this forum, as we only 
support API related questions here.


-Danial, AdWords API Team.


On Thursday, March 19, 2015 at 5:01:38 PM UTC+3, Mariano wrote:
>
> How can I set up redirect? or where can I get the IDs? We have a Server. 
> We provide the cient with an url of confirmation with our parameters; and 
> we use 2 pixels, One to track clics and another one to track conversions.
> How we could take the GCLID with this schema?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/43be4c43-46d1-42a2-95ca-33490faf6b19%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Campaign Criterion Service (ProductScope) Dimensions for Inventory Filters 'Channel' and 'Channel exclusivity'

2015-03-19 Thread HK
In case others come across this, the answer for this has been posted to 
another 
thread: 
https://developers.google.com/adwords/api/community/?place=msg%2Fadwords-api%2FYUXSmJeU_DQ%2Fx5MALF1Wv8MJ

Hans

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d86d4d88-70ff-4a3b-a2d2-d768f8809704%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: MutateJobService and UNDO option is adwords web UI

2015-03-19 Thread assaf
Hi Daniel,

Thanks for pointing this out. I Could not find any reference there to 
MutateJobService and it's affects regarding Undo.
I understand not all operations can have the Undo option.
I was just wondering if it is connected to the usage of MutateJobService 
rather than the operation itself and if the API
can generate actions the will allow a "group" Undo in the UI.

I would greatly appreciate a clarification regarding this.

Thanks.,

Assaf

On Thursday, March 19, 2015 at 3:25:34 PM UTC+2, Danial Klimkin wrote:
>
> Hello Assaf,
>
>
> Please check with the general AdWords support on the UI features:
>
>   https://support.google.com/adwords/?hl=en
>
>
> -Danial, AdWords API Team.
>
>
> On Thursday, March 19, 2015 at 3:27:42 PM UTC+3, assaf wrote:
>>
>> Hi,
>>
>> I started using MutateJobService for creating negative criterian on 
>> Campaign level and noticed that
>> there is no UNDO option in the adwords "View Change History" section.
>>
>> I do see that other operations via API do have undo.
>>
>> 1. Does MutateJobService support undo via web UI (just like changing bids 
>> for instance using individual API calls) ?
>> 2. Is there any way to perform API changes and have a single UNDO option 
>> in the web UI for those API changes (just like if I choose to update
>>the bids of many keywords by checking several checkboxes and pressing 
>> edit-> "Change max CPC Bids") ?
>>
>> Thanks,
>>
>> Assaf
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/99e10604-3a83-4bd2-a1dc-5f2fde8316f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Question about v20102

2015-03-19 Thread Oliver
In the v201502 release notes, the following is mentioned:

*Removed objects handling*

*Services and reporting will now omit objects 
whose Status is REMOVED unless a predicate explicitly includes them. This 
was always the case for ads but now applies to ad groups and campaigns as 
well.*

What if I execute the following AWQL on *CampaignService*:

*SELECT Id, Name, Status WHERE CampaignId in [...]*

when one of campaigns specified has status = Removed.  Will the above 
return the details of the removed campaign since I explicitly specified it 
by Id?


Oliver

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c38c8aae-ab60-4404-bba0-1845db5948b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Question about v20102

2015-03-19 Thread Oliver
Sorry, the title should say v201502!



On Thursday, March 19, 2015 at 5:10:46 PM UTC, Oliver wrote:
>
> In the v201502 release notes, the following is mentioned:
>
> *Removed objects handling*
>
> *Services and reporting will now omit objects 
> whose Status is REMOVED unless a predicate explicitly includes them. This 
> was always the case for ads but now applies to ad groups and campaigns as 
> well.*
>
> What if I execute the following AWQL on *CampaignService*:
>
> *SELECT Id, Name, Status WHERE CampaignId in [...]*
>
> when one of campaigns specified has status = Removed.  Will the above 
> return the details of the removed campaign since I explicitly specified it 
> by Id?
>
>
> Oliver
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bad74a57-0eca-412d-a504-7362bf3efc1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How we have to take the GCLID?

2015-03-19 Thread Mariano

>
> Great Danial, and how we could take the GCLID?,  We will enable 
> auto-tagging in the client account. We work with an url that the client has 
> provided us, and we add some parameters to see the id of the client and the 
> idtrx of the campaign in our Server because of the pixels that we sent to 
> the client to count clics and conversions.
>
> How we receive the GCLID? We only have to enable the auto-tagging of the 
> account and automaticly we will receive the GCLID? or we have to add a new 
> parameter in somewhere?
>

Thanks 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/be8c0501-6c81-4c19-b009-c55a0c378c07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: DateRangeType Custom_Date in C#

2015-03-19 Thread rpayneesm
Hi, Danial.

I don't see DateTimeRange, but I did set dateRangeType to CUSTOM_DATE. 
 Could this have been a typo on your end, or am I setting the wrong thing?

ReportDefinition def = new ReportDefinition();
def.reportType = ReportDefinitionReportType.CAMPAIGN_PERFORMANCE_REPORT;

def.dateRangeType = ReportDefinitionDateRangeType.CUSTOM_DATE;



Thanks,
Mike



On Thursday, March 19, 2015 at 9:26:33 AM UTC-4, Danial Klimkin wrote:
>
> Hello Mike,
>
>
> Do you also set DateTimeRange of the definition to CUSTOM_DATE?
>
>
> -Danial, AdWords API Team.
>
>
> On Thursday, March 19, 2015 at 12:09:10 PM UTC+3, rpay...@gmail.com wrote:
>>
>> Hi,
>>
>> I'm using the 201409 client library to pull campaign performance reports 
>> and call details reports.  When I use any of the date presets, it works 
>> just fine, but when I try to use a custom date selector, this doesn't seem 
>> to work.  I've seen many solutions online that say to use something like 
>> what I've pasted below, but it doesn't seem to work for me.  Is there some 
>> new syntax or something that I should be using?
>>
>> Thanks,
>> Mike
>>
>>
>> DateRange dateRange = new DateRange();
>> dateRange.min = DateTime.Now.AddDays(-1).ToString("MMdd");
>> dateRange.max = DateTime.Now.AddDays(-1).ToString("MMdd");
>> selector.dateRange = dateRange;
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/006c1f27-da26-4492-aa39-6c20462a2c8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


ConversionTrackerStats

2015-03-19 Thread Annalisa Camilleri
Hi all

Im having trouble getting the the statistics of our conversion trackers 
with the api. I'm hoping someone shed some light on what I am doing wrong.

Currently I am getting successfully all of our conversion trackers using 
the ConversionTrackerService however the 'stats' field is always returned 
with a null. If I request any of the ConversionTrackerStats fields in my 
selector, I just get an error that the field is not available, (which makes 
sense since my return value is a ConversionTrackerPage). But how do I get 
statistics then?


The following is my current code in C#.


//selecter

Selector selector = new Selector();

selector.fields = new string[] { "Id"};

selector.dateRange = new DateRange();

selector.dateRange.max = aEndDate;

selector.dateRange.min = aStartDate;




//Predicate

Predicate predicate = new Predicate();

predicate.field = "Name";

predicate.@operator = PredicateOperator.EQUALS;

predicate.values = new string[] { "Inschrijving cursus" };

selector.predicates = new Predicate[] { predicate };




(user.Config as AdWordsAppConfig).ClientCustomerId = aCampaignId;

ConversionTrackerService conversionTrackerService =

(ConversionTrackerService)user.GetService(

AdWordsService.v201502.ConversionTrackerService);

ConversionTrackerPage allConversions = conversionTrackerService.get(selector
);




ConversionTrackerStats stats = allConversions.entries[0].stats;

return allConversions;


Thank you for your time

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0b3f17de-c746-4ddc-8793-e5e683cdc6b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Status column in dashboard

2015-03-19 Thread Josh Radcliff (AdWords API Team)
Hi K,

That level of detailed status information is not available in the API at 
this time.

Thanks,
Josh, AdWords API Team

On Thursday, March 19, 2015 at 9:18:43 AM UTC-4, Keeyong Han wrote:
>
> I am new to the Adwords API. We have been downloading the performance data 
> from the dashboard and now we are trying to automate this through API 
> calls. But what I see from status column are quite different:
>
>  - In API response, it is one of "enabled", "removed" or "paused"
>  - But in the dashboard, it is a lot more than that. Here are examples:
>- below first page bid (First page cpc : x.xx)
>- low search volume
>- ...
>
> How can I get the same value from the dashboard through the API?
>
> Thanks in advance!
> -K
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ec15c202-8da4-428d-96eb-29fb2d8b9541%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [PHP] Datas duplicadas

2015-03-19 Thread Josh Radcliff (AdWords API Team)
Hi,

Thanks for sending over your request. The behavior here is a bit strange -- 
usually, when you include any *Segment* field such as *Date* or *DayOfWeek*, 
zero impression rows are implicitly excluded 

.

In this case, the ACCOUNT_PERFORMANCE_REPORT is, for some reason, returning 
zero impression rows. If you want these rows to be excluded, change the 
*includeZeroImpressions* option to *FALSE*.

Thanks,
Josh, AdWords API Team

On Thursday, March 19, 2015 at 9:15:12 AM UTC-4, Desenvolvimento - Grupo 
Lead Negócios Inteligentes wrote:
>
> Bom dia galera,
>
> Esse é meu script:
>
> ID da Campanha: 281-396-0359
>
>
> $user = new AdWordsUser();
> $user->SetClientCustomerId($id);
> $user->LogDefaults();
> $user->LoadService('ReportDefinitionService', 'v201409');
>
> $selector = new Selector();
> $selector->fields = array('DayOfWeek', 'Date', 'AveragePosition', 
> 'Ctr', 'ConversionRateManyPerClick', 'Conversions', 'Clicks', 
> 'Impressions');
>
> if ($display != "s") {
>   $selector->predicates[] = new Predicate('AdNetworkType1', 'IN', 
> array('SEARCH'));
> }
>
> $reportDefinition = new ReportDefinition();
> $reportDefinition->selector = $selector;
> $reportDefinition->reportName = ' ';
> $reportDefinition->dateRangeType = $data;
> $reportDefinition->reportType = 'ACCOUNT_PERFORMANCE_REPORT';
> $reportDefinition->downloadFormat = 'XML';
> $reportDefinition->includeZeroImpressions = TRUE;
>
> //$filePath = dirname(__FILE__) . '\report.XML';
> $filePath = NULL;
> $report = ReportUtils::DownloadReport($reportDefinition, $filePath, 
> $user, $options = NULL);
>
> $xml = new SimpleXMLElement($report);
> $rows = $xml->xpath('/report/table/row');
>
> echo json_encode($rows);
>
>
> Quando jogo os dados no gráfico, ele ficam assim:
>
>
> 
>
>
>
> Obrigado Josh, pela resposta rápida.
>
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0af983e6-864e-42ba-b1dd-42019ed50fdd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Conversion Optimzer bidType Max CPA not available via Adwords API?

2015-03-19 Thread Josh Radcliff (AdWords API Team)
Hi,

Thanks for the details. I'm going to follow up with a bidding expert, but 
as far as I can tell, the API is not able to differentiate between the two 
options in the UI of *Max CPA* and *Target CPA*.

Thanks,
Josh, AdWords API Team

On Thursday, March 19, 2015 at 3:17:49 AM UTC-4, Robert Rodakowski wrote:
>
> Hi Josh,
>
> Thanks for your replay. CampaignId = 362760732. 
> Below CampaignService response:
>
> 
>   
> 0005119ee14a09c10aec3f8634002f1a
> CampaignService
> get
> 0
> 159
>   
>   
> 
>   
> 
> 
> 
>   
>   
> CLICKS
> TARGET_CPA
> 
> ConversionOptimizerBiddingScheme
>   
>   
>   
>   
>   
>   CONVERSION_OPTIMIZER
> 
> 
>   
> NOT_CPC_CAMPAIGN
>   
>   0
> 
> 
> 
> 
> 
>   1
>   
>   0
>   1
>   1
> 
> 
> SEARCH
> rr5033 SEARCh with DISPLAY CONV
> 362760732
> 
> 
> 
> 
> CONVERSION_OPTIMIZE
> 
> ENABLED
> 
>   DAILY
>   
>   
>   
>   
>   
>   
>   
> 
>   
> 
> CampaignPage
> 1
>   
> 
>
> While campaign's state in the AdWords UI in the attachment (screenshot).
>  
> Best regards,
> Robert.
>
>
> W dniu środa, 18 marca 2015 23:27:52 UTC+1 użytkownik Josh Radcliff 
> (AdWords API Team) napisał:
>>
>> Hi Robert,
>>
>> If the type of bidding scheme returned is 
>> ConversionOptimizerBiddingScheme 
>> ,
>>  
>> then the campaign is using the Conversion Optimizer bidding strategy. See 
>> the *Descriptive name* for each API bidding strategy type in the table 
>> in our Bidding Guide 
>> . That 
>> being said, could you send me your campaign IDs so I can confirm the 
>> behavior?
>>
>> Regarding your second question, I'm not aware of any services that give 
>> CPA bid suggestions. The *DataService*, *TargetingIdeaService*, and 
>> *TrafficEstimatorService* all only give CPC bid information, not CPA.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Wednesday, March 18, 2015 at 6:30:48 AM UTC-4, Robert Rodakowski wrote:
>>>
>>> Hello,
>>>
>>> API v201409
>>> After setting bidding strategy called Conversion Optimizer and setting 
>>> bid type = Max CPA, AdWords API returns me a campaign with bid type = 
>>> 'TARGET_CPA'.  As described here 
>>> 
>>>  
>>>
>>> *"Bid type indicates if it is a Target CPA or Max CPA campaign."*But 
>>> MaxCPA is not mentioned in Enumerations. There is TARGET_CPA only.
>>>
>>> Is there any way to get the real bidType of this campaign (max cpa 
>>> expected) via API? In AdWords UI it is marked as Max CPA.
>>>
>>> The second question is: is there any way to get suggested bids (both: 
>>> Target CPA and Max CPA) via API while switching bidTypes?
>>>
>>> Kind regards,
>>> Robert.
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/10ab5b44-216e-4df1-ab7d-42a268bd9bc6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ConversionTrackerService get call returning duplicate data

2015-03-19 Thread Josh Radcliff (AdWords API Team)
Hi Hans,

We're still working on this one. It turns out that the *totalNumEntries* value 
is including conversion types imported from Google Analytics, but the 
service (by design) does not return those conversion trackers.

Thanks,
Josh, AdWords API Team

On Wednesday, March 18, 2015 at 2:45:21 PM UTC-4, HK wrote:
>
> Hi, Josh
>
> I was wondering if you have made any progress on this so that we can 
> re-release the feature as it's required by RMF.
>
> Thanks,
> Hans
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7332e603-6dfa-4397-92e2-ebd124178568%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how to implement adwords api in asp.net mvc

2015-03-19 Thread Josh Radcliff (AdWords API Team)
Hi,

Others on the group may have additional details, but as a starting point 
I'd recommend checking out the .NET client library for the AdWords API 
.

Thanks,
Josh, AdWords API Team

On Thursday, March 19, 2015 at 9:19:15 AM UTC-4, Visualr Admin wrote:
>
> hello,
>  I want to implement google analytics and  adwords for accessing 
> data in asp.net MVC . Any one having idea about that.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e3b201e8-1dd4-4602-957d-22ab29bb7590%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [PHP] Datas duplicadas

2015-03-19 Thread Desenvolvimento - Grupo Lead Negócios Inteligentes
Obrigado pela resposta Josh,

O problema só acontece quando utilizo o "DayOfWeek", por que quando utilizo 
somente o "Date" ele funciona normalmente, ele não duplica nada. Veja 
abaixo: 


E, se possível, gostaria de ter as buscas contendo as zero impressões. Tem 
como obter?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/773fcbef-eceb-4d0c-8d19-e267972f810a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Question about v20102

2015-03-19 Thread Josh Radcliff (AdWords API Team)
Hi,

At the moment, the CAMPAIGN_PERFORMANCE_REPORT will not return REMOVED 
campaigns, even if you explicitly request them by *CampaignId* and/or 
*CampaignStatus 
= REMOVED*. We're looking into this -- I'll post an update as soon as I 
have more information.

Thanks,
Josh, AdWords API Team

On Thursday, March 19, 2015 at 1:11:30 PM UTC-4, Oliver wrote:
>
> Sorry, the title should say v201502!
>
>
>
> On Thursday, March 19, 2015 at 5:10:46 PM UTC, Oliver wrote:
>>
>> In the v201502 release notes, the following is mentioned:
>>
>> *Removed objects handling*
>>
>> *Services and reporting will now omit objects 
>> whose Status is REMOVED unless a predicate explicitly includes them. This 
>> was always the case for ads but now applies to ad groups and campaigns as 
>> well.*
>>
>> What if I execute the following AWQL on *CampaignService*:
>>
>> *SELECT Id, Name, Status WHERE CampaignId in [...]*
>>
>> when one of campaigns specified has status = Removed.  Will the above 
>> return the details of the removed campaign since I explicitly specified it 
>> by Id?
>>
>>
>> Oliver
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/80adc548-7125-42a2-831c-5b05f2073c09%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ConversionTrackerStats

2015-03-19 Thread Josh Radcliff (AdWords API Team)
Hi,

Although the *ConversionTracker* object has a *ConversionTrackerStats* 
attribute, 
if you are trying to get performance stats such as number of conversions 
for a given date range, you'll want to use reports 
 instead. 
For example, many reports include *ConversionsManyPerClick* and 
*ConvertedClicks* fields. You can see the complete list of available 
reports here 
.

Thanks,
Josh, AdWords API Team

On Thursday, March 19, 2015 at 3:31:06 PM UTC-4, Annalisa Camilleri wrote:
>
> Hi all
>
> Im having trouble getting the the statistics of our conversion trackers 
> with the api. I'm hoping someone shed some light on what I am doing wrong.
>
> Currently I am getting successfully all of our conversion trackers using 
> the ConversionTrackerService however the 'stats' field is always returned 
> with a null. If I request any of the ConversionTrackerStats fields in my 
> selector, I just get an error that the field is not available, (which makes 
> sense since my return value is a ConversionTrackerPage). But how do I get 
> statistics then?
>
>
> The following is my current code in C#.
>
>
> //selecter
>
> Selector selector = new Selector();
>
> selector.fields = new string[] { "Id"};
>
> selector.dateRange = new DateRange();
>
> selector.dateRange.max = aEndDate;
>
> selector.dateRange.min = aStartDate;
>
>
>
>
> //Predicate
>
> Predicate predicate = new Predicate();
>
> predicate.field = "Name";
>
> predicate.@operator = PredicateOperator.EQUALS;
>
> predicate.values = new string[] { "Inschrijving cursus" };
>
> selector.predicates = new Predicate[] { predicate };
>
>
>
>
> (user.Config as AdWordsAppConfig).ClientCustomerId = aCampaignId;
>
> ConversionTrackerService conversionTrackerService =
>
> (ConversionTrackerService)user.GetService(
>
> AdWordsService.v201502.ConversionTrackerService);
>
> ConversionTrackerPage allConversions = conversionTrackerService.get(
> selector);
>
>
>
>
> ConversionTrackerStats stats = allConversions.entries[0].stats;
>
> return allConversions;
>
>
> Thank you for your time
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fa8c0492-1ec0-40d2-a646-77052b0690bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get data from Keyword Planner by using TargetingIdeaService.

2015-03-19 Thread Josh Radcliff (AdWords API Team)
Hi,

I noticed that in your request you are specifying Japanese for the 
*LanguageSearchParameter*, but the keyword phrases you mentioned are in 
English. Are you submitting the keywords in Japanese or English?

I tried queries with the language set to English and 
*RelatedToQuerySearchParameter* set to "pharmacist jobs", and I got back 
both "pharmacist jobs" and related keywords in the response.

Thanks,
Josh, AdWords API Team

On Thursday, March 19, 2015 at 9:18:26 AM UTC-4, keym wrote:
>
> Hi,
>
> I’ve been using the TargetingIdeaService to get AVERAGE_CPC and 
> SEARCH_VOLUME, but I can't get results of keywords I searched.
>
> For example, when I search keywords “pharmacist jobs”, results of related 
> keywords such as “pharmacist jobs wages” and “pharmacist job change” return, 
> but results of “pharmacist jobs” aren’t included.
>
> In other case, when I search "pharmacist", the results of keywords such as 
> "pharmacist jobs" and "pharmacist wages" return, but results of "pharmacist" 
> aren’t included.
>
> I want to get results of only what I searched and I don't need results of 
> related keywords.
>
> How do I have to do?
>
> Details are below:
>
> OS; CentOS, or MacOS X Yosemite
> Language; PHP 5.5.14
> Library; Google Ads APIs Client Library for PHP (AdWords, Adx, and 
> DFP)https://github.com/googleads/googleads-php-lib
> API; Google AdWords API
> Version; v201409
> Service; TargetingIdeaService
> Method; get
> Parameter when calling get method;
>   searchParameters
> LanguageSearchParameter 1005(japanese)
> ideaType  KEYWORD
> requestTypeIDEAS
> requestedAttributeTypes     KEYWORD_TEXT
>   CATEGORY_PRODUCTS_AND_SERVICES
>   COMPETITION
>   EXTRACTED_FROM_WEBPAGE
>   IDEA_TYPE
>   SEARCH_VOLUME
>   AVERAGE_CPC
>   TARGETED_MONTHLY_SEARCHES
> localeCodeja_JP
> currencyCode   JPY
> paging   2000
> relatedToQuerySearchParameter->queries   'pharmacist jobs'   *set in 
> array.
> ideaTextFilterSearchParameter->included  'pharmacist jobs'  *set in array
>
>
> Note:
> -I have authorized Goolge AdWordsAPI and done all of settings for the 
> developerToken and client_id related to OAuth2.
> -This problem occurs how many times I try to get results.
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/605ad72e-a552-41ac-b4ed-e6ae486b6ee6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Can we just keep ad performance report and roll up to different levels?

2015-03-19 Thread Susie Zhao

Hi,

If we just want to keep a lowest level report such as ad performance report 
and use this report to roll up to different levels, such as keyword, ad 
group or campaign, account level.

1. Is this the right way to roll up?
2. Keyword_id is included in ad performance report,(here is criterion_id 
actually). But keyword is not included in this report.
So do you have any dimension tables(such as criterion tables which contain 
id, name and state) which we can join the ad performance report with.

In this way, if it works, we don't need to keep reports in different 
granularity.

Thanks,
Susie

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3a8f3a0c-44f6-4a0a-b4f2-fdef3eeb493a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get data from Keyword Planner by using TargetingIdeaService.

2015-03-19 Thread keym


Thanks for the comment!

I'm submitting the keywords in Japanese.
What I want to do is to get data of only what I submit.

Do you know what I have to do?
Or is it impossible to get data of only what I submit?



2015年3月20日金曜日 6時07分09秒 UTC+9 Josh Radcliff (AdWords API Team):
>
> Hi,
>
> I noticed that in your request you are specifying Japanese for the 
> *LanguageSearchParameter*, but the keyword phrases you mentioned are in 
> English. Are you submitting the keywords in Japanese or English?
>
> I tried queries with the language set to English and 
> *RelatedToQuerySearchParameter* set to "pharmacist jobs", and I got back 
> both "pharmacist jobs" and related keywords in the response.
>
> Thanks,
> Josh, AdWords API Team
>
> On Thursday, March 19, 2015 at 9:18:26 AM UTC-4, keym wrote:
>>
>> Hi,
>>
>> I’ve been using the TargetingIdeaService to get AVERAGE_CPC and 
>> SEARCH_VOLUME, but I can't get results of keywords I searched.
>>
>> For example, when I search keywords “pharmacist jobs”, results of related 
>> keywords such as “pharmacist jobs wages” and “pharmacist job change” return, 
>> but results of “pharmacist jobs” aren’t included.
>>
>> In other case, when I search "pharmacist", the results of keywords such as 
>> "pharmacist jobs" and "pharmacist wages" return, but results of "pharmacist" 
>> aren’t included.
>>
>> I want to get results of only what I searched and I don't need results of 
>> related keywords.
>>
>> How do I have to do?
>>
>> Details are below:
>>
>> OS; CentOS, or MacOS X Yosemite
>> Language; PHP 5.5.14
>> Library; Google Ads APIs Client Library for PHP (AdWords, Adx, and 
>> DFP)https://github.com/googleads/googleads-php-lib
>> API; Google AdWords API
>> Version; v201409
>> Service; TargetingIdeaService
>> Method; get
>> Parameter when calling get method;
>>   searchParameters
>> LanguageSearchParameter 1005(japanese)
>> ideaType  KEYWORD
>> requestTypeIDEAS
>> requestedAttributeTypes     KEYWORD_TEXT
>>   CATEGORY_PRODUCTS_AND_SERVICES
>>   COMPETITION
>>   EXTRACTED_FROM_WEBPAGE
>>   IDEA_TYPE
>>   SEARCH_VOLUME
>>   AVERAGE_CPC
>>   TARGETED_MONTHLY_SEARCHES
>> localeCodeja_JP
>> currencyCode   JPY
>> paging   2000
>> relatedToQuerySearchParameter->queries   'pharmacist jobs'   *set in 
>> array.
>> ideaTextFilterSearchParameter->included  'pharmacist jobs'  *set in array
>>
>>
>> Note:
>> -I have authorized Goolge AdWordsAPI and done all of settings for the 
>> developerToken and client_id related to OAuth2.
>> -This problem occurs how many times I try to get results.
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/68f4a079-f80c-4344-8406-837b0d35d6aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.