But it is not the feature, it is the issue with batch processing :/
On Monday, April 11, 2022 at 11:51:10 AM UTC+3 adsapi wrote:
> Hi Ainis.
>
>
> Thank you for following up.
>
>
> With regards to your concern, I am afraid that we don't have the
> visibility to the timeline and plan about the
Hi Ainis.
Thank you for following up.
With regards to your concern, I am afraid that we don't have the visibility to
the timeline and plan about the feature request that we raised.
For now please follow our blog as we will post relevant updates when it becomes
supported.
Regards,
Darwin
Goo
Hi,
Any news ?
On Friday, April 8, 2022 at 5:48:41 PM UTC+3 adsapi wrote:
> Hi Ainis,
>
> Thank you for following up.
>
> My colleague has already raised the issue to the team with the information
> that you provided. With this, please keep an eye on the other email thread
> as we will provid
Hi,
I sent detailed logs to googleadsapi-supp...@google.com email about request
Did you get ?
On Friday, April 8, 2022 at 12:02:34 PM UTC+3 adsapi wrote:
> Hi Ainis,
>
>
> Thanks for reaching out to the Google Ads API Support team.
>
>
> With regard to your concern, So our team can better ch
Hi Ainis,
Thanks for reaching out to the Google Ads API Support team.
With regard to your concern, So our team can better check on this, can you
share a screenshot of the problem that you have encountered in
"ChangeTrackingUrl" and the complete API logs (request and response with
request-id)?
AdGroupOperation = new AdGroupOperation
{
Update = new AdGroup
{
Id = operation.EntityId,
TrackingUrlTemplate = operation.TrackingUrlTemplate
}
}
mutateOperations contains only one item which is this one
On Friday, April 8, 2022 at 11:04:31 AM UTC+3 Ainis Vabolis wrote:
> Code:
> public async Tas
Code:
public async Task CreateAndRunBatchJob(string
customerId,
List mutateOperations)
{
var batchJobService =
GoogleAdsClient.GetService(Services.V10.BatchJobService);
var operation = new BatchJobOperation
{
Create = new BatchJob()
};
var batchJobResponse = await
batchJobService.MutateBatchJo