Reflect Account Budget on Google Adwords Dashbaord

2020-08-03 Thread Sanket Tandalekar
Hi Team,

I have updated the Account Budget via Google Adwords API. I see the updated 
account budget whenever I fetch budget data via API but however, I see no 
change in Google Adwords Dashboard.
I want to know how much time will it take to reflect changes in the account 
budget on Google Adwords Dashboard. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ab5a4abf-7550-4143-8b73-5f444ec96314o%40googlegroups.com.


Shopping perfomance report for Smart shopping campaign

2020-08-03 Thread Vyacheslav Dyumaev
Hello!

I'm trying to get Shopping perfomance report by offer ID for smart shopping 
campaign using google adwords API + java, but can't do that.

I'm using these predicates:

predicates.add(buildPredicate(CAMPAIGN_ID, PredicateOperator.EQUALS, 
campaignId.toString()));
predicates.add(buildPredicate(CLICKS, PredicateOperator.GREATER_THAN, "0"));

report type = SHOPPING_PERFORMANCE_REPORT.

and I get no result in response. Should it be because smart shopping 
campaign is PAUSED now?
But when I try to make report in google adwords UI (Reports-> Predefined 
reports(dimensions)->Shopping->Item ID)- I see results.

And when I try to make the same report for another campaign - I receive 
correct data.


Please, help me to find what's wrong.


Best regards,
Vyacheslav Dyumaev

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1f58e1ff-d8f1-478f-b192-7ccc1fc7902an%40googlegroups.com.


Re: Google adwords api :: User interest for search campaigns

2020-08-03 Thread SR
Thank you for your response. To get better clarity, could you please 
provide answers for the below queries?
1. How do we add user interest for search campaign using Google api? In 
Google adwords UI, we can add user interest for search campaigns, let me 
know if the same can be done in api with any available service.
2. Do we have this functionality available in Google Ads beta version.

Thanks.

On Thursday, July 30, 2020 at 1:37:43 AM UTC+5:30 adsapiforumadvisor wrote:

> Hi,
>
> Thank you for reaching out. The CriterionUserInterest is not applicable to 
> the Search Campaign. Please refer to this Criteria Usage table 
>  
> for more information.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
>  
>
> ref:_00D1U1174p._5004Q22a7l1:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7872e6af-4658-4375-b693-78664f22d7fen%40googlegroups.com.


Re: Can I set target setting to Observation when I add audience or topic to ad group via api?

2020-08-03 Thread Martin SangDo
I see it already supported
"settings": [ { "settingType": "TargetingSetting", "details": [ { 
"criterionTypeGroup": "USER_INTEREST_AND_LIST", "targetAll": true //true: 
Observation, false: Targeting } ] } ]

On Friday, 13 March 2020 19:51:34 UTC+7, Miguel Graciá wrote:
>
> Hi Vincent
>
> I am currently in that situation. Yesterday I posted a similar question 
> .
>  
> Please could you tell me if there is already a way to do this with the new 
> Google Ads api?
>
> Thanks for your help.
>
> El miércoles, 7 de noviembre de 2018, 12:40:40 (UTC+1), Vincent Racaza 
> (AdWords API Team) escribió:
>>
>> Hi Ken,
>>
>> Setting the targeting setting of an audience to Observation is not yet 
>> supported in the API. You can only do this currently in the UI as you can 
>> see in this guide . 
>> Kindly follow our blog 
>>  to 
>> receive any future updates on if and when this feature will be supported.
>>
>> *Note*: We are running an annual developer feedback survey. Please take 
>> opportunity to leave feedback 
>> 
>>  on 
>> how we can make managing campaigns at scale even easier.
>>
>> Best regards,
>> Vincent
>> AdWords API Team
>>
>> On Wednesday, November 7, 2018 at 6:33:29 PM UTC+8, Ken Hsu wrote:
>>>
>>> Hi everyone
>>> Is there any way to set target setting to Observation when I add 
>>> audience or topic to ad group via api?
>>> Just like attachment
>>> 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d533393e-9530-4c17-8072-854d2b0e20ado%40googlegroups.com.


Re: Optimization Recommendation Uplift Score?

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi Pete,

We have submitted a feature request to include the "uplift score" field in the 
Google Ads API. Please keep an eye on our blog for the announcements and 
updates on new releases.

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q22XqGH:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/TcfEt0QEIA7O00tHzkkbusTFS8tEqxnJcvtQ%40sfdc.net.


RE: How can I verify upload to custom audiance list is working on a test account

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi Miriam,

Thank you for reaching out to us. You can use "validateOnly" to first check if 
the call is valid and will go through. You can also set up your request and 
response logs to check if the call was performed or if there was issues with 
the call. To set up these logs, you can follow the directions in our client 
libraries. If you're seeing that you're making the call but the changes aren't 
reflected in the UI, could you provide us with the request and response logs 
for the call you're making, as well as a screenshot of where you see this 
discrepancy? For privacy, you can reply using "reply privately to the author".

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5004Q22bD7Y:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/oNMMy0QEI92200cFRwhfGKRACGSle-_u13Jw%40sfdc.net.


Re: BiddingErrors not compatible with payment mode campaign pay for conversions

2020-08-03 Thread Steven Horvat
Did anyone ever resolve this? I'm experiencing the same issue. Using the 
adwords API PHP SDK. If I attempt to update the budget of a campaign thats 
set to 'pay for conversions' I get the same error: 

faultMessage=[BiddingErrors.NOT_COMPATIBLE_WITH_PAYMENT_MODE @ 
operations[0].operand.budget; trigger:'BUDGET_TYPE_ADWORDS'] 

On Thursday, May 9, 2019 at 4:09:42 PM UTC-5, David Grau wrote:
>
> Hi,
> i tried to change daily budget for my campaigns with CampaignService and 
> BudgetService but it fails when the campaign is  on "Pay for conversions 
> mode".
>
> $budgetService = $adWordsServices->get($session, 
>> BudgetService::class);
>> $operations = [];
>> $budget = new Budget();
>> $budget->setName($name." - ".$date." - ".uniqid());
>> $money = new Money();
>> $money->setMicroAmount($amount*100);
>> $budget->setAmount($money);
>> $budget->setDeliveryMethod(BudgetBudgetDeliveryMethod::STANDARD);
>> $operation = new BudgetOperation();
>> $operation->setOperand($budget);
>> $operation->setOperator(Operator::ADD);
>> $operations[] = $operation;
>> // Create the budget on the server.
>> $result = $budgetService->mutate($operations);
>> $budget = $result->getValue()[0];
>> $campaignService = $adWordsServices->get($session, 
>> CampaignService::class);
>> $operations = [];
>> $campaign = new Campaign($campaignId);
>> $campaign->getBudget()->setBudgetId($budget->getBudgetId());
>> $operation = new CampaignOperation();
>> $operation->setOperand($campaign);
>> $operation->setOperator(Operator::SET);
>> $operations[] = $operation;
>> $result = $campaignService->mutate($operations);
>
>
> The error is:
>
> Fatal error: Uncaught exception 
>> 'Google\AdsApi\AdWords\v201809\cm\ApiException' with message 
>> '[BiddingErrors.NOT_COMPATIBLE_WITH_PAYMENT_MODE @ 
>> operations[0].operand.budget; trigger:'BUDGET_TYPE_ADWORDS']' in 
>> /var/www/html/apis/adwords/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/Util/Reflection.php:43
>>  
>> Stack trace: #0 
>> /var/www/html/apis/adwords/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/Util/Reflection.php(43):
>>  
>> ReflectionClass->newInstanceArgs(Array) #1 
>> /var/www/html/apis/adwords/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/AdsSoapClient.php(203):
>>  
>> Google\AdsApi\Common\Util\Reflection->createInstance('Google\\AdsApi\\A...', 
>> '[BiddingErrors') #2 
>> /var/www/html/apis/adwords/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/AdsSoapClient.php(164):
>>  
>> Google\AdsApi\Common\AdsSoapClient->parseApiExceptionFromSoapFault(Object(SoapFault))
>>  
>> #3 /var/www/html/apis/adwords/vendor/googleads/ in 
>> /var/www/html/apis/adwords/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/Util/Reflection.php
>>  
>> on line 43
>
>
> what should I do to change the daily budget in "Pay for conversions" 
> campaigns?
>
> 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a84411f2-e1d4-402a-8dce-feeae0d4bb86o%40googlegroups.com.


RE: sending url request

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hello,

Thank you for reaching out. You can make requests to the campaign resource in 
order to get data on your campaigns. You can refer to this sample code to see 
how to pull all campaigns for the customer ID specified.

If this is not what you are looking for, please elaborate so that I can better 
assist you.

Regards,
Danica, Google Ads API Team
ref:_00D1U1174p._5004Q22bB2U:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/SKuk00QEI6W400RK2HAmcHSXCdFqwwr3cnCQ%40sfdc.net.


RE: Automatic Targeting in Adwords API

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi Anthony,

Unfortunately, those details are still not available using the API. As Devin 
mentioned, you can follow our blog for updates.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q22b7Ph:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/Kajp-0QEI62I00XhlmsPxOSnaq5LocN6JTvw%40sfdc.net.


Re: Geo Performance Report Returns Me Empty Data

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi Jesca,

Thanks for reaching out. With regards to your concern, you can use ad 
performance report. Let me know if this is what you're looking for. If not can 
you please provide screenshot of UI along with customer id. Please reply 
privately to author options while sharing the details.

Let me know if you have any questions.

Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5004Q22aXQc:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3Epo90QEI5AB00le0RaR6BQCuj47s6_XDRuA%40sfdc.net.


Re: Geo Performance Report Returns Me Empty Data

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi Jesca,

Thanks for reaching out. With regards to your concern, you can use ad 
performance report. Let me know if this is what you're looking for. If not can 
you please provide screenshot of UI along with customer id.

Let me know if you have any questions.

Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5004Q22aXQc:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9tUP90QEI58G00s8NGxpuJRpe5-siE_4P8MA%40sfdc.net.


RE: All available datas in API

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi P,

Thank you for reaching out. If you are using AdWords API, you can set a 
CUSTOM_DATE as your date range. You can select any date range you want by using 
this date range. You can also use a custom date range in Google Ads API by 
specifying "segments.date BETWEEN -MM-DD AND -MM-DD" in your request. 
For more information, you can refer to this documentation.

If this is not what you are looking for, please elaborate on your concern so 
that I can better assist you.

Regards,
Danica, Google Ads API Team
ref:_00D1U1174p._5004Q22b7Ee:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0WlVI0QEI3CB00mQlf4jmsSt6vrVn4kwkLPA%40sfdc.net.


Re: AuthorizationError.USER_PERMISSION_DENIED

2020-08-03 Thread SUBINPVASU
Thank you

I, with PHP lib, got the refresh token from the above part with the
exception. I have taken that refresh token and tried to access the same
account using Python lib, using the same tokens, and found it worked.

On Mon, Aug 3, 2020 at 11:47 PM Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> wrote:

> Hi Subain
>
> Thanks for reaching out. The AuthorizationError.USER_PERMISSION_DENIED
> 
>  occurs
> when there is no link between the manager account authenticated in the
> request and the client account specified in the headers. Please make sure
> there is linking between the MCC authenticated and the customer account
> requested.The problem could be that the OAuth2 credentials you used to
> authenticate the API calls are not generated from the email address which
> has the Admin access to the manager account of the customer account. Could
> you please make sure that the OAuth2 credentials are generated by the
> manager account and give it a try? If issue is persist, could you please
> send me the email you used to generate the OAuth2 credentials? Please reply
> privately to author options while sharing the details.
>
> Thanks,
> Nirmita Patel Google Ads Team
>
>
> ref:_00D1U1174p._5004Q22ax8F:ref
>


-- 
*subinpvasu*
*9495546474*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAB1%3DLU9XJKRywvusyNaubWU-s065ML_BjQ9FXBmQKQDO5ki%2BnA%40mail.gmail.com.


RE: AuthorizationError.USER_PERMISSION_DENIED

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi Subain

Thanks for reaching out. The AuthorizationError.USER_PERMISSION_DENIED occurs 
when there is no link between the manager account authenticated in the request 
and the client account specified in the headers. Please make sure there is 
linking between the MCC authenticated and the customer account requested.The 
problem could be that the OAuth2 credentials you used to authenticate the API 
calls are not generated from the email address which has the Admin access to 
the manager account of the customer account. Could you please make sure that 
the OAuth2 credentials are generated by the manager account and give it a try? 
If issue is persist, could you please send me the email you used to generate 
the OAuth2 credentials? Please reply privately to author options while sharing 
the details.

Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5004Q22ax8F:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/sodtU0QEI2SU00asYNxBpYQTSAJN2jWnxCWA%40sfdc.net.


RE: Publishers list

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi Nika,

If you want to get a report of Where ads like the ones shown here, you can run 
the Automatic Placements Performance Report.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q22b60H:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3PcLf0QEI12R004yZclvtaTc2C_6VfXldVcg%40sfdc.net.


RE: How to get the Link ID?

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi Jesca,

Thank you for reaching out to us. I see that you have two concerns. You can 
find my response to them below.

1. Do I still need a Link ID to track app conversion?
You'll need a Link ID if you're using Mobile App Conversions and Remarketing 
API. For conversions under Google Ads/AdWords API, you won't need a Link ID.

2. How can we know the external customer ID associated with our Google Ads 
manager account?
You can find your customer ID for your manager account by logging into the 
Google Ads UI, and then clicking the "?" button in the upper right hand corner. 
The drop down that comes from that should list your Manager Account ID number.

Let me know if you have further questions.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5004Q22b4ok:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/i79GR0QEHZRV00Gt-FaxODTtOJbF89GxHVGQ%40sfdc.net.


How can I verify upload to custom audiance list is working on a test account

2020-08-03 Thread Miriam Mchome
When I upload to an existing audience  list using SOAP API mutatemembers 
method the only feedback I have is 200 In Process response. 
 
When I check the list on the UI , the Size remains 0 and match rate is* 
blank with no data* even after waiting more than 24 hours and uploading 
more than 1000 contacts .* Is there a better way to verify users where 
added successfully?*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cfe839e3-351b-446a-94a3-fc60c005a0e9o%40googlegroups.com.


RE: Disconnect between the Keyword Planner on the Adwords Web UI and the API's version of the functionality.

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi Sean,

The TargetingIdeaService in AdWords API uses a different back end server than 
the UI to generate keyword ideas. Google Ads API results should be closer to 
what you see in the UI. Let me know if you continue to see discrepancies using 
this API.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q22ah8P:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4WoEy0QEHVOW00uVy_MsmKQr2VSCcUVIN3Kw%40sfdc.net.


RE: How to retrieve ads Labels

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. You could query the label.id from the label 
resource to get the id for a label.

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q22b6Hn:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cDT0W0QEHVFL00-sG6JXgNREq8yywvcaAdOg%40sfdc.net.


sending url request

2020-08-03 Thread HsenWehbe
im trying to get the campaigns of my client account using url request 
endpoint , how can i do this?
thanks in advance 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5cacaaf8-0502-4965-bfb0-2c332de799dco%40googlegroups.com.


Re: Automatic Targeting in Adwords API

2020-08-03 Thread Anthony Gianastasio
Hello,

I was looking to retrieve this information of whether or not Targeting 
Expansion was "ON" on our hundreds of adgroups (we wanted to build a 
dashboard with a filter "Audience Expansion TRUE/FALSE"). But from what I 
understood, this information is not provided in the different API methods 
used to retrieve targeting details.
Do you confirm it's still the case as of now? We are using Adwords API 
v201809.

Thanks a lot!
Anthony



On Thursday, August 29, 2019 at 3:21:15 PM UTC+2, Mahmoud Gamal wrote:
>
> How can I turn off automatic targeting (Targeting Expansion) in the ad 
> group settings? I don't want to turn it off using the slider. Is there a 
> way to do so using the Adwords API?
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3c94b1ef-6b5f-4f43-828a-8861bc6f50c6o%40googlegroups.com.


