Re: API for the template of billing-transfers-v2 not found

2021-08-04 Thread NICOLE HAN
Hello,

Thank you for reply.

I posted another two but I could not find them. I don't know whether you 
can see them. if you see the same content, please ignore.

I'd like to try the steps above, but I have some problems with the 
following parameters.

I cannot find the parameter of currency.
Both  BillingSetupService 

  
and   AccountBudgetProposal 

 have 
start_time and end_time, which two should I use?
For budget amount, is it proper to use   proposed spending limit instead?

thank you very much.

在2021年7月27日星期二 UTC+8 下午10:58:17 写道:

> Hello Nicole,
>
> It looks like with Google Ads API, that functionality may be possible. You 
> would need to do it in a series of steps. With the BillingSetupService 
> 
>  
> , you can put your billing in place. Then, you can use an 
> AccountBudgetProposal 
> 
>  
> to set up the account budget afterward.  Billing setup has start_time and 
> end_time, and AccountBudgetProposal has start time, end time, and proposed 
> spending limit.
>
> Best,
> Nadine Wang, Google Ads API Team
>  
>
> ref:_00D1U1174p._5004Q2KcoGS: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/2b31ec75-eb49-4038-a9bb-d9309a2f9f2dn%40googlegroups.com.


Customer is not allowlisted for accessing this feature

2021-08-04 Thread 'Nadav Lachish' via AdWords API and Google Ads API Forum
Hey,
I'm trying to add a client test account under a manager test account and 
getting *notAllowlistedError. (*
https://googleads.googleapis.com/v8/customers/{customerId}:createCustomerClient)
My account structure is:
Main manager account (using its developer token) -> sub manager test 
account -> client test account.
The manager test account is not linked to the main account due to the 
following error "*You can't link this account because the manager and 
client account types are not compatible*"
When I'm trying to add an account from the Google Ads UI I'm getting the 
following error "*Your account's access level doesn't include billing 
information. If you need access to billing, speak with your account admin*"

1. Is there a way to connect the test manager account to the master manager?
2. Is it possible to create this flow without a billing setup?

Thank you,
Nadav


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d5db4877-3352-40f5-8312-45df222a760dn%40googlegroups.com.


(Google Ads API) AdGroup Audience view returns no data

2021-08-04 Thread teamvadw...@gmail.com
Hi Team,

When trying to get adgroup audience using below query it is just giving the 
ones with audience State enabled can we get all irrespective of state.

 I can see count of 47 from predefined reports -> audience but when i query 
it just giving enabled ones even though we are not filtering on any state 
metric

"SELECT ad_group.id, ad_group.name, campaign.id, campaign.name, 
campaign.advertising_channel_type FROM ad_group_audience_view WHERE 
ad_group.status = 'ENABLED' AND campaign.status = 'ENABLED' AND 
campaign.advertising_channel_type = 'VIDEO'"

Thanks,
Pradeep Gorli

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d52c7c89-9266-4f91-93d0-9d2321758e3dn%40googlegroups.com.


Google adwords error code 7 PERMISSION_DENIED

2021-08-04 Thread 'Гордей Строкин' via AdWords API and Google Ads API Forum
Hello, i try to migrate to new google ads api and try to make request. 
withClientId($clientId)
->withClientSecret($clientSecret)
->withRefreshToken($refreshToken)
-> build();
$googleAdsClient = (new GoogleAdsClientBuilder())
->withDeveloperToken($devToken)
->withLoginCustomerId("my_login_customer_id")
->withOAuth2Credential($oAuth2Credential)
->build();
runExample($googleAdsClient,"my_login_customer_id");
function runExample(GoogleAdsClient $googleAdsClient, int $customerId)
{
$googleAdsServiceClient = 
$googleAdsClient->getGoogleAdsServiceClient();
$query = 'SELECT campaign.id, campaign.name FROM campaign ORDER BY 
campaign.id';
$stream =
$googleAdsServiceClient->searchStream($customerId, $query);
foreach ($stream->iterateAllElements() as $googleAdsRow) {
printf(
"Campaign with ID %d and name '%s' was found.%s",
$googleAdsRow->getCampaign()->getId(),
$googleAdsRow->getCampaign()->getName(),
PHP_EOL
);
}
}
?>
But i have an error like this 

 "message": "The caller does not have permission",

"code": 7,

"status": "PERMISSION_DENIED",

"details": [

{

"@type": "google.ads.googleads.v8.errors.googleadsfailure-bin",

"data": ""

},

{

"@type": "grpc-status-details-bin",

"data": ""

},

{

"@type": "request-id",

"data": "2mlrxVNlSUwrj7F9HjOwPg"

}

]

}

Someone have an idea what to do ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/32f67ac3-c5df-4002-b3e9-2dcf546513b4n%40googlegroups.com.


video campaign creation from ads API

2021-08-04 Thread Krishnadas D
Hi 
 any updation in ads API for video campaign creation .
is there any development happening for video campaign supporting with ads 
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/00c12533-107c-47d7-9424-9842eb7bc935n%40googlegroups.com.


Google Ads API - Ad Group Criterion Type is 0 always

2021-08-04 Thread Pawan Yadav
Hello,

I have start migration from AdWords to Google Ads API and getting some 
issue with ad_group_criterion type.  

When using gender_view, parental_status_view I am getting 0 value for 
Gender Type and Parental Type.  However I am able to get values with 
AdWords API. 

SELECT campaign.id, campaign.name, ad_group_criterion.gender.type, 
metrics.impressions, ad_group.name FROM gender_view 

SELECT campaign.id, campaign.name, ad_group_criterion.parental_status.type, 
metrics.impressions, ad_group.name FROM parental_status_view 

Could you please help.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0c51b19d-119c-4241-8078-86ed8dfeecc4n%40googlegroups.com.


Re: Does Google Ads API support batch upload when uploading Audiences(Customer Match)?

2021-08-04 Thread Aditya Naukri
Great! Thank You for the information. 

I have 1 more issue related to the Audience. I am trying to associate my 
*CustomerMatchUserList 
to Smart Display Ad Campaign/Ad Group, *but I am getting the following 
error: 

*in case of ad group:*
request_id: "s7t59_bfY0cZ_9pOhl5kzw"

Status: Status{code=INVALID_ARGUMENT, description=Request contains an 
invalid argument., cause=null}.
18:25:58.942 [grpc-default-worker-ELG-1-4] DEBUG 
io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x69005472, 
L:/192.168.1.12:37172 - R:googleads.googleapis.com/142.250.193.234:443] 
OUTBOUND GO_AWAY: lastStreamId=0 errorCode=0 length=0 bytes=
Request ID s7t59_bfY0cZ_9pOhl5kzw failed due to GoogleAdsException. 
Underlying errors:
  Error 0: error_code {
  criterion_error: CANNOT_TARGET_USER_LIST_FOR_SMART_DISPLAY_CAMPAIGNS
}
message: "Cannot add positive user list criteria in Smart Display 
campaigns."
trigger {
  int64_value: 6813805372
}
location {
  field_path_elements {
field_name: "operations"
index: 0
  }
  field_path_elements {
field_name: "create"
  }
  field_path_elements {
field_name: "user_list"
  }
  field_path_elements {
field_name: "user_list"
  }
}

*and in the case of the campaign:*
request_id: "F1Y4nMfneB0eZ-o6Qgahbw"

Status: Status{code=INVALID_ARGUMENT, description=Request contains an 
invalid argument., cause=null}.
Request ID 19:07:24.725 [grpc-default-worker-ELG-1-4] DEBUG 
io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x9e579d14, 
L:/192.168.1.12:33062 - R:googleads.googleapis.com/172.217.166.202:443] 
OUTBOUND GO_AWAY: lastStreamId=0 errorCode=0 length=0 bytes=
F1Y4nMfneB0eZ-o6Qgahbw failed due to GoogleAdsException. Underlying errors:
  Error 0: error_code {
  context_error: OPERATION_NOT_PERMITTED_FOR_CONTEXT
}
message: "The operation is not allowed for the given context."
trigger {
  string_value: "DISPLAY(DISPLAY_FULL_AUTOMATION)"
}
location {
  field_path_elements {
field_name: "operations"
index: 0
  }
  field_path_elements {
field_name: "create"
  }
  field_path_elements {
field_name: "user_list"
  }
}


what's the issue? How to link customer list to campaign? 
Reference taken from: 
https://github.com/googleads/google-ads-java/blob/master/google-ads-examples/src/main/java/com/google/ads/googleads/examples/remarketing/SetupRemarketing.java


On Wednesday, August 4, 2021 at 7:06:08 AM UTC+5:30 adsapi wrote:

> Hi Gaurav,
>
> Thank you for posting your concern.
>
> I am afraid that the OfflineUserDataJobOperation which used to that code 
> is not supported in batch processing. However, if your concern is the 
> number of members that you can upload, then I believe that you can 
> upload 100,000 elements in an OfflineUserDataJobOperation. If you need to 
> submit more than 100,000 operations for a job, send multiple requests with 
> the same job resource_name.
>
> You may refer to this document 
> 
>  as 
> it discussed there what I've mentioned earlier and to know the things to 
> consider in customer match of Google Ads API.
>
> Let me know if you have further questions.
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2HLL0B: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/29935120-23fb-4795-b677-a49356e05486n%40googlegroups.com.


Re: TargetRestriction missing method "getBidOnlyCase"

2021-08-04 Thread Google Ads API Forum Advisor
Hi Kate,

Thank you for reaching out to us. Having looked over the post a bit more, we 
would suggest that you reach out to our Java Implementation team here . They 
can better help and handle this as it would appear to be an issue with the Java 
implementation code. Also at the same time if you are looking to convert 
something to a string in Java just take the variable that you need to turn to a 
string and add a +"" to it this will change it to a string.

ex.
int num = 4;
String word = num +"";

The word is now a string that is "3" and not an int of 3

But we would still advise reaching out to the people on the link.

Regards,

William Pescherine
Google Ads API Team
ref:_00D1U1174p._5004Q2LUMwA: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/t2N_g0QXBIM200oc8XCaGKSJ-z-NaLbXj5XQ%40sfdc.net.


RE: Can you use the Google Ads API to Target In-Market Audiences?

2021-08-04 Thread Google Ads API Forum Advisor
Hi Daniel,

Thanks for reaching out. You can manage affinity and in-market audiences using 
the CampaignCriterionService. Please see this campaign and ad group criteria 
reference page for more information on using CustomAffinityInfo and 
UserInterestInfo (these are the criterion you must specify in your campaign 
criterion operation). For a list of in-market and affinity categories, please 
see this page. At the moment, the documentation currently does not have a code 
sample for managing affinity and in-market audiences, although there is a 
sample for using custom audiences, which is the migration from affinity and 
interest audiences.

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2HLPte: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/XrwBH0QXBJBG00KLcRyJQtSgmC1oaa4zoM9w%40sfdc.net.


Re: Is there any REST api for Link manager and client?

2021-08-04 Thread Google Ads API Forum Advisor
Hi Dipak,

Thank you for the response. I was able to find this section of our documents 
that talks about this here . It also shows you have you can find the manager 
link to include in the request.

Regards,

William Pescherine
Google Ads API Team
ref:_00D1U1174p._5004Q2JF0UK: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/CMrpV0QXBJMV00CC-l5LhrRxqiXIA715xkBQ%40sfdc.net.


RE: Google Ads search returning millions of incorrect objects

2021-08-04 Thread Google Ads API Forum Advisor
Hi Don,

Thanks for reaching out. We see that you replied privately to us. We can 
resolve this issue on the other thread as it may contain sensitive information.

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2HLS9Z: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/cEZVA0QXBLU400k-rF_DlRQ2qO5NokTmsb3Q%40sfdc.net.


Re: Unknown targeting value

2021-08-04 Thread Samir Sabri
Hello Matt, How can I contact you privately?

On Tuesday, August 3, 2021 at 10:37:57 PM UTC+3 adsapi wrote:

> Hi Samir,
>
> Thanks for reaching out. Can you please privately provide us with the 
> request and response logs so that we can look at which geo targets resulted 
> in the unknown change? If you are aware of the geo targets that did result 
> in an unknown value and provide an example, this will help our 
> investigation. 
>
> Thanks,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2LUeZh: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/11cdde11-503b-475c-b7fd-59d97c4c5e33n%40googlegroups.com.


Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2021-08-04 Thread Pierre-Luc Dupont
Considering that it is blocking us to migrate from the AdWords API, do you 
have an ETA for the delivery ? 

On Tuesday, 3 August 2021 at 18:01:59 UTC-4 adsapi wrote:

> Hello Estanislao,
>
> Thanks for checking in. It appears that making this change in the API is a 
> bit more difficult than originally thought. Some of my fellow engineers are 
> at the drawing board trying to figure out how that would work. I do want to 
> set the expectation that due to the difficulty of the change, it may take a 
> bit of time to come to a solution. 
>
> Regards,
>
> Nadine, Google Ads API Team
>
> ref:_00D1U1174p._5001UKO81N: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/11a5da63-9afc-47a0-8026-928454a09a42n%40googlegroups.com.


Google Ads API - Unbound variable for CampaignCriterion

2021-08-04 Thread Pode Marut
Hi Team, Developers

I'm using Google Ads API and please find the following versions below:

build.gradle
implementation 'com.google.api-ads:google-ads:14.0.0'
implementation group: 'com.google.api', name: 'gax', version: '1.65.1'
implementation group: 'com.google.api', name: 'gax-grpc', version: '1.65.1'

The problem is when calling:
*ResourceNames.campaignCriterion(123, 456, 789);*
It always return with the exception below:
Exception in thread "main" com.google.api.pathtemplate.ValidationException: 
Unbound 
variable 'campaign_id}~{criterion_id'. Bindings: {customer_id=123, 
campaign_id=456, criterion_id=789}
at 
com.google.api.pathtemplate.PathTemplate.instantiate(PathTemplate.java:734)
at 
com.google.api.pathtemplate.PathTemplate.instantiate(PathTemplate.java:681)
at 
com.google.api.pathtemplate.PathTemplate.instantiate(PathTemplate.java:692)
at 
com.google.ads.googleads.v8.resources.CampaignCriterionName.toString(CampaignCriterionName.java:153)
at 
com.google.ads.googleads.v8.resources.CampaignCriterionName.format(CampaignCriterionName.java:87)
at 
com.google.ads.googleads.v8.utils.ResourceNames.campaignCriterion(ResourceNames.java:415)
at 
com.dentsu.setup_campaign.service.adwords.impl.GoogleAdsService.main(GoogleAdsService.java:218)

Even it's the mock ids but the method *ResourceNames.campaignCriterion() 
*should 
return the string back without "Unbound variable" error.
I'm not to sure that I use the correct one.

Thanks,
Marut

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3118d2cc-4c2f-4f3c-aa80-af98f7e43bc3n%40googlegroups.com.


Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2021-08-04 Thread Google Ads API Forum Advisor
Hello Pierre-Luc,

Thank you for conveying the urgency. I'm still working with folks here to 
figure out the best path forward on this. The Google Ads UI and the Google Ads 
API used to behave in the exact same way until super recently, so it wasn't 
considered a blocker for migration since it was intentional across all new 
interfaces. It appears that the Google Ads UI may have made a recent change 
that made it similar to the AdWords API, so that completely changes the 
picture, and we need to figure out what to do about that going forward. Since 
this is a recent change, I don't have an ETA, yet.

In the meantime, luckily campaign start date is not in all queries, so I would 
recommend working on migrating the rest over. If you can take into account the 
current behavior while migrating, then you could migrate functionality with 
campaign start date as some other developers have done. As soon as I have 
further information, I'll provide an update.

Cheers,
Nadine, Google Ads API Team
ref:_00D1U1174p._5001UKO81N: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/5CrYK0QXBRPI00U06hP5-HQQqDs0K_JxEc6g%40sfdc.net.


Generate Historical Metrics

2021-08-04 Thread 'Oliver Hayman' via AdWords API and Google Ads API Forum
Hi there,

I'm trying to write a script that will query the average monthly search 
volumes from the Google Ads API, and store them.

However, the issue I'm encountering is that whilst I can get data back from 
the API, it doesn't give me search volumes for *every *keyword I request 
with about 10-15% of them missing from the response.

I'm not sure whether it's just that it's grouping similar keywords together 
and only returning me data on one of them, or what the issue is, but if 
anyone could shed some light on it (or have any fixes) that'd be really 
helpful.

I've tried both KeywordPlanService.GenerateHistoricalMetrics 

 and KeywordPlanIdeaService.GenerateKeywordIdeas 

 methods 
- and both seem to encounter this same issue.

Is there any way to get around it? The previous AdWords API would simply 
return the search volumes for all the keywords you entered regardless.

Many thanks,
Oliver


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2ae4255f-cbdb-4244-898a-3d24f5b9b2c6n%40googlegroups.com.


GoogleAds V8 REST works but grpc fails with "PermissionDenied"

2021-08-04 Thread jlw2...@gmail.com
I'm having trouble getting the GoogleAds API c# library to work but the 
REST endpoints are working just fine.

I have one MMC account which has access to one client account.

  o  LoginCustomerId: 2165426251 (MMC Account)
  o  LinkedCustomerId: 1460046398 (client Ads account)

When I use the ListAccessibleCustomers() method from 
Services.V8.CustomerService, the response indicates the API user has access 
to:

  "customers/1460046398, customers/2165426251"

Any library method I've tried using Services.V8.GoogleAdsService, however, 
fails with the following message:

Status(StatusCode="PermissionDenied", Detail="The caller does not have 
permission", DebugException="Grpc.Core.Internal.CoreErrorDetailException: 
{"created":"@1628100271.32500","description":"Error received from peer 
ipv4:172.217.8.138:443","file":"..\..\..\src\core\lib\surface\call.cc","file_line":1068,"grpc_message":"The
 
caller does not have permission","grpc_status":7}")

A recent request id is:
   Request ID: mIixcjIUMVtxWOm_Ccntxw 

I am able to run search queries against this account using the SAME Oauth 
credentials and the REST endpoint as follows:

REQUEST URL: 
https://googleads.googleapis.com/v8/customers/1460046398/googleAds:searchStream

HEADERS: 
 Authorization: "Bearer [redacted]"
 developer-token: "[redacted]"
 login-customer-id: "2165426251"

QUERY: SELECT ad_group.ad_rotation_mode, ad_group.id, ad_group.name, 
ad_group.status, ad_group.type, campaign.id, campaign.name, 
metrics.impressions, metrics.clicks, metrics.cost_micros, 
metrics.conversions , segments.ad_network_type, segments.device, 
metrics.top_impression_percentage, 
metrics.absolute_top_impression_percentage FROM ad_group WHERE 
ad_group.status != 'REMOVED' AND segments.date >= '2021-08-03' AND 
segments.date < '2021-08-04' 

What magic am I missing that's required to make the grpc GoogleAdsService 
library methods work?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d5afb59e-21e4-4461-b3d8-c04058ffce37n%40googlegroups.com.


Help!

2021-08-04 Thread Beverly Loy
We are having an extreme problem with our Google Partner.  He is 
incompetent.  We found out the last two months our ads have not been 
posting as should.  Now he is being very rude and when we call they will 
not put us through to higher level, they say cannot find a supervisor.  Can 
Anyone help up with a good higher level phone to call for Google Ads!!  
Thank you!  B

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/466a17b1-a935-49a8-8c08-a123c788fea0n%40googlegroups.com.


Re: CLICK_MISSING_CONVERSION_LABEL persistent issue

2021-08-04 Thread AdWords API and Google Ads API Forum
Hi, 

I recently heard from a user that this post was causing confusion, so I 
wanted to clarify the behavior. The *specific* conversion tracker of the 
effective conversion tracking account does not have to exist before the 
click. However, the effective conversion tracking account must have at 
least *one* conversion tracker before the click. Adding the *first* 
conversion tracker to an account enables conversion tracking for the 
account, as explained in the Google Ads API conversions guide 

.

Cheers,
Josh, Google Ads API Team

On Friday, November 7, 2014 at 12:43:55 PM UTC-5 Nypo77 wrote:

> Hi Josh!
>
> Thank you for the answer. Seems like I didn't exactly unserstood the 
> official docs so thanks for the explanations.
>
> The conversion upload works now well. As you said, I have problems when I 
> upload conversion BEFORE the (re)creation of the conversion type, but work 
> now fine for conversion AFTER it. Nevertheless, there was a time period 
> (about 1 day) that was needed for the label to become reachable 'alive'.
>
> Thanks again!
> *--Steve*
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b68bdc4e-8a84-4ba1-af3b-994eca7555b0n%40googlegroups.com.


Re: GoogleAds V8 REST works but grpc fails with "PermissionDenied"

2021-08-04 Thread jlw2...@gmail.com
If it helps, here's the detailed logging output for a failed request.  I 
executed the same query via REST and it worked perfectly.

GoogleAds.DetailedRequestLogs Information: 1 : [2021-08-04 18:43:25Z] - 
---BEGIN API CALL---

Request
---

Method Name: /google.ads.googleads.v8.services.GoogleAdsService/SearchStream
Host: https://googleads.googleapis.com
Headers: {
  "x-goog-api-client": "gl-dotnet/5.0.0 gapic/9.0.0 
gax/3.2.0+002f6637d17e4170f5db7ec7ca6f0163e6df1481 grpc/2.36.4",
  "developer-token": "REDACTED",
  "login-customer-id": "2165426251",
  "linked-customer-id": "1460046398",
  "x-goog-request-params": "customer_id=1460046398"
}

{ "customerId": "1460046398", "query": "SELECT campaign.id, campaign.name, 
campaign.network_settings.target_content_network FROM campaign ORDER BY 
campaign.id", "summaryRowSetting": "NO_SUMMARY_ROW" }

Response

Headers: {
  "request-id": "ZcqyoDt7yF_vLSqmqC4GpQ",
  "date": "Wed, 04 Aug 2021 18:43:23 GMT",
  "alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; 
ma=2592000,h3-T051=\":443\"; ma=2592000,h3-Q050=\":443\"; 
ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; 
ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"",
  "google.ads.googleads.v8.errors.googleadsfailure-bin": 
"Cv8BCgJIAhL4AVVzZXIgZG9lc24ndCBoYXZlIHBlcm1pc3Npb24gdG8gYWNjZXNzIGN1c3RvbWVyLiBOb3RlOiBJZiB5b3UncmUgYWNjZXNzaW5nIGEgY2xpZW50IGN1c3RvbWVyLCB0aGUgbWFuYWdlcidzIGN1c3RvbWVyIGlkIG11c3QgYmUgc2V0IGluIHRoZSAnbG9naW4tY3VzdG9tZXItaWQnIGhlYWRlci4gU2VlIGh0dHBzOi8vZGV2ZWxvcGVycy5nb29nbGUuY29tL2dvb2dsZS1hZHMvYXBpL2RvY3MvY29uY2VwdHMvY2FsbC1zdHJ1Y3R1cmUjY2lkEhZaY3F5b0R0N3lGX3ZMU3FtcUM0R3BR",
  "grpc-status-details-bin": 
"CAcSI1RoZSBjYWxsZXIgZG9lcyBub3QgaGF2ZSBwZXJtaXNzaW9uGuICCkN0eXBlLmdvb2dsZWFwaXMuY29tL2dvb2dsZS5hZHMuZ29vZ2xlYWRzLnY4LmVycm9ycy5Hb29nbGVBZHNGYWlsdXJlEpoCCv8BCgJIAhL4AVVzZXIgZG9lc24ndCBoYXZlIHBlcm1pc3Npb24gdG8gYWNjZXNzIGN1c3RvbWVyLiBOb3RlOiBJZiB5b3UncmUgYWNjZXNzaW5nIGEgY2xpZW50IGN1c3RvbWVyLCB0aGUgbWFuYWdlcidzIGN1c3RvbWVyIGlkIG11c3QgYmUgc2V0IGluIHRoZSAnbG9naW4tY3VzdG9tZXItaWQnIGhlYWRlci4gU2VlIGh0dHBzOi8vZGV2ZWxvcGVycy5nb29nbGUuY29tL2dvb2dsZS1hZHMvYXBpL2RvY3MvY29uY2VwdHMvY2FsbC1zdHJ1Y3R1cmUjY2lkEhZaY3F5b0R0N3lGX3ZMU3FtcUM0R3BR"
}

Fault: {
  "StatusCode": 7,
  "Details": "The caller does not have permission",
  "RequestId": "ZcqyoDt7yF_vLSqmqC4GpQ",
  "Failure": {
"errors": [
  {
"errorCode": {
  "authorizationError": "USER_PERMISSION_DENIED"
},
"message": "User doesn't have permission to access customer. Note: 
If you're accessing a client customer, the manager's customer id must be 
set in the 'login-customer-id' header. See 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#cid";
  }
],
"requestId": "ZcqyoDt7yF_vLSqmqC4GpQ"
  }
}
END API CALL



On Wednesday, August 4, 2021 at 2:24:05 PM UTC-4 jlw2...@gmail.com wrote:

> I'm having trouble getting the GoogleAds API c# library to work but the 
> REST endpoints are working just fine.
>
> I have one MMC account which has access to one client account.
>
>   o  LoginCustomerId: 2165426251 <(216)%20542-6251> (MMC Account)
>   o  LinkedCustomerId: 1460046398 (client Ads account)
>
> When I use the ListAccessibleCustomers() method from 
> Services.V8.CustomerService, the response indicates the API user has access 
> to:
>
>   "customers/1460046398, customers/2165426251 <(216)%20542-6251>"
>
> Any library method I've tried using Services.V8.GoogleAdsService, however, 
> fails with the following message:
>
> Status(StatusCode="PermissionDenied", Detail="The caller does not have 
> permission", DebugException="Grpc.Core.Internal.CoreErrorDetailException: 
> {"created":"@1628100271.32500","description":"Error received from peer 
> ipv4:172.217.8.138:443","file":"..\..\..\src\core\lib\surface\call.cc","file_line":1068,"grpc_message":"The
>  
> caller does not have permission","grpc_status":7}")
>
> A recent request id is:
>Request ID: mIixcjIUMVtxWOm_Ccntxw 
>
> I am able to run search queries against this account using the SAME Oauth 
> credentials and the REST endpoint as follows:
>
> REQUEST URL: 
> https://googleads.googleapis.com/v8/customers/1460046398/googleAds:searchStream
>
> HEADERS: 
>  Authorization: "Bearer [redacted]"
>  developer-token: "[redacted]"
>  login-customer-id: "2165426251 <(216)%20542-6251>"
>
> QUERY: SELECT ad_group.ad_rotation_mode, ad_group.id, ad_group.name, 
> ad_group.status, ad_group.type, campaign.id, campaign.name, 
> metrics.impressions, metrics.clicks, metrics.cost_micros, 
> metrics.conversions , segments.ad_network_type, segments.device, 
> metrics.top_impression_percentage, 
> metrics.absolute_top_impression_percentage FROM ad_group WHERE 
> ad_group.status != 'REMOVED' AND segments.date >= '2021-08-03' AND 
> segments.date < '2021-08-04' 
>
> What magic am I missing that's required to make the grpc GoogleAdsService 
> library methods work?
>
>

-- 
--

Re: Migrating from Google Adwords API to Google Ads API for Historical Monthly Search volume

2021-08-04 Thread Grace Neal
Hello, 

I am trying to complete the request from the Google Ads API however I 
can’t seem to find the equivalent of the generate historical metrics in the 
HTTP request. Can someone direct me to the correct documentation on this? Thank 
you. 

> On Jul 29, 2021, at 8:39 PM, Google Ads API Forum Advisor 
>  wrote:
> 
> Hi Grace,
> 
> If you are looking for the equivalent service of AdWords API in Google Ads 
> API, then I would suggest referring to this document 
> .
> 
> Also, could you confirm if you tried comparing the results of 
> TargetingIdeaService and GenerateHistoricalMetrics, and the low result was 
> observed only in the Google Ads API? If you can provide the sample complete 
> SOAP request 
> 
>  and response 
> 
>  logs for AdWords API and complete request 
> 
>  and response 
> 
>  logs with request ID 
> 
>  of Google Ads API, it will be helpful in our investigation.
> 
> Regards,
>   
> Ernie John Blanca Tacata
> Google Ads API Team
>  
> 
> 
> ref:_00D1U1174p._5004Q2JDr9J: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 a topic in the Google 
> Groups "AdWords API and Google Ads API Forum" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/adwords-api/FsJ3_yNMbV4/unsubscribe 
> .
> To unsubscribe from this group and all its topics, 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/inb0I0QX1GTH00q5L9HPrsRPe3UXZk9jA7Gw%40sfdc.net
>  
> .


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
http

Change in OAuth consent screen works? Need to manually check "Manage your AdWords campaigns"

2021-08-04 Thread JP Boily
Hey folks,

We're a reporting tool platform and have had a Google Ads integration for 
about a year or so. We've been verified.

For some unknown reason, we got unverified and had to go through the 
process all over again in mid-July.

Since then, when someone connects a Google Ads account, the behaviour of 
the scope "https://www.googleapis.com/auth/adwords"; seems to have changed 
on the consent screen.

Prior to this, here is what it looked 
like: https://share.metricswatch.com/jku47K5z

Nothing to manually check on the consent screen.

Since then: https://share.metricswatch.com/2NulkBGr

The scopes didn't change. Nothing changed in the code.

Are we alone?

Is there different levels of verifications now or something like that?

Thanks so much!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/dbccfbf5-e871-46d2-8bc6-3c2461c845d8n%40googlegroups.com.


Re: API for the template of billing-transfers-v2 not found

2021-08-04 Thread Google Ads API Forum Advisor
Hello,

It looks like you didn't see the message I sent you on July 28th. Perhaps, it 
is in your spam folder. I've copied my message below. You are going in the 
right direction.

***

That's a great question. The currency is already set in the payments profile, 
so that should be inherited by the account. You can find the currency of the 
account in 
https://developers.google.com/google-ads/api/reference/rpc/v8/Customer#currency_code.
  ;

If you're talking about the account budget amount, I think you may be referring 
to 
https://developers.google.com/google-ads/api/reference/rpc/v8/AccountBudgetProposal?hl=en#proposed_spending_limit_micros.
 You propose the spending limit and that sets it for the account budget.

As for the start date and time, that it usually also done in the account budget 
proposal; that is similar to the Account Budgets tab in the UI. You can also 
set it for the billing setup if you wish just like you see in the Billing 
Transfer tab of the UI.

Best,
Nadine, Google Ads API Team
ref:_00D1U1174p._5004Q2KcoGS: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/Jp4Iw0QXCCYI00e33f2uYkTbu4dRHkI9obfg%40sfdc.net.


Re: I cannot get the correct GCLID and AdGroupId from CLICK_VIEW

2021-08-04 Thread Summer
I don’t know if you have received my private message, I am looking forward 
to your reply.

在2021年8月4日星期三 UTC+8 上午3:34:10 写道:

> Hello,
>
> Thanks for reaching out. I understand you're having an issue with the 
> click_view and the report data. Can you please reply privately to us and 
> provide us with the complete request and response logs, along with the 
> report data. Can you please also point out any discrepancies that you are 
> seeing in the data?
>
> Thanks,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2LUeYF: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/1f0d5fbe-0f84-4d54-90e1-a786c6131159n%40googlegroups.com.


RE: Google adwords error code 7 PERMISSION_DENIED

2021-08-04 Thread Google Ads API Forum Advisor
Hi,

Thanks for reaching out to us. The PERMISSION_DENIED error usually occurs when 
there is no link between the manager account authenticated in the request and 
the client account specified in the headers. As you are using the Google Ads 
API you need to include the login-customer-id in the header as mentioned in 
this blog post. Please make sure you use the correct login-customer-id that you 
used to generate the OAuth2 credentials.

To elaborate more on customer ID, if your access to the customer account is 
through a manager account (OAuth2 credentials created using a user that has 
access to your manager account), this header is required and must be set to the 
customer ID of the manager account. Since you’re using the PHP client library, 
then you will then need to specify this in your google_ads_php.ini file, where 
your other credentials are placed. Let us know if you have any further 
questions.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2HLh4U: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/n3eJe0QXCJTR0044kKSLVURsO2oB_lJJez0Q%40sfdc.net.


RE: video campaign creation from ads API

2021-08-04 Thread Google Ads API Forum Advisor
Hi Krishnadas,

Thanks for reaching out to us. As there is an existing feature request for 
supporting video campaigns in Google Ads API, we won't be able provide a 
timeline or any guarantees that the feature will be implemented in the Google 
Ads API.  With this, I would suggest keeping an eye on this blog as we will 
post any relevant updates when they become supported.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2HLh8C: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/jN_WJ0QXCLKV002prFlZv8T1GYTy6LUhUx8Q%40sfdc.net.


RE: Help!

2021-08-04 Thread Google Ads API Forum Advisor
Hello Beverly,

Thank you for reaching out to us.

We understand the inconvenience you are experiencing. However, please note that 
this forum channel can only provide assistance (via emails-only) to 
issues/concerns related to the AdWords API / Google Ads API.

Since you're concern isn't related to the APIs mentioned, you may try reaching 
out to the Google Ads Product Support team via this help center link.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2HLqmG: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/ETkJX0QXCN2400NQEtZRUJSCWoNhqKb65z0g%40sfdc.net.


RE: Change in OAuth consent screen works? Need to manually check "Manage your AdWords campaigns"

2021-08-04 Thread Google Ads API Forum Advisor
Hi,

Thanks for reaching out to us.

Upon checking the screenshot shared with us, your concern does not appear to be 
AdWords / Google Ads API related, and since authorization scopes regarding 
OAuth consent screen is more of a Google API Console scope. We recommend that 
you reach out to the Google API Console Support team via this link instead.

Let us know if you have any further questions.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2HLrnz: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/wmdLg0QXCOTA0038yfH52IS1aYuzXAyg3_QQ%40sfdc.net.


Re: Does Google AdWords API support batch upload when uploading Audiences(Customer Match)?

2021-08-04 Thread Aditya Naukri
Great! Thank You for the information. 

I have 1 more issue related to the Audience. I am trying to associate my 
*CustomerMatchUserList 
to Smart Display Ad Campaign/Ad Group, *but I am getting the following 
error: 

*in case of ad group:*
request_id: "s7t59_bfY0cZ_9pOhl5kzw"

Status: Status{code=INVALID_ARGUMENT, description=Request contains an 
invalid argument., cause=null}.
18:25:58.942 [grpc-default-worker-ELG-1-4] DEBUG 
io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x69005472, L:/
192.168.1.12:37172 - R:googleads.googleapis.com/142.250.193.234:443] 
OUTBOUND GO_AWAY: lastStreamId=0 errorCode=0 length=0 bytes=
Request ID s7t59_bfY0cZ_9pOhl5kzw failed due to GoogleAdsException. 
Underlying errors:
  Error 0: error_code {
  criterion_error: CANNOT_TARGET_USER_LIST_FOR_SMART_DISPLAY_CAMPAIGNS
}
message: "Cannot add positive user list criteria in Smart Display 
campaigns."
trigger {
  int64_value: 6813805372
}
location {
  field_path_elements {
field_name: "operations"
index: 0
  }
  field_path_elements {
field_name: "create"
  }
  field_path_elements {
field_name: "user_list"
  }
  field_path_elements {
field_name: "user_list"
  }
}

*and in the case of the campaign:*
request_id: "F1Y4nMfneB0eZ-o6Qgahbw"

Status: Status{code=INVALID_ARGUMENT, description=Request contains an 
invalid argument., cause=null}.
Request ID 19:07:24.725 [grpc-default-worker-ELG-1-4] DEBUG 
io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x9e579d14, L:/
192.168.1.12:33062 - R:googleads.googleapis.com/172.217.166.202:443] 
OUTBOUND GO_AWAY: lastStreamId=0 errorCode=0 length=0 bytes=
F1Y4nMfneB0eZ-o6Qgahbw failed due to GoogleAdsException. Underlying errors:
  Error 0: error_code {
  context_error: OPERATION_NOT_PERMITTED_FOR_CONTEXT
}
message: "The operation is not allowed for the given context."
trigger {
  string_value: "DISPLAY(DISPLAY_FULL_AUTOMATION)"
}
location {
  field_path_elements {
field_name: "operations"
index: 0
  }
  field_path_elements {
field_name: "create"
  }
  field_path_elements {
field_name: "user_list"
  }
}


what's the issue? How to link customer list to campaign? 
Reference taken from: 
https://github.com/googleads/google-ads-java/blob/master/google-ads-examples/src/main/java/com/google/ads/googleads/examples/remarketing/SetupRemarketing.java

On Wednesday, August 4, 2021 at 7:15:09 AM UTC+5:30 adsapi wrote:

> Hi Gaurav,
>
> Thank you for commenting on this forum post.
>
> I can see that you've created a forum post for this concern and I already 
> posted my response there. However, allow me to reiterate my response here 
> and you can see it below:
>
> "
>
> *I am afraid that the OfflineUserDataJobOperation which used to that code 
> is not supported in batch processing. However, if your concern is the 
> number of members that you can upload, then I believe that you can 
> upload 100,000 elements in an OfflineUserDataJobOperation. If you need to 
> submit more than 100,000 operations for a job, send multiple requests with 
> the same job resource_name. You may refer to this document 
> 
>  as 
> it discussed there what I've mentioned earlier and to know the things to 
> consider in customer match of Google Ads API.*"
>
> Regards,​​ 
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q218xXJ: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/5c7838a5-df87-4a47-b8da-392adbca5607n%40googlegroups.com.


Re: GeoTargetConstantService

2021-08-04 Thread Google Ads API Forum Advisor
Hi Roman,

Thank you for your follow up. I work with William and allow me to assist you as 
well.

I understand that you appear to be referring to the limit for the 
location_names, that you can include in a single request, then I can confirm 
that the limit is 25. If you wish to use the service to look up more location 
names, you will need to specify those in a separate request.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2HLL06: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/a4VJO0QXCRA500FTRiEAyeQzS0fu04qf-ggw%40sfdc.net.


RE: Customer is not allowlisted for accessing this feature

2021-08-04 Thread Google Ads API Forum Advisor
Hello Nadav,

Thank you for reaching out to us.

Would you be able to share with us the complete logs (request and response with 
request-id) generated when those mentioned errors were encountered?

Please send the requested details via the Reply privately to author option. If 
this option is not available, you may send the details directly to our 
googleadsapi-supp...@google.com alias instead.

As for your questions, please see our response below:

Is there a way to connect the test manager account to the master manager? As 
mentioned on this guide when creating a test account, you must have a Google 
account that is not already linked to your production manager account.
Is it possible to create this flow without a billing setup? As also mentioned 
on that guide, since test accounts don't have budgets, you may see an error 
when creating a test sub-account in a manager account. You can ignore this 
error; the test account will still be created.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2HLfKt: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/gDdwh0QXCSCD00kzleUZ3GSguEpkeQdoM1ww%40sfdc.net.


RE: api sitelink data does not match ui data

2021-08-04 Thread Google Ads API Forum Advisor
Hi,

Thanks for reaching out to us.

Upon checking the UI screenshot and GAQL you've provided with us, it appears 
that the date parameter is not matching. Could you please try to get the data 
via the UI and API using the same From and To date parameter? You may also 
share with us the GAQL, complete request and response logs with request ID 
generated, so that our team can take a closer look

Kindly send the requested information via the Reply privately to author option 
or you may send the details directly to our googleadsapi-supp...@google.com 
alias instead

Regards,
ref:_00D1U1174p._5004Q2HLrIr: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/ulsUz0QXCSMV00D-Lnyv13TSiQVs8NcFpmEw%40sfdc.net.


Re: api sitelink data does not match ui data

2021-08-04 Thread ok New
في خميس، 5 أغسطس، 2021 في 9:28 ص، كتب Google Ads API Forum Advisor
:

> Hi,
>
> Thanks for reaching out to us.
>
> Upon checking the UI screenshot and GAQL you've provided with us, it
> appears that the date parameter is not matching. Could you please try to
> get the data via the UI and API using the same *From* and *To* date
> parameter? You may also share with us the GAQL, complete request
> 
> and response
> 
> logs with request ID
> 
> generated, so that our team can take a closer look
>
> Kindly send the requested information via the Reply privately to author
> option or you may send the details directly to our
> googleadsapi-supp...@google.com alias instead
>
> Regards,
>
>
>
>
>
>
> ref:_00D1U1174p._5004Q2HLrIr: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/ulsUz0QXCSMV00D-Lnyv13TSiQVs8NcFpmEw%40sfdc.net
> 
> .
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAM9zNWke14-L7L7O7YNX1JcSPD-%2BgSD0QVpQdOhqZHSVy4W6yA%40mail.gmail.com.


Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT

2021-08-04 Thread Aditya Naukri
I am also facing the same issue. I am trying to link my Customer Match 
UserList to the campaign. Getting the following error using the code:
 

CampaignCriterionServiceClient campaignCriterionServiceClient = 
googleAdsClient.getLatestVersion().createCampaignCriterionServiceClient();
  UserListInfo userListInfo = 
UserListInfo.newBuilder().setUserList(userList).build();
  CampaignCriterion campaignCriterion = 
CampaignCriterion.newBuilder().setCampaign(ResourceNames.campaign(customerId, 
campaignId)).mergeUserList(userListInfo).build();
  
  CampaignCriterionOperation criterionOperation = 
CampaignCriterionOperation.newBuilder().setCreate(campaignCriterion).build();
  
  MutateCampaignCriteriaResponse response = 
campaignCriterionServiceClient.mutateCampaignCriteria(Long.toString(customerId),
 
ImmutableList.of(criterionOperation)); 

*ERROR:*

request_id: "2aU6KGGvOVHmF06kHCreNA"
Status: Status{code=INVALID_ARGUMENT, description=Request contains an 
invalid argument., cause=null}.Request ID 2aU6KGGvOVHmF06kHCreNA failed due 
to GoogleAdsException. Underlying errors:  Error 0: error_code {  
context_error: OPERATION_NOT_PERMITTED_FOR_CONTEXT}message: "The operation 
is not allowed for the given context."trigger {  string_value: 
"DISPLAY(DISPLAY_FULL_AUTOMATION)"}location {  field_path_elements {
field_name: "operations"index: 0  }  field_path_elements {
field_name: "create"  }  field_path_elements {field_name: "user_list"  
}}

On Friday, October 16, 2020 at 7:05:10 PM UTC+5:30 cv wrote:

> Hi Ernie,
>
> I am not sure is this the reason.
> Because I am facing issue with this account only.
>
> Can you please help?
>
> Thanks
>
>
> On Friday, 16 October 2020 at 10:43:20 UTC+5:30 adsapiforumadvisor wrote:
>
>> Hi,
>>
>> Thanks for posting your concern.
>>
>> I would like to inform you first that API version v3 
>> ,
>>  
>> which you are currently using, is already deprecated as discussed on our 
>> Deprecation 
>> Schedule  
>> document. 
>> With this, we recommend that you upgrade to the newest version by following 
>> this guide 
>> 
>>  to 
>> try out new features in Google Ads API.
>>
>> After migrating to the newest version, please try the API request again. 
>> If the issue persists, you can provide the complete request and response 
>> logs, together with the error message and customer ID, so our team can 
>> investigate. You can provide the requested details via *Reply privately 
>> to author* option.
>>
>> Regards,
>> [image: Google Logo] 
>> Ernie John Blanca Tacata 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q269XD1: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/441b5807-9edd-4fb2-a052-80382a1b32d3n%40googlegroups.com.


Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT

2021-08-04 Thread Aditya Naukri
I am also facing the same issue. I am trying to link my Customer Match 
UserList to the campaign. Getting the following error using the code:
 

