You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The primary goal is to ensure that URL formatting is preserved when exporting via a Content Delivery Network (CDN). This involves maintaining the original structure of URLs, including spaces, special characters, and capitalization, as defined in the account administration settings.
Functional Description:
It has been observed that when configuring a CDN through the account administration interface, the domain defined undergoes unintended URL reformatting. This reformatting alters elements such as spaces, special characters, and capitalization. Since some advertisers' domains include these characters, it is crucial that the original format specified by the user is retained during the export process.
To-Do:
Analyze Current CDN Configuration Process:
Review how the CDN is currently configured within the administration settings, focusing on how URLs are processed and reformatted.
Identify Source of URL Alteration:
Determine the specific point in the process where URLs are being altered from their original format.
Develop Solution to Preserve URL Formatting:
Create a technical solution that prevents URL alteration during the export process.
Ensure that spaces, special characters, and capitalization in URLs are retained as per the user's configuration.
Testing and Validation:
Conduct comprehensive testing to ensure that URLs retain their original formatting during exports.
Validate this functionality across various scenarios and user configurations.
The text was updated successfully, but these errors were encountered:
Objective:
The primary goal is to ensure that URL formatting is preserved when exporting via a Content Delivery Network (CDN). This involves maintaining the original structure of URLs, including spaces, special characters, and capitalization, as defined in the account administration settings.
Functional Description:
It has been observed that when configuring a CDN through the account administration interface, the domain defined undergoes unintended URL reformatting. This reformatting alters elements such as spaces, special characters, and capitalization. Since some advertisers' domains include these characters, it is crucial that the original format specified by the user is retained during the export process.
To-Do:
Analyze Current CDN Configuration Process:
Review how the CDN is currently configured within the administration settings, focusing on how URLs are processed and reformatted.
Identify Source of URL Alteration:
Determine the specific point in the process where URLs are being altered from their original format.
Develop Solution to Preserve URL Formatting:
Create a technical solution that prevents URL alteration during the export process.
Ensure that spaces, special characters, and capitalization in URLs are retained as per the user's configuration.
Testing and Validation:
Conduct comprehensive testing to ensure that URLs retain their original formatting during exports.
Validate this functionality across various scenarios and user configurations.
The text was updated successfully, but these errors were encountered: