Hi, 
I am creating trials from draft, which the same approach used to be 
successful before. However, not stable, I can tell it’s failed, the 
TrialAsyncErrorService could not return me why it’s failed. 
1) I can’t see fail reason under my acount even from chrome browser. In 
that case, how to make corrections and get successful ones pushed?

2) when get into CREATION_FAILED status, anyway to turn the existing trial 
to “active” w/o recreating the same trailf from draft (that will lead to 
conflict duplicate name to existing failed trial)? 

Out[77]: 
{
    'id': 11437957,
    'baseCampaignId': xxxxx,
    'draftId': None,
    'budgetId': None,
    'name': None,
    'startDate': None,
    'endDate': None,
    'trafficSplitPercent': None,
    'status': 'CREATION_FAILED',
    'trialCampaignId': xxxxxx
}

trial_async_error_service = client.GetService('TrialAsyncErrorService', 
version='v201806')

selector = {
'fields': ['TrialId', 'AsyncError'],
'predicates': [{
'field': 'TrialId',
'operator': 'IN',
'values': [11437957]
}]
}
trial_error_selector = trial_async_error_service.get(selector)['entries']

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d633bcf9-108b-4035-9743-c93831b99f8c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... Stella
    • ... 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to