Re: Disconnect between the Keyword Planner on the Adwords Web UI and the API's version of the functionality.

2020-08-03 Thread Sean Hayes
Hi, still playing around with this with not much luck. Would really 
appreciate a response on this.


On Friday, July 31, 2020 at 6:19:55 PM UTC+1, Sean Hayes wrote:
>
> Hello
>
> I am trying to use the Keyword Planner tool to get quality Keyword 
> Suggestions for whatever query I put into it. The only filter is the 
> Location which is set to UK.
>
> What I am finding in practice is that results returned by the 
> `TargetingIdeaService` is very different from whatever is returned by the 
> Keyword Planner tool. For example, a search for "anthology clothing" on the 
> web UI (Location set to UK, Google Network, all-time date range) returns me 
> Keyword Suggestions such as :
>
> - anthology dress
> - anthology coat
> - anthology jeans
>
> All perform well in Avg. Monthly searchesbut these suggestions are 
> absent from the API when I make a request for the same KW. My request is 
> structured as such:
>
> {   'ideaType': 'KEYWORD',
> 'paging': {'numberResults': '500', 'startIndex': '0'},
> 'requestType': 'IDEAS',
> 'requestedAttributeTypes': [   'KEYWORD_TEXT',
>'SEARCH_VOLUME',
>'AVERAGE_CPC',
>'COMPETITION',
>'CATEGORY_PRODUCTS_AND_SERVICES',
>'EXTRACTED_FROM_WEBPAGE'],
> 'searchParameters': [   {   'queries': ['anthology clothing'],
> 'xsi_type': 
> 'RelatedToQuerySearchParameter'},
> {   'languages': [{'id': '1000'}],
> 'xsi_type': 'LanguageSearchParameter'},
> {   'locations': [{'id': '2826'}],
> 'xsi_type': 'LocationSearchParameter'},
> {   'networkSetting': {   
> 'targetContentNetwork': False,
>   
> 'targetGoogleSearch': True,
>   
> 'targetPartnerSearchNetwork': True,
>   
> 'targetSearchNetwork': False},
> 'xsi_type': 'NetworkSearchParameter'}]
> }
>
> The results returned here are much more numerous that what is given back 
> on the Web UI with very little or no intersection between the two sets of 
> results. There is also the fact of them not being UK centric in content 
> (e.g. "anthology clothing us", "anthology clothing chicago")
>
> If someone could help me find what is missing from this request that would 
> be great. The results returned by the API appear to be generally more 
> worldwide aimed as opposed to UK centric, which I thought was the point of 
> the LocationSearchParameter. I have also attached a sample response for my 
> above query so you can see what I get back.
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/187e4ccf-550b-4d3e-a62a-437c31f310e5o%40googlegroups.com.


All available datas in API

2020-08-03 Thread Pa Ko
Hi,
in interface are available datas 4 year back. When will be the same in API?
P.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2a14c42b-cd9c-4fbd-8980-f1ecde882066o%40googlegroups.com.


How to retrieve ads Labels

2020-08-03 Thread beyond Clicks
SoIm using the new beta API to with Labels 
and am 
trying to figure out this... label ID it keeps mentioning, all the examples 
and information I can find points to people already having the ID or making 
the label... but I have absoltuely no clue where to actually get this label.

The intention is to run a check through all the campaigns in an account, 
and when it is found to be over the budget, pause it and assign it a label. 
However as mentioned all the guides mention the "id of the label" which is 
a complete mystery.

Does anybody know where I can get the label ID? I have the name, that much 
was simple, but at no point have I seen an ID for a label.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/227c9c68-eb94-47bd-aa03-4d715f18235bo%40googlegroups.com.


Publishers list

2020-08-03 Thread Nika Kozhukh
Is there any way in AdWords to get clicks by publishers where our ads had 
been shown? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d11e889a-7fb3-46a3-bcd3-7c56b56e8608o%40googlegroups.com.