Re: Call to a member function get() on null

2018-06-29 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Sean,

Looks like you are trying to make the report call and the API service call 
in a single API call. You may have to first download the report save that 
in your local database and then use the details from that to make a 
separate AdGroupService.mutate()  
API
 
call to update the status of your ad groups. Please find the samples in 
reporting 
here 

. 

You could also explore the option of using AdWords Scripts to do this to 
run at a specific schedule. If you would like to consider that option, 
please post your question on the AdWords Scripts forum 
. 

Regards,
Sai Teja, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/357e33db-bd4f-442d-afb6-b63ecc7bb1ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BatchJob performance issues

2018-06-29 Thread Ершов Александр
Hello, Milind Sankeshware!

We're pushing every day. Since that we haven't experiencing it very much.
I will reach to you if we see this issue coming up again.

Thank you very much for you work!

On Friday, June 29, 2018 at 6:48:31 PM UTC+3, Milind Sankeshware (AdWords 
API Team) wrote:
>
> Hi,
>
> I am Dhanya's colleague and will be following up on this thread as she is 
> unavailable today. We have an update from our team, there was an issue 
> which is currently resolved. Could you please try your batch job request 
> again and let me know if you are facing issues?
>
> Thanks,
> Milind, AdWords API Team.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/b011018a-5b58-4f4f-9b25-34edbd144b03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: permission problem for creating userlist

2018-06-29 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Eureca,

The canManageClients 

 flag 
represents whether this customer can manage other AdWords customers or not. 
If it is true the account is a manager account else it is a regular AdWords 
account. Currently, there is no way to fetch or update the access level 
 via API. However, you 
can check your access level by navigating to your AdWords account then 
selecting *Account settings* -> *Account access*. You need to follow the 
steps mentioned in the above response to change the access level via UI. 
Please let me know if you have any further questions. 

Regards,
Sai Teja, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/af63ab5a-e7cc-4375-9294-a69f80124558%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: demographics targeting in adgroup

2018-06-29 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, 

Thanks for the details. I was able to recreate the issue that you 
specified. However, one way to confirm that the criterion is really set is 
to perform an AdGroupCriterionService.get() 

 for 
that ad group and check that the ones you set are the only ones which are 
being returned by the API. If you wish to specifically exclude other ranges 
in a given demographic, you could explicitly set it as a 
NegativeAdGroupCriterion 
.
 
I will confirm with the team if the UI not reflecting the status is 
actually the expected behavior. In the meantime, could you please use the 
method suggested above to identify which demographic criterion is set?

About the AdGroupBidModifierService 
,
 
you will have to have the criterion explicitly set in order to set the bid 
adjustments via this service. Could you please elaborate what is the 
behavior you are observing while using this service? If you have the SOAP 
logs, that will be helpful too. Please use *reply privately to author* 
while sharing the details. 

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/0d4bb65f-e1c4-4ee4-954a-31d7029ff65c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Could not apply AdNetworkType2 segment to Keyword Performence Report

2018-06-29 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ketaki,

I am Dhanya's colleague and will be following up on this thread as she is 
unavailable today. Could you please share the SOAP log for the operation so 
that I can troubleshoot the issue? You could chose '*Reply privately to 
author'* option while responding. 

Thanks,
Milind, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/42299e74-6d08-4da7-9dbb-f9e2f4146250%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Call to a member function get() on null

2018-06-29 Thread szusi
The error is happening at $page = $adGroupService->get($selector);

On Friday, June 29, 2018 at 12:45:39 PM UTC-6, sz...@mymail.mines.edu wrote:
>
> Hello, I am currently using the adgroup performance report to report on a 
> few metrics, and then pause certain ad groups that are above certain 
> thresholds. However, my selector is coming back as null. Here is my code:
>
> namespace Google\AdsApi\Examples\AdWords\v201806\Reporting;
>
> require __DIR__ . '/../../../../../vendor/autoload.php';
>
> use Google\AdsApi\AdWords\AdWordsSession;
> use Google\AdsApi\AdWords\AdWordsSessionBuilder;
> use Google\AdsApi\AdWords\Reporting\v201806\DownloadFormat;
> use Google\AdsApi\AdWords\Reporting\v201806\ReportDefinition;
> use Google\AdsApi\AdWords\Reporting\v201806\ReportDefinitionDateRangeType;
> use Google\AdsApi\AdWords\Reporting\v201806\ReportDownloader;
> use Google\AdsApi\AdWords\ReportSettingsBuilder;
> use Google\AdsApi\AdWords\v201806\cm\Predicate;
> use Google\AdsApi\AdWords\v201806\cm\PredicateOperator;
> use Google\AdsApi\AdWords\v201806\cm\ReportDefinitionReportType;
> use Google\AdsApi\AdWords\v201806\cm\Selector;
> use Google\AdsApi\Common\OAuth2TokenBuilder;
> use Google\AdsApi\AdWords\v201806\cm\Paging;
> use Google\AdsApi\AdWords\v201806\cm\AdGroup;
> use Google\AdsApi\AdWords\v201806\cm\AdGroupOperation;
> use Google\AdsApi\AdWords\v201806\cm\AdGroupService;
>
>
>
> /**
>  * Downloads CRITERIA_PERFORMANCE_REPORT for the specified client customer 
> ID.
>  */
> class DownloadCriteriaReportWithSelector
> {
> const PAGE_LIMIT = 500;
> public static function runExample(AdWordsSession $session, $filePath)
> {
> // Create selector.
> $selector = new Selector(); 
> $selector->setFields(
> [
> 'CampaignId',
> 'AdGroupId',
> //'Id',
> 'Cost',
> 'Clicks',
> 'AverageCpc',
> 'AllConversionRate',
> 'AllConversions',
> 'CostPerConversion',
> 'ValuePerConversion'
> 
> // *Add or remove criteria to change what fields you want 
> the report to print out --Sean*
> ]
> );
>
>  //Use a predicate to filter out paused criteria (this is 
> optional).
> $selector->setPredicates(
> [
> new Predicate('AdGroupStatus', PredicateOperator::NOT_IN, 
> ['PAUSED']),
> //new Predicate('AverageCpc', 
> PredicateOperator::GREATER_THAN, array(0))
> 
>  //*Edit the number in the array just above to change the 
> threhold of the AverageCpc --Sean*
> ]
> );
> 
> $selector->setPaging(new Paging(0, self::PAGE_LIMIT));
> 
> $totalNumEntries = 0;
> do {
> // Retrieve ad groups one page at a time, continuing to 
> request pages
> // until all ad groups have been retrieved.
> $page = $adGroupService->get($selector);
> 
> // Print out some information for each ad group.
> if ($page->getEntries() !== null) {
> $totalNumEntries = $page->getTotalNumEntries();
> foreach ($page->getEntries() as $adGroup) {
>
> //setting up the pause operation
> $operations = [];
> $adGroup -> setStatus(AdGroupStatus.PAUSED);
> $operation = new AdGroupOperation();
> $operation->setOperand($adGroup);
> $operation->setOperator(Operator::SET);
> $operations[] = $operation;
> // Update the ad group on the server.
> $result = $adGroupService->mutate($operations);
> $adGroup->setStatus(AdGroupStatus::PAUSED);
>
> $adGroup = $result->getValue()[0];
> 
> 
> printf(
> "Ad group with name %d and status '%s' was 
> found.\n",
> $adGroup->getName(),
> $adGroup->getStatus()
>  
> );
>  
> 
> }
> }
>
> $selector->getPaging()->setStartIndex(
> $selector->getPaging()->getStartIndex() + self::PAGE_LIMIT
> );
> } while ($selector->getPaging()->getStartIndex() < 
> $totalNumEntries);
>
> // Create report definition.
> $reportDefinition = new ReportDefinition();
> $reportDefinition->setSelector($selector);
> $reportDefinition->setReportName(
> date("m-d-Y") . '  Ad Performance Report for Powder7 ' 
> );
> $reportDefinition->setDateRangeType(
> ReportDefinitionDateRangeType::LAST_7_DAYS
>

Re: Deleting "Removed" Entities

2018-06-29 Thread sam
Hi Dannison,

The Client Customer ID for which we received the campaign limit error has 0 
campaigns:



However, we do have many other linked accounts:



So is the limit coming from all the other connected accounts? That would be 
extremely limiting if that's the case.

Thanks,
Sam

On Thursday, June 28, 2018 at 7:55:12 PM UTC-7, Dannison Yao (AdWords API 
Team) wrote:
>
> Hi Sam,
>
> Thank you for providing the requested information privately. Allow me to 
> reply in the public thread for other developer's reference. Upon 
> investigation of the logs you provided, you were over the system limit for 
> the number of campaigns allowed which is 10,000 according to this guide 
> . Based on your 
> logs, you have reached a total of 10,031 campaigns already. I suggest you 
> do a clean up to prevent this error from re-occurring.
>
> Let me know if you have further clarifications.
>
> Regards,
> Dannison
> AdWords API Team
>

-- 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/9884e0dc-4a9d-4b48-99d8-cdd1bf763842%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: not able to get clientcustomerid of other person who logged in

2018-06-29 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi,

Could you please confirm if you are trying to get other accounts which are 
under your MCC account? If yes, then your request should work. If you are 
looking to fetch other accounts which are not under your MCC hierarchy then 
you will need to add user email as a user on that account or link the 
account to your MCC. The Access level in API will be same what you have in 
the UI. The credentials cannot be shared. However, while setting up the 
OAuth, you could ask the user who has access to the specific account to 
generate the authorization code and then you can continue the setup to 
create the refresh token. Using this refresh token you will be able to 
access the AdWords accounts that user has access to. 

Thanks,
Milind, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/de63a039-4c92-4747-af6a-355533e98faf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Call to a member function get() on null

2018-06-29 Thread szusi
Hello, I am currently using the adgroup performance report to report on a 
few metrics, and then pause certain ad groups that are above certain 
thresholds. However, my selector is coming back as null. Here is my code:

namespace Google\AdsApi\Examples\AdWords\v201806\Reporting;

require __DIR__ . '/../../../../../vendor/autoload.php';

use Google\AdsApi\AdWords\AdWordsSession;
use Google\AdsApi\AdWords\AdWordsSessionBuilder;
use Google\AdsApi\AdWords\Reporting\v201806\DownloadFormat;
use Google\AdsApi\AdWords\Reporting\v201806\ReportDefinition;
use Google\AdsApi\AdWords\Reporting\v201806\ReportDefinitionDateRangeType;
use Google\AdsApi\AdWords\Reporting\v201806\ReportDownloader;
use Google\AdsApi\AdWords\ReportSettingsBuilder;
use Google\AdsApi\AdWords\v201806\cm\Predicate;
use Google\AdsApi\AdWords\v201806\cm\PredicateOperator;
use Google\AdsApi\AdWords\v201806\cm\ReportDefinitionReportType;
use Google\AdsApi\AdWords\v201806\cm\Selector;
use Google\AdsApi\Common\OAuth2TokenBuilder;
use Google\AdsApi\AdWords\v201806\cm\Paging;
use Google\AdsApi\AdWords\v201806\cm\AdGroup;
use Google\AdsApi\AdWords\v201806\cm\AdGroupOperation;
use Google\AdsApi\AdWords\v201806\cm\AdGroupService;



/**
 * Downloads CRITERIA_PERFORMANCE_REPORT for the specified client customer 
ID.
 */
class DownloadCriteriaReportWithSelector
{
const PAGE_LIMIT = 500;
public static function runExample(AdWordsSession $session, $filePath)
{
// Create selector.
$selector = new Selector(); 
$selector->setFields(
[
'CampaignId',
'AdGroupId',
//'Id',
'Cost',
'Clicks',
'AverageCpc',
'AllConversionRate',
'AllConversions',
'CostPerConversion',
'ValuePerConversion'

// *Add or remove criteria to change what fields you want 
the report to print out --Sean*
]
);

 //Use a predicate to filter out paused criteria (this is optional).
$selector->setPredicates(
[
new Predicate('AdGroupStatus', PredicateOperator::NOT_IN, 
['PAUSED']),
//new Predicate('AverageCpc', 
PredicateOperator::GREATER_THAN, array(0))

 //*Edit the number in the array just above to change the 
threhold of the AverageCpc --Sean*
]
);

$selector->setPaging(new Paging(0, self::PAGE_LIMIT));

$totalNumEntries = 0;
do {
// Retrieve ad groups one page at a time, continuing to request 
pages
// until all ad groups have been retrieved.
$page = $adGroupService->get($selector);

// Print out some information for each ad group.
if ($page->getEntries() !== null) {
$totalNumEntries = $page->getTotalNumEntries();
foreach ($page->getEntries() as $adGroup) {
   
//setting up the pause operation
$operations = [];
$adGroup -> setStatus(AdGroupStatus.PAUSED);
$operation = new AdGroupOperation();
$operation->setOperand($adGroup);
$operation->setOperator(Operator::SET);
$operations[] = $operation;
// Update the ad group on the server.
$result = $adGroupService->mutate($operations);
$adGroup->setStatus(AdGroupStatus::PAUSED);

$adGroup = $result->getValue()[0];


printf(
"Ad group with name %d and status '%s' was 
found.\n",
$adGroup->getName(),
$adGroup->getStatus()
 
);
 

}
}

$selector->getPaging()->setStartIndex(
$selector->getPaging()->getStartIndex() + self::PAGE_LIMIT
);
} while ($selector->getPaging()->getStartIndex() < 
$totalNumEntries);

// Create report definition.
$reportDefinition = new ReportDefinition();
$reportDefinition->setSelector($selector);
$reportDefinition->setReportName(
date("m-d-Y") . '  Ad Performance Report for Powder7 ' 
);
$reportDefinition->setDateRangeType(
ReportDefinitionDateRangeType::LAST_7_DAYS

// Edit the line above to change the date range you wish the 
report to look for --Sean*
);
$reportDefinition->setReportType(
ReportDefinitionReportType::ADGROUP_PERFORMANCE_REPORT
);
$reportDefinition->setDownloadFormat(DownloadFormat::CSV);

// Download report.
$reportDownloader = new 

Re: permission problem for creating userlist

2018-06-29 Thread eureca
Hi Sai,
 thanks for the information & process.

 In our process when the user does the oauth to authorize our app, we then 
request the list of advertiser accounts linked to the MCC account (flag 
canManageClients at true).

 Is it possible to know if the current account is in read-only mode ? Thus 
we won't authorize to go further.
 Is it possible through the API to switch to read-write mode if the account 
is read-only ?

 Thanks.

Mathieu

On Friday, June 29, 2018 at 5:54:54 PM UTC+2, Teja Makani wrote:
>
> Hello Eureca,
>
> Thanks for sharing the logs, OperationAccessDenied.ACTION_NOT_PERMITTED 
> 
>  error 
> is encountered when you don't have the authorization to invoke the mutate 
> method. It is possible that you're using the credentials with read-only 
> access to create the user list. You will need to have either a standard or 
> administrative access level 
>  to make changes to 
> the advertiser's account. You could refer to the steps shown under "How to 
> edit access level" section of this guide 
>  
> to 
> edit the access level.
>
> If you continue to have an issue with this, could you provide us the email 
> address associated to the refresh token via Reply privately to author 
> option, so we can take a look?
>
> Regards,
> Sai Teja, AdWords API Team.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/d8ca33e1-08a7-4f02-abe9-0b5ad825e8d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: permission problem for creating userlist

2018-06-29 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Eureca,

Thanks for sharing the logs, OperationAccessDenied.ACTION_NOT_PERMITTED 

 error 
is encountered when you don't have the authorization to invoke the mutate 
method. It is possible that you're using the credentials with read-only 
access to create the user list. You will need to have either a standard or 
administrative access level 
 to make changes to the 
advertiser's account. You could refer to the steps shown under "How to edit 
access level" section of this guide 
 to 
edit the access level.

If you continue to have an issue with this, could you provide us the email 
address associated to the refresh token via Reply privately to author 
option, so we can take a look?

Regards,
Sai Teja, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/67f37c32-9546-4e54-b8ff-5bfc1f32cc7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BatchJob performance issues

2018-06-29 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi,

I am Dhanya's colleague and will be following up on this thread as she is 
unavailable today. We have an update from our team, there was an issue 
which is currently resolved. Could you please try your batch job request 
again and let me know if you are facing issues?

Thanks,
Milind, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/a939fad7-285e-4bc6-ae33-f962325c4e81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't see Video Campaigns in Video Performance report

2018-06-29 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Oksana, 

Could you share the specific client account CID along with the complete 
report definition 

 for 
which you're not seeing the video campaigns, so I can take a look? You can 
reply back via *Reply privately to author* option. 

Thanks,
Bharani, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/a73cb07c-64a1-4043-a615-b576ac718677%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Empty MultiAssetResponsiveDisplayAd fields in AD_PERFORMANCE REPORT for smart display campaigns

2018-06-29 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Holger, 

Thank you for sharing the client customer Id privately. I was able to 
replicate the issue on my end. I have shared this information with the 
team. I will keep you posted if I have any new updates. 

Regards,
Bharani, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/c0a9161b-6a39-48ee-bbd4-e61cff8486a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: demographics targeting in adgroup

2018-06-29 Thread V54328u
Also, i am having the same issue when setting device type. 
Using AdGroupBidModifierService.


On Friday, June 29, 2018 at 12:18:56 AM UTC+5:30, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:
>
> Hello, 
>
> When a new ad group is created, until you explicitly set a demographic 
> targeting criterion, everything will be targeted by default. No targeting 
> criteria would mean target all criteria. That said, when you explicitly set 
> a targeting criterion, the other ranges in that demographics should be 
> automatically set to "Removed" status. I was able to test this using the 
> API. To be sure, could you please try to create a new ad group and target 
> any one criterion in a demographic, for instance age range 18to24 (503001) 
> and then check the UI to see if the correct status is reflected? If not, 
> could you confirm the API version that you are using? Also, if you could 
> share that ad group id without making any further updates, it will help me 
> in troubleshooting. 
>
> Thanks,
> Sreelakshmi, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/ae06b7cf-9b6f-44ab-9d6c-6d421b161567%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


permission problem for creating userlist

2018-06-29 Thread eureca
Hi,
 I've successfully linked the advertiser account to our app, but once we 
want to create a userlist, we have the following error :



http://schemas.xmlsoap.org/soap/envelope/; 
>https://adwords.google.com/api/adwords/rm/v201802; 
 xmlns=
"https://adwords.google.com/api/adwords/cm/v201802; 
>
00056fbf536283380a8157011f00c3bd
AdwordsUserListServicemutate
1184

soap:Client
[OperationAccessDenied.ACTION_NOT_PERMITTED
 @ class 
com.google.ads.boulder.api.services.datax.userlists.AdwordsMutateAction]
https://adwords.google.com/api/adwords/cm/v201802; 
 xmlns:ns2=
"https://adwords.google.com/api/adwords/rm/v201802; 
>
[OperationAccessDenied.ACTION_NOT_PERMITTED
 @ class 
com.google.ads.boulder.api.services.datax.userlists.AdwordsMutateAction]
ApiException
http://www.w3.org/2001/XMLSchema-instance; 

 
xsi:type="OperationAccessDenied"
>
OperationAccessDenied.ACTION_NOT_PERMITTED
OperationAccessDeniedACTION_NOT_PERMITTED

 

Do you have enough information with the provided requestId ?

Do you have an explanation / path of actions we need to take to avoid the 
error ?

Best,
Mathieu

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/402baaad-70b0-45eb-a077-cc19b1ee6356%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How i can download or get Budget Performance Report using http request

2018-06-29 Thread RAJKUMAR SHARMA
hi,

budget report is working how i can get clientcustomerid and 
managerclientaid because we are download report using customerclientid 


i have just used this request url -->  
https://adwords.google.com/api/adwords/mcm/v201806/ManagedCustomerService?wsdl 
for getting a customerClientID and managerCustomerId
   i wanna know how use this request for getting other user data who logged 
through my client and client secret by that i m getting its refresh token.
  i have used this request
 --header Authorization:Bearer 
 --headerdeveloperToken:
 --header Content-Type:application/xml
and in xml i used 


http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance;>

https://adwords.google.com/api/adwords/mcm/v201806; 
soapenv:mustUnderstand="0">
https://adwords.google.com/api/adwords/cm/v201806
">492-330-398
https://adwords.google.com/api/adwords/cm/v201806;>XXerToken>
https://adwords.google.com/api/adwords/cm/v201806;>unknown (AwApi-Java, 
AdWords-Axis/3.15.0, Common-Java/3.15.0, Axis/1.4, Java/1.8.0_171, jars, 
SelectorBuilder, SelectorField)
https://adwords.google.com/api/adwords/cm/v201806;>false
https://adwords.google.com/api/adwords/cm/v201806
">false



https://adwords.google.com/api/adwords/mcm/v201806;>

https://adwords.google.com/api/adwords/cm/v201806;>CustomerId
https://adwords.google.com/api/adwords/cm/v201806;>Name
https://adwords.google.com/api/adwords/cm/v201806;>
0
500






that is working only for my account credentials like there should be my 
account  refresh token and client customer id and developer token 
please tell me how can i get other user details who logged in with clientid 
and client secret . how i can get other account details like 
its  managerCustomerId , clientCustomerId  for my api creation

i am stuck in this process .
thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/0c5a0eee-c8a6-4047-a27a-ce80917be6b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


not able to get clientcustomerid of other person who logged in

2018-06-29 Thread RAJKUMAR SHARMA
hi,
i have just used this request url -->  
https://adwords.google.com/api/adwords/mcm/v201806/ManagedCustomerService?wsdl 
for getting a customerClientID and managerCustomerId
   i wanna know how use this request for getting other user data who logged 
through my client and client secret by that i m getting its refresh token.
  i have used this request
 --header Authorization:Bearer 
 --headerdeveloperToken:
 --header Content-Type:application/xml
and in xml i used 


http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>

https://adwords.google.com/api/adwords/mcm/v201806; 
soapenv:mustUnderstand="0">
https://adwords.google.com/api/adwords/cm/v201806;>492-330-398
https://adwords.google.com/api/adwords/cm/v201806;>XXerToken>
https://adwords.google.com/api/adwords/cm/v201806;>unknown 
(AwApi-Java, AdWords-Axis/3.15.0, Common-Java/3.15.0, Axis/1.4, 
Java/1.8.0_171, jars, SelectorBuilder, SelectorField)
https://adwords.google.com/api/adwords/cm/v201806;>false
https://adwords.google.com/api/adwords/cm/v201806;>false



https://adwords.google.com/api/adwords/mcm/v201806;>

https://adwords.google.com/api/adwords/cm/v201806;>CustomerId
https://adwords.google.com/api/adwords/cm/v201806;>Name
https://adwords.google.com/api/adwords/cm/v201806;>
0
500






that is working only for my account credentials like there should be my 
account  refresh token and client customer id and developer token 
please tell me how can i get other user details who logged in with clientid 
and client secret . how i can get other account details like 
its  managerCustomerId , clientCustomerId  for my api creation

i am stuck in this process .
thanks


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/07c142df-2479-4c52-94d7-0acb89077501%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Could not apply AdNetworkType2 segment to Keyword Performence Report

2018-06-29 Thread Ketaki
Hi Dhanya,

Do you have any update for my mentioned question?

"How does the segment Network(with search partners) applies to Display 
campaigns by the AdWords API call through code?
Because we are getting data for Display campaigns by applying this segments 
in the API call."

Regards,
Ketaki.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/f89b7210-35a6-4a06-83c3-0400f9202ca8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords API Deprecation notice received today cites incorrect month

2018-06-29 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Erik,

Yes, the v201710 sunset will be happening on July 25, 2018. We will be 
sending out a correction email. Thank you for bringing this to our 
attention.

Regards,
Mike, AdWords API Team

On Friday, June 29, 2018 at 12:06:45 AM UTC-4, 
erik.thomp...@varsitytutors.com wrote:
>
> Adwords Team,
>
> A correction email may be warranted? The Adwords API Deprecation notice 
> "Important: Please migrate to a current AdWords API version by 06/25/2018" 
> received this morning for v201710 cites the incorrect month in the title 
> and body of the email. It references 6/25/2018 (which is June and is in the 
> past) when the Deprecation Schedule cites July 25, 2018. Which is 
> 7/25/2018.   https://developers.google.com/adwords/api/docs/sunset-dates
>
> Regards,
> -Erik Thompson
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/fc92228c-33f0-4ba2-a83c-cbfac3ff9e55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API sunset

2018-06-29 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello,

Unfortunately, the email we sent out had a typo and should have indicated 
the same date as other sources: July 25, 2018. We are in the process of 
sending out a correction email.

I apologize for the confusion.

Regards,
Mike, AdWords API Team

On Friday, June 29, 2018 at 12:06:45 AM UTC-4, va...@adcore.com wrote:
>
> Hello,
> we received an email 
> Dear AdWords API Developer (MCC ID xxx),
> You’re receiving this message because your AdWords API Developer account 
> submitted 15.7% of your API requests to an outdated API version within the 
> past seven days. *AdWords API v201710 has been deprecated and will stop 
> accepting requests starting 06/25/2018.*
> *Migrate to a current AdWords API version*
> To ensure full access to the AdWords API after this date, please migrate 
> to a current version as soon as possible. To learn more about this change, 
> including migration help, visit the AdWords API Developer Site 
> 
> .
> If you have any questions about this upcoming change, please don't 
> hesitate to contact our team via the AdWords API forum 
> 
> .
> Sincerely,
> The AdWords API Team
>
> But as i know  the sunset date is *25.07* and not *25.06*.
>
>
> 
> Please confirm.
> How we should progress in this case?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/e312ef1a-bb46-4fb8-9a49-aafd85f3f831%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Can't see Video Campaigns in Video Performance report

2018-06-29 Thread Oksana Sulyma
Hi dear Adwords support!
I have an issue specific for one of Adwords accounts our service serve. 
In order to see the list of Video Campaigns we use Video Performance Report 

 
and this always worked fine. 
But for one of our clients we get empty Video reports while in Adwords UI 
we can see Video campaigns. 
I can provide Account Id and Adwords UI screenshot in private message. This 
is MCC account.
Appreciate your help, looking forward for direct communication to send 
issue details.
Thanks,
Oksana

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/d25a70e2-18c9-4db9-ad6f-8d40d1887d84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Limits issue: ProductPartitionTree .createAdGroupTree generates API request

2018-06-29 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi,

My apologies for the back and forth. Could you send me your complete SOAP 
request and response logs that was generated when you used this code you 
sent in your previous response along with your clientCustomerId so I could 
further investigate this? You may send this via *Reply privately to author*. 
Could you also set your SOAP XML logger to *DEBUG* mode?

Regards,
Dannison
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/3adf2439-4362-4f76-915b-44b851973223%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: About pushing Offline conversion

2018-06-29 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi,

My apologies if I am not familiar with the implementation you have applied 
in your application. However, in regards to keeping track of OAuth2 
credentials of a specific account, I would recommend that you store them in 
local file such as the one described in this guide 
.
 
You should then be able to programmatically point to the directory of the 
configuration file based on which account it belongs to so that your 
application can then use it before sending the request.

Also, *access tokens* need not be stored, since it is automatically 
regenerated 

 when 
using a client library of the AdWords API. I hope this helps and feel free 
to write back if you require further information.

Thanks and regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/acfb6db7-ca2b-4a15-a2cd-42225ebbac6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: demographics targeting in adgroup

2018-06-29 Thread V54328u
Hello Sreelakshmi,

Thanks for looking into the issue..

i created a campaign again, targeting the following criterion:

age range: 18-24(503001), 
Gender: Female(11), 
Parental Status: Parent(300)

In the UI, it shows that all the criterion are targeted.
API version: 201802
Ad group ID: 56741940436

On Friday, June 29, 2018 at 12:18:56 AM UTC+5:30, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:
>
> Hello, 
>
> When a new ad group is created, until you explicitly set a demographic 
> targeting criterion, everything will be targeted by default. No targeting 
> criteria would mean target all criteria. That said, when you explicitly set 
> a targeting criterion, the other ranges in that demographics should be 
> automatically set to "Removed" status. I was able to test this using the 
> API. To be sure, could you please try to create a new ad group and target 
> any one criterion in a demographic, for instance age range 18to24 (503001) 
> and then check the UI to see if the correct status is reflected? If not, 
> could you confirm the API version that you are using? Also, if you could 
> share that ad group id without making any further updates, it will help me 
> in troubleshooting. 
>
> Thanks,
> Sreelakshmi, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/4d03f9e4-b34d-4a37-8198-55f0ce83f770%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.