Managed Placement Data

2015-12-13 Thread Nooni
I am looking for a way to get managed placement data by Ad Performance 
Report or Campaign Performance Report.

Are there any ways to retrieve the data?

Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f761798d-aa50-41fe-8ec4-6e8d75ad4810%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Managed Placement Data

2015-12-12 Thread Nooni
I am looking for a way to get managed placement data by Ad Performance 
Report or Campaign Performance Report.

Are there any ways to retrieve the data?

Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/076aed09-9a54-48d9-90f0-09f58f300023%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Video campaign statistic through API

2015-11-24 Thread Nooni
Hi,

I would like to know how to get video campaign statistics data through API.

We are using the below script with the ad performance report but can not 
receive data of video campaigns.

If you could help us, I would appreciate it.  


SetDefaultServer("https://adwords.google.com/;);
$user->LogAll();
$user->SetClientId($googleconfig['ClientId']);
$user->SetClientCustomerId($CustomerId);



$managedCustomerService = $user->GetService('CampaignService', 'v201506');
$selector = new Selector();

$selector->fields = array('CampaignId', 'Name','Status');
$page = $managedCustomerService->get($selector);
$accounts = array();
foreach ($page->entries as $account) {
if ($account->id > 0) {
$accounts[] = $account;
}
}
$customer='';
foreach ($accounts as $account) {
$name=iconv('UTF-8','TIS-620',$account->name);
$customer.='|'.$account->id;
$customer.='|'.$account->name;
//$customer.='|'.$account->status;
}

if(file_exists('soap_xml.log'))
{
unlink('soap_xml.log');
}
if(file_exists('request_info.log'))
{
unlink('request_info.log');
}

return  $customer;
 }
}
$Login = new Mainapp();
$data=$Login->googlelistacc($_GET['username'],$_GET['password'],$_GET['customerid']);
print $data;
?>



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9f2e990d-8968-419e-b2ae-710b5523d118%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Showing Ad with Performance Report

2015-10-16 Thread Nooni
Hi,

Thank you for your reply.

I have one more question.

How can I get the Link (maybe called the final URL)?

Thank you.



2015年10月12日月曜日 22時07分30秒 UTC+7 Anthony Madrigal:
>
> Hi,
>
> When running the Ad Performance Report, you can use the field Headline 
> 
>  in 
> order to get the Dimensions of an Image Ad.
>
> Cheers,
> Anthony
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/00c75892-4a6b-4048-b7b2-570453511cce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Can not get any data when there is no impression

2015-10-16 Thread Nooni
Hi,

I have a question about the Campaign Performance Report and Ad Performance 
Report.

I could not get any data even the campaign or ad names if ads have no 
impression.

Is this natural?

If so, do you have any ways to get such data?

Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/473c4d34-ca12-4e3b-a39f-a51457a05cd6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Showing Ad with Performance Report

2015-10-12 Thread Nooni
Hi,

Thank you for your reply. I will try it.

I have one more question.

How can I get the data of ad size by Ad Performance Report?

Thank you.



2015年10月9日金曜日 23時17分56秒 UTC+7 Anthony Madrigal:
>
> Hi,
>
> There is no way to show the actual ads when running an Ad Performance 
> Report 
> .
>  
> The report breaks the ads down by some of its components such as its 
> description and headline. You could use the field AdType 
> 
>  in 
> order to see or filter the report by its ad type. 
>
> Regards,
> Anthony
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d3cb63f0-b22f-4cb8-9f59-3a9cc47c41e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Showing Ad with Performance Report

2015-10-09 Thread Nooni
Hello,

I would like to show ads as below by using the performance report and want 
to add the link.
https://tpc.googlesyndication.com/pageadimg/imgad?id=CICAgKDT4Z66HhCsAhj6ASgBMgikYscs77L7zw

How can I do this?

And also I would like to know how to show Flash ads as well if the method 
is different.

Thank you 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/e9478eb9-b9ad-4413-a820-e10b40738527%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Daily Ad Impressions, Clicks and CTR Statistics

2015-09-30 Thread Nooni
Hi,

I am finding the way to obtain impressions, clicks and CTR data of ads by 
day.
If the campaign duration is 30 days, I want to obtain the ads data of each 
day separately for 30 days.

Here is the PHP code we made.

LogDefaults(); 
  $user->SetClientCustomerId('xxx--xxx');

// Create selector.
$selector = new Selector();
$selector->fields = array('Id', 'AdGroupName', 'AdGroupStatus',  'Status', 
'AdType', 'DisplayUrl', 'CreativeDestinationUrl', 'CreativeFinalUrls', 
'CreativeTrackingUrlTemplate', 'CreativeUrlCustomParameters','Impressions', 
'Clicks', 'Cost', 'Ctr');

// Filter out removed criteria.
$selector->predicates[] = new Predicate('CampaignId', 'IN', 'x');
//$selector->predicates[] = new Predicate('AdGroupStatus', 'NOT_IN', 
array('REMOVED'));
//$selector->predicates[] = new Predicate('Status', 'NOT_IN', 
array('DISABLED'));
  $startDate = '20150101'; 
  $endDate = '20150812'; 
  $selector->dateRange = new DateRange($startDate, $endDate); 

// Create report definition.
$reportDefinition = new ReportDefinition();
$reportDefinition->selector = $selector;
$reportDefinition->reportName = 'Ad Performance Report #' . uniqid();
$reportDefinition->dateRangeType = 'CUSTOM_DATE';
$reportDefinition->reportType = 'AD_PERFORMANCE_REPORT';
$reportDefinition->downloadFormat = 'CSV';

// Set additional options.
  $options = array('returnMoneyInMicros' => TRUE);
ReportUtils::DownloadReport($reportDefinition, $filePath, $user, $options);
?>


Could you advise how to obtain them?
Or do you have a code sample or tips etc for this issue?

Thank you very much for your support.




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/29694dbe-51cd-40c2-8d66-53c24c1193c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: INVALID_TOKEN_HEADER

2015-08-06 Thread Nooni
Hi Anthony,

Thank you for your assistance.

We could set up properly.

Thank you again.


On Wednesday, August 5, 2015 at 9:49:55 PM UTC+7, Anthony Madrigal wrote:

 Hi Nooni,

 I noticed that your SOAP XML request has an invalid field in the 
 *developerToken* tag. Please use your developer token which is found in 
 *Account 
 settings - AdWords API Center - Developer token *and modify your 
 properties file accordingly. 

 Regards,
 Anthony
 AdWords API Team


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4d86db1e-1776-47ce-8613-83d32691e6a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


INVALID_TOKEN_HEADER

2015-08-03 Thread Nooni
Hi,

I am trying to develop an Adwords API tool by PHP but having 
the INVALID_TOKEN_HEADER error somehow.
The script is as attached (some confidential information is hidden).

I think I set up the developer token properly.

Do you have any idea to solve this issue??

Thank you 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/6de7ace6-ac42-424c-ba01-92321e8c04f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
attachment: test.php