CampaignCriterionServiceClient campaignCriterionServiceClient = 
googleAdsClient.getLatestVersion().createCampaignCriterionServiceClient();
  UserListInfo userListInfo = 
UserListInfo.newBuilder().setUserList(userList).build();
  CampaignCriterion campaignCriterion = 
CampaignCriterion.newBuilder().setCampaign(ResourceNames.campaign(customerId, 
campaignId)).mergeUserList(userListInfo).build();
  
  CampaignCriterionOperation criterionOperation = 
CampaignCriterionOperation.newBuilder().setCreate(campaignCriterion).build();
  
  MutateCampaignCriteriaResponse response = 
campaignCriterionServiceClient.mutateCampaignCriteria(Long.toString(customerId),
 
ImmutableList.of(criterionOperation)); 

*ERROR:*

request_id: "2aU6KGGvOVHmF06kHCreNA"
Status: Status{code=INVALID_ARGUMENT, description=Request contains an 
invalid argument., cause=null}.Request ID 2aU6KGGvOVHmF06kHCreNA failed due 
to GoogleAdsException. Underlying errors:  Error 0: error_code {  
context_error: OPERATION_NOT_PERMITTED_FOR_CONTEXT}message: "The operation 
is not allowed for the given context."trigger {  string_value: 
"DISPLAY(DISPLAY_FULL_AUTOMATION)"}location {  field_path_elements {
field_name: "operations"index: 0  }  field_path_elements {
field_name: "create"  }  field_path_elements {field_name: "user_list"  
}}

On Thursday, July 8, 2021 at 7:07:30 AM UTC+5:30 adsapi wrote:

> Hello there,
>
> Thank you for raising this to us.
>
> So our team can better check on the issue, could you share with us the 
> following details below?
>
>- If using the AdWords API 
> 
>   - complete SOAP logs (request 
>   
> 
>and response 
>   
> 
>  with 
>   requestId) 
>- If using the Google Ads API 
> 
>   - complete logs (request 
>   
> 
>and response 
>   
> 
>with request-id 
>   
> 
>   ) 
>
> Please send the requested details via the *Reply privately to author* option. 
> If this option is not available, you may send the details directly to our 
> *googleadsa...@google.com* alias instead.
>
> Regards,
> [image: Google Logo] 
> Mark Kevin Albios 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2JZPPz: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/b6a869ea-02da-4068-bd9b-8d11d9ccc767n%40googlegroups.com.


Re: api sitelink data does not match ui data

2021-08-04 Thread Google Ads API Forum Advisor
Hi,

Thanks for reaching out to us.

Upon checking the UI screenshot and GAQL you've provided with us, it appears 
that the date parameter is not matching. Could you please try to get the data 
via the UI and API using the same From and To date parameter? You may also 
share with us the GAQL, complete request and response logs with request ID 
generated, so that our team can take a closer look.

Kindly send the requested information via the Reply privately to author option 
or you may send the details directly to our googleadsapi-supp...@google.com 
alias instead.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2HLrIr: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/rv0xh0QXCT3M00fyZRK1tJTHO8B3c--ZmtTQ%40sfdc.